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).
  • ignoreTags (string array, optional) - Ignore matches with tags specified in the ignoreTags list.
  • normalizeAccents (boolean, optional) -  Removes accents and deacritics and generates a new pattern.  The default is false.
  • removeChars (boolean, optional) - Indicates if characters should be removed from the pattern using a list creating a new pattern.  The default is false.
  • charList (string, optional) - List of characters to remove from the pattern, the current default is "_-‿⁀⁔︳︴﹍﹎﹏_".


Code Block
languagejs
themeEclipse
titleExample Configuration
{
 "type":"DictionaryTagger",
 "dictionary":"dict-provider:people-lowercase"
}

...