Package opennlp.tools.ml.naivebayes
Class BinaryNaiveBayesModelReader
java.lang.Object
opennlp.tools.ml.model.AbstractModelReader
opennlp.tools.ml.naivebayes.NaiveBayesModelReader
opennlp.tools.ml.naivebayes.BinaryNaiveBayesModelReader
A 
NaiveBayesModelReader that reads models from a binary format.- 
Constructor SummaryConstructorsConstructorDescriptionInstantiatesBinaryNaiveBayesModelReadervia aDataInputStreamcontaining the model contents.InstantiatesBinaryNaiveBayesModelReadervia aFileand creates a reader for it.
- 
Method SummaryMethods inherited from class opennlp.tools.ml.naivebayes.NaiveBayesModelReadercheckModelType, constructModelMethods inherited from class opennlp.tools.ml.model.AbstractModelReadergetModel, readDouble, readInt, readUTF
- 
Constructor Details- 
BinaryNaiveBayesModelReaderInstantiatesBinaryNaiveBayesModelReadervia aDataInputStreamcontaining the model contents.- Parameters:
- dis- The- DataInputStreamcontaining the model information. It must be open and have bytes available.
 
- 
BinaryNaiveBayesModelReaderInstantiatesBinaryNaiveBayesModelReadervia aFileand creates a reader for it. Based on whether the file's suffix contains.gz, it detects whether the file is gzipped or not.- Parameters:
- f- The- Filethat references the model to be read.
- Throws:
- IOException
 
 
-