opennlp.tools.formats
Class WordTagSampleStreamFactory

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

public class WordTagSampleStreamFactory
extends AbstractSampleStreamFactory<POSSample>

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


Nested Class Summary
static interface WordTagSampleStreamFactory.Parameters
           
 
Method Summary
 ObjectStream<POSSample> 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<POSSample> create(String[] args)


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