Package: slowraker Type: Package Title: A Slow Version of the Rapid Automatic Keyword Extraction (RAKE) Algorithm Version: 0.1.1 Authors@R: person("Christopher", "Baker", email = "chriscrewbaker@gmail.com", role = c("aut", "cre")) Description: A mostly pure-R implementation of the RAKE algorithm (Rose, S., Engel, D., Cramer, N. and Cowley, W. (2010) ), which can be used to extract keywords from documents without any training data. URL: https://crew102.github.io/slowraker/index.html BugReports: https://github.com/crew102/slowraker/issues License: MIT + file LICENSE Encoding: UTF-8 LazyData: TRUE Depends: R (>= 3.1) Imports: SnowballC, NLP, openNLP, utils Suggests: testthat, knitr, rmarkdown, covr SystemRequirements: Java (>= 5.0) RoxygenNote: 7.3.2 VignetteBuilder: knitr Config/pak/sysreqs: make default-jdk Repository: https://crew102.r-universe.dev Date/Publication: 2025-11-17 23:05:34 UTC RemoteUrl: https://github.com/crew102/slowraker RemoteRef: HEAD RemoteSha: f249a9a11391c7a1196342f8c1f2c042df80c30e NeedsCompilation: no Packaged: 2026-06-15 09:13:07 UTC; root Author: Christopher Baker [aut, cre] Maintainer: Christopher Baker