inport error

Asked 1 years ago, Updated 1 years ago, 368 views

If you install the textrank and proceed with the import below,

from textrank import KeywordSummarizer

cannot import name 'KeywordSummarizer' from 'textrank'

It's written as.

It's the same even if I change the computer, but is it a Python version problem?

I don't know why.

import-error

2022-10-25 11:41

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.