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