A B C D F G I N O S T 
All Classes All Packages

A

ATTENTION_MASK - Static variable in class opennlp.dl.doccat.DocumentCategorizerDL
 
ATTENTION_MASK - Static variable in class opennlp.dl.namefinder.NameFinderDL
 
AverageClassificationScoringStrategy - Class in opennlp.dl.doccat.scoring
Calculates the document classification scores by averaging the scores for all individual parts of a document.
AverageClassificationScoringStrategy() - Constructor for class opennlp.dl.doccat.scoring.AverageClassificationScoringStrategy
 

B

B_PER - Static variable in class opennlp.dl.namefinder.NameFinderDL
 

C

categorize(String[]) - Method in class opennlp.dl.doccat.DocumentCategorizerDL
 
categorize(String[], Map<String, Object>) - Method in class opennlp.dl.doccat.DocumentCategorizerDL
 
ClassificationScoringStrategy - Interface in opennlp.dl.doccat.scoring
Used to determine the scores of document classification.
clearAdaptiveData() - Method in class opennlp.dl.namefinder.NameFinderDL
 

D

DocumentCategorizerDL - Class in opennlp.dl.doccat
An implementation of DocumentCategorizer that performs document classification using ONNX models.
DocumentCategorizerDL(File, File, Map<Integer, String>, ClassificationScoringStrategy, InferenceOptions) - Constructor for class opennlp.dl.doccat.DocumentCategorizerDL
Creates a new document categorizer using ONNX models.

F

find(String[]) - Method in class opennlp.dl.namefinder.NameFinderDL
 

G

getAllResults(double[]) - Method in class opennlp.dl.doccat.DocumentCategorizerDL
 
getBestCategory(double[]) - Method in class opennlp.dl.doccat.DocumentCategorizerDL
 
getCategory(int) - Method in class opennlp.dl.doccat.DocumentCategorizerDL
 
getCharacterEnd() - Method in class opennlp.dl.SpanEnd
 
getDocumentSplitSize() - Method in class opennlp.dl.InferenceOptions
 
getGpuDeviceId() - Method in class opennlp.dl.InferenceOptions
 
getIds() - Method in class opennlp.dl.Tokens
 
getIndex() - Method in class opennlp.dl.SpanEnd
 
getIndex(String) - Method in class opennlp.dl.doccat.DocumentCategorizerDL
 
getMask() - Method in class opennlp.dl.Tokens
 
getNumberOfCategories() - Method in class opennlp.dl.doccat.DocumentCategorizerDL
 
getSplitOverlapSize() - Method in class opennlp.dl.InferenceOptions
 
getTokens() - Method in class opennlp.dl.Tokens
 
getTypes() - Method in class opennlp.dl.Tokens
 

I

I_PER - Static variable in class opennlp.dl.namefinder.NameFinderDL
 
InferenceOptions - Class in opennlp.dl
 
InferenceOptions() - Constructor for class opennlp.dl.InferenceOptions
 
INPUT_IDS - Static variable in class opennlp.dl.doccat.DocumentCategorizerDL
 
INPUT_IDS - Static variable in class opennlp.dl.namefinder.NameFinderDL
 
isGpu() - Method in class opennlp.dl.InferenceOptions
 
isIncludeAttentionMask() - Method in class opennlp.dl.InferenceOptions
 
isIncludeTokenTypeIds() - Method in class opennlp.dl.InferenceOptions
 

N

NameFinderDL - Class in opennlp.dl.namefinder
An implementation of TokenNameFinder that uses ONNX models.
NameFinderDL(File, File, Map<Integer, String>, InferenceOptions, SentenceDetector) - Constructor for class opennlp.dl.namefinder.NameFinderDL
 
NameFinderDL(File, File, Map<Integer, String>, SentenceDetector) - Constructor for class opennlp.dl.namefinder.NameFinderDL
 

O

opennlp.dl - package opennlp.dl
 
opennlp.dl.doccat - package opennlp.dl.doccat
 
opennlp.dl.doccat.scoring - package opennlp.dl.doccat.scoring
 
opennlp.dl.namefinder - package opennlp.dl.namefinder
 

S

score(List<double[]>) - Method in class opennlp.dl.doccat.scoring.AverageClassificationScoringStrategy
 
score(List<double[]>) - Method in interface opennlp.dl.doccat.scoring.ClassificationScoringStrategy
Calculate the final scores based on the scores of the individual document parts.
scoreMap(String[]) - Method in class opennlp.dl.doccat.DocumentCategorizerDL
 
SEPARATOR - Static variable in class opennlp.dl.namefinder.NameFinderDL
 
setDocumentSplitSize(int) - Method in class opennlp.dl.InferenceOptions
 
setGpu(boolean) - Method in class opennlp.dl.InferenceOptions
 
setGpuDeviceId(int) - Method in class opennlp.dl.InferenceOptions
 
setIncludeAttentionMask(boolean) - Method in class opennlp.dl.InferenceOptions
 
setIncludeTokenTypeIds(boolean) - Method in class opennlp.dl.InferenceOptions
 
setSplitOverlapSize(int) - Method in class opennlp.dl.InferenceOptions
 
sortedScoreMap(String[]) - Method in class opennlp.dl.doccat.DocumentCategorizerDL
 
SpanEnd - Class in opennlp.dl
 
SpanEnd(int, int) - Constructor for class opennlp.dl.SpanEnd
 

T

TOKEN_TYPE_IDS - Static variable in class opennlp.dl.doccat.DocumentCategorizerDL
 
TOKEN_TYPE_IDS - Static variable in class opennlp.dl.namefinder.NameFinderDL
 
Tokens - Class in opennlp.dl
Holds the tokens for input to an ONNX model.
Tokens(String[], long[], long[], long[]) - Constructor for class opennlp.dl.Tokens
Creates a new instance to hold the tokens for input to an ONNX model.
toString() - Method in class opennlp.dl.SpanEnd
 
A B C D F G I N O S T 
All Classes All Packages