Re: Hunspell as filtering dictionary

2019-11-07 Thread Bibi Mansione
so think that the current implementation of TEXT SEARCH configuration is not usable for serious purposes. It is too limited. Solr configuration, while more complex, does a much better job. Le mer. 6 nov. 2019 à 16:50, Hugh Ranalli a écrit : > On Tue, 5 Nov 2019 at 09:42, Bibi Mansione

Hunspell as filtering dictionary

2019-11-05 Thread Bibi Mansione
Hi, I am trying to create a ts_vector from a French text. Here are the operations that seem logical to perform in that order: 1. remove stopwords 2. use hunspell to find words roots 3. unaccent I first tried: CREATE TEXT SEARCH CONFIGURATION fr_conf (copy='simple'); ALTER TEXT SEARCH CONFIGURAT