简体   繁体   中英

text summarization using Text-Summarizer in python

I am trying to use below library which is available in website

https://pypi.org/project/text-summarizer/

from text_summarizer import summarizer

As informed in website i have installed text_summarizer package using below syntax below when loading it in python i am getting error ImportError: cannot import name 'summarizer'

Can anyone help me if this package is working

Check if you have a circular dependencies import. This might just be the same answer as this question here: ImportError: Cannot import name X

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM