org.apache.uima.examples.tagger.trainAndTest
Class TaggerEvaluation
java.lang.Object
org.apache.uima.examples.tagger.trainAndTest.TaggerEvaluation
public class TaggerEvaluation
- extends 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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaggerEvaluation
public TaggerEvaluation()
main
public static void main(String[] args)
- Parameters:
args
-
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.