Jar examples for n:neuraltokenizer
NeuralTokenizer is a very simple to use text tokenizer which uses neural networks from the SimpleDNN library.
You can download jar file neuraltokenizer 0.2.1 in this page.
Apache License, Version 2.0
You can use the following script to add neuraltokenizer-0.2.1.jar to your project.
<dependency> <groupId>com.kotlinnlp</groupId> <artifactId>neuraltokenizer</artifactId> <version>0.2.1</version> </dependency>
compile group: 'com.kotlinnlp', name: 'neuraltokenizer', version: '0.2.1'
libraryDependencies += "com.kotlinnlp" % "neuraltokenizer" % "0.2.1"
<dependency org="com.kotlinnlp" name="neuraltokenizer" rev="0.2.1"/>
@Grapes(@Grab(group='com.kotlinnlp', module='neuraltokenizer', version='0.2.1'))
'com.kotlinnlp:neuraltokenizer:jar:0.2.1'
Click the following link to download the jar file.
neuraltokenizer-0.2.1-jar-with-dependencies.jar