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

Packages that use GExample
edu.illinois.cs.cogcomp.lbj.coref.ir.docs   
 

Uses of GExample in edu.illinois.cs.cogcomp.lbj.coref.ir.docs
 

Fields in edu.illinois.cs.cogcomp.lbj.coref.ir.docs with type parameters of type GExample
private  java.util.Map<Mention,GExample> DocBase.m_gExMap
           
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs that return GExample
 GExample DocBase.getGExampleFor(Mention m)
           
 GExample Doc.getGExampleFor(Mention m)
          Returns the unique GExample for the given pair of mentions in the given order.