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