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

    Class Grid3VerbsParser

    Index

    Constructors

    Methods

    • Parse all locales from a custom directory.

      The directory should have the same structure as Grid 3's Locale folder: customDir/en-GB/verbs/verbs.zip customDir/nb-NO/verbs/verbs.zip customDir/de-DE/verbs/verbs.zip

      This allows users to supply morphology data copied from any Grid 3 installation without needing Grid 3 installed on this machine.

      Parameters

      • dirPath: string
      • Optionaldetailed: false

      Returns Map<string, Grid3VerbForms>

    • Parse all locales from a custom directory.

      The directory should have the same structure as Grid 3's Locale folder: customDir/en-GB/verbs/verbs.zip customDir/nb-NO/verbs/verbs.zip customDir/de-DE/verbs/verbs.zip

      This allows users to supply morphology data copied from any Grid 3 installation without needing Grid 3 installed on this machine.

      Parameters

      • dirPath: string
      • detailed: true

      Returns Map<string, Grid3VerbFormsDetailed>