Closed tillea closed 1 year ago
This is not really an encoding issue, but simply a different dictionary with different values. Specifically in your dictionary, numbers are ignored, so words like P2P
or 2nd
can not exist. This will affect spell checking results as well.
This test is intended to verify that the dictionaries get parsed correctly. Given that you are patching the package to use other dictionaries than the ones we ship, you should probably just skip or adapt these tests (as you already did iiuc).
I don't see any meaningful way to run tests of the parser, if you replace our testing subject with something else...
Hi, the Debian packaged version of the hunspell R package received a bug report to use the dictionaries provided by Debian. I followed that hint but this leads two to encoding issues in the test suite:
You can also find a full build log reproducing these failures.
I wonder if you see any solution for this issue since I agree with the bug submitter that it is better to uses the dictionaries installed on the system. Kind regards, Andreas.