gipplab / AnnoMathTeX

>>AnnoMathTeX<< - a LaTeX formula annotation facilitation and recommendation tool for STEM documents
Apache License 2.0
6 stars 2 forks source link

Revert "use rapidfuzz instead of fuzzywuzzy" #7

Closed philsMINT closed 4 years ago

philsMINT commented 4 years ago

Reverts ag-gipp/AnnoMathTeX#6

maxbachmann commented 4 years ago

Did something not work?

philsMINT commented 4 years ago

Yes, there were problems: from rapidfuzz import fuzz, utils - ImportError: DLL load failed. I assume the C-backend needs the Visual C++ Redistributable in Windows?

maxbachmann commented 4 years ago

Thanks for the feedback. Yes it does require the Visual C++ 2019 redistributable (includes C++ 2015 and 2017) on Windows to find the C++ library. (https://maxbachmann.github.io/rapidfuzz/installation/)

philsMINT commented 4 years ago

Done, now it's working, thank you!