t

tock-nlp-duckling

Root project for Duckling Entities
Files download
File Operation
tock-nlp-duckling-23.9.2.pom download
Apache Maven
<dependency>
  <groupId>ai.tock</groupId>
  <artifactId>tock-nlp-duckling</artifactId>
  <version>23.9.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ai.tock:tock-nlp-duckling:23.9.2'
Gradle Kotlin
implementation("ai.tock:tock-nlp-duckling:23.9.2")
Scala SBT
libraryDependencies += "ai.tock" % "tock-nlp-duckling" % "23.9.2"
Groovy Grape
@Grapes(
  @Grab(group='ai.tock', module='tock-nlp-duckling', version='23.9.2')
)
Apache Ivy
<dependency org="ai.tock" name="tock-nlp-duckling" rev="23.9.2" />
Leiningen
[ai.tock/tock-nlp-duckling "23.9.2"]
Apache Buildr
'ai.tock:tock-nlp-duckling:jar:23.9.2'