s

siddhi-gpl-execution-nlp

This is a Siddhi extension that enable natural language processing capability
https://github.com/wso2-extensions/siddhi-gpl-execution-nlp
Files download
File Operation
siddhi-gpl-execution-nlp-4.0.9.jar download
siddhi-gpl-execution-nlp-4.0.9.pom download
siddhi-gpl-execution-nlp-4.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.extension.siddhi.gpl.execution.nlp</groupId>
  <artifactId>siddhi-gpl-execution-nlp</artifactId>
  <version>4.0.9</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.extension.siddhi.gpl.execution.nlp:siddhi-gpl-execution-nlp:4.0.9'
Gradle Kotlin
implementation("org.wso2.extension.siddhi.gpl.execution.nlp:siddhi-gpl-execution-nlp:4.0.9")
Scala SBT
libraryDependencies += "org.wso2.extension.siddhi.gpl.execution.nlp" % "siddhi-gpl-execution-nlp" % "4.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.extension.siddhi.gpl.execution.nlp', module='siddhi-gpl-execution-nlp', version='4.0.9')
)
Apache Ivy
<dependency org="org.wso2.extension.siddhi.gpl.execution.nlp" name="siddhi-gpl-execution-nlp" rev="4.0.9" />
Leiningen
[org.wso2.extension.siddhi.gpl.execution.nlp/siddhi-gpl-execution-nlp "4.0.9"]
Apache Buildr
'org.wso2.extension.siddhi.gpl.execution.nlp:siddhi-gpl-execution-nlp:jar:4.0.9'