| Package | Description |
|---|---|
| com.aliasi.chunk |
Classes for extracting meaningful chunks (spans) of text.
|
| com.aliasi.classify |
Classes for classifying data and evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
ScoredPrecisionRecallEvaluation |
ChunkerEvaluator.confidenceEvaluation()
Returns the scored precision-recall evaluation derived from a
confidence-based chunker.
|
| Modifier and Type | Method and Description |
|---|---|
ScoredPrecisionRecallEvaluation |
ConditionalClassifierEvaluator.conditionalOneVersusAll(String refCategory)
Returns a scored precision-recall evaluation of the
classifcation of the specified reference category versus all
other categories using the conditional probability scores.
|
ScoredPrecisionRecallEvaluation |
ScoredClassifierEvaluator.scoredOneVersusAll(String refCategory)
Returns a scored precision-recall evaluation of the
classification of the specified reference category versus all
other categories using the classification scores.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.