opennlp.tools.formats.muc
Class RawCorefSample

java.lang.Object
  extended by opennlp.tools.formats.muc.RawCorefSample

public class RawCorefSample
extends Object

A coreference sample as it is extracted from MUC style training data.


Method Summary
 List<opennlp.tools.formats.muc.MucCorefContentHandler.CorefMention[]> getMentions()
           
 List<String[]> getTexts()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTexts

public List<String[]> getTexts()

getMentions

public List<opennlp.tools.formats.muc.MucCorefContentHandler.CorefMention[]> getMentions()


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