Uses of Class
jflexcrf.Dictionary

Packages that use Dictionary
jflexcrf   
 

Uses of Dictionary in jflexcrf
 

Fields in jflexcrf declared as Dictionary
 Dictionary Model.taggerDict
          The tagger dict.
 Dictionary Labeling.taggerDict
          The tagger dict.
 

Constructors in jflexcrf with parameters of type Dictionary
FeatureGen(Maps maps, Dictionary dict)
          Instantiates a new feature gen.
Model(Option taggerOpt, Maps taggerMaps, Dictionary taggerDict, FeatureGen taggerFGen, Viterbi taggerVtb)
          Instantiates a new model.