Skip navigation links
A B C D E F G H I J L P R S T U V 

A

AbstractRESTAdapter - Class in de.datexis.encoder
Outline for REST API Adapter.
AbstractRESTAdapter() - Constructor for class de.datexis.encoder.AbstractRESTAdapter
 
AbstractRESTAdapter(long, int, int) - Constructor for class de.datexis.encoder.AbstractRESTAdapter
 
AbstractRESTEncoder - Class in de.datexis.encoder
Interface for an Encoder that runs behind a REST API (no implementation).
AbstractRESTEncoder(String) - Constructor for class de.datexis.encoder.AbstractRESTEncoder
 
AbstractRESTEncoder(String, RESTAdapter) - Constructor for class de.datexis.encoder.AbstractRESTEncoder
 

B

BaaSRequest - Class in de.datexis.encoder.bert
 
BaaSRequest() - Constructor for class de.datexis.encoder.bert.BaaSRequest
 
BaaSRequestNonTokenized - Class in de.datexis.encoder.bert
 
BaaSRequestNonTokenized() - Constructor for class de.datexis.encoder.bert.BaaSRequestNonTokenized
 
BertNonTokenizedResponse - Class in de.datexis.encoder.bert
 
BertNonTokenizedResponse() - Constructor for class de.datexis.encoder.bert.BertNonTokenizedResponse
 
BertResponse - Class in de.datexis.encoder.bert
 
BertResponse() - Constructor for class de.datexis.encoder.bert.BertResponse
 
BertRESTAdapter - Class in de.datexis.encoder.bert
 
BertRESTAdapter() - Constructor for class de.datexis.encoder.bert.BertRESTAdapter
 
BertRESTAdapter(String, int, long) - Constructor for class de.datexis.encoder.bert.BertRESTAdapter
 
BertRESTEncoder - Class in de.datexis.encoder.bert
 
BertRESTEncoder() - Constructor for class de.datexis.encoder.bert.BertRESTEncoder
 
BertRESTEncoder(RESTAdapter) - Constructor for class de.datexis.encoder.bert.BertRESTEncoder
 

C

configureConnection(URL) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
create(String, int, int) - Static method in class de.datexis.encoder.bert.BertRESTEncoder
 
create(ELMoLayerOutput, String, int) - Static method in class de.datexis.encoder.elmo.ELMoRESTEncoder
 
create(ELMoLayerOutput, String, int, String) - Static method in class de.datexis.encoder.elmo.ELMoRESTEncoder
 
create(ELMoLayerOutput, String, int, long, int, int) - Static method in class de.datexis.encoder.elmo.ELMoRESTEncoder
 
create(ELMoLayerOutput, String, int, long, int, int, String) - Static method in class de.datexis.encoder.elmo.ELMoRESTEncoder
 
create(String, int) - Static method in class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
create(String, int, String) - Static method in class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
create(String, int, long, int, int) - Static method in class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
create(String, int, long, int, int, String) - Static method in class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
create(String, int) - Static method in class de.datexis.encoder.sector.SectorRESTEncoder
 
create(String, int, String) - Static method in class de.datexis.encoder.sector.SectorRESTEncoder
 
create(String, int, long, int, int) - Static method in class de.datexis.encoder.sector.SectorRESTEncoder
 
create(String, int, long, int, int, String) - Static method in class de.datexis.encoder.sector.SectorRESTEncoder
 
create(String, int) - Static method in class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
create(String, int, String) - Static method in class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
create(String, int, long, int, int) - Static method in class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
create(String, int, long, int, int, String) - Static method in class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 

D

de.datexis.encoder - package de.datexis.encoder
 
de.datexis.encoder.bert - package de.datexis.encoder.bert
 
de.datexis.encoder.elmo - package de.datexis.encoder.elmo
 
de.datexis.encoder.fasttext - package de.datexis.encoder.fasttext
 
de.datexis.encoder.sector - package de.datexis.encoder.sector
 
de.datexis.encoder.serialization - package de.datexis.encoder.serialization
 
de.datexis.encoder.skipthought - package de.datexis.encoder.skipthought
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class de.datexis.encoder.bert.BertRESTAdapter
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class de.datexis.encoder.sector.SectorRESTAdapter
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
DEFAULT_EMBEDDING_VECTOR_SIZE - Static variable in class de.datexis.encoder.bert.BertRESTAdapter
 
DEFAULT_EMBEDDING_VECTOR_SIZE - Static variable in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
DEFAULT_EMBEDDING_VECTOR_SIZE - Static variable in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
DEFAULT_EMBEDDING_VECTOR_SIZE - Static variable in class de.datexis.encoder.sector.SectorRESTAdapter
 
DEFAULT_EMBEDDING_VECTOR_SIZE - Static variable in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
DEFAULT_READ_TIMEOUT - Static variable in class de.datexis.encoder.bert.BertRESTAdapter
 
DEFAULT_READ_TIMEOUT - Static variable in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
DEFAULT_READ_TIMEOUT - Static variable in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
DEFAULT_READ_TIMEOUT - Static variable in class de.datexis.encoder.sector.SectorRESTAdapter
 
DEFAULT_READ_TIMEOUT - Static variable in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
DeserializationProvider - Interface in de.datexis.encoder.serialization
 
deserialize(InputStream, Class<O>) - Method in interface de.datexis.encoder.serialization.DeserializationProvider
 
deserialize(InputStream, Class<O>) - Method in class de.datexis.encoder.serialization.JacksonProvider
 
DOCUMENT_ENDPOINT - Static variable in class de.datexis.encoder.sector.SectorRESTAdapter
 
domain - Variable in class de.datexis.encoder.bert.BertRESTAdapter
 

E

ELMoLayerOutput - Enum in de.datexis.encoder.elmo
 
ELMoRESTAdapter - Class in de.datexis.encoder.elmo
 
ELMoRESTAdapter(ELMoLayerOutput, String, int, long, int, int) - Constructor for class de.datexis.encoder.elmo.ELMoRESTAdapter
 
ELMoRESTAdapter(ELMoLayerOutput, String, int) - Constructor for class de.datexis.encoder.elmo.ELMoRESTAdapter
 
ELMoRESTEncoder - Class in de.datexis.encoder.elmo
Created by philipp on 02.10.18.
ELMoRESTEncoder() - Constructor for class de.datexis.encoder.elmo.ELMoRESTEncoder
 
ELMoRESTEncoder(RESTAdapter) - Constructor for class de.datexis.encoder.elmo.ELMoRESTEncoder
 
ELMoRESTEncoder(RESTAdapter, String) - Constructor for class de.datexis.encoder.elmo.ELMoRESTEncoder
 
encode(String) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
encode(String[]) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
encode(String[][]) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
encode(String) - Method in class de.datexis.encoder.bert.BertRESTEncoder
 
encode(Span) - Method in class de.datexis.encoder.bert.BertRESTEncoder
 
encode(String) - Method in interface de.datexis.encoder.RESTAdapter
 
encode(String[]) - Method in interface de.datexis.encoder.RESTAdapter
 
encode(String[][]) - Method in interface de.datexis.encoder.RESTAdapter
 
encode(String) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encode(Span) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeDocumentsParallel(Collection<Document>, int, INDArray) - Method in class de.datexis.encoder.bert.BertRESTEncoder
 
encodeDocumentsParallelNoTokenization(List<Document>, int) - Method in class de.datexis.encoder.bert.BertRESTEncoder
 
encodeEach(Sentence, Class<? extends Span>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEach(Document, Class<? extends Span>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEach(Collection<Document>, Class<? extends Span>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEach(S) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEach(S, Function<S, String>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEach1D(List<S>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEach1D(List<S>, Function<S, String>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEach2D(List<? extends List<S>>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEach2D(List<? extends List<S>>, Function<S, String>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEachImpl(Sentence) - Method in class de.datexis.encoder.elmo.ELMoRESTEncoder
 
encodeEachImpl(Document) - Method in class de.datexis.encoder.elmo.ELMoRESTEncoder
 
encodeEachImpl(Collection<Document>) - Method in class de.datexis.encoder.elmo.ELMoRESTEncoder
 
encodeEachImpl(Sentence) - Method in class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
encodeEachImpl(Document) - Method in class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
encodeEachImpl(Collection<Document>) - Method in class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
encodeEachImpl(Sentence) - Method in class de.datexis.encoder.sector.SectorRESTEncoder
 
encodeEachImpl(Document) - Method in class de.datexis.encoder.sector.SectorRESTEncoder
 
encodeEachImpl(Collection<Document>) - Method in class de.datexis.encoder.sector.SectorRESTEncoder
 
encodeEachImpl(Sentence) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEachImpl(Document) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEachImpl(Collection<Document>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeEachImpl(Sentence) - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
encodeEachImpl(Document) - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
encodeEachImpl(Collection<Document>) - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
encodeImpl(String) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
encodeImpl(String[]) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
encodeImpl(String[][]) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
encodeImpl(String) - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
encodeImpl(String[]) - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
encodeImpl(String[][]) - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
encodeImpl(String) - Method in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
encodeImpl(String[]) - Method in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
encodeImpl(String[][]) - Method in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
encodeImpl(String) - Method in class de.datexis.encoder.elmo.ELMoRESTEncoder
 
encodeImpl(Span) - Method in class de.datexis.encoder.elmo.ELMoRESTEncoder
 
encodeImpl(String) - Method in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
encodeImpl(String[]) - Method in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
encodeImpl(String[][]) - Method in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
encodeImpl(String) - Method in class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
encodeImpl(Span) - Method in class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
encodeImpl(String) - Method in class de.datexis.encoder.sector.SectorRESTAdapter
 
encodeImpl(String[]) - Method in class de.datexis.encoder.sector.SectorRESTAdapter
 
encodeImpl(String[][]) - Method in class de.datexis.encoder.sector.SectorRESTAdapter
 
encodeImpl(String) - Method in class de.datexis.encoder.sector.SectorRESTEncoder
 
encodeImpl(Span) - Method in class de.datexis.encoder.sector.SectorRESTEncoder
 
encodeImpl(String) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeImpl(Span) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
encodeImpl(String) - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
encodeImpl(String[]) - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
encodeImpl(String[][]) - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
encodeImpl(String) - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
encodeImpl(Span) - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
encodeMatrix(List<Document>, int, Class<? extends Span>) - Method in class de.datexis.encoder.bert.BertRESTEncoder
 
encodeValue(String) - Method in class de.datexis.encoder.SimpleRESTEncoder
 

F

FastTextRESTAdapter - Class in de.datexis.encoder.fasttext
 
FastTextRESTAdapter(String, int, long, int, int) - Constructor for class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
FastTextRESTAdapter(String, int) - Constructor for class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
FastTextRESTEncoder - Class in de.datexis.encoder.fasttext
 
FastTextRESTEncoder() - Constructor for class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
FastTextRESTEncoder(RESTAdapter) - Constructor for class de.datexis.encoder.fasttext.FastTextRESTEncoder
 
FastTextRESTEncoder(RESTAdapter, String) - Constructor for class de.datexis.encoder.fasttext.FastTextRESTEncoder
 

G

getAcceptType() - Method in interface de.datexis.encoder.serialization.DeserializationProvider
 
getAcceptType() - Method in class de.datexis.encoder.serialization.JacksonProvider
 
getConnection(URL) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
getConnectTimeout() - Method in class de.datexis.encoder.AbstractRESTAdapter
 
getContentType() - Method in class de.datexis.encoder.serialization.JacksonProvider
 
getContentType() - Method in interface de.datexis.encoder.serialization.SerializationProvider
 
getDeserializationProvider() - Method in class de.datexis.encoder.AbstractRESTAdapter
 
getDeserializationProvider() - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
getDeserializationProvider() - Method in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
getDeserializationProvider() - Method in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
getDeserializationProvider() - Method in class de.datexis.encoder.sector.SectorRESTAdapter
 
getDeserializationProvider() - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
getDomain() - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
getEmbeddingVectorSize() - Method in class de.datexis.encoder.AbstractRESTAdapter
 
getEmbeddingVectorSize() - Method in class de.datexis.encoder.AbstractRESTEncoder
 
getEmbeddingVectorSize() - Method in interface de.datexis.encoder.RESTAdapter
 
getPath() - Method in enum de.datexis.encoder.elmo.ELMoLayerOutput
 
getPort() - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
getReadTimeout() - Method in class de.datexis.encoder.AbstractRESTAdapter
 
getRestAdapter() - Method in class de.datexis.encoder.AbstractRESTEncoder
 
getSerializationProvider() - Method in class de.datexis.encoder.AbstractRESTAdapter
 
getSerializationProvider() - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
getSerializationProvider() - Method in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
getSerializationProvider() - Method in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
getSerializationProvider() - Method in class de.datexis.encoder.sector.SectorRESTAdapter
 
getSerializationProvider() - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
getTokensOfSentencesOfDocument(Document) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
getUrl() - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
getUrl(String) - Method in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
getUrl(String) - Method in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
getUrl(String) - Method in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 

H

HTTP_ACCEPT_TYPE_NAME - Static variable in class de.datexis.encoder.AbstractRESTAdapter
 
HTTP_CONTENT_TYPE_NAME - Static variable in class de.datexis.encoder.AbstractRESTAdapter
 
HTTP_REQUEST_METHOD - Static variable in class de.datexis.encoder.AbstractRESTAdapter
 

I

id - Variable in class de.datexis.encoder.bert.BaaSRequest
 
id - Variable in class de.datexis.encoder.bert.BertResponse
 
is_tokenized - Variable in class de.datexis.encoder.bert.BaaSRequest
 

J

JacksonProvider - Class in de.datexis.encoder.serialization
 
JacksonProvider() - Constructor for class de.datexis.encoder.serialization.JacksonProvider
 

L

loadModel(Resource) - Method in class de.datexis.encoder.AbstractRESTEncoder
 

P

port - Variable in class de.datexis.encoder.bert.BertRESTAdapter
 
putVectorInSpan(S, double[]) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
putVectorInSpans(Stream<S>, double[][]) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
putVectorInSpans(Stream<? extends Stream<S>>, double[][][]) - Method in class de.datexis.encoder.SimpleRESTEncoder
 

R

request(I, Class<O>, URL) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
restAdapter - Variable in class de.datexis.encoder.AbstractRESTEncoder
 
RESTAdapter - Interface in de.datexis.encoder
 
result - Variable in class de.datexis.encoder.bert.BertResponse
 

S

saveModel(Resource, String) - Method in class de.datexis.encoder.AbstractRESTEncoder
 
SectorRESTAdapter - Class in de.datexis.encoder.sector
 
SectorRESTAdapter(String, int, long, int, int) - Constructor for class de.datexis.encoder.sector.SectorRESTAdapter
 
SectorRESTAdapter(String, int) - Constructor for class de.datexis.encoder.sector.SectorRESTAdapter
 
SectorRESTEncoder - Class in de.datexis.encoder.sector
 
SectorRESTEncoder() - Constructor for class de.datexis.encoder.sector.SectorRESTEncoder
 
SectorRESTEncoder(RESTAdapter) - Constructor for class de.datexis.encoder.sector.SectorRESTEncoder
 
SectorRESTEncoder(RESTAdapter, String) - Constructor for class de.datexis.encoder.sector.SectorRESTEncoder
 
SENTENCE_ENDPOINT - Static variable in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
SENTENCE_ENDPOINT - Static variable in class de.datexis.encoder.sector.SectorRESTAdapter
 
SENTENCE_ENDPOINT - Static variable in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
SENTENCES_ENDPOINT - Static variable in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
SENTENCES_ENDPOINT - Static variable in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
SENTENCES_ENDPOINT - Static variable in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
serdeProvider - Variable in class de.datexis.encoder.bert.BertRESTAdapter
 
SerializationProvider - Interface in de.datexis.encoder.serialization
 
serialize(I, OutputStream) - Method in class de.datexis.encoder.serialization.JacksonProvider
 
serialize(I, OutputStream) - Method in interface de.datexis.encoder.serialization.SerializationProvider
 
setConnectTimeout(int) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
setDomain(String) - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
setEmbeddingVectorSize(long) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
setPort(int) - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
setReadTimeout(int) - Method in class de.datexis.encoder.AbstractRESTAdapter
 
setRestAdapter(RESTAdapter) - Method in class de.datexis.encoder.AbstractRESTEncoder
 
simpleRequest(String) - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
simpleRequestNonTokenized(Document, int) - Method in class de.datexis.encoder.bert.BertRESTAdapter
 
SimpleRESTEncoder - Class in de.datexis.encoder
A simple implementation as base for most REST encoders.
SimpleRESTEncoder(String) - Constructor for class de.datexis.encoder.SimpleRESTEncoder
 
SimpleRESTEncoder(String, RESTAdapter, Class<? extends Span>) - Constructor for class de.datexis.encoder.SimpleRESTEncoder
 
SimpleRESTEncoder(String, RESTAdapter, String, Class<? extends Span>) - Constructor for class de.datexis.encoder.SimpleRESTEncoder
 
SkipthoughtRESTAdapter - Class in de.datexis.encoder.skipthought
 
SkipthoughtRESTAdapter(String, int, long, int, int) - Constructor for class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
SkipthoughtRESTAdapter(String, int) - Constructor for class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 
SkipthoughtRESTEncoder - Class in de.datexis.encoder.skipthought
 
SkipthoughtRESTEncoder() - Constructor for class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
SkipthoughtRESTEncoder(RESTAdapter) - Constructor for class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
SkipthoughtRESTEncoder(RESTAdapter, String) - Constructor for class de.datexis.encoder.skipthought.SkipthoughtRESTEncoder
 
spansToStringArray1D(Stream<S>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
spansToStringArray1D(Stream<S>, Function<S, String>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
spansToStringArray2D(Stream<? extends Stream<S>>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
spansToStringArray2D(Stream<? extends Stream<S>>, Function<S, String>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
status - Variable in class de.datexis.encoder.bert.BertResponse
 
streamSpans2D(List<? extends List<S>>) - Method in class de.datexis.encoder.SimpleRESTEncoder
 
streamTokensOfSentencesOfDocument(Document) - Method in class de.datexis.encoder.SimpleRESTEncoder
 

T

texts - Variable in class de.datexis.encoder.bert.BaaSRequest
 
trainModel(Collection<Document>) - Method in class de.datexis.encoder.AbstractRESTEncoder
 
trainModel(Stream<Document>) - Method in class de.datexis.encoder.AbstractRESTEncoder
 

U

URL_FORMAT - Static variable in class de.datexis.encoder.bert.BertRESTAdapter
 
URL_FORMAT - Static variable in class de.datexis.encoder.elmo.ELMoRESTAdapter
 
URL_FORMAT - Static variable in class de.datexis.encoder.fasttext.FastTextRESTAdapter
 
URL_FORMAT - Static variable in class de.datexis.encoder.sector.SectorRESTAdapter
 
URL_FORMAT - Static variable in class de.datexis.encoder.skipthought.SkipthoughtRESTAdapter
 

V

valueOf(String) - Static method in enum de.datexis.encoder.elmo.ELMoLayerOutput
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.datexis.encoder.elmo.ELMoLayerOutput
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L P R S T U V 
Skip navigation links

Copyright © 2020. All rights reserved.