Uses of Package
opennlp.tools.namefind
-
Packages that use opennlp.tools.namefind Package Description opennlp.tools.cmdline.namefind opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format.opennlp.tools.formats.ad Experimental package related to theArvores Deitadas corpus
format.opennlp.tools.formats.brat Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).opennlp.tools.formats.convert opennlp.tools.formats.masc Experimental package related to theMASC
corpus format.opennlp.tools.formats.muc Experimental package related to theMUC
corpus format.opennlp.tools.formats.ontonotes Experimental package related to the OntoNotes 4.0 format.opennlp.tools.namefind Package related to finding proper names and numeric amounts.opennlp.tools.util.featuregen This package contains classes for generating sequence features. -
Classes in opennlp.tools.namefind used by opennlp.tools.cmdline.namefind Class Description NameSample Encapsulates names for a single unit of text.TokenNameFinderEvaluationMonitor A marker interface for evaluatingname finders
.TokenNameFinderModel TheTokenNameFinderModel
is the model used by a learnableTokenNameFinder
. -
Classes in opennlp.tools.namefind used by opennlp.tools.formats Class Description NameSample Encapsulates names for a single unit of text. -
Classes in opennlp.tools.namefind used by opennlp.tools.formats.ad Class Description NameSample Encapsulates names for a single unit of text. -
Classes in opennlp.tools.namefind used by opennlp.tools.formats.brat Class Description NameSample Encapsulates names for a single unit of text. -
Classes in opennlp.tools.namefind used by opennlp.tools.formats.convert Class Description NameSample Encapsulates names for a single unit of text. -
Classes in opennlp.tools.namefind used by opennlp.tools.formats.masc Class Description NameSample Encapsulates names for a single unit of text. -
Classes in opennlp.tools.namefind used by opennlp.tools.formats.muc Class Description NameSample Encapsulates names for a single unit of text. -
Classes in opennlp.tools.namefind used by opennlp.tools.formats.ontonotes Class Description NameSample Encapsulates names for a single unit of text. -
Classes in opennlp.tools.namefind used by opennlp.tools.namefind Class Description NameContextGenerator Interface for generating the context for aname finder
by specifying a set of feature generators.NameFinderSequenceValidator The default name finderSequenceValidator
implementation.NameSample Encapsulates names for a single unit of text.RegexNameFinder ATokenNameFinder
implementation based on a series of regular expressions.RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER Enumeration of typical regex expressions available in OpenNLP.RegexNameFinderFactory.RegexAble TokenNameFinder The interface for name finders which provide name tags for a sequence of tokens.TokenNameFinderEvaluationMonitor A marker interface for evaluatingname finders
.TokenNameFinderFactory The factory that providesTokenNameFinder
default implementations and resources.TokenNameFinderModel TheTokenNameFinderModel
is the model used by a learnableTokenNameFinder
. -
Classes in opennlp.tools.namefind used by opennlp.tools.util.featuregen Class Description TokenNameFinder The interface for name finders which provide name tags for a sequence of tokens.