-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'nlp' #1
Comments
try calling it this way
|
hope this helps |
Nope, it didn't work 😞is there a way to test it directly on Colaboratory? Here is the error I am receving.
|
It does work if I reduce the length of the input string (or the number of paragraphs). I have 2199 characters in my sentence and this throws an error. but I would need some control on the output tokens. |
replace |
I did and it works if the input sentence is not too long. |
Installation is successful but when running the script the module cannot be found (
from nlp.eazysum import Summarizer
).I am trying to use
eazymind in /anaconda3/lib/python3.7/site-packages (0.0.3)
The text was updated successfully, but these errors were encountered: