Source: r-cran-lexrankr Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Section: gnu-r Priority: optional Build-Depends: debhelper (>= 11~), dh-r, r-base-dev, r-cran-snowballc, r-cran-igraph, r-cran-rcpp Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-lexrankr Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-lexrankr.git Homepage: https://cran.r-project.org/package=lexRankr Package: r-cran-lexrankr Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: extractive summarization of text with the LexRank algorithm An R implementation of the LexRank algorithm implementing stochastic graph-based method for computing relative importance of textual units for Natural Language Processing. The technique on the problem of Text Summarization (TS) is tested. Extractive TS relies on the concept of sentence salience to identify the most important sentences in a document or set of documents. Salience is typically defined in terms of the presence of particular important words or in terms of similarity to a centroid pseudo-sentence.