Package opennlp.tools.ml.naivebayes
Klasse PlainTextNaiveBayesModelReader
java.lang.Object
opennlp.tools.ml.model.AbstractModelReader
opennlp.tools.ml.naivebayes.NaiveBayesModelReader
opennlp.tools.ml.naivebayes.PlainTextNaiveBayesModelReader
A
NaiveBayesModelReader that reads models from a plain text format.- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInstantiatesPlainTextNaiveBayesModelReadervia aBufferedReadercontaining the model contents.InstantiatesPlainTextNaiveBayesModelReadervia aFileand creates a reader for it. -
Methodenübersicht
Von Klasse geerbte Methoden opennlp.tools.ml.naivebayes.NaiveBayesModelReader
checkModelType, constructModelVon Klasse geerbte Methoden opennlp.tools.ml.model.AbstractModelReader
getModel, readDouble, readInt, readUTF
-
Konstruktordetails
-
PlainTextNaiveBayesModelReader
InstantiatesPlainTextNaiveBayesModelReadervia aBufferedReadercontaining the model contents.- Parameter:
br- TheBufferedReadercontaining the model information. It must be open and have bytes available.
-
PlainTextNaiveBayesModelReader
InstantiatesPlainTextNaiveBayesModelReadervia aFileand creates a reader for it. Based on whether the file's suffix contains.gz, it detects whether the file is gzipped or not.- Parameter:
f- TheFilethat references the model to be read.- Löst aus:
IOException
-