How can I select the number of sentences for the text rank summary? I want to know after applying the text rank algorithm to the text data set, How many sentences or how much portion of the text (standard) for the text rank summary.
Asked
Active
Viewed 51 times
1
-
Which library are you using? For example, in the Python `pytextrank` library the [`summary()`] method has a parameters `limit_sentences` for this purpose. – Paco Sep 24 '22 at 20:59