-
Updated
Mar 8, 2020 - Go
morphological-analysis
Here are 124 public repositories matching this topic...
-
Updated
Jun 4, 2020 - Java
-
Updated
Jun 12, 2020
-
Updated
Dec 9, 2019 - Python
-
Updated
Jun 10, 2020 - Java
Since I need to package and distribute my program which includes SudachiPy to my users, the symlink would not be very reliable if I want to use the full version of SudachiPy's dictionary. So is there any way to import and use sudachipy's dictionary directly instead of run the linking command before that (the linking command would fail if the user do not have admin privileges), just like spaCy:
-
Updated
Jun 8, 2020 - Python
-
Updated
May 28, 2020 - Java
-
Updated
Dec 25, 2019 - JavaScript
-
Updated
Jan 13, 2020 - Python
-
Updated
Apr 1, 2020 - C++
Hello,
a PEP8 cleanup could be a nice improvement.
flake8 can help.
You can check PEP8 with Continuous Integration (Travis CI for example)
See for example
https://github.com/scls19fr/windrose/blob/master/.travis.yml
https://medium.com/python-pandemonium/what-is-flake8-and-why-we-should-use-it-b89bd78073f2
Kind regards
-
Updated
Feb 14, 2020 - C++
-
Updated
Nov 15, 2019 - Python
-
Updated
Dec 20, 2019 - Rust
-
Updated
May 27, 2020 - Python
-
Updated
May 25, 2020 - C++
-
Updated
May 22, 2020 - C++
-
Updated
Apr 4, 2020
-
Updated
Nov 22, 2019 - Jupyter Notebook
-
Updated
May 15, 2019 - Go
-
Updated
Jul 9, 2018 - Python
-
Updated
May 14, 2020 - Lex
-
Updated
Nov 26, 2019 - Python
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Feb 3, 2019 - C++
-
Updated
Mar 14, 2020 - Python
-
Updated
Jun 6, 2020 - Python
Improve this page
Add a description, image, and links to the morphological-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the morphological-analysis topic, visit your repo's landing page and select "manage topics."
For Juman++ to be widely usable, we want to have a documented and stable C API and an option to have a dynamically linked library.
That library probably should use
-fvisibility=hiddenand explicit visibility on exported symbols on Unixes and__declspec(dllimport/dllexport)on Windows.The minimal API should be: