-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add divvunspell support to Enchant #23
Comments
What's the current status of the things in examples / support? my first thought was to build on that based on some existing enchant provider code, it should be mostly the same, but the examples/example.cpp doesn't compile like so:
|
This example code predates the existence of the BHFST file format, so the headers are not synched. I can fix this if it's a priority @snomos? |
It is not a high priority right now, but would be good to get going within the next couple of months. What is the expected time needed to fix the example code, @bbqsrc? |
Hmm. @flammie: you should be able to take this file and just use it: https://github.com/divvun/divvunspell-sdk-swift/blob/master/DivvunSpell/Classes/divvunspell.h If that works, we can just update the example and move on with our lives. 😄 |
You mean it should work with current https://github.com/divvun/divvunspell/blob/main/divvunspell/examples/example.cpp or? Cause it still misses the speller_t for example. Or maybe the plain C version is easier? |
Yeah use the plain C version. If you want to add C++ functionality, you can wrap the C header with a C++ API that you prefer. 😄 |
Filed here in lack of a better place:
We would like to have support for divvunspell in most Linux distros, and the easiest way to do that is to add support for divvunspell to Enchant, in the same way as (lib)voikko is supported, cf https://github.com/AbiWord/enchant/issues/259.
The arguments for doing this are as follows:
The text was updated successfully, but these errors were encountered: