-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some tests fail in FreeBSD environment #102
Comments
All the errors are about issues with the dictionary format, which suggests that the dictionary required for tests is not installed. This error may also be related to that:
Are you running this in some kind of CI environment? |
No, I am running tests on my local machine. |
Ah, nevermind about the CI error - that's a note I included in the tests and isn't relevant here. I ran the tests again locally to check and they seem fine. I've never tested the library on FreeBSD, though I wouldn't expect that to cause issues. Here are some things that will help me diagnose the problem:
import fugashi
tt = fugashi.GenericTagger()
nodes = tt("日本語")
print(nodes[0].feature) Sorry it's a lot of questions. If you can start by answering just 1 and 2 that may give me enough information. |
Version: 1.4.0
Python-3.11
FreeBSD 14.2
The text was updated successfully, but these errors were encountered: