Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.ir.examples.Example

Packages that use Example
edu.illinois.cs.cogcomp.lbj.coref.ir.examples   
 

Uses of Example in edu.illinois.cs.cogcomp.lbj.coref.ir.examples
 

Subclasses of Example in edu.illinois.cs.cogcomp.lbj.coref.ir.examples
 class BIOExample
          An example of a word and information about where in a chunk it is located: beginning, inside, or outside a chunk.
 class CaseExample
           
 class CExample
          A coreference example (CExample) is a pair of referrers, where each referrer is either an entity mention or a set of entity mentions, and the document containing the mentions.
 class ExtendHeadExample
          Represents an example of a word associated with some head, used to determine whether the word is part of the extent of that head's mention.
 class GExample
          An example representing a mention and its gender, for use as the input to gender classifiers.
 class WordExample
          Represents a word in a document, for use in classification or classifier training, along with utility methods for getting information and features pertaining to the word.