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