edu.stanford.nlp.ie.hmm
Class Tester

java.lang.Object
  |
  +--edu.stanford.nlp.ie.hmm.Tester

public class Tester
extends Object

Test a trained, serialized HMM on a (tagged) testing file. Uses saved serialized object, which is an already trained HMM, to test against the passed tagged testing file.


Method Summary
static void main(String[] args)
          Tests an HMM on a test corpus.
 
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)
Tests an HMM on a test corpus.



Stanford NLP Group