Uses of Class
evaluation.AnnotationStats

Packages that use AnnotationStats
evaluation   
utils   
 

Uses of AnnotationStats in evaluation
 

Methods in evaluation with parameters of type AnnotationStats
 double SingleMethodEvaluation.getLexemeImprovement(AnnotationStats goldenStandard, java.lang.String lexeme)
          Returns the improvement agains mfs baseline for given lexeme
 int SingleMethodEvaluation.getNumberOfImprovements(java.lang.String pos, AnnotationStats goldenStandard)
          Calculates the number of lexemes for which this method was better than mfs (and which are of given part of speech)
 double SingleMethodEvaluation.getTotalAccuracy(java.lang.String pos, AnnotationStats goldenStandard)
          Gets total accuracy for given part of speech
 double SingleMethodEvaluation.getWeightedRank(java.lang.String pos, AnnotationStats goldenStandard)
          Gets RARE result of method for given part of speech
 void Evaluator.printEvaluationResults(java.io.BufferedWriter bw, java.util.Collection<SingleMethodEvaluation> smes, AnnotationStats goldenStandard)
          Prints evaluation results to a given writer.
 void Evaluator.printEvaluationResultsOnLexemes(java.io.Writer w, java.util.Collection<SingleMethodEvaluation> results, AnnotationStats goldenStandard)
          Prints evaluation results to a given writer.
 java.util.Collection<SingleMethodEvaluation> Evaluator.selectBestMethods(java.util.Collection<SingleMethodEvaluation> results, Evaluator.Sorting sortingType, java.lang.Integer howMany, AnnotationStats goldenStandard)
          Selects best methods from a method evaluation list.
 

Uses of AnnotationStats in utils
 

Methods in utils that return AnnotationStats
static AnnotationStats CorpusManager.getSenseStatisticsForCorpus(corpusapi.Corpus corpus, corpusapi.tei.TEISenseInventory dict)
          Calculates gold standard annotation in corpus