Package | Description |
---|---|
opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
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.sentdetect |
Package related to identifying sentece boundries.
|
opennlp.tools.tokenize |
Contains classes related to finding token or words in a string.
|
opennlp.tools.util.eval |
Modifier and Type | Method and Description |
---|---|
FMeasure |
ChunkerCrossValidator.getFMeasure() |
FMeasure |
ChunkerEvaluator.getFMeasure() |
Modifier and Type | Method and Description |
---|---|
FMeasure |
TokenNameFinderCrossValidator.getFMeasure() |
FMeasure |
TokenNameFinderEvaluator.getFMeasure() |
Modifier and Type | Method and Description |
---|---|
FMeasure |
ParserCrossValidator.getFMeasure() |
FMeasure |
ParserEvaluator.getFMeasure()
It returns the fmeasure result.
|
Modifier and Type | Method and Description |
---|---|
FMeasure |
SDCrossValidator.getFMeasure() |
FMeasure |
SentenceDetectorEvaluator.getFMeasure() |
Modifier and Type | Method and Description |
---|---|
FMeasure |
TokenizerEvaluator.getFMeasure() |
FMeasure |
TokenizerCrossValidator.getFMeasure() |
Modifier and Type | Method and Description |
---|---|
void |
FMeasure.mergeInto(FMeasure measure)
Merge results into fmeasure metric.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.