oduwsdl / sumgram

sumgram is a tool that summarizes a collection of text documents by generating the most frequent sumgrams (conjoined ngrams)
MIT License
55 stars 14 forks source link

sklearn module #10

Open taitjord opened 5 years ago

taitjord commented 5 years ago

When attempting to run the provided example script, I receive an error stating that "No module named 'sklearn' "

When running "pip install sklearn", I receive another long error in red text stating "Command errored out with exit status 1"

Any thoughts or suggestions to get a basic sumgrams script running successfully? : /

I appreciate any help or advice you're able to give, Jordan

anwala commented 5 years ago

Hello @taitjord,

Happy to help you. But we'll need more information from you. For example, what's your OS and your Python version? Also were you able to successfully install sumgram (pip install sumgram)?

But most importantly, can you provide (copy and paste) the actual error message?