Package: rapidraker Type: Package Title: Rapid Automatic Keyword Extraction (RAKE) Algorithm Version: 0.1.3 Authors@R: person("Christopher", "Baker", email = "chriscrewbaker@gmail.com", role = c("aut", "cre")) Description: A 'Java' 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/articles/rapidraker.html BugReports: https://github.com/crew102/rapidraker/issues License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 3.1) Imports: rJava, openNLPdata, slowraker, utils Suggests: knitr, rmarkdown, testthat SystemRequirements: Java (>= 8) RoxygenNote: 7.1.1 Config/pak/sysreqs: make default-jdk Repository: https://crew102.r-universe.dev Date/Publication: 2021-06-03 00:26:19 UTC RemoteUrl: https://github.com/crew102/rapidraker RemoteRef: HEAD RemoteSha: 9e12bbfe15898e5fa811c3f9f6c98e3f4a92f5e8 NeedsCompilation: no Packaged: 2026-06-16 11:09:26 UTC; root Author: Christopher Baker [aut, cre] Maintainer: Christopher Baker