opennlp.tools.coref
Class CorefSample

java.lang.Object
  extended by opennlp.tools.coref.CorefSample

public class CorefSample
extends Object


Constructor Summary
CorefSample(List<Parse> parses)
           
 
Method Summary
 List<Parse> getParses()
           
static CorefSample parse(String corefSampleString)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorefSample

public CorefSample(List<Parse> parses)
Method Detail

getParses

public List<Parse> getParses()

toString

public String toString()
Overrides:
toString in class Object

parse

public static CorefSample parse(String corefSampleString)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.