Package opennlp.tools.namefind
package opennlp.tools.namefind
Package related to finding proper names and numeric amounts.
-
ClassDescriptionClass for determining contextual features for a tag/chunk style named-entity recognizer.This is a dictionary based name finder, it scans text for names inside a dictionary.Name finding interface which processes an entire document allowing the name finder to use context from the entire document.Interface for generating the context for an name finder by specifying a set of geature generators.Class for creating an event stream out of data files for training an name finder.Class for creating a maximum-entropy-based name finder.This class is created by the
BioCodec
.Class for holding names for a single unit of text.TheNameSampleDataStream
class converts taggedString
s provided by aDataStream
toNameSample
objects.A stream which removes Name Samples which do not have a certain type.Name finder based on a series of regular expressions.Returns a RegexNameFinder based on A selection of defaults or a configuration and a selection of defaultsThe interface for name finders which provide name tags for a sequence of tokens.TheTokenNameFinderEvaluator
measures the performance of the givenTokenNameFinder
with the provided referenceNameSample
s.TheTokenNameFinderModel
is the model used by a learnableTokenNameFinder
.