Uses of Class
opennlp.tools.ml.naivebayes.NaiveBayesModelWriter
-
Packages that use NaiveBayesModelWriter Package Description opennlp.tools.ml.naivebayes -
-
Uses of NaiveBayesModelWriter in opennlp.tools.ml.naivebayes
Subclasses of NaiveBayesModelWriter in opennlp.tools.ml.naivebayes Modifier and Type Class Description class
BinaryNaiveBayesModelWriter
Model writer that saves models in binary format.class
PlainTextNaiveBayesModelWriter
Model writer that saves models in plain text format.
-