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

    Interface MorphRuleSet

    interface MorphRuleSet {
        irregular: {
            [pos: string]: {
                [baseWord: string]: { [slot: string]: string | string[] };
            };
        };
        locale: string;
        regular: { [pos: string]: { [slot: string]: string
        | MorphRule[] } };
        version: number;
    }
    Index

    Properties

    irregular: {
        [pos: string]: {
            [baseWord: string]: { [slot: string]: string | string[] };
        };
    }
    locale: string
    regular: { [pos: string]: { [slot: string]: string | MorphRule[] } }
    version: number