|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.mit.csail.brill.BTagger
The raw JNI wrapper around Eric Brill's part-of-speech tagger. It provides
base functionality for tagging English sentences, but contains no additional
functionality for interpreting and accessing results. BTagger is generally
not used in favor of BrillTagger
, which provides a much more
complete API.
Constructor Summary | |
BTagger()
|
Method Summary | |
void |
destroy()
Destroys the tagger. |
void |
setup()
Initializes the tagger with current parameters. |
String |
tag(String sentence)
Part-of-speech tags a sentence. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BTagger()
Method Detail |
public void setup()
public void destroy()
public String tag(String sentence)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |