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

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

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

Subclasses of ExampleExtractor in edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors
 class BatchExExtractor<T>
          The base class for all example extractors that use a batch process.
 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.