Uses of Class
banner.tagging.FeatureSet
-
Packages that use FeatureSet Package Description banner.tagging -
-
Uses of FeatureSet in banner.tagging
Methods in banner.tagging with parameters of type FeatureSet Modifier and Type Method Description static CRFTaggerCRFTagger. train(Set<Sentence> sentences, int order, TagFormat format, FeatureSet featureSet)Constructors in banner.tagging with parameters of type FeatureSet Constructor Description CRFTagger(cc.mallet.fst.CRF model, FeatureSet featureSet, int order)NBestCRFTagger(cc.mallet.fst.CRF model, FeatureSet featureSet, int order, int n, boolean useMaxConfidence)
-