| Package | Description |
|---|---|
| com.aliasi.chunk |
Classes for extracting meaningful chunks (spans) of text.
|
| com.aliasi.sentences |
Classes for sentence-boundary detection.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ChunkAndCharSeq> |
ChunkingEvaluation.falseNegativeSet()
Returns the set of false negatives.
|
Set<ChunkAndCharSeq> |
ChunkingEvaluation.falsePositiveSet()
Returns the set of false positives.
|
Set<ChunkAndCharSeq> |
ChunkingEvaluation.truePositiveSet()
Returns the set of true positives.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ChunkAndCharSeq> |
SentenceEvaluation.falseNegativeEndBoundaries()
Return the set of chunks and character sequences whose end
boundaries are in reference but not the response chunking.
|
Set<ChunkAndCharSeq> |
SentenceEvaluation.falsePositiveEndBoundaries()
Return the set of chunks and character sequences whose end
boundaries are in response but not the reference chunking.
|
Set<ChunkAndCharSeq> |
SentenceEvaluation.truePositiveEndBoundaries()
Return the set of chunks and character sequences whose end
boundaries are in both the reference and response.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.