Uses of Package
edu.illinois.cs.cogcomp.lbj.coref.ir.examples

Packages that use edu.illinois.cs.cogcomp.lbj.coref.ir.examples
edu.illinois.cs.cogcomp.lbj.coref.decoders   
edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors   
edu.illinois.cs.cogcomp.lbj.coref.features   
edu.illinois.cs.cogcomp.lbj.coref.ir.docs   
edu.illinois.cs.cogcomp.lbj.coref.ir.examples   
edu.illinois.cs.cogcomp.lbj.coref.parsers   
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.ir.examples used by edu.illinois.cs.cogcomp.lbj.coref.decoders
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.
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.ir.examples used by edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors
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.
IntroExample
          An example to hold an Mention and knowledge of whether the example is the first mention of an entity in a document.
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.ir.examples used by edu.illinois.cs.cogcomp.lbj.coref.features
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.
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.ir.examples used by edu.illinois.cs.cogcomp.lbj.coref.ir.docs
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.
GExample
          An example representing a mention and its gender, for use as the input to gender classifiers.
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.ir.examples used by edu.illinois.cs.cogcomp.lbj.coref.ir.examples
BIOExample
          An example of a word and information about where in a chunk it is located: beginning, inside, or outside a chunk.
Example
           
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.
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.ir.examples used by edu.illinois.cs.cogcomp.lbj.coref.parsers
BIOExample
          An example of a word and information about where in a chunk it is located: beginning, inside, or outside a chunk.
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.
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.
IntroExample
          An example to hold an Mention and knowledge of whether the example is the first mention of an entity in a document.