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

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

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

Subclasses of BatchExExtractor 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 DocFilteredBatchExEx<T>
          Extracts examples from a document using a batch process.
 class FilteredBatchExExtractor<T>
          Extracts examples with a facility for getting all examples in batch and filtering examples.
 class IntroExEx
          Extracts introduction examples (IntroExamples) from a document.