imbNLP.Toolkit.Processing Namespace |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:imbNLP.Toolkit.Processing"]
| Class | Description | |
|---|---|---|
| StemmingContext |
Provides basic optimization for stemmer by caching results for the words
| |
| TokenDictionary |
Stores raw frequencies of the tokens
| |
| TokenizerBase |
Common base for different tokenizers.
| |
| TokenizerBasic |
Basic tokenizer for English
| |
| TokenizeReplaceRule |
Instance of string replacement rule, utilized by tokenizers
| |
| WeightDictionary |
Table of terms with weights
| |
| WeightDictionaryEntry |
Entry describing weight for a textual token
| |
| WeightDictionaryEntryPair | ||
| WeightDictionaryEntryPairs | ||
| WeightDictionaryTools |
| Interface | Description | |
|---|---|---|
| ITokenizer |