Click or drag to resize

imbNLP.Toolkit.Processing Namespace

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "N:imbNLP.Toolkit.Processing"]

Classes
  ClassDescription
Public classStemmingContext
Provides basic optimization for stemmer by caching results for the words
Public classTokenDictionary
Stores raw frequencies of the tokens
Public classTokenizerBase
Common base for different tokenizers.
Public classTokenizerBasic
Basic tokenizer for English - it removes all non-Latin characters during tokenization
Public classTokenizeReplaceRule
Instance of string replacement rule, utilized by tokenizers
Public classWeightDictionary
Table of terms with weights
Public classWeightDictionaryEntry
Entry describing weight for a textual token
Public classWeightDictionaryEntryPair
Pair of matched features
Public classWeightDictionaryEntryPairs
Set of matched features
Public classWeightDictionaryTools
Interfaces
  InterfaceDescription
Public interfaceITokenizer