|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.uima.PhraseDetector
Used to determine if a sourceWord is contained in a phrase - by comparing words around the source word to a map of first word -> phrase. Used in context with UIMA Annotator.
| Constructor Summary | |
PhraseDetector(java.util.Map terms)
|
|
| Method Summary | |
boolean |
processPhrase(java.lang.String sourceWord,
int wordPos)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PhraseDetector(java.util.Map terms)
| Method Detail |
public boolean processPhrase(java.lang.String sourceWord,
int wordPos)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||