opennlp.tools.formats.muc
Class Muc6NameSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.AbstractSampleStreamFactory<NameSample>
      extended by opennlp.tools.formats.muc.Muc6NameSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<NameSample>

public class Muc6NameSampleStreamFactory
extends AbstractSampleStreamFactory<NameSample>


Method Summary
 ObjectStream<NameSample> 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

create

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

registerFactory

public static void registerFactory()


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