|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uottawa.balie.NamedEntityRecognition
public abstract class NamedEntityRecognition
NER abstract class
Constructor Summary | |
---|---|
NamedEntityRecognition(LexiconOnDiskI pi_Lexicon,
TokenList pi_TokenList)
Initialize NER on a tokenlist. |
Method Summary | |
---|---|
TokenList |
GetTokenList()
Get the resulting tokenlist. |
void |
RecognizeEntities()
Process the token list and tag entities |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedEntityRecognition(LexiconOnDiskI pi_Lexicon, TokenList pi_TokenList)
pi_Lexicon
- lexicons used for NER. see LexiconOnDisk
pi_TokenList
- a tokenlist (must be English)Method Detail |
---|
public void RecognizeEntities()
public TokenList GetTokenList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |