Re: [HACKERS] ispell file format

2007-08-23 Thread Teodor Sigaev
Here's a snippet of the affix file around that line: prefixes flag *A: . > ALI # alivaltiosihteeri, alihankkija # line 83 I > ALI\- Just remove the rules with \-, tsearch allows only alpha character here. ispell works just fine with it. I found a

Re: [HACKERS] ispell file format

2007-08-23 Thread Heikki Linnakangas
Oleg Bartunov wrote: > On Wed, 22 Aug 2007, Heikki Linnakangas wrote: > >> Is the file format for the ispell dictionary documented somewhere? >> There's apparently support for an old and a new format, but I can't >> figure out what the formats are. > > ispell, myspell and hunspell formats are sup

Re: [HACKERS] ispell file format

2007-08-22 Thread Oleg Bartunov
On Wed, 22 Aug 2007, Heikki Linnakangas wrote: Is the file format for the ispell dictionary documented somewhere? There's apparently support for an old and a new format, but I can't figure out what the formats are. ispell, myspell and hunspell formats are supported automagically. They are avai