Uses of Class
jvntextpro.data.DataWriter

Packages that use DataWriter
jflexcrf   
jvnpostag   
jvnsegmenter   
 

Uses of DataWriter in jflexcrf
 

Methods in jflexcrf with parameters of type DataWriter
 void Labeling.setDataWriter(DataWriter writer)
          Sets the data writer.
 

Constructors in jflexcrf with parameters of type DataWriter
Labeling(java.lang.String modelDir, TaggingData dataTagger, DataReader dataReader, DataWriter dataWriter)
          Instantiates a new labeling.
 

Uses of DataWriter in jvnpostag
 

Subclasses of DataWriter in jvnpostag
 class POSDataWriter
           
 

Methods in jvnpostag with parameters of type DataWriter
 void POSTagger.setDataWriter(DataWriter writer)
           
 void MaxentTagger.setDataWriter(DataWriter writer)
           
 void CRFTagger.setDataWriter(DataWriter writer)
           
 

Uses of DataWriter in jvnsegmenter
 

Subclasses of DataWriter in jvnsegmenter
 class WordDataWriter
          The Class WordDataWriter.
 

Methods in jvnsegmenter with parameters of type DataWriter
 void CRFSegmenter.setDataWriter(DataWriter writer)
          Sets the data writer.