analyzer


License

License

GroupId

GroupId

com.getjenny
ArtifactId

ArtifactId

analyzer_2.12
Last Version

Last Version

5.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

analyzer
analyzer
Project URL

Project URL

http://www.getjenny.com
Project Organization

Project Organization

com.getjenny

Download analyzer_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.getjenny/analyzer_2.12/ -->
<dependency>
    <groupId>com.getjenny</groupId>
    <artifactId>analyzer_2.12</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.getjenny/analyzer_2.12/
implementation 'com.getjenny:analyzer_2.12:5.0.0'
// https://jarcasting.com/artifacts/com.getjenny/analyzer_2.12/
implementation ("com.getjenny:analyzer_2.12:5.0.0")
'com.getjenny:analyzer_2.12:jar:5.0.0'
<dependency org="com.getjenny" name="analyzer_2.12" rev="5.0.0">
  <artifact name="analyzer_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getjenny', module='analyzer_2.12', version='5.0.0')
)
libraryDependencies += "com.getjenny" % "analyzer_2.12" % "5.0.0"
[com.getjenny/analyzer_2.12 "5.0.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
com.github.scopt : scopt_2.12 jar 3.7.0
org.scalanlp : breeze_2.12 jar 1.0
org.scalanlp : breeze-natives_2.12 jar 1.0
org.scalaz : scalaz-core_2.12 jar 7.2.30
io.spray : spray-json_2.12 jar 1.3.5

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.1.1

Project Modules

There are no modules declared in this project.

Codacy Badge Codacy Badge Build Status Project status Join the chat at https://gitter.im/GetJenny-StarChat/Lobby Open Source Helpers

Analyzer language and functions

The analyzers are a Domain Specific Language which allow to put together various functions using logical operators.

Through the analyzers, you can leverage on various NLP algorithms included in StarChat and combine the results of those algorithms with other rules. For instance you might want to get into the state which asks for the email only if a variable "email" is not set. Or you want to escalate to a human operator after you detect swearing for three times. Or you want to escalate only on working days. You can do all that with the analyzers.

Check StarChat Documentation for further details.

com.getjenny

GetJenny

Versions

Version
5.0.0
4.0.1
4.0.0
3.1.1
3.1.0
3.0.6
3.0.0
2.0.1
2.0.0
1.0.11
1.0.10
1.0.9
1.0.1