opennlp.tools.postag
Class POSDictionaryWriter

java.lang.Object
  extended by opennlp.tools.postag.POSDictionaryWriter

Deprecated.

@Deprecated
public class POSDictionaryWriter
extends Object

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POSDictionaryWriter

public POSDictionaryWriter(String file,
                           String encoding)
                    throws IOException
Deprecated. 
Throws:
IOException

POSDictionaryWriter

public POSDictionaryWriter(String file)
                    throws IOException
Deprecated. 
Throws:
IOException
Method Detail

addEntry

public void addEntry(String word,
                     String tag)
Deprecated. 

write

public void write()
           throws IOException
Deprecated. 
Throws:
IOException

write

public void write(int cutoff)
           throws IOException
Deprecated. 
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.