Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.scorers.Scorer

Packages that use Scorer
edu.illinois.cs.cogcomp.lbj.coref.scorers   
 

Uses of Scorer in edu.illinois.cs.cogcomp.lbj.coref.scorers
 

Subclasses of Scorer in edu.illinois.cs.cogcomp.lbj.coref.scorers
 class BCubedBase
          Base class for scorers that implement some version of Bagga and Baldwin's B-Cubed scoring algorithm.
 class BCubedScorer
          Computes the within-document B-Cubed F-Score for a collection of documents.
 class BCubedUniformPerMentionBase
          Base class for scorers that compute the B-Cubed F-Score for a collection of documents, giving equal weight to each mention.
 class ChainScorer<T>
          Base class for scorers that process ChainSolutions.