Hi, > Let me detail what I need: > I have access to a Hunspell dictionary for pt-PT with morphological > annotation. I'd like to access that morphological data to write a new > Proofreader (grammar checker). > That would be easier if I could access the OOo Hunspell wrapper. > If that is not possible, I'll try to use FSA like LT did. >
On second thought: If Java has something similar to LoadLibrary http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx it might be done. You'll need functionality that will allow you to load a C/C++ library and call function in that. I was told Java might have something like that... In that case you just need to find the hunspell library in the installation and make use of it. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lingucomponent.openoffice.org For additional commands, e-mail: dev-h...@lingucomponent.openoffice.org