T
- the type of tokens contained in the sentence.S
- the type of sentence whose results are stored. Is parameterized by
tokens of type T.public interface ISentenceResult<T extends IToken,S extends IMarkedSentence<T>> extends IBaseResult
IMarkedSentence
object. Contains a list of
false positives, false negatives, and true positives as well as the precision
and recall for that sentence.Modifier and Type | Method and Description |
---|---|
java.util.List<IMWE<T>> |
getAnswers()
Returns the answer multi-word expression in the sentence.
|
java.util.List<IMWE<T>> |
getFalseNegatives()
Returns a list of the false negatives.
|
java.util.List<IMWE<T>> |
getFalsePositives()
Returns a list of the false positives.
|
java.util.List<IMWE<T>> |
getFound()
Returns the multi-word expression found by the detector in the sentence.
|
S |
getSentence()
Returns the sentence corresponding to this result.
|
java.util.List<IMWE<T>> |
getTruePositives()
Returns a list of the true positives.
|
getFScore, getPrecision, getRecall, getTotalAnswers, getTotalCorrect, getTotalFound
S getSentence()
java.util.List<IMWE<T>> getFalsePositives()
null
.null
.java.util.List<IMWE<T>> getFalseNegatives()
null
.null
.java.util.List<IMWE<T>> getTruePositives()
null
.null
.java.util.List<IMWE<T>> getAnswers()
null
.null
.java.util.List<IMWE<T>> getFound()
null
.null
.Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.