An extension of PyEnchant Wrapper
Project description
enchantX: Extended Python bindings for the Enchant spellchecker
This package provides a set of Python language bindings for the Enchant spellchecking library. For more information, visit the project website:
http://enchantx.live
What is Enchant?
Enchant is used to check the spelling of words and suggest corrections for words that are miss-spelled. It can use many popular spellchecking packages to perform this task, including ispell, aspell and MySpell. It is quite flexible at handling multiple dictionaries and multiple languages.
More information is available on the Enchant website:
http://www.abisource.com/enchant/
How do I use it?
For Windows users, install the pre-built binary packages using pip::
pip install enchantx
These packages bundle a pre-built copy of the underlying enchant library. Users on other platforms will need to install "enchant" using their system package manager (brew on macOS).
Once the software is installed, python's on-line help facilities can get you started. Launch python and issue the following commands:
>>> import enchantx
>>> help(enchantx)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file EnchantX-0.1.tar.gz
.
File metadata
- Download URL: EnchantX-0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1feb6284765c5df14086f3f31812918eb35230f5f0c7e90e1fe3f2cdab85d51f
|
|
MD5 |
d0e02bcf7c49baa91c5eb29adcb978f7
|
|
BLAKE2b-256 |
702883c6cffaec91585c69cf56f144f326e2bfcb5ac2204cd0d13b784565607c
|
File details
Details for the file EnchantX-0.1-py3-none-any.whl
.
File metadata
- Download URL: EnchantX-0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
01f9faba8af742007ce5bc16485d20fdb44606e005dfca8027e1028bd978db7f
|
|
MD5 |
3b4776f7fdc187de9d5f373c790dd100
|
|
BLAKE2b-256 |
5cd4634bc9704534af9129e84a10fa39c8c36d6406cb0f8dfd556be4c449463e
|