imbNLP.Toolkit.Processing Namespace |
[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 - it removes all non-Latin characters during tokenization
| |
| TokenizeReplaceRule |
Instance of string replacement rule, utilized by tokenizers
| |
| WeightDictionary |
Table of terms with weights
| |
| WeightDictionaryEntry |
Entry describing weight for a textual token
| |
| WeightDictionaryEntryPair |
Pair of matched features
| |
| WeightDictionaryEntryPairs |
Set of matched features
| |
| WeightDictionaryTools |
| Interface | Description | |
|---|---|---|
| ITokenizer |