Uses of Class
opennlp.tools.namefind.TokenNameFinderModel
Packages that use TokenNameFinderModel
Package
Description
Package related to finding proper names and numeric amounts.
-
Uses of TokenNameFinderModel in opennlp.tools.cmdline.namefind
Methods in opennlp.tools.cmdline.namefind that return TokenNameFinderModelModifier and TypeMethodDescriptionprotected TokenNameFinderModel
TokenNameFinderModelLoader.loadModel
(InputStream modelIn) -
Uses of TokenNameFinderModel in opennlp.tools.namefind
Methods in opennlp.tools.namefind that return TokenNameFinderModelModifier and TypeMethodDescriptionstatic TokenNameFinderModel
NameFinderME.train
(String languageCode, String type, ObjectStream<NameSample> samples, TrainingParameters params, TokenNameFinderFactory factory) Starts a training of aTokenNameFinderModel
with the given parameters.Constructors in opennlp.tools.namefind with parameters of type TokenNameFinderModelModifierConstructorDescriptionNameFinderME
(TokenNameFinderModel model) Initializes aNameFinderME
with aTokenNameFinderModel
.