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)
Release files for EnchantX 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| EnchantX-0.1.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| EnchantX-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / EnchantX-0.1.tar.gz
| Download URL | EnchantX-0.1.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1feb6284765c5df14086f3f31812918eb35230f5f0c7e90e1fe3f2cdab85d51f
|
|
BLAKE2b-256 checksum How to use checksums |
702883c6cffaec91585c69cf56f144f326e2bfcb5ac2204cd0d13b784565607c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / EnchantX-0.1-py3-none-any.whl
| Download URL | EnchantX-0.1-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
01f9faba8af742007ce5bc16485d20fdb44606e005dfca8027e1028bd978db7f
|
|
BLAKE2b-256 checksum How to use checksums |
5cd4634bc9704534af9129e84a10fa39c8c36d6406cb0f8dfd556be4c449463e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|