Class PreprocessingContext.AllStems

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

public class PreprocessingContext.AllStems
extends Object
Information about all unique stems found in the input documents. Each entry in each array corresponds to one base form different words can be transformed to by the Stemmer used while processing. E.g. the English mining and mine will be aggregated to one entry in the arrays, while they will have separate entries in PreprocessingContext.AllWords.

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