Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Upgrade ru_ru_aot dictionaries to 0.4.3 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Envek
Copy link

@Envek Envek commented Nov 25, 2019

Russian hunspell dictionaries version 0.4.3 from AOT.ru was released at 2018-06-27

See https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group/0-4.3 for details

What I've done:

  1. Downloaded dict_ru_ru-aot-0.4.3.oxt from extensions.libreoffice.org

  2. Extracted russian-aot.aff and russian-aot.dic from it to hunspell_ru_ru_aot

  3. Converted them to UTF-8:

    iconv -f KOI8-R -t UTF-8 -o ru_ru_aot.affix russian-aot.aff
    iconv -f KOI8-R -t UTF-8 -o ru_ru_aot.dict russian-aot.dic
  4. Tested on local PostgreSQL installation:

    make USE_PGXS=1 install
    make USE_PGXS=1 installcheck
  5. Committed the results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant