com.kotlinnlp:languagemodel

LanguageModel contains a number of methods for language modeling based on the SimpleDNN library.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:languagemodel
LanguageModel contains a number of methods for language modeling based on the SimpleDNN library.
Ссылка на сайт

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

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

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

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

Скачать languagemodel

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
com.kotlinnlp : simplednn jar 0.14.0

test (1)

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

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

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

LanguageModel Maven Central Build Status

LanguageModel contains a number of methods for language modeling based on the SimpleDNN library.

For now, the only implementation available is a character-based model called CharLM.

LanguageModel is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>languagemodel</artifactId>
    <version>0.3.0</version>
</dependency>

Examples

Try some examples to train and test the language models running the files in the examples folder.

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.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0