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
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-19-01fbd239b3d2> in <module>()
----> 1 from topicrankpy import extractinformation as t
/usr/local/lib/python3.6/dist-packages/topicrankpy/__init__.py in <module>()
1 from __future__ import absolute_import
2
----> 3 from pke.data_structures import Candidate, Document, Sentence
4 from pke.readers import MinimalCoreNLPReader, RawTextReader
5 from pke.base import LoadFile
ModuleNotFoundError: No module named 'pke'
The text was updated successfully, but these errors were encountered:
Received the following error on using it
The text was updated successfully, but these errors were encountered: