See: Description
| Interface | Description |
|---|---|
| Dictionary |
A dictionary provides a bidirectional mapping terms (Strings) and term ids (integers).
|
| FrequencySortedDictionary |
A frequency-sorted dictionary.
|
| LexicographicallySortedDictionary |
A lexicographically-sorted dictionary.
|
| Class | Description |
|---|---|
| DefaultFrequencySortedDictionary |
An implementation of
FrequencySortedDictionary. |
| DictionaryTransformationStrategy | |
| DictionaryTransformationStrategy.WritableComparator | |
| FrontCodedDictionary |
Provides classes representing dictionaries, bidirectional mappings between terms (Strings) and term ids (integers).