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) <doi:10.1002/9780470689646.ch1>), 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
SystemRequirements: Java (>= 5.0)
RoxygenNote: 6.0.1.9000
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-11-02 02:27:56 UTC; cbaker
Author: Christopher Baker [aut, cre]
Maintainer: Christopher Baker <chriscrewbaker@gmail.com>
Repository: CRAN
Date/Publication: 2017-11-02 04:48:57 UTC
Built: R 4.6.0; ; 2025-10-11 01:28:59 UTC; windows
