l

lex

JAICF-Kotlin Lex Activator Adapter. Provides intent recognition and named entity extraction.
https://framework.just-ai.com
The Apache License, Version 2.0
Files download
File Operation
lex-1.2.5.jar download
lex-1.2.5.pom download
lex-1.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.just-ai.jaicf</groupId>
  <artifactId>lex</artifactId>
  <version>1.2.5</version>
</dependency>
Gradle Groovy
implementation 'com.just-ai.jaicf:lex:1.2.5'
Gradle Kotlin
implementation("com.just-ai.jaicf:lex:1.2.5")
Scala SBT
libraryDependencies += "com.just-ai.jaicf" % "lex" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.just-ai.jaicf', module='lex', version='1.2.5')
)
Apache Ivy
<dependency org="com.just-ai.jaicf" name="lex" rev="1.2.5" />
Leiningen
[com.just-ai.jaicf/lex "1.2.5"]
Apache Buildr
'com.just-ai.jaicf:lex:jar:1.2.5'