Uses of Class
opennlp.tools.namefind.TokenNameFinderModel
Packages that use TokenNameFinderModel
-
Uses of TokenNameFinderModel in opennlp.tools.namefind
Methods in opennlp.tools.namefind that return TokenNameFinderModelModifier and TypeMethodDescriptionstatic TokenNameFinderModelNameFinderME.train(String languageCode, String type, opennlp.tools.util.ObjectStream<opennlp.tools.namefind.NameSample> samples, opennlp.tools.util.TrainingParameters params, TokenNameFinderFactory factory) Starts a training of aTokenNameFinderModelwith the given parameters.Constructors in opennlp.tools.namefind with parameters of type TokenNameFinderModelModifierConstructorDescriptionNameFinderME(TokenNameFinderModel model) Initializes aNameFinderMEwith aTokenNameFinderModel.Initializes aThreadSafeNameFinderMEwith the specifiedmodel.