I have two options to use hunspell from java:
- Hunspell JNA or
- Hunspell BridJ
Both of them works fine, but I would like to use the "personal dictionary" feature of hunspell (when calling hunspell from command line, the -p parameter).
Is there a way to use Hunspell JNA or BridJ with this parameter, or with the same funcionality?