A Fast SymSpell port for python written in C++ using pybind11.
Project description
SymSpellCppPy
A Fast SymSpell v6.5 port for python written in C++ using pybind11.
![UnitTests](https://img.shields.io/github/workflow/status/viig99/SymSpellCppPy/UnitTests?style=flat-square)
Installation
pip install --upgrade SymSpellCppPy
Documentation
- Check examples for provided usage.
- Check api docs for detailed API documentation.
- Check
tests/SymSpellCppPyTest.py
for extended api usage.
Benchmark Results
pip install pytest pytest-benchmark symspellpy SymSpellCppPy
pytest benchmark.py --benchmark-compare
Development
git clone git@github.com:viig99/SymSpellCppPy.git
cd SymSpellCppPy
mkdir -p build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
Testing
Python Bindings
Build
python3 setup.py build
Test
Python tests
python3 setup.py test
C++ tests
For detailed list of command line test flags please refer to Catch 2 Docs
cd build
./Catch2Test -s
Acknowledgements
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
SymSpellCppPy-0.0.9.tar.gz
(5.4 MB
view details)
File details
Details for the file SymSpellCppPy-0.0.9.tar.gz
.
File metadata
- Download URL: SymSpellCppPy-0.0.9.tar.gz
- Upload date:
- Size: 5.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f411ba1cbca82bcbef012942579c5f29873282adbb7e2bf1c934c925d8a6bcf |
|
MD5 | bde956be3a6892fcb1ea95621b56868f |
|
BLAKE2b-256 | 94636a0446d7312b71fbc7ee1bbb85bb1013788d86dbb98c01f6d96c96f01200 |