|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object opennlp.tools.postag.POSDictionaryWriter
@Deprecated public class POSDictionaryWriter
Class for writing a pos-tag-dictionary to a file.
Constructor Summary | |
---|---|
POSDictionaryWriter(String file)
Deprecated. |
|
POSDictionaryWriter(String file,
String encoding)
Deprecated. |
Method Summary | |
---|---|
void |
addEntry(String word,
String tag)
Deprecated. |
static void |
main(String[] args)
Deprecated. |
void |
write()
Deprecated. |
void |
write(int cutoff)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public POSDictionaryWriter(String file, String encoding) throws IOException
IOException
public POSDictionaryWriter(String file) throws IOException
IOException
Method Detail |
---|
public void addEntry(String word, String tag)
public void write() throws IOException
IOException
public void write(int cutoff) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |