jar

io.annot8 : annot8-components-spacy

Maven & Gradle

Mar 22, 2022

Annot8 SpaCy Components · Components for communicating with a SpaCy server from within Annot8

Table Of Contents

Latest Version

Download io.annot8 : annot8-components-spacy JAR file - Latest Versions:

All Versions

Download io.annot8 : annot8-components-spacy JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window annot8-components-spacy-1.2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openapi.spacy.model

├─ org.openapi.spacy.model.AbstractOpenApiSchema.class - [JAR]

├─ org.openapi.spacy.model.InvalidModel.class - [JAR]

├─ org.openapi.spacy.model.NERRequest.class - [JAR]

├─ org.openapi.spacy.model.NERResponse.class - [JAR]

├─ org.openapi.spacy.model.NERResponseData.class - [JAR]

├─ org.openapi.spacy.model.NERResponseEntities.class - [JAR]

├─ org.openapi.spacy.model.NERResponseSense2vec.class - [JAR]

├─ org.openapi.spacy.model.PartsOfSpeech.class - [JAR]

├─ org.openapi.spacy.model.PartsOfSpeechData.class - [JAR]

├─ org.openapi.spacy.model.PartsOfSpeechTags.class - [JAR]

├─ org.openapi.spacy.model.Sense2vecPhrases.class - [JAR]

├─ org.openapi.spacy.model.SentenceWithPhrase.class - [JAR]

├─ org.openapi.spacy.model.Sentences.class - [JAR]

├─ org.openapi.spacy.model.Text.class - [JAR]

├─ org.openapi.spacy.model.Tokens.class - [JAR]

org.openapi.spacy

├─ org.openapi.spacy.ApiClient.class - [JAR]

├─ org.openapi.spacy.ApiException.class - [JAR]

├─ org.openapi.spacy.ApiResponse.class - [JAR]

├─ org.openapi.spacy.Configuration.class - [JAR]

├─ org.openapi.spacy.JSON.class - [JAR]

├─ org.openapi.spacy.Pair.class - [JAR]

├─ org.openapi.spacy.RFC3339DateFormat.class - [JAR]

├─ org.openapi.spacy.ServerConfiguration.class - [JAR]

├─ org.openapi.spacy.ServerVariable.class - [JAR]

org.openapi.spacy.api

├─ org.openapi.spacy.api.NlpApi.class - [JAR]

├─ org.openapi.spacy.api.StatusApi.class - [JAR]

io.annot8.components.spacy.processors

├─ io.annot8.components.spacy.processors.Spacy.class - [JAR]

├─ io.annot8.components.spacy.processors.SpacyNER.class - [JAR]

├─ io.annot8.components.spacy.processors.SpacySentences.class - [JAR]

├─ io.annot8.components.spacy.processors.SpacyServerProcessor.class - [JAR]

├─ io.annot8.components.spacy.processors.SpacyServerSettings.class - [JAR]

├─ io.annot8.components.spacy.processors.SpacyTokens.class - [JAR]

Advertisement