Uses of Interface
edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors.DocExampleExtractor

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

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

Subinterfaces of DocExampleExtractor in edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors
 interface CExampleExtractor
          This interface specifies a type of ExampleExtractor that extracts CExamples from Docs.
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors that implement DocExampleExtractor
 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 IntroExEx
          Extracts introduction examples (IntroExamples) from a document.