edu.stanford.nlp.tagger.io
Class TaggedFileRecord

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

public class TaggedFileRecord
extends Object


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
 

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