n

nlu-core

Core NLU interface.
文件下载
文件名 操作
nlu-core-2.0.1.jar 下载
nlu-core-2.0.1.pom 下载
nlu-core-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.conversationkit</groupId>
  <artifactId>nlu-core</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.conversationkit:nlu-core:2.0.1'
Gradle Kotlin
implementation("com.conversationkit:nlu-core:2.0.1")
Scala SBT
libraryDependencies += "com.conversationkit" % "nlu-core" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.conversationkit', module='nlu-core', version='2.0.1')
)
Apache Ivy
<dependency org="com.conversationkit" name="nlu-core" rev="2.0.1" />
Leiningen
[com.conversationkit/nlu-core "2.0.1"]
Apache Buildr
'com.conversationkit:nlu-core:jar:2.0.1'