Page 2 of 2

Re: Hunspell

Posted: Mon Sep 27, 2010 4:37 pm
by Rook Zimbabwe
yep... you use the "new" version with the *

Re: Hunspell

Posted: Tue Sep 28, 2010 2:19 am
by rsts
Perkin wrote:Rook, the hunspelldll.dll I'm using is from v -1.2.12
located here, http://sourceforge.net/projects/hunspell/files/
view all files, hunspell 1.2.12 (rather than hyphen)
Since you're using 1.2.12, I assume you've successfully built the dll?

I've tried using both Visual Studio and cygwin but have gotten errors both (rather multiple) times.

How did you create the dll and would you have a copy to share?

cheers

Re: Hunspell

Posted: Tue Sep 28, 2010 8:10 pm
by Perkin
:oops: I think I might not be using 1.2.12, I think I'm using 1.1.4 as the dll was from inside the delphi package here

http://sourceforge.net/projects/hunspel ... p/download

I assumed it was the 1.2.12, as it was on sourceforge, and i thought it was updated to latest version.

Sorry :oops:

In my defence I downloaded the 1.2.12 source at the same time, and must have assumed the dll I was using was the updated one.

Re: Hunspell

Posted: Wed Sep 29, 2010 3:16 am
by rsts
Perkin wrote::oops: I think I might not be using 1.2.12, I think I'm using 1.1.4 as the dll was from inside the delphi package here
Yes, the win32 dll's I've found to be readily available are from the 1.1 series.

I have been successfull(? - still needs additional testing) at building a dll for 1.2.12.

As of the 1.2 series "hunspell_put_word" becomes "Hunspell_add"

There were other changes http://sourceforge.net/project/shownote ... _id=551113 as well, but they had to do with stemming and morphological analysis and generation which I'm not using.

If I run into additional problems testing 1.2.12, I'll post.

cheers

Re: Hunspell

Posted: Wed Sep 29, 2010 9:03 am
by Perkin
If your successful, could you create a lib/include to use it and upload here.

What's the benefits of the newer dll version?

I've got no idea of where to begin to build it myself.
messing about with includes after somebody else has done them is a lot easier :mrgreen:

Re: Hunspell

Posted: Fri Feb 17, 2012 7:42 pm
by PrincieD
Hey guys,

I've compiled version 1.3.2 (latest version) of the hunspell DLL (both x86 and x64 versions) as I know first hand what an absolute bastard it was to get to build lol
Here they are:

Hunspellx86.dll

http://www.progui.co.uk/downloads/Hunspellx86.dll

Hunspellx64.dll

http://www.progui.co.uk/downloads/Hunspellx64.dll

Hope that helps if anyone is struggling! :)

Chris.

Re: Hunspell

Posted: Fri Feb 17, 2012 10:34 pm
by rsts
Thanks.

I'll see if it's an improvement over the existing.

Re: Hunspell

Posted: Fri Feb 17, 2012 10:49 pm
by PrincieD
No worries rsts :) my test code with the 64bit version seems to be working fine so far, parameters for "Hunspell_suggest" have been swapped around though.

Chris.

Re: Hunspell

Posted: Mon Feb 20, 2012 11:18 pm
by Perkin
Nice, thanks PrincieD

Re: Hunspell

Posted: Mon Feb 20, 2012 11:31 pm
by PrincieD
Perkin wrote:Nice, thanks PrincieD
You're welcome Perkin, I've made a nice easy-to-use UserLib too: http://www.purebasic.fr/english/viewtop ... 12&t=49236

Chris.