Class PreprocessingContext.AllWords

java.lang.Object
org.carrot2.text.preprocessing.PreprocessingContext.AllWords
Enclosing class:
PreprocessingContext

public class PreprocessingContext.AllWords extends Object
Information about all unique words found in the input documents. An entry in each parallel array corresponds to one conflated form of a word. For example, data and DATA will most likely become a single entry in the words table. However, different grammatical forms of a single lemma (like computer and computers) will have different entries in the words table. See PreprocessingContext.AllStems for inflection-conflated versions.

All arrays in this class have the same length and values across different arrays correspond to each other for the same index.