edu.stanford.nlp.tagger.io
Class TaggedFileRecord

java.lang.Object
  extended by edu.stanford.nlp.tagger.io.TaggedFileRecord

public class TaggedFileRecord
extends Object


Nested Class Summary
static class TaggedFileRecord.Format
           
 
Field Summary
static String ENCODING
           
static String FORMAT
           
static String TAG_COLUMN
           
static String TAG_SEPARATOR
           
static String TREE_FILTER
           
static String TREE_NORMALIZER
           
static String TREE_RANGE
           
static String TREE_TRANSFORMER
           
static String WORD_COLUMN
           
 
Method Summary
static TaggedFileRecord createRecord(Properties config, String description)
           
static List<TaggedFileRecord> createRecords(Properties config, String description)
           
 String filename()
           
static String getEncoding(Properties config)
           
static String getTagSeparator(Properties config)
           
 TaggedFileReader reader()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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