Last Version

com.kotlinnlp:neuraltokenizer 0.4.8

NeuralTokenizer is a very simple to use text tokenizer which uses neural networks from the SimpleDNN library.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

neuraltokenizer
Version

Version

0.4.8
Type

Type

jar
Description

Description

com.kotlinnlp:neuraltokenizer
NeuralTokenizer is a very simple to use text tokenizer which uses neural networks from the SimpleDNN library.
Project URL

Project URL

http://github.com/kotlinnlp/neuraltokenizer
Source Code Management

Source Code Management

http://github.com/kotlinnlp/neuraltokenizer/tree/master

Download neuraltokenizer 0.4.8


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

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
com.beust : klaxon jar 5.2
com.kotlinnlp : simplednn jar 0.14.0
com.kotlinnlp : linguisticdescription jar 0.12.2

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Project Modules

There are no modules declared in this project.