edu.stanford.nlp.trees.international.negra
Class NegraTokenizer
java.lang.Object
edu.stanford.nlp.io.AbstractStreamTokenizer
edu.stanford.nlp.trees.international.negra.NegraTokenizer
- All Implemented Interfaces:
- StreamTokenizer
- public class NegraTokenizer
- extends AbstractStreamTokenizer
Produces a tokenizer for the Negra export format.
- Author:
- Roger Levy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NegraTokenizer
public NegraTokenizer(Reader r)
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Stanford NLP Group