Quoting Tímár András <[EMAIL PROTECTED]>: > Dmitri Gabinski írta: > >> Thanks for the strict Debian policy, Hunspell 1.1.2 has been completed: > > > > > > Dmitri Gabinski (muttering into his beard): never say "completed" until > > you have it compiled for Windows. > > > I will build the Windows binary tonight. However, if you look at the > changelog, you can realize that these bugfixes have no effect on the > Windows platform. IMHO from the Windows point of view 1.1.2 release is > virtually identical to 1.1.1.
Hi, There are two fixes that relevant also on Windows, but only for dictionary developers. Now Hunspell suggests ONLYINCOMPOUND words only in compounds, and the backtracking works in the COMPOUND patterns: --------compound6.aff-------- COMPOUNDMIN 1 COMPOUND 2 COMPOUND A*A COMPOUND A*AAB*BBBC*C --------compound6.dic-------- 3 a/A b/B c/C --------compound6.good-------- aa aaaaaa aabbbc aaaaabbbbbbcccccc --------compound6.wrong-------- abc abbbbbccccccc aabbccccccc aabbbbbbb Thanks for the Windows build! Best regards, Laci > > Cheers, > Andras > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
