Class DocumentCategorizerDL

java.lang.Object
opennlp.dl.AbstractDL
opennlp.dl.doccat.DocumentCategorizerDL
All Implemented Interfaces:
DocumentCategorizer

public class DocumentCategorizerDL extends AbstractDL implements DocumentCategorizer
An implementation of DocumentCategorizer that performs document classification using ONNX models.
See Also: