Index

A B C D E F G H I L M N O S T 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte

A

AbstractDL - Klasse in opennlp.dl
Base class for OpenNLP deep-learning classes using ONNX Runtime.
AbstractDL() - Konstruktor für Klasse opennlp.dl.AbstractDL
 
ATTENTION_MASK - Statische Variable in Klasse opennlp.dl.AbstractDL
 
AverageClassificationScoringStrategy - Klasse in opennlp.dl.doccat.scoring
A ClassificationScoringStrategy which calculates the document classification scores by averaging the scores for all individual parts of a document.
AverageClassificationScoringStrategy() - Konstruktor für Klasse opennlp.dl.doccat.scoring.AverageClassificationScoringStrategy
 

B

B_PER - Statische Variable in Klasse opennlp.dl.namefinder.NameFinderDL
 

C

categorize(String[]) - Methode in Klasse opennlp.dl.doccat.DocumentCategorizerDL
 
categorize(String[], Map<String, Object>) - Methode in Klasse opennlp.dl.doccat.DocumentCategorizerDL
 
characterEnd() - Methode in Datensatzklasse opennlp.dl.SpanEnd
Gibt den Wert für die Datensatzkomponente characterEnd zurück.
ClassificationScoringStrategy - Schnittstelle in opennlp.dl.doccat.scoring
Used to determine the scores of document classification.
clearAdaptiveData() - Methode in Klasse opennlp.dl.namefinder.NameFinderDL
 
close() - Methode in Klasse opennlp.dl.AbstractDL
Closes this resource, relinquishing any underlying resources.

D

DocumentCategorizerConfig - Datensatzklasse in opennlp.dl.doccat
 
DocumentCategorizerConfig(Map<String, String>) - Konstruktor für Datensatzklasse opennlp.dl.doccat.DocumentCategorizerConfig
Erstellt eine Instanz einer Datensatzklasse DocumentCategorizerConfig.
DocumentCategorizerDL - Klasse in opennlp.dl.doccat
An implementation of DocumentCategorizer that performs document classification using ONNX models.
DocumentCategorizerDL(File, File, File, ClassificationScoringStrategy, InferenceOptions) - Konstruktor für Klasse opennlp.dl.doccat.DocumentCategorizerDL
Instantiates a document categorizer using ONNX models.
DocumentCategorizerDL(File, File, Map<Integer, String>, ClassificationScoringStrategy, InferenceOptions) - Konstruktor für Klasse opennlp.dl.doccat.DocumentCategorizerDL
Instantiates a document categorizer using ONNX models.

E

equals(Object) - Methode in Datensatzklasse opennlp.dl.doccat.DocumentCategorizerConfig
Gibt an, ob ein anderes Objekt diesem gleich ("equal to") ist.
equals(Object) - Methode in Datensatzklasse opennlp.dl.SpanEnd
Gibt an, ob ein anderes Objekt diesem gleich ("equal to") ist.
equals(Object) - Methode in Datensatzklasse opennlp.dl.Tokens
Gibt an, ob ein anderes Objekt diesem gleich ("equal to") ist.

F

find(String[]) - Methode in Klasse opennlp.dl.namefinder.NameFinderDL
 
fromJson(String) - Statische Methode in Datensatzklasse opennlp.dl.doccat.DocumentCategorizerConfig
 

G

getAllResults(double[]) - Methode in Klasse opennlp.dl.doccat.DocumentCategorizerDL
 
getBestCategory(double[]) - Methode in Klasse opennlp.dl.doccat.DocumentCategorizerDL
 
getCategory(int) - Methode in Klasse opennlp.dl.doccat.DocumentCategorizerDL
 
getDocumentSplitSize() - Methode in Klasse opennlp.dl.InferenceOptions
 
getGpuDeviceId() - Methode in Klasse opennlp.dl.InferenceOptions
 
getIndex(String) - Methode in Klasse opennlp.dl.doccat.DocumentCategorizerDL
 
getNumberOfCategories() - Methode in Klasse opennlp.dl.doccat.DocumentCategorizerDL
 
getSplitOverlapSize() - Methode in Klasse opennlp.dl.InferenceOptions
 
getVectors(String) - Methode in Klasse opennlp.dl.vectors.SentenceVectorsDL
Generates vectors given a sentence.

H

hashCode() - Methode in Datensatzklasse opennlp.dl.doccat.DocumentCategorizerConfig
Gibt einen Hashcodewert für diese Objekt zurück.
hashCode() - Methode in Datensatzklasse opennlp.dl.SpanEnd
Gibt einen Hashcodewert für diese Objekt zurück.
hashCode() - Methode in Datensatzklasse opennlp.dl.Tokens
Gibt einen Hashcodewert für diese Objekt zurück.

I

I_PER - Statische Variable in Klasse opennlp.dl.namefinder.NameFinderDL
 
id2label() - Methode in Datensatzklasse opennlp.dl.doccat.DocumentCategorizerConfig
Gibt den Wert für die Datensatzkomponente id2label zurück.
ids() - Methode in Datensatzklasse opennlp.dl.Tokens
Gibt den Wert für die Datensatzkomponente ids zurück.
index() - Methode in Datensatzklasse opennlp.dl.SpanEnd
Gibt den Wert für die Datensatzkomponente index zurück.
InferenceOptions - Klasse in opennlp.dl
 
InferenceOptions() - Konstruktor für Klasse opennlp.dl.InferenceOptions
 
INPUT_IDS - Statische Variable in Klasse opennlp.dl.AbstractDL
 
isGpu() - Methode in Klasse opennlp.dl.InferenceOptions
 
isIncludeAttentionMask() - Methode in Klasse opennlp.dl.InferenceOptions
 
isIncludeTokenTypeIds() - Methode in Klasse opennlp.dl.InferenceOptions
 

L

loadVocab(File) - Methode in Klasse opennlp.dl.AbstractDL
Loads a vocabulary File from disk.

M

mask() - Methode in Datensatzklasse opennlp.dl.Tokens
Gibt den Wert für die Datensatzkomponente mask zurück.

N

NameFinderDL - Klasse in opennlp.dl.namefinder
An implementation of TokenNameFinder that uses ONNX models.
NameFinderDL(File, File, Map<Integer, String>, InferenceOptions, SentenceDetector) - Konstruktor für Klasse opennlp.dl.namefinder.NameFinderDL
Instantiates a name finder using ONNX models.
NameFinderDL(File, File, Map<Integer, String>, SentenceDetector) - Konstruktor für Klasse opennlp.dl.namefinder.NameFinderDL
Instantiates a name finder using ONNX models.

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
 
opennlp.dl.vectors - Package opennlp.dl.vectors
 

S

score(List<double[]>) - Methode in Klasse opennlp.dl.doccat.scoring.AverageClassificationScoringStrategy
 
score(List<double[]>) - Methode in Schnittstelle opennlp.dl.doccat.scoring.ClassificationScoringStrategy
Calculate the final scores based on the scores of the individual document parts.
scoreMap(String[]) - Methode in Klasse opennlp.dl.doccat.DocumentCategorizerDL
 
SentenceVectorsDL - Klasse in opennlp.dl.vectors
Facilitates the generation of sentence vectors using a sentence-transformers model converted to ONNX.
SentenceVectorsDL(File, File) - Konstruktor für Klasse opennlp.dl.vectors.SentenceVectorsDL
Instantiates a sentence detector using ONNX models.
SEPARATOR - Statische Variable in Klasse opennlp.dl.namefinder.NameFinderDL
 
setDocumentSplitSize(int) - Methode in Klasse opennlp.dl.InferenceOptions
 
setGpu(boolean) - Methode in Klasse opennlp.dl.InferenceOptions
 
setGpuDeviceId(int) - Methode in Klasse opennlp.dl.InferenceOptions
 
setIncludeAttentionMask(boolean) - Methode in Klasse opennlp.dl.InferenceOptions
 
setIncludeTokenTypeIds(boolean) - Methode in Klasse opennlp.dl.InferenceOptions
 
setSplitOverlapSize(int) - Methode in Klasse opennlp.dl.InferenceOptions
 
sortedScoreMap(String[]) - Methode in Klasse opennlp.dl.doccat.DocumentCategorizerDL
 
SpanEnd - Datensatzklasse in opennlp.dl
 
SpanEnd(int, int) - Konstruktor für Datensatzklasse opennlp.dl.SpanEnd
Erstellt eine Instanz einer Datensatzklasse SpanEnd.

T

TOKEN_TYPE_IDS - Statische Variable in Klasse opennlp.dl.AbstractDL
 
tokens() - Methode in Datensatzklasse opennlp.dl.Tokens
Gibt den Wert für die Datensatzkomponente tokens zurück.
Tokens - Datensatzklasse in opennlp.dl
Holds the tokens for input to an ONNX model.
Tokens(String[], long[], long[], long[]) - Konstruktor für Datensatzklasse opennlp.dl.Tokens
Erstellt eine Instanz einer Datensatzklasse Tokens.
toString() - Methode in Datensatzklasse opennlp.dl.doccat.DocumentCategorizerConfig
Gibt eine Zeichenfolgendarstellung dieser Datensatzklasse zurück.
toString() - Methode in Datensatzklasse opennlp.dl.SpanEnd
Gibt eine Zeichenfolgendarstellung dieser Datensatzklasse zurück.
toString() - Methode in Datensatzklasse opennlp.dl.Tokens
Gibt eine Zeichenfolgendarstellung dieser Datensatzklasse zurück.
types() - Methode in Datensatzklasse opennlp.dl.Tokens
Gibt den Wert für die Datensatzkomponente types zurück.
A B C D E F G H I L M N O S T 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte