Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.14 KB

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.