License |
License |
---|---|
GroupId | GroupIdai.tock |
ArtifactId | ArtifactIdtock-nlp-model-stanford |
Last Version | Last Version22.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTock NLP CoreNLP
Stanford CoreNlp implementation of Tock NLP Model
|
Project URL |
Project URL |
Project Organization |
Project OrganizationTock |
<!-- https://jarcasting.com/artifacts/ai.tock/tock-nlp-model-stanford/ -->
<dependency>
<groupId>ai.tock</groupId>
<artifactId>tock-nlp-model-stanford</artifactId>
<version>22.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-model-stanford/
implementation 'ai.tock:tock-nlp-model-stanford:22.3.1'
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-model-stanford/
implementation ("ai.tock:tock-nlp-model-stanford:22.3.1")
'ai.tock:tock-nlp-model-stanford:jar:22.3.1'
<dependency org="ai.tock" name="tock-nlp-model-stanford" rev="22.3.1">
<artifact name="tock-nlp-model-stanford" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='tock-nlp-model-stanford', version='22.3.1')
)
libraryDependencies += "ai.tock" % "tock-nlp-model-stanford" % "22.3.1"
[ai.tock/tock-nlp-model-stanford "22.3.1"]
Group / Artifact | Type | Version |
---|---|---|
ai.tock : tock-nlp-model-service | jar | 22.3.1 |
edu.stanford.nlp : stanford-corenlp | jar | 4.2.0 |
ai.tock : tock-shared | jar | 22.3.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
ai.tock : tock-nlp-integration-tests | test-jar | 22.3.1 |
ai.tock : tock-nlp-front-shared | jar | 22.3.1 |
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
io.mockk : mockk | jar | 1.12.4 |