|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.examples.tagger.trainAndTest.TaggerEvaluation
public class TaggerEvaluation
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 |
---|
public TaggerEvaluation()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |