org.carrot2.text.preprocessing
Class PreprocessingContext.AllFields

java.lang.Object
  extended by org.carrot2.text.preprocessing.PreprocessingContext.AllFields
Enclosing class:
PreprocessingContext

public static class PreprocessingContext.AllFields
extends Object

Information about all fields processed for the input PreprocessingContext.documents.


Field Summary
 String[] name
          Name of the document field.
 
Constructor Summary
PreprocessingContext.AllFields()
           
 
Method Summary
 String toString()
          For debugging purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String[] name
Name of the document field. Entries of PreprocessingContext.AllTokens.fieldIndex point to this array.

This array is produced by Tokenizer.

Constructor Detail

PreprocessingContext.AllFields

public PreprocessingContext.AllFields()
Method Detail

toString

public String toString()
For debugging purposes.

Overrides:
toString in class Object


Copyright (c) Dawid Weiss, Stanislaw Osinski