Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047612
en ru br
ALT Linux repos
S:2.0.3-alt1

Group :: Development/Python3
RPM: python3-module-cyhunspell

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.0.3-alt1
Build date: 21 december 2022, 14:55 ( 66.3 weeks ago )
Size: 1915.17 Kb

Home page:   https://github.com/MSeal/cython_hunspell

License: MIT
Summary: Cython wrapper on Hunspell Dictionary
Description:

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.

Current maintainer: Anton Midyukov (maintainer)

List of contributors

List of rpms provided by this srpm:

  • python3-module-cyhunspell-debuginfo
  • python3-module-cyhunspell
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin