edu.stanford.nlp.tagger.maxent
Class ErrorTags

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.maxent.ErrorTags

public class ErrorTags
extends Object


Constructor Summary
ErrorTags(String fileoutput, String fileTags)
           
 
Method Summary
static void main(String[] args)
           
 void print_non_zeros()
           
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorTags

public ErrorTags(String fileoutput,
                 String fileTags)
Method Detail

print

public void print()

print_non_zeros

public void print_non_zeros()

main

public static void main(String[] args)


Stanford NLP Group