Package org.carrot2.text.preprocessing
Class PreprocessingContext.AllFields
- java.lang.Object
-
- org.carrot2.text.preprocessing.PreprocessingContext.AllFields
-
- Enclosing class:
- PreprocessingContext
public static class PreprocessingContext.AllFields extends Object
Information about all fields processed for the input documents.
-
-
Constructor Summary
Constructors Constructor Description AllFields()
-
-
-
Field Detail
-
name
public String[] name
Name of the document field. Entries ofPreprocessingContext.AllTokens.fieldIndex
point to this array.This array is produced by
InputTokenizer
.
-
-