com.kotlinnlp:tokensencoder

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


Licenses
Apache-2.0/libpng-2.0

Documentation

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.