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

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

Constructor Summary
NegraTokenizer(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

NegraTokenizer

public NegraTokenizer(Reader r)
Method Detail

main

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


Stanford NLP Group