@willwade/aac-processors
    Preparing search index...

    Class MorphologyEngine

    Index

    Constructors

    Accessors

    Methods

    • Parameters

      • buttons: { label: string; pos?: string; predictions?: string[] }[]

      Returns Map<string, string[]>

    • Infer the most likely POS for a word by checking the irregular tables. Returns the POS if found in any irregular table, or null if not found. Priority: Verb > Noun > Adjective > Pronoun

      Parameters

      • word: string

      Returns string | null