Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • dictionary (string, required) - The dictionary resource which holds the names and to be located in the text.
    • This is specified as "provider:name" in the standard resource format (INSERT LINK HERE).
  • withFlagsrequired (string, optional) - Only process the tokens with the specified flags.
    • A comma-separated list of flagsJSON array of strings, such as ["TOKEN", "LOWER"]


Code Block
languagejs
titleExample Configuration
{
 "dictionary":"dict-provider:people-lowercase",
 "withFlagsrequired":["TOKEN", "LOWER"]
}

Note that the "people-lowercase" resource must be in the format as specified below.

...

  • SEMANTIC_TAG - Identifies all lexical items which are semantic tags.

...

Resources

The dictionary format is under change... will be documented when complete.

...