Skip to content

Commit 8279b00

Browse files
Lundezileasile
authored andcommittedApr 7, 2021
Add integration for londogard-nlp-toolkit library
1 parent 9d5bb91 commit 8279b00

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
 

‎.idea/dictionaries/ProjectDictionary.xml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ Other options are resolving library descriptor from a local file or from remote
199199
- [lets-plot-dataframe](https://github.com/JetBrains/lets-plot-kotlin) - A bridge between Lets-Plot and dataframe libraries
200200
- [lets-plot-gt](https://github.com/JetBrains/lets-plot-kotlin) - Lets-Plot visualisation for GeoTools toolkit
201201
- [lib-ext](https://github.com/Kotlin/kotlin-jupyter) - Extended functionality for Jupyter kernel
202+
- [londogard-nlp-toolkit](https://github.com/londogard/londogard-nlp-toolkit) - A Natural Language Processing (NLP) toolkit for Kotlin on the JVM
202203
- [mysql](https://github.com/mysql/mysql-connector-j) - MySql JDBC Connector
203204
- [numpy](https://github.com/Kotlin/kotlin-numpy) - Kotlin wrapper for Python NumPy package
204205
- [plotly](https://github.com/mipt-npm/plotly.kt) - An experimental plotly.kt integration module. Supports static plots and HTML dashboards.

‎libraries/londogard-nlp-toolkit.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"description": "A Natural Language Processing (NLP) toolkit for Kotlin on the JVM",
3+
"link": "https://github.com/londogard/londogard-nlp-toolkit",
4+
"properties": {
5+
"v": "v1.0.0"
6+
},
7+
"repositories": [
8+
"https://jitpack.io"
9+
],
10+
"dependencies": [
11+
"com.londogard:londogard-nlp-toolkit:$v"
12+
],
13+
"imports": [
14+
"com.londogard.nlp.embeddings.*",
15+
"com.londogard.nlp.embeddings.sentence.*",
16+
"com.londogard.nlp.wordfreq.*",
17+
"com.londogard.nlp.tokenizer.*",
18+
"com.londogard.nlp.stopwords.*",
19+
"com.londogard.nlp.stemmer.*",
20+
"com.londogard.nlp.utils.LanguageSupport",
21+
"com.londogard.nlp.utils.LanguageSupport.*"
22+
]
23+
}

0 commit comments

Comments
 (0)
Please sign in to comment.