opennlp.tools.formats
Class ConllXPOSSampleStreamFactory

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

public class ConllXPOSSampleStreamFactory
extends AbstractSampleStreamFactory<POSSample>

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


Field Summary
static String CONLLX_FORMAT
           
 
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
 

Field Detail

CONLLX_FORMAT

public static final String CONLLX_FORMAT
See Also:
Constant Field Values
Method Detail

registerFactory

public static void registerFactory()

create

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


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