opennlp.tools.formats
Class CorefSampleStreamFactory

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

public class CorefSampleStreamFactory
extends AbstractSampleStreamFactory<CorefSample>


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

registerFactory

public static void registerFactory()

create

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


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