Package opennlp.tools.cmdline.params
Interface EncodingParameter
-
- All Known Subinterfaces:
BasicFormatParams
,NameSampleDataStreamFactory.Parameters
,ParseSampleStreamFactory.Parameters
,WordTagSampleStreamFactory.Parameters
public interface EncodingParameter
Encoding parameter. The DEFAULT_CHARSET is handled by ArgumentParser.Parse(). Note: Do not use this class, internal use only!
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Charset
getEncoding()
-
-
-
Method Detail
-
getEncoding
Charset getEncoding()
-
-