Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37044156
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-cyhunspell

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 2.0.3-alt1
Время сборки: 21 декабря 2022, 14:55 ( 66.2 недели назад )
Размер архива: 1915.17 Kb

Домашняя страница:   https://github.com/MSeal/cython_hunspell

Лицензия: MIT
О пакете: Cython wrapper on Hunspell Dictionary
Описание:

This repository provides a wrapper on Hunspell
to be used natively in Python. The module uses
cython to link between the C++ and Python code,
with some additional features. There's very
little Python overhead as all the heavy lifting
is done on the C++ side of the module interface,
which gives optimal performance.

The hunspell library will cache any corrections,
you can use persistent caching by adding the
use_disk_cache argument to a Hunspell constructor.
Otherwise it uses in-memory caching.

Текущий майнтейнер: Anton Midyukov (maintainer)

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-cyhunspell-debuginfo
  • python3-module-cyhunspell
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin