Re: Hungarian characters in hungarian/stop.txt
Olly Betts <[email protected]> Wed, 11 Jun 2014 02:09:59 +0100
| Newsgroups | gmane.comp.search.snowball |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 10, 2014 at 08:57:40PM -0400, Tom Lane wrote: > Olly Betts <[email protected]> writes: > > I've submitted a fix for the algorithm here: > > https://github.com/snowballstem/snowball/pull/4 > > Thanks for the quick response! But I think you need this in > the new hungarian/stem_Unicode.sbl file: > > -stringdef uq hex 'FB' //u-double acute > +stringdef uq hex '171' //u-double acute Aha, thanks. Not sure how I missed that - I did attempt to check the other characters were the same in Latin 1 and Latin 2. This explains why my test data updates didn't work. I've updated the first PR and opened one for the testdata (which is in a separate repo): https://github.com/snowballstem/snowball-data/pull/2 Cheers, Olly