Re: [GENERAL] TSearch2 Changeset 25387

2006-12-22 Thread Hannes Dorbath
I tried the other german dicts available for download on the OO site. I can't get it working with any. Neither in MySpell nor iSpell format. On 22.12.2006 11:22, Hannes Dorbath wrote: Mix a OO 2.0.2 affix file with a 2.0.1 dict? :/ -- Regards, Hannes Dorbath ---(end

Re: [GENERAL] TSearch2 Changeset 25387

2006-12-22 Thread Hannes Dorbath
These are the files I've bee using with PG 8.1.5-gin-utf8: http://hannes.imos.net/dict-8.1.5-working.bz2 IIRC the way I created them was identical to what I tried with 2.0.1 dict in the last post (compound.pl/my2ispell/iconv). I can see myself that in the 2.0.1 affix file there is no compound

Re: [GENERAL] TSearch2 Changeset 25387

2006-12-22 Thread Hannes Dorbath
Ok. I can't get it working with the 2.0.1 dicts as well. I got the 2.0.1 dict from: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/de_DE.zip - Run compound.pl on it to add the \z flags. - Run my2ispell on it. - Run iconv -t utf-8 on it. The resulting files are at:

Re: [GENERAL] TSearch2 Changeset 25387

2006-12-21 Thread Teodor Sigaev
Oh, I see. So, only 2.0.1 and I can't change that for 8.2 branch. :( Hannes Dorbath wrote: On 21.12.2006 18:32, Teodor Sigaev wrote: Are you trying to convert openoffice (myspell) format to ispell with help of my2ispell? Yes: http://groups.google.com/group/pgsql.general/browse_thread/thread/

Re: [GENERAL] TSearch2 Changeset 25387

2006-12-21 Thread Hannes Dorbath
On 21.12.2006 18:32, Teodor Sigaev wrote: Are you trying to convert openoffice (myspell) format to ispell with help of my2ispell? Yes: http://groups.google.com/group/pgsql.general/browse_thread/thread/c21872aca3754a06/3a909c0e1f05a5af I'm really unsure what someone is supposed to do, to get c

Re: [GENERAL] TSearch2 Changeset 25387

2006-12-21 Thread Teodor Sigaev
Hmm, 2.0.1. But what's the difference? I don't watch changes in OpenOffice hardly. Hannes Dorbath wrote: What version of OpenOffice MySpell dictionaries is supposed to work with TSearch in 8.2? The format used till OpenOffice 2.0.1 or the format starting from 2.0.2? -- Teodor Sigaev

Re: [GENERAL] TSearch2 Changeset 25387

2006-12-21 Thread Hannes Dorbath
What version of OpenOffice MySpell dictionaries is supposed to work with TSearch in 8.2? The format used till OpenOffice 2.0.1 or the format starting from 2.0.2? -- Regards, Hannes Dorbath ---(end of broadcast)--- TIP 2: Don't 'kill -9' the post

Re: [GENERAL] TSearch2 Changeset 25387

2006-12-21 Thread Teodor Sigaev
Are you trying to convert openoffice (myspell) format to ispell with help of my2ispell? It seems to me, I see the problem. m2ispell doesn't convert prefixes which can not be combined with every word ('N' in myspell). So, ispell file will contain wrong line begining with PFX... I'll fixed tha

[GENERAL] TSearch2 Changeset 25387

2006-12-21 Thread Hannes Dorbath
http://projects.commandprompt.com/public/pgsql/changeset/25387 Though I'm probably start going on Oleg's nerves.. :/ I'm still trying to get compound word support for my dictionaries back, while migrating from 8.1.5-gin-utf8 to 8.2. Can someone give me additional information on that change? M