com.kotlinnlp:tokensencoder

TokensEncoder is a very simple to use tokens encoder library which uses neural networks from SimpleDNN.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

tokensencoder
Last Version

Last Version

0.5.4
Release Date

Release Date

Type

Type

jar
Description

Description

com.kotlinnlp:tokensencoder
TokensEncoder is a very simple to use tokens encoder library which uses neural networks from SimpleDNN.
Project URL

Project URL

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

Source Code Management

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

Download tokensencoder

How to add to project

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

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.kotlinnlp : morphologicalanalyzer jar 0.4.6
com.kotlinnlp : languagemodel jar 0.3.0
com.kotlinnlp : neuraltokenizer jar 0.4.8

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.

TokensEncoder Maven Central Build Status

TokensEncoder is a very simple to use tokens encoder library which uses neural networks from SimpleDNN.

TokensEncoder is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>tokensencoder</artifactId>
    <version>0.5.4</version>
</dependency>

License

This software is released under the terms of the Mozilla Public License, v. 2.0

Contributions

We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page.

Versions

Version
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0