Hi, Thomas,

That is a good solution. There are some Java wrapper to Hunspell, if we can
at least using the Hunspell library distributed by OOo I'll not have to
compile it for all platforms and distribute with my extension.

Thank you!
William


On Fri, Sep 25, 2009 at 11:54 AM, Thomas Lange - Sun Germany - ham02 -
Hamburg <thomas.la...@sun.com> wrote:

>
> 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<http://msdn.microsoft.com/en-us/library/ms684175%28VS.85%29.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
>
>

Reply via email to