|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--opennlp.grok.preprocess.namefind.EmailDetector
Find emails in a text and mark them. Not much of a detector at the moment as it only checks whether there is a "@" in the string.
| Constructor Summary | |
EmailDetector()
|
|
| Method Summary | |
boolean |
isEmail(java.lang.String s)
|
void |
process(opennlp.common.xml.NLPDocument doc)
Find the email addresses in a document. |
java.util.Set |
requires()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmailDetector()
| Method Detail |
public boolean isEmail(java.lang.String s)
public void process(opennlp.common.xml.NLPDocument doc)
process in interface opennlp.common.preprocess.Pipelinkpublic java.util.Set requires()
requires in interface opennlp.common.preprocess.Pipelink
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||