-
Is the syllables column in the DICTIONARY necessary for hangman? I'm guessing you grabbed it from qdap so that's what that's in there but it seems to just add some unnecessary size to the package. W…
-
Hi @trinker Using the following installation for dev found on the [README.md](https://github.com/trinker/qdap/blob/master/README.md):
```
if (!require("pacman")) install.packages("pacman")
pacman…
-
Dear all,
I would like to use qdap::syllable_sum to count the syllables in a large dataset (>450.000 rows). The text data whose syllables I want to count are stored in the column of a tibble. I wan…
-
I get this error for multiple packages that are installed. (Also Hmisc)
```
packrat::init(options = list(ignored.packages="ggplot"))
Initializing packrat project in directory:
- "C:/Users/dserfass/D…
-
error: No CurrentVersion entry in Software/JavaSoft registry! Try re-installing Java and make sure R and Java have matching architectures.
-
is this the intended behaviour?
```
> qdap::replace_number("0 cookies")
[1] "cookies"
```
see [discussion and diagnosis on Stack Overflow](http://stackoverflow.com/questions/38709392/qdap-package-bu…
-
I would like to assign values to intervals. I try, without success:
> library(qdap)
> dataCont = runif(100, min=100, max=200)
> classes = seq(from = 100, to = 200, by = 25)
> dist_tab(dataCont, break…
-
On large corpora, every word gets 0 sd for some reason?
-
Hello,
Thanks for this amazing package. I am looking at the polarity score https://trinker.github.io/qdap/polarity.html and you say:
> The polarity score is dependent upon the polarity dictionar…
-
This is more of a focus after qdap has been uploaded to CRAN.
For other searchers currently (1-23-12) the `highlights` package has been archived, which `staticdocs` depends on. To get `highlights…