HunspellBridJ
HunspellBridJ copied to clipboard
This library provides an API to interface with Hunspell using BridJ.
BridJ.register() tries to guess the ClassLoader instance. In OSGi it does not find the correct one, as it depends on each class.
hi i'v tried doing it for my self but with no luck, if you could do this it will be great
I can upgrade the hunspell lib to v.1.4.x, but with the 1.5.x I have got errors for this test: Running com.atlascopco.hunspell.HunspellTest error: /home/totha/work/HunspellBridJ/target/test-classes/test.aff: cannot open error: /home/totha/work/HunspellBridJ/target/test-classes/test.aff: cannot open Tests...
This isn't an issue, more a discussion for further improvements. The native hunspell implemenation expects a patsh to physically existing dictionary files. This is quite annoying if u want distribute...