org.apache.uima.examples.tagger.trainAndTest
Class TaggerEvaluation

java.lang.Object
  extended by org.apache.uima.examples.tagger.trainAndTest.TaggerEvaluation

public class TaggerEvaluation
extends java.lang.Object

Evaluation of Tagger NB. As it is implemented at the moment, to be used just for small tests with small files. Takes quite a long time with big files. If one needs to test big files, it is better to implement iteration over sentences and not over the complete list of Tokens.


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

Constructor Detail

TaggerEvaluation

public TaggerEvaluation()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -


Copyright © 2011. All Rights Reserved.