com.kotlinnlp:languagemodel

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

languagemodel
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.kotlinnlp:languagemodel
LanguageModel contains a number of methods for language modeling based on the SimpleDNN library.
Project URL

Project URL

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

Source Code Management

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

Download languagemodel

How to add to project

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

Dependencies

compile (3)

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 : simplednn jar 0.14.0

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.

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.

Versions

Version
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0