|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sequence | |
---|---|
opennlp.tools.chunker | Package related to finding non-recursive syntactic annotation such as noun phrase chunks. |
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. |
Uses of Sequence in opennlp.tools.chunker |
---|
Methods in opennlp.tools.chunker that return Sequence | |
---|---|
Sequence[] |
ChunkerME.topKSequences(List<String> sentence,
List<String> tags)
|
Sequence[] |
Chunker.topKSequences(List<String> sentence,
List<String> tags)
Returns the top k chunk sequences for the specified sentence with the specified pos-tags |
Sequence[] |
ChunkerME.topKSequences(String[] sentence,
String[] tags,
double minSequenceScore)
|
Sequence[] |
Chunker.topKSequences(String[] sentence,
String[] tags,
double minSequenceScore)
Returns the top k chunk sequences for the specified sentence with the specified pos-tags |
Uses of Sequence in opennlp.tools.postag |
---|
Methods in opennlp.tools.postag that return Sequence | |
---|---|
Sequence[] |
POSTaggerME.topKSequences(List<String> sentence)
|
Sequence[] |
POSTagger.topKSequences(List<String> sentence)
|
Sequence[] |
POSTaggerME.topKSequences(String[] sentence)
|
Sequence[] |
POSTagger.topKSequences(String[] sentence)
|
Uses of Sequence in opennlp.tools.util |
---|
Methods in opennlp.tools.util that return Sequence | |
---|---|
Sequence |
BeamSearch.bestSequence(T[] sequence,
Object[] additionalContext)
Returns the best sequence of outcomes based on model for this object. |
Sequence[] |
BeamSearch.bestSequences(int numSequences,
T[] sequence,
Object[] additionalContext)
|
Sequence[] |
BeamSearch.bestSequences(int numSequences,
T[] sequence,
Object[] additionalContext,
double minSequenceScore)
Returns the best sequence of outcomes based on model for this object. |
Methods in opennlp.tools.util with parameters of type Sequence | |
---|---|
int |
Sequence.compareTo(Sequence s)
|
Constructors in opennlp.tools.util with parameters of type Sequence | |
---|---|
Sequence(Sequence s)
|
|
Sequence(Sequence s,
String outcome,
double p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |