issues Search Results · repo:buruzaemon/natto-py language:Python
Filter by
56 results
(72 ms)56 results
inburuzaemon/natto-py (press backspace or delete to remove)This project s setup.py includes:
packages=[ natto , tests ],
Which causes installation via pip, etc., to add a tests module into site-packages. I imagine this is not useful to
library consumers, ...
vpzomtrrfrt
- Opened on Sep 15, 2024
- #128
Hello, thanks (again) for this library.
I m using this as part of my project, and in my github actions to test my project I had to sort some things out for the
tests to pass, related to natto-py configuration. ...
jzohrab
- 3
- Opened on Nov 2, 2023
- #126
Hello, thanks for making this available. I tried it out and it works great on my Mac.
I m rewriting a free public app -- Lute for language learning -- from PHP to Python, and need something to work with ...
question
jzohrab
- 2
- Opened on Oct 22, 2023
- #125
Improve the logging setup. In particular, remove the logging configuration so that we can leave that responsibility to
calling code.
Please see pull request Remove logging configuration #121.
buruzaemon
- 1
- Opened on Aug 29, 2022
- #122
When I try to install natto-py, I got an error message and it fails.
I found that support for 2to3 has been removed in setuptools v58.0.0, and this seems to be the cause of the failure.
https://setuptools.readthedocs.io/en/latest/history.html#v58-0-0 ...
bug
yacchi
- 7
- Opened on Sep 21, 2021
- #119
hi, I m trying to use the spacy library and it requires natto-py support to run tokernzie or other pipelines. When I try
tokenize the sentece in Korean it throws following error.
import spacy
nlp = spacy.blank( ...
mirfan899
- 8
- Opened on Feb 13, 2021
- #116
I suspect that this bug is introduced in #111, sorry...
import natto
print(natto.__version__)
nm = natto.MeCab( -Owakati )
print(nm.parse( この星の1等賞になりたいの、俺はっ! )[-1])
0.9.1
# - whitespace!!
bug
himkt
- 2
- Opened on Dec 28, 2019
- #114
CVE-2019-10906 high severity Vulnerable versions: 2.10.1 Patched version: 2.10.1 In Pallets Jinja before 2.10.1,
str.format_map allows a sandbox escape.
CVE-2016-10745 high severity Vulnerable versions: ...
enhancement
buruzaemon
- 1
- Opened on Dec 26, 2019
- #113
When stripping whitespace from input, we need to be sure to limit trimming only to half-width whitespace shars.
Full-width whitespace is recognized and handled by MeCab, and so should be left intact.
...
bug
buruzaemon
- 1
- Opened on Dec 25, 2019
- #112
The Requests package before 2.20.0 for Python sends an HTTP Authorization header to an http URI upon receiving a
same-hostname https-to-http redirect, which makes it easier for remote attackers to discover ...
bug
buruzaemon
- 2
- Opened on Feb 8, 2019
- #110

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.