Uses of Class
opennlp.dl.AbstractDL
Packages that use AbstractDL
-
Uses of AbstractDL in opennlp.dl.doccat
Subclasses of AbstractDL in opennlp.dl.doccatModifier and TypeClassDescriptionclassAn implementation ofDocumentCategorizerthat performs document classification using ONNX models. -
Uses of AbstractDL in opennlp.dl.namefinder
Subclasses of AbstractDL in opennlp.dl.namefinderModifier and TypeClassDescriptionclassAn implementation ofTokenNameFinderthat uses ONNX models. -
Uses of AbstractDL in opennlp.dl.vectors
Subclasses of AbstractDL in opennlp.dl.vectorsModifier and TypeClassDescriptionclassFacilitates the generation of sentence vectors using a sentence-transformers model converted to ONNX.