Package: slowraker 0.1.1

slowraker: A Slow Version of the Rapid Automatic Keyword Extraction (RAKE) Algorithm

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.

Authors:Christopher Baker [aut, cre]

slowraker_0.1.1.tar.gz
slowraker_0.1.1.zip(r-4.7)slowraker_0.1.1.zip(r-4.6)slowraker_0.1.1.zip(r-4.5)
slowraker_0.1.1.tgz(r-4.6-any)slowraker_0.1.1.tgz(r-4.5-any)
slowraker_0.1.1.tar.gz(r-4.7-any)slowraker_0.1.1.tar.gz(r-4.6-any)
slowraker_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION
card.svg |card.png
slowraker/json (API)

# Install 'slowraker' in R:
install.packages('slowraker', repos = c('https://crew102.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/crew102/slowraker/issues

Uses libs:
  • openjdk– OpenJDK Java runtime, using Hotspot JIT
Datasets:

On CRAN:

Conda:

openjdk

5.46 score 6 stars 1 packages 16 scripts 168 downloads 4 exports 5 dependencies

Last updated from:f249a9a113. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK133
source / vignettesOK179
linux-release-x86_64OK121
macos-release-arm64OK93
macos-oldrel-arm64OK104
windows-develOK86
windows-releaseOK92
windows-oldrelOK137
wasm-releaseOK120

Exports:pos_tagsrbind_rakelistslowrakesmart_words

Dependencies:NLPopenNLPopenNLPdatarJavaSnowballC

Frequently asked questions
1. Why is it called slowraker? | 2. slowrake() is erroring from some memory issue (OutOfMemoryError). How do I fix this? | 3. Why do longer keywords (i.e., those that contain multiple words/tokens) always seem to have higher scores than shorter keywords? | 4. Sometimes the part-of-speech tagging done by slowrake() appears to be incorrect. What can I do about this? | 5. Why am I getting different results from slowraker vs rapidraker?

Last update: 2018-08-24
Started: 2017-09-02

Getting started
What is the RAKE algorithm? | Examples

Last update: 2018-08-24
Started: 2017-08-21