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.1.0.jar download
lex-1.1.0.pom download
lex-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.just-ai.jaicf</groupId>
  <artifactId>lex</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.just-ai.jaicf:lex:1.1.0'
Gradle Kotlin
implementation("com.just-ai.jaicf:lex:1.1.0")
Scala SBT
libraryDependencies += "com.just-ai.jaicf" % "lex" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.just-ai.jaicf', module='lex', version='1.1.0')
)
Apache Ivy
<dependency org="com.just-ai.jaicf" name="lex" rev="1.1.0" />
Leiningen
[com.just-ai.jaicf/lex "1.1.0"]
Apache Buildr
'com.just-ai.jaicf:lex:jar:1.1.0'