Uses of Class
opennlp.dl.InferenceOptions
-
Packages that use InferenceOptions Package Description opennlp.dl.doccat opennlp.dl.namefinder -
-
Uses of InferenceOptions in opennlp.dl.doccat
Constructors in opennlp.dl.doccat with parameters of type InferenceOptions Constructor Description DocumentCategorizerDL(File model, File vocab, Map<Integer,String> categories, ClassificationScoringStrategy classificationScoringStrategy, InferenceOptions inferenceOptions)Creates a new document categorizer using ONNX models. -
Uses of InferenceOptions in opennlp.dl.namefinder
Constructors in opennlp.dl.namefinder with parameters of type InferenceOptions Constructor Description NameFinderDL(File model, File vocabulary, Map<Integer,String> ids2Labels, InferenceOptions inferenceOptions, SentenceDetector sentenceDetector)
-