|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>>
Contains results for one IMarkedSentence
object. Contains a list of
false positives, false negatives, and true positives as well as the precision
and recall for that sentence.
Method Summary | |
---|---|
List<IMWE<T>> |
getAnswers()
Returns the answer multi-word expression in the sentence. |
List<IMWE<T>> |
getFalseNegatives()
Returns a list of the false negatives. |
List<IMWE<T>> |
getFalsePositives()
Returns a list of the false positives. |
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. |
List<IMWE<T>> |
getTruePositives()
Returns a list of the true positives. |
Methods inherited from interface edu.mit.jmwe.harness.result.IBaseResult |
---|
getFScore, getPrecision, getRecall, getTotalAnswers, getTotalCorrect, getTotalFound |
Method Detail |
---|
S getSentence()
List<IMWE<T>> getFalsePositives()
null
.
null
.List<IMWE<T>> getFalseNegatives()
null
.
null
.List<IMWE<T>> getTruePositives()
null
.
null
.List<IMWE<T>> getAnswers()
null
.
null
.List<IMWE<T>> getFound()
null
.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |