viig99 / SymSpellCppPy

Fast SymSpell written in c++ and exposes to python via pybind11
https://symspellcpppy.readthedocs.io
Apache License 2.0
39 stars 7 forks source link

fix: regex parsing on clang++/MacOS fix #13

Closed Razdeep closed 2 years ago

Razdeep commented 2 years ago

This PR fixes the below error message

RuntimeError: The expression contained an invalid character range, such as [b-a] in most encodings.

Signed-off-by: Rajdeep Roy Chowdhury rajdeep.roychowdhury@lowes.com

Razdeep commented 2 years ago

@viig99 could you please let me your thoughts on this?