Skip to content

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

License

Notifications You must be signed in to change notification settings

KotlinNLP/LanguageModel

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages