Uses of Class
jflexcrf.Maps

Packages that use Maps
jflexcrf   
 

Uses of Maps in jflexcrf
 

Fields in jflexcrf declared as Maps
 Maps Model.taggerMaps
          The tagger maps.
 Maps Labeling.taggerMaps
          The tagger maps.
 

Constructors in jflexcrf with parameters of type Maps
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.