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

    Class ReferenceLoader

    Index

    Constructors

    Methods

    • Get all reference data at once

      Returns Promise<
          {
              baseWords: { [word: string]: boolean };
              commonWords: CommonWordsData;
              coreLists: CoreList[];
              fringe: string[];
              sentences: string[][];
              synonyms: SynonymsData;
          },
      >

    • Load common fringe vocabulary Common words that are NOT in core vocabulary lists (matching Ruby loader.rb:413-420)

      Returns Promise<string[]>