Download neuraltokenizer-0.1.0.jar file - Jar n

Jar examples for n:neuraltokenizer

Description

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

You can download jar file neuraltokenizer 0.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add neuraltokenizer-0.1.0.jar to your project.

<dependency>
   <groupId>com.kotlinnlp</groupId>
   <artifactId>neuraltokenizer</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.kotlinnlp', name: 'neuraltokenizer', version: '0.1.0'
libraryDependencies += "com.kotlinnlp" % "neuraltokenizer" % "0.1.0"
<dependency org="com.kotlinnlp" name="neuraltokenizer" rev="0.1.0"/>
@Grapes(@Grab(group='com.kotlinnlp', module='neuraltokenizer', version='0.1.0'))
'com.kotlinnlp:neuraltokenizer:jar:0.1.0'

Download

Click the following link to download the jar file.

neuraltokenizer-0.1.0-javadoc.jar
neuraltokenizer-0.1.0-sources.jar
neuraltokenizer-0.1.0.jar
neuraltokenizer-0.1.0.pom



Related Tutorials