Skip to content

Commit

Permalink
Add integration for londogard-nlp-toolkit library
Browse files Browse the repository at this point in the history
  • Loading branch information
Lundez authored and ileasile committed Apr 7, 2021
1 parent 9d5bb91 commit 8279b00
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
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.*"
]
}

0 comments on commit 8279b00

Please sign in to comment.