Uses of Class
opennlp.tools.namefind.TokenNameFinderModel
-
Packages that use TokenNameFinderModel Package Description opennlp.tools.cmdline.namefind opennlp.tools.namefind 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 TokenNameFinderModel Modifier and Type Method Description protected TokenNameFinderModelTokenNameFinderModelLoader. loadModel(InputStream modelIn) -
Uses of TokenNameFinderModel in opennlp.tools.namefind
Methods in opennlp.tools.namefind that return TokenNameFinderModel Modifier and Type Method Description static TokenNameFinderModelNameFinderME. train(String languageCode, String type, ObjectStream<NameSample> samples, TrainingParameters trainParams, TokenNameFinderFactory factory)Constructors in opennlp.tools.namefind with parameters of type TokenNameFinderModel Constructor Description NameFinderME(TokenNameFinderModel model)
-