Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors.DocFilteredBatchExEx

Packages that use DocFilteredBatchExEx
edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors   
 

Uses of DocFilteredBatchExEx in edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors
 

Subclasses of DocFilteredBatchExEx in edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors
 class CExampleExtractorBasic
          Extracts coreference examples from a document from all ordered pairs of mentions of a document such that any filters accept them.
 class CExExClosestPosAllNeg
          Generates examples of coreference in the following way: For each mention, create a positive example with the nearest preceding coreferential mention, and create negative examples with each preceding non-coreferential mention.
 class CExExtractorUntilTrue
          FIXME: This code should inherit from an onlineCExample class
 class IntroExEx
          Extracts introduction examples (IntroExamples) from a document.