BUG #16337: Finnish Ispell dictionary cannot be created

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: matti(dot)linnanvuori(at)portalify(dot)com
Subject: BUG #16337: Finnish Ispell dictionary cannot be created
Date: 2020-04-02 10:11:51
Message-ID: 16337-0a68a7a1726ffbc6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16337
Logged by: Matti Linnanvuori
Email address: matti(dot)linnanvuori(at)portalify(dot)com
PostgreSQL version: 12.2
Operating system: Red Hat Enterprise Linux 8.1
Description:

postgres=# CREATE TEXT SEARCH DICTIONARY finnish_ispell ( TEMPLATE = ispell,
DictFile = fi_fi, AffFile = fi_fi, Stopwords = finnish);
ERROR: syntax error
CONTEXT: line 83 of configuration file
"/usr/pgsql-12/share/tsearch_data/fi_fi.affix": " I >
ALI\-
"

http://ispell-fi.sourceforge.net/finnish.dict.bz2
bunzip2 finnish.dict.bz2
iconv -f ISO_8859-1 -t UTF-8 -o fi_fi.dict finnish.dict
cp fi_fi.dict /usr/pgsql-12/share/tsearch_data

http://ispell-fi.sourceforge.net/finnish.large.aff.bz2
bunzip2 finnish.large.aff.bz2
iconv -f ISO_8859-1 -t UTF-8 -o fi_fi.affix finnish.large.aff
cp fi_fi.affix /usr/pgsql-12/share/tsearch_data

http://ispell-fi.sourceforge.net/finnish.medium.aff.bz2
bunzip2 finnish.medium.aff.bz2
iconv -f ISO_8859-1 -t UTF-8 -o fi_fi.affix finnish.medium.aff
cp fi_fi.affix /usr/pgsql-12/share/tsearch_data

https://www.postgresql.org/message-id/46CD5588.5080404%40enterprisedb.com

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tejaswini GC 2020-04-02 10:22:56 Re: BUG #16334: We recently upgraded PG version from 9.5 to 10.10 and system performance is not so good
Previous Message PG Bug reporting form 2020-04-02 09:58:25 BUG #16336: Undefined symbols since upgrade of VS to 2019.5.2, and other issues