|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectManualTagger
public class ManualTagger
A tagger that reads the POS information from a plain (UTF-8) text file. This makes it possible for the user to edit the text file to let the system know about new words or missing readings in the *.dict file.
File Format: fullform baseform postags (tab separated)
| Constructor Summary | |
|---|---|
ManualTagger(InputStream file)
|
|
| Method Summary | |
|---|---|
String[] |
lookup(String term)
Look up a word's baseform and POS information. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManualTagger(InputStream file)
throws IOException
IOException| Method Detail |
|---|
public String[] lookup(String term)
term -
null if the
word is unknown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||