Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create londogard-nlp-toolkit.json #186

Merged
merged 1 commit into from Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .idea/dictionaries/ProjectDictionary.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/README.md
Expand Up @@ -199,6 +199,7 @@ Other options are resolving library descriptor from a local file or from remote
- [lets-plot-dataframe](https://github.com/JetBrains/lets-plot-kotlin) - A bridge between Lets-Plot and dataframe libraries
- [lets-plot-gt](https://github.com/JetBrains/lets-plot-kotlin) - Lets-Plot visualisation for GeoTools toolkit
- [lib-ext](https://github.com/Kotlin/kotlin-jupyter) - Extended functionality for Jupyter kernel
- [londogard-nlp-toolkit](https://github.com/londogard/londogard-nlp-toolkit) - A Natural Language Processing (NLP) toolkit for Kotlin on the JVM
- [mysql](https://github.com/mysql/mysql-connector-j) - MySql JDBC Connector
- [numpy](https://github.com/Kotlin/kotlin-numpy) - Kotlin wrapper for Python NumPy package
- [plotly](https://github.com/mipt-npm/plotly.kt) - An experimental plotly.kt integration module. Supports static plots and HTML dashboards.
Expand Down
23 changes: 23 additions & 0 deletions libraries/londogard-nlp-toolkit.json
@@ -0,0 +1,23 @@
{
"description": "A Natural Language Processing (NLP) toolkit for Kotlin on the JVM",
"link": "https://github.com/londogard/londogard-nlp-toolkit",
"properties": {
"v": "v1.0.0"
},
"repositories": [
"https://jitpack.io"
],
"dependencies": [
"com.londogard:londogard-nlp-toolkit:$v"
],
"imports": [
"com.londogard.nlp.embeddings.*",
"com.londogard.nlp.embeddings.sentence.*",
"com.londogard.nlp.wordfreq.*",
"com.londogard.nlp.tokenizer.*",
"com.londogard.nlp.stopwords.*",
"com.londogard.nlp.stemmer.*",
"com.londogard.nlp.utils.LanguageSupport",
"com.londogard.nlp.utils.LanguageSupport.*"
]
}