franfj / Summarizer

Text summarization Python library (in progress)
GNU General Public License v3.0
9 stars 5 forks source link

ImportError: cannot import name 'summarizer' from 'text_summarizer' #14

Open suchanun opened 4 years ago

suchanun commented 4 years ago

I already install packages in requirements.txt, any idea why I got ImportError: cannot import name 'summarizer' from 'text_summarizer'?

Thanks!

suchanun commented 4 years ago

already installed:

abhishekkkSrivastava commented 4 years ago

Same issue observed. Let me know how to resolve this .

bastig2001 commented 4 years ago

from text_summarizer.text_summarizer import summarizer works for me, but I get an Import Error in text_summarizer.py: ImportError: cannot import name 'DummySummarizerAlgo' from 'algo' and when I fix that I get another Import Error in dummy_algo.py and than another Import Error and so on. All the imports in the library seem to be faulty for me. I would need to correct all import statements to get it working.