org.cogroo.formats.ad
Class ADExPOSSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.AbstractSampleStreamFactory<T>
      extended by opennlp.tools.formats.LanguageSampleStreamFactory<opennlp.tools.postag.POSSample>
          extended by org.cogroo.formats.ad.ADExPOSSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<opennlp.tools.postag.POSSample>

public class ADExPOSSampleStreamFactory
extends opennlp.tools.formats.LanguageSampleStreamFactory<opennlp.tools.postag.POSSample>

Note: Do not use this class, internal use only!


Method Summary
 opennlp.tools.util.ObjectStream<opennlp.tools.postag.POSSample> create(String[] args)
           
static void registerFactory()
           
 
Methods inherited from class opennlp.tools.formats.LanguageSampleStreamFactory
getLang
 
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
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<opennlp.tools.postag.POSSample> create(String[] args)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.