n

nlu-lex

Lex NLU implementation
Files download
File Operation
nlu-lex-2.0.1.jar download
nlu-lex-2.0.1.pom download
nlu-lex-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.conversationkit</groupId>
  <artifactId>nlu-lex</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.conversationkit:nlu-lex:2.0.1'
Gradle Kotlin
implementation("com.conversationkit:nlu-lex:2.0.1")
Scala SBT
libraryDependencies += "com.conversationkit" % "nlu-lex" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.conversationkit', module='nlu-lex', version='2.0.1')
)
Apache Ivy
<dependency org="com.conversationkit" name="nlu-lex" rev="2.0.1" />
Leiningen
[com.conversationkit/nlu-lex "2.0.1"]
Apache Buildr
'com.conversationkit:nlu-lex:jar:2.0.1'