Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.ir.examples.IntroExample

Packages that use IntroExample
edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors   
edu.illinois.cs.cogcomp.lbj.coref.parsers   
 

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

Methods in edu.illinois.cs.cogcomp.lbj.coref.exampleExtractors that return types with arguments of type IntroExample
protected  java.util.List<IntroExample> IntroExEx.generateAllExamples()
          Generates introduction examples (IntroExamples) from all mentions of a document.
 

Uses of IntroExample in edu.illinois.cs.cogcomp.lbj.coref.parsers
 

Fields in edu.illinois.cs.cogcomp.lbj.coref.parsers with type parameters of type IntroExample
private  java.util.List<IntroExample> IntroParser.m_examples
           
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.parsers that return IntroExample
private  IntroExample IntroParser.getNextExample()
           
 IntroExample IntroParser.next()
           
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.parsers that return types with arguments of type IntroExample
private  java.util.List<IntroExample> IntroParser.getExamples(int iD)