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
Since Sequence is not being used in extract_concepts.py, the issue is with an external library, probably rake. You are probably running a different version than the one specified in requirements.txt. Try to run pip install --upgrade python-rake and see if that helps. Otherwise, it might be an issue with the Aho-Corasick package.
Hi I'm getting an error when trying to run the command
./extract_concepts.py -i book.tex \ -o reviewed_concepts.csv -ml 2 -n 1000 -m rake -s
This is the error:
ImportError: cannot import name 'Sequence' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
I'm using python3.10.6 and all dependencies are satisfied. I'm on ubuntu 22.04.
The text was updated successfully, but these errors were encountered: