Spell checker library
Project description
SpellChecker
Simple and easy to use spell checker library written in python
Usage
# With built-in engilsh dictionary
from spell_checker.spellchecker import SpellChecker
sp = SpellChecker()
print(sp.slice_n_check('tost'))
# With custom engilsh dictionary
from spell_checker.spellchecker import SpellChecker
from spell_checker.dictionary import Dictionary
custom_dictionary = Dictionary()
custom_dictionary.add_from_file('example_dict_es.txt')
sp = SpellChecker(dictionary=custom_dictionary)
print(sp.slice_n_check('holo'))
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
spell_checker_kermshad-0.1.1.tar.gz
(187.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spell_checker_kermshad-0.1.1.tar.gz.
File metadata
- Download URL: spell_checker_kermshad-0.1.1.tar.gz
- Upload date:
- Size: 187.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7ab02ff9b8deaa183d434e5ea3d625a6d739ec9694ae3491373c65a1ddadfbc
|
|
| MD5 |
a89076958d7b675fb96cf059df72ca20
|
|
| BLAKE2b-256 |
cb71b860f7bf7c714c529f4544656cb6940cd489de2881050c3ddfc8785100cf
|
File details
Details for the file spell_checker_KERMSHAD-0.1.1-py3-none-any.whl.
File metadata
- Download URL: spell_checker_KERMSHAD-0.1.1-py3-none-any.whl
- Upload date:
- Size: 185.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
204b391f97353996e18d154e59c5e5368beadc47a032741355ca756d868db1fe
|
|
| MD5 |
2915208d0bc46ebfa4b833a7bc8a0653
|
|
| BLAKE2b-256 |
ca6ed2d503a2824a936f98c9e71c8342e2ab35166177917c4f497f3cc57eb342
|