-
So that it will work as before.
I think this is possibleby linking the external (external = quanteda.textmodels) functions in quanteda's pkgdown site, via the instructions in https://cran.r-project…
-
The `docs` object expects (for technical reasons) that all words occur with frequency 1. If words occur several times, they appear several times each with frequency 1.
In the `quanteda` package there…
-
Given gesistsa/quanteda.proximity#35 and `quanteda::tokens_*()` will not respect `tokenvars`, it would be better to make this a new class for now.
- [x] Create a new class `tokens_with_tokenvars`
…
-
I suggest you to use `index()` could be used to find positions of keywords including phrases.
``` r
library(quanteda.proximity)
library(quanteda)
#> Package version: 4.0.0
#> Unicode version: 1…
-
The Arabic has the characters in reverse order (and unconnected).
"word" in Arabic should be:
![image](https://user-images.githubusercontent.com/2182246/56936523-2769d300-6b3b-11e9-9207-147cf05aa…
-
I tried to load a github package with groundhog and i get the following error. When I use the git2r::clone directly to a certain path it works however.
![grafik](https://github.com/CredibilityLab/gro…
-
See https://github.com/quanteda/quanteda/blob/master/R/textstat_readability.R#L22
and https://github.com/unDocUMeantIt/koRpus/blob/master/R/02_method_show.kRp.readability.R
-
`topicmodels::LDA` is implemented using this library, which I can call directly via Rcpp:
https://sourceforge.net/projects/gibbslda/files/
We can call the library in this way
https://github.…
-
I really don't want to install dependencies for functions that I never use. How about taking this on-demand approach?
https://github.com/quanteda/quanteda/blob/36c1ee584e663e155f4e9a27e42645585aeaa…
-
When was this created? It looks like there are some updates we made to quanteda since we created this. Not sure the best way to sync them to this package.