edu.stanford.nlp.tagger.io
Class TaggedFileRecord
java.lang.Object
edu.stanford.nlp.tagger.io.TaggedFileRecord
public class TaggedFileRecord
- extends Object
FORMAT
public static final String FORMAT
- See Also:
- Constant Field Values
ENCODING
public static final String ENCODING
- See Also:
- Constant Field Values
TAG_SEPARATOR
public static final String TAG_SEPARATOR
- See Also:
- Constant Field Values
TREE_TRANSFORMER
public static final String TREE_TRANSFORMER
- See Also:
- Constant Field Values
TREE_NORMALIZER
public static final String TREE_NORMALIZER
- See Also:
- Constant Field Values
TREE_RANGE
public static final String TREE_RANGE
- See Also:
- Constant Field Values
TREE_FILTER
public static final String TREE_FILTER
- See Also:
- Constant Field Values
WORD_COLUMN
public static final String WORD_COLUMN
- See Also:
- Constant Field Values
TAG_COLUMN
public static final String TAG_COLUMN
- See Also:
- Constant Field Values
toString
public String toString()
- Overrides:
toString
in class Object
filename
public String filename()
reader
public TaggedFileReader reader()
createRecords
public static List<TaggedFileRecord> createRecords(Properties config,
String description)
createRecord
public static TaggedFileRecord createRecord(Properties config,
String description)
getEncoding
public static String getEncoding(Properties config)
getTagSeparator
public static String getTagSeparator(Properties config)
Stanford NLP Group