SymSpellCppPy icon indicating copy to clipboard operation
SymSpellCppPy copied to clipboard

Fast SymSpell written in c++ and exposes to python via pybind11

Results 4 SymSpellCppPy issues
Sort by recently updated
recently updated
newest added

Do you have plans to port it to Windows in the near future, or could you give me information on what the difficulties are and I may try to port...

I built a test that looks like this: ``` def test_umlauts(self): dictionary_path = os.path.join(self.fortests_path, "umlaut_dict.txt") edit_distance_max = 1 prefix_length = 5 sym_spell = SymSpell(edit_distance_max, prefix_length) sym_spell.load_dictionary(dictionary_path, 0, 1) result =...

Not able to test python testcases. Getting "invalid collating element error". Can you check once ?

enhancement

Thank you very much for your fast SymSpell Python port. Please consider implementing SymSpell v6.7. which improves word segmentation and fixes problems with upper case, ligatures, hyphenation, punctuation, and American...