opennlp.tools.formats
Class Conll02NameSampleStreamFactory
java.lang.Object
opennlp.tools.formats.Conll02NameSampleStreamFactory
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<NameSample>
public class Conll02NameSampleStreamFactory
- extends Object
- implements opennlp.tools.cmdline.ObjectStreamFactory<NameSample>
Note: Do not use this class, internal use only!
Conll02NameSampleStreamFactory
public Conll02NameSampleStreamFactory()
getUsage
public String getUsage()
- Specified by:
getUsage
in interface opennlp.tools.cmdline.ObjectStreamFactory<NameSample>
validateArguments
public boolean validateArguments(String[] args)
- Specified by:
validateArguments
in interface opennlp.tools.cmdline.ObjectStreamFactory<NameSample>
create
public ObjectStream<NameSample> create(String[] args)
- Specified by:
create
in interface opennlp.tools.cmdline.ObjectStreamFactory<NameSample>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.