Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

LexiconType

Grooper.Core

Specifies how local entries in the lexicon will be interpreted.

Remarks

The LexiconType enumeration determines the structure and interpretation of entries in a Lexicon or LexicalDictionary. Each type defines a different format for the entries and is used for different extraction, lookup, or normalization scenarios.

  • Lookup: Key-value pairs for mapping or translation.
  • Vocabulary: A simple list of values, one per line.
  • Frequency: Key-count pairs for frequency analysis or weighted lookups.

The selected type affects how entries are parsed, stored, and used at runtime.

Can be one of the following values:

NameValueDescription

Used By

Notification