Re: Quasi-infinite recursion in Turkish stemmer
Tom Lane <[email protected]> Thu, 25 Aug 2022 11:01:40 -0400
| Newsgroups | gmane.comp.search.snowball |
|---|---|
| Message-ID | <[email protected]> |
Martin Porter <[email protected]> writes: > Anyway, the question arises, quite apart from the stack-overflow > issue, are you finding any benefits in using the Turkish stemmer? TBH, I have no idea whether anyone is using the Turkish stemmer. We provide it in Postgres because we provide all the Snowball stemmers. There are certainly Turkish users of Postgres, but I have no data on whether they use that stemmer or find it satisfactory. The current issue was found by static code analysis, not by anyone tripping over a bug in actual use. regards, tom lane