org.cogroo.formats
Class FeatureSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.AbstractSampleStreamFactory<FeatureSample>
      extended by org.cogroo.formats.FeatureSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<FeatureSample>

public class FeatureSampleStreamFactory
extends opennlp.tools.formats.AbstractSampleStreamFactory<FeatureSample>

Factory producing OpenNLP FeatureSampleStreams.


Method Summary
 opennlp.tools.util.ObjectStream<FeatureSample> 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 opennlp.tools.util.ObjectStream<FeatureSample> create(String[] args)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.