replaCy
replaCy copied to clipboard
"smart loading" doesn't work as expected
In a project using replaCy, when we autoload the match_dict, it loads ./resources/match_dict.json
.... in replaCy ie site-packages
Need to load relative to the file instantiating replaCy, or remove smart-loading
this is tagged good-first-issue
but that is only true if you have experience with Python's file loading, and how paths work between the main file and its packages. it can get messy.