Discussion:
[gensim:11731] How to get sentence Textrank scores in the Gensim summarizer module
Summarizer
2018-10-31 09:38:36 UTC
Permalink
I would like to get access to the textrank scores in addition to the
sentences. Is there any method available to get the score for each sentence?
--
You received this message because you are subscribed to the Google Groups "Gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Nicolas Tastevin
2018-10-31 11:52:21 UTC
Permalink
Hi,

It seems that there is no method available to do it (contrary to keywords
extraction function).
As far as I am concerned, to solve this problem I modified the
gensim.summarization.summarizer source code to make it possible to return
sentences scores.
It is quite quick to tweak the code.

Good work!

Nicolas Tastevin
Post by Summarizer
I would like to get access to the textrank scores in addition to the
sentences. Is there any method available to get the score for each sentence?
--
You received this message because you are subscribed to the Google Groups "Gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Karimkhan Pathan
2018-10-31 12:04:49 UTC
Permalink
Hello Nicolas,
Thanks a lot for your reply. It's great feature that we can customize code
to get this. I can try it. I appreciate if you can share you quick try.

Karim
Post by Nicolas Tastevin
Hi,
It seems that there is no method available to do it (contrary to keywords
extraction function).
As far as I am concerned, to solve this problem I modified the
gensim.summarization.summarizer source code to make it possible to return
sentences scores.
It is quite quick to tweak the code.
Good work!
Nicolas Tastevin
Post by Summarizer
I would like to get access to the textrank scores in addition to the
sentences. Is there any method available to get the score for each sentence?
--
You received this message because you are subscribed to a topic in the
Google Groups "Gensim" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/gensim/Tn_7-70L7rk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
For more options, visit https://groups.google.com/d/optout.
--
Regards,
Karimkhan,
http://www.quora.com/Pathan-Karimkhan
https://www.facebook.com/karimkhan.it
http://in.linkedin.com/in/karimkhanp
--
You received this message because you are subscribed to the Google Groups "Gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...