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