nlp-library
Here are 154 public repositories matching this topic...
-
Updated
Mar 17, 2020
-
Updated
Dec 16, 2018 - Java
-
Updated
Mar 21, 2020 - Python
-
Updated
Mar 3, 2020 - Jupyter Notebook
-
Updated
Mar 21, 2020 - Python
-
Updated
Sep 23, 2019 - Java
-
Updated
Aug 29, 2019 - Python
-
Updated
Mar 20, 2020 - Python
-
Updated
Jan 17, 2020 - Python
-
Updated
Mar 8, 2020 - Go
Almost all models we use now (see list in #298) are trained privately by different contributors. With code on notebooks or scripts that may be private or may be open source but difficult to follow.
To make PyThaiNLP more transparent and more customizable by users, should try to put training scripts or instructions (can be pointers) somewhere in the repo.
Known scripts/notebooks and data
-
Updated
Mar 9, 2020 - Java
-
Updated
Mar 13, 2019 - Python
-
Updated
Oct 22, 2019 - Python
Right now the code - documentation is incomplete:
Missing data types of arguments and returns.
Descriptions in some places are vague or missing.
More Examples can be added
-
Updated
Jan 16, 2020 - HTML
-
Updated
Sep 30, 2017 - GAP
-
Updated
Dec 31, 2019 - Python
-
Updated
Mar 21, 2020 - Python
-
Updated
Mar 18, 2020 - Kotlin
-
Updated
Feb 26, 2020 - Python
The README.md file points to this site for documentation:
https://pythonhosted.org/PyArabic/
Unfortunately, it currently is broken. It does not display properly on Chrome or Firefox. If I look in the console, I see these errors:
Load denied by X-Frame-Options: https://pythonhosted.org/PyArabic/toc.html does not permit framing.
I'm guessing pythonhosted.org recently turned on the
../../const.go:58: constant 1000000000000 overflows int
../../const.go:59: constant 1000000000000000 overflows int
Tasks
- Create a version of
const.gofor ARM that doesn't have those two numbers - ALTERNATIVE SOLUTION: use
int64forNumberWords
-
Updated
Feb 4, 2020 - Python
-
Updated
Jun 10, 2018 - Ruby
-
Updated
Aug 22, 2019 - Ruby
-
Updated
Mar 21, 2020 - Python
-
Updated
Dec 26, 2018 - Python
Improve this page
Add a description, image, and links to the nlp-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nlp-library topic, visit your repo's landing page and select "manage topics."
Glove generates a vectors.bin file and a vocab.txt file. It is not clear from the documentation that the files expected by the Vectors.from_glove method are different formats to the ones glove creates.