symspellpy
Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
File Explorer
Download Latest Version (.zip)- publish.yml
- tests.yml
- weekly.yml
- dependabot.yml
- FUNDING.yml
- layout.html
- abstract_distance_comparer.rst
- editdistance.rst
- helpers.rst
- index.rst
- symspellpy.rst
- custom_distance_comparer.rst
- dictionary.rst
- index.rst
- lookup.rst
- lookup_compound.rst
- word_segmentation.rst
- installing.rst
- conf.py
- index.rst
- make.bat
- Makefile
- requirements.txt
- __init__.py
- abstract_distance_comparer.py
- composition.py
- editdistance.py
- frequency_bigramdictionary_en_243_342.txt
- frequency_dictionary_en_82_765.txt
- helpers.py
- logging.py
- pickle_mixin.py
- suggest_item.py
- symspellpy.py
- verbosity.py
- bad_dict.txt
- below_threshold_dict.txt
- big_modified.txt
- big_words.txt
- lookup_compound_data.json
- lookup_compound_ignore_non_words_data.json
- lookup_compound_replaced_words_data.json
- lookup_compound_transfer_casing_data.json
- lookup_compound_transfer_casing_ignore_nonwords_data.json
- noisy_query_en_1000.txt
- non_en_dict.txt
- separator_dict.txt
- word_segmentation_data.json
- __init__.py
- benchmarks.ipynb
- conftest.py
- test_compatibility.py
- test_editdistance.py
- test_helpers.py
- test_suggest_item.py
- test_symspellpy.py
- test_symspellpy_edge_cases.py
- test_symspellpy_lookup.py
- test_symspellpy_lookup_compound.py
- test_symspellpy_pickle.py
- test_symspellpy_word_segmentation.py
- .coveragerc
- .git-blame-ignore-revs
- .gitattributes
- .gitignore
- .readthedocs.yaml
- CHANGELOG.md
- INSTALL.rst
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/mammothb/symspellpy
Downloads the entire project code from GitHub to your computer.
cd symspellpy
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
