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

    Interface ReferenceData

    interface ReferenceData {
        baseWords: { [word: string]: boolean };
        commonWords: CommonWordsData;
        coreLists: CoreList[];
        fringe: string[];
        sentences: string[][];
        synonyms: SynonymsData;
    }
    Index

    Properties

    baseWords: { [word: string]: boolean }
    commonWords: CommonWordsData
    coreLists: CoreList[]
    fringe: string[]
    sentences: string[][]
    synonyms: SynonymsData