Package | Description |
---|---|
opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
opennlp.tools.ml | |
opennlp.tools.ml.model | |
opennlp.tools.namefind |
Package related to finding proper names and numeric amounts.
|
opennlp.tools.parser |
Package containing common code for performing full syntactic parsing.
|
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
opennlp.tools.util |
Package containing utility data structures and algorithms used by multiple other packages.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChunkerSequenceValidator |
Modifier and Type | Method and Description |
---|---|
SequenceValidator<TokenTag> |
ChunkerFactory.getSequenceValidator() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLemmatizerSequenceValidator |
Modifier and Type | Method and Description |
---|---|
SequenceValidator<String> |
LemmatizerFactory.getSequenceValidator() |
Modifier and Type | Method and Description |
---|---|
Sequence |
BeamSearch.bestSequence(T[] sequence,
Object[] additionalContext,
BeamSearchContextGenerator<T> cg,
SequenceValidator<T> validator) |
Sequence[] |
BeamSearch.bestSequences(int numSequences,
T[] sequence,
Object[] additionalContext,
BeamSearchContextGenerator<T> cg,
SequenceValidator<T> validator) |
Sequence[] |
BeamSearch.bestSequences(int numSequences,
T[] sequence,
Object[] additionalContext,
double minSequenceScore,
BeamSearchContextGenerator<T> cg,
SequenceValidator<T> validator)
Returns the best sequence of outcomes based on model for this object.
|
Modifier and Type | Method and Description |
---|---|
Sequence |
SequenceClassificationModel.bestSequence(T[] sequence,
Object[] additionalContext,
BeamSearchContextGenerator<T> cg,
SequenceValidator<T> validator)
Finds the sequence with the highest probability.
|
Sequence[] |
SequenceClassificationModel.bestSequences(int numSequences,
T[] sequence,
Object[] additionalContext,
BeamSearchContextGenerator<T> cg,
SequenceValidator<T> validator)
Finds the n most probable sequences.
|
Sequence[] |
SequenceClassificationModel.bestSequences(int numSequences,
T[] sequence,
Object[] additionalContext,
double minSequenceScore,
BeamSearchContextGenerator<T> cg,
SequenceValidator<T> validator)
Finds the n most probable sequences.
|
Modifier and Type | Class and Description |
---|---|
class |
BilouNameFinderSequenceValidator |
class |
NameFinderSequenceValidator
This class is created by the
BioCodec . |
Modifier and Type | Method and Description |
---|---|
SequenceValidator<String> |
BilouCodec.createSequenceValidator() |
Modifier and Type | Class and Description |
---|---|
class |
ParserChunkerSequenceValidator |
Modifier and Type | Method and Description |
---|---|
SequenceValidator<TokenTag> |
ParserChunkerFactory.getSequenceValidator() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPOSSequenceValidator |
Modifier and Type | Method and Description |
---|---|
SequenceValidator<String> |
POSTaggerFactory.getSequenceValidator() |
Modifier and Type | Method and Description |
---|---|
SequenceValidator<T> |
SequenceCodec.createSequenceValidator()
Creates a sequence validator which can validate a sequence of outcomes.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.