edu.stanford.nlp.trees.international.negra
Class NegraPennTokenizer

java.lang.Object
  extended byedu.stanford.nlp.io.AbstractStreamTokenizer
      extended byedu.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

Constructor Summary
NegraPennTokenizer(Reader r)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class edu.stanford.nlp.io.AbstractStreamTokenizer
next, pushBack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegraPennTokenizer

public NegraPennTokenizer(Reader r)
Method Detail

main

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


Stanford NLP Group