Skip to main content

cffi bindings for Spellcheck.h on Windows

Project description

This is a thin wrapper on top of the Spellcheck.h win32 API.

It is used as a backend of PyEnchant on Windows.

Usage

checker = SpellChecker("en-US")
ok = checker.check("helo")
assert not ok
suggestions = checker.suggest("helo")
print(suggestions)

# outputs:
# ['hello', 'halo', 'helot', 'hele', 'help', 'hell', 'held', 'hellos', 'hero', 'helm']

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pywin32_cffi_spellcheck-0.0.6-cp37-cp37m-win_amd64.whl (9.3 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page