Computational-Content-Analysis-2020 / frequently-asked-questions

Repo to ask questions and see answers
2 stars 0 forks source link

HW5 AttributeError: module 'lucem_illud_2020' has no attribute 'spacy_pos' #25

Open laurenjli opened 4 years ago

laurenjli commented 4 years ago

Hi,

In the POS based networks section, the posCooccurrence() function calls lucem_illud_2020.spacy_pos(sent). I get an error that no such attribute exists. I ran pip install -U git+git://github.com/Computational-Content-Analysis-2020/lucem_illud_2020.git before opening the notebook so I'm not sure what's wrong.

Thanks!

bhargavvader commented 4 years ago

Super strange... one workaround for the time being is to copy paste the function from the last HW notebook.