| Package | Description |
|---|---|
| com.aliasi.chunk |
Classes for extracting meaningful chunks (spans) of text.
|
| com.aliasi.classify |
Classes for classifying data and evaluation.
|
| com.aliasi.cluster |
Classes for clustering data and evaluation.
|
| com.aliasi.sentences |
Classes for sentence-boundary detection.
|
| Modifier and Type | Method and Description |
|---|---|
PrecisionRecallEvaluation |
ChunkingEvaluation.precisionRecallEvaluation()
Return the scored precision-recall evaluation for this chunker.
|
| Modifier and Type | Method and Description |
|---|---|
PrecisionRecallEvaluation |
ConfusionMatrix.microAverage()
Returns the micro-averaged precision-recall evaluation.
|
PrecisionRecallEvaluation |
BaseClassifierEvaluator.oneVersusAll(String refCategory)
Returns the first-best one-versus-all precision-recall
evaluation of the classification of the specified reference
category versus all other categories.
|
PrecisionRecallEvaluation |
ConfusionMatrix.oneVsAll(int categoryIndex)
Returns the one-versus-all precision-recall evaluation for the
specified category index.
|
| Modifier and Type | Method and Description |
|---|---|
PrecisionRecallEvaluation |
ClusterScore.equivalenceEvaluation()
Returns the precision-recall evaluation corresponding to
equalities in the reference and response clusterings.
|
| Modifier and Type | Method and Description |
|---|---|
PrecisionRecallEvaluation |
SentenceEvaluation.endBoundaryEvaluation()
Returns a precision/recall evaluation based on the end
boundaries in the reference and response cases.
|
Copyright © 2019 Alias-i, Inc.. All rights reserved.