Class BinaryNaiveBayesModelReader

java.lang.Object
opennlp.tools.ml.model.AbstractModelReader
opennlp.tools.ml.naivebayes.NaiveBayesModelReader
opennlp.tools.ml.naivebayes.BinaryNaiveBayesModelReader

public class BinaryNaiveBayesModelReader extends NaiveBayesModelReader
A NaiveBayesModelReader that reads models from a binary format.
  • Constructor Details