edu.stanford.nlp.tagger
Class TreebankTaggerTester

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.TreebankTaggerTester

public class TreebankTaggerTester
extends Object

Tags text using Kristina's tagger and tests results from the Penn Treebank.


Method Summary
static void main(String[] args)
          Tag text and test results from the Penn Treebank.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Tag text and test results from the Penn Treebank. Prints the treebank tagged text (from the trees), and where the tagger output differs, prints the tagger tag _after_ the treebank tag, with a trailing underscore. Output is one sentence per line.

Parameters:
args - An array of arguments. Usage:
java edu.stanford.nlp.tagger.TreebankTaggerTester modelFile tagFiles


Stanford NLP Group