Package org.carrot2.text.preprocessing
Class PreprocessingContext.AllFields
java.lang.Object
org.carrot2.text.preprocessing.PreprocessingContext.AllFields
- Enclosing class:
PreprocessingContext
Information about all fields processed for the input documents.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
fieldIndex
(String fieldName) toString()
For debugging purposes.
-
Field Details
-
name
Name of the document field. Entries ofPreprocessingContext.AllTokens.fieldIndex
point to this array.This array is produced by
InputTokenizer
.
-
-
Constructor Details
-
AllFields
public AllFields()
-
-
Method Details