viig99 / SymSpellCppPy

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

Home Page:https://symspellcpppy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work on windows

jwes44 opened this issue · comments

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 it myself?

It requires gcc compiler, so your will need either a ecosystem like MinGW or Cygwin, or you could use it with WSL2.