Closed polm closed 4 years ago
How did you run the tests?
Did you try ./scripts/test.sh
, which copies the test dictionary files from .travis/
?
c.f. SudachiPy/README.md at develop · WorksApplications/SudachiPy
Ah, I completely missed that section of the README, sorry :sweat_smile:
Running the script I was able to run the tests correctly, thank you.
Great!
Before submitting a PR I tried running the tests, but I cannot run the tests even with the current HEAD.
First I get an error that sys.dic can't be found. If I make a symlink to the sys.dic from the core dict then that goes away, but I get errors about user.dic not being found as well as other errors. I also get errors on stderr like this:
Is there something I can do to fix this?