|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISentenceSelector
Performs sentence selection in various ways. A sentence is considered to be a list of tokens. The subclasses should implement different selection methodologies.
Method Summary | |
---|---|
java.util.List |
selectFromSentences(java.util.Set Sentences)
Selects a sentence subset of a given sentence set. |
boolean |
selectSentence(java.util.List tokens)
Returns whether the given sentence (token list) should be selected. |
double |
sentenceSelectionConfidence(java.util.List tokens)
Returns a confidence measure of whether the given sentence (token list) should be selected. |
Method Detail |
---|
java.util.List selectFromSentences(java.util.Set Sentences)
boolean selectSentence(java.util.List tokens)
double sentenceSelectionConfidence(java.util.List tokens)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |