edu.stanford.nlp.tagger.maxent
Class ConfMatUnconsidered

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

public class ConfMatUnconsidered
extends Object

Builds a confusion matrix of the confusions which were not even possible to not make, because the correct tag was not in the list of tags that were tried.


Constructor Summary
ConfMatUnconsidered(String filename, String fileDict, String filenametags)
           
 
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

ConfMatUnconsidered

public ConfMatUnconsidered(String filename,
                           String fileDict,
                           String filenametags)
Method Detail

print

public void print()

print_non_zeros

public void print_non_zeros()

main

public static void main(String[] args)


Stanford NLP Group