com.kotlinnlp:tokensencoder

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

Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.kotlinnlp
Идентификатор

Идентификатор

tokensencoder
Последняя версия

Последняя версия

0.5.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:tokensencoder
TokensEncoder is a very simple to use tokens encoder library which uses neural networks from SimpleDNN.
Ссылка на сайт

Ссылка на сайт

http://github.com/kotlinnlp/tokensencoder
Система контроля версий

Система контроля версий

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

Скачать tokensencoder

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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