opennlp.tools.formats.muc
Class Muc6FullParseCorefSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.AbstractSampleStreamFactory<CorefSample>
      extended by opennlp.tools.formats.muc.Muc6FullParseCorefSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<CorefSample>

public class Muc6FullParseCorefSampleStreamFactory
extends AbstractSampleStreamFactory<CorefSample>

Factory creates a stream which can parse MUC 6 Coref data and outputs CorefSample objects which are enhanced with a full parse and are suitable to train the Coreference component.


Method Summary
 ObjectStream<CorefSample> create(String[] args)
           
static void registerFactory()
           
 
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public ObjectStream<CorefSample> create(String[] args)

registerFactory

public static void registerFactory()


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