opennlp.tools.formats
Class Conll03NameSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.AbstractSampleStreamFactory<T>
      extended by opennlp.tools.formats.LanguageSampleStreamFactory<NameSample>
          extended by opennlp.tools.formats.Conll03NameSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<NameSample>

public class Conll03NameSampleStreamFactory
extends LanguageSampleStreamFactory<NameSample>


Method Summary
 ObjectStream<NameSample> 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 ObjectStream<NameSample> create(String[] args)


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