You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case I don't have installed the en_core_web_lg because I would like to use my own NLP. In the geiparse.py the class uses the utilities (on import) and it breaks. I will set the nlp argument:
I have got a problem, because this code in the utilities.py is executed everytime if utilities packages is imported:
In my case I don't have installed the en_core_web_lg because I would like to use my own NLP. In the geiparse.py the class uses the utilities (on import) and it breaks. I will set the nlp argument:
IMHO the import of the en_core_web_lg in the utilities.py should be removed because it is redundant.
Thanks
The text was updated successfully, but these errors were encountered: