Uses of Class
jvntextpro.data.TaggingData

Packages that use TaggingData
jflexcrf   
 

Uses of TaggingData in jflexcrf
 

Methods in jflexcrf with parameters of type TaggingData
 void Labeling.setDataTagger(TaggingData tagger)
          Sets the data tagger.
 

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