textrank icon indicating copy to clipboard operation
textrank copied to clipboard

Summarise text by finding relevant sentences and keywords using the Textrank algorithm

Results 3 textrank issues
Sort by recently updated
recently updated
newest added

Sorry for my misunderstanding, I fix codes properly work what I get reviews in https://github.com/bnosac/textrank/pull/8 here. - Get rid off lines what related with ```installed.packages()```. - Added ```requireNamespace('future.apply')```

I rewrote the textrank_sentences() as it could not run my dataset (ran for 3 days without finishing). In doing so I added pbapply to show progress for the sentence_dist function...

Hi @jwijffels . I found interesting dataset and decent paper which compares different techniques: 1. website - https://summari.es/ 2. [Article](https://github.com/bnosac/textrank/files/1969949/newsroom.pdf) from website above `textrank` is very competitive to modern alternatives....