From d5f426d326aa8717f97f6de707abae6eed364b91 Mon Sep 17 00:00:00 2001 From: Jan Wijffels Date: Mon, 12 Oct 2020 13:33:30 +0200 Subject: [PATCH] Fix url --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e7ace34..63e12da 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Author: Jan Wijffels [aut, cre, cph], BNOSAC [cph] Authors@R: c(person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be'), person('BNOSAC', role = 'cph')) Description: The 'textrank' algorithm is an extension of the 'Pagerank' algorithm for text. The algorithm allows to summarize text by calculating how sentences are related to one another. This is done by looking at overlapping terminology used in sentences in order to set up links between sentences. The resulting sentence network is next plugged into the 'Pagerank' algorithm which identifies the most important sentences in your text and ranks them. In a similar way 'textrank' can also be used to extract keywords. A word network is constructed by looking if words are following one another. On top of that network the 'Pagerank' algorithm is applied to extract relevant words after which relevant words which are following one another are combined to get keywords. - More information can be found in the paper from Mihalcea, Rada & Tarau, Paul (2004) . + More information can be found in the paper from Mihalcea, Rada & Tarau, Paul (2004) . License: MPL-2.0 URL: https://github.com/bnosac/textrank Encoding: UTF-8