Giter Site home page Giter Site logo

hunspell_dicts's Issues

invalid regular expression

Добрый день.
Используем словарь hunspell_ru_ru_aot в некоторых запросах от postgres(10.5) возвращается ошибка

invalid regular expression: operation cancelled
CONTEXT:  line 48 of configuration file "/usr/share/postgresql/10/tsearch_data/ru_ru_aot.affix": "PFX 9 0 без ^[и]
        "

каким образом ее можно исправить?

Обновление словарей

Можно ли попросить вас обновить словари, так как текущие 2-х летней давности сборки многого уже не включают. Очень было бы хорошо узнать также о вашей методике сборки словарей и их источников, чтобы иметь возможность самим это делать.

Installing when pg_config gives the wrong version

Thanks for doing this, it makes installing these dictionaries way easier!

If someone else out there once had other versions of Postgres installed, pg_config can provide paths to the wrong version of Postgres and the installation will fail.

Since I am using Postgres 9.1 and pg_config --version was returning 9.6, I had to:

  1. sudo apt-get install postgresql-server-dev-9.1
  2. Replace PG_CONFIG = pg_config with PG_CONFIG = /usr/lib/postgresql/9.1/bin/pg_config in the Makefile

Hunspell extension files hard-coded to public

The hunspell extensions are marked as relocateable, but the extension hard-codes all the dictionaries and configurations installed in public, so trying to install in a different location doesn't work.

Shouldn't public be removed from extension scripts so people can install them where they want?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.