-
**Issue by [methodds](https://github.com/methodds)**
_Friday Jan 13, 2017 at 12:01 GMT_
_Originally opened as https://github.com/kbenoit/quanteda/issues/452_
----
Hi,
it's really nice to see that …
-
Right now, it's 1, and the token adjacent to it is 2. Seems like these should be 0 and 1.
``` r
library("quanteda")
#> Package version: 4.0.0
#> Unicode version: 14.0
#> ICU version: 71.1
#> P…
-
We need to boost the visibility of https://quanteda.org by adding some keywords via Google Analytics. This ought to be set up in the GSuite organization quanteda.org. @amatsuo has access, can you do t…
-
My LSS and newsmap package uses textmodel methods such as `as.coefficients_textmodel()` and `textplot_scale1d()`, but I do not want to add **quanteda.textmodels** to their dependency. How about bringi…
-
`textmodel_svm()` does not work when the number of documents used to train the classifier exceeds 66,000 on a MacBook Pro with 32GB RAM.
```r
library(quanteda)
#> Package version: 2.0.1
#> Paral…
-
https://github.com/koheiw/proxyC/blob/a7402a5028acdf4e7dc688ff68c78201b1f85d0b/configure.ac#L27-L29
See https://github.com/quanteda/quanteda/issues/2364 for analysis and https://github.com/quanteda…
-
see https://github.com/kbenoit/quanteda/issues/189
-
https://rednoise.org/rita/reference/RiTa/kwic/index.html
Currently kwic model only supports specifying the context through number of words. There are ways to work around it and get the result within…
-
If we treat a similarity matrix as a type of adjacency matrix, we can plot a semantic network using `textplot_network()` in a few steps. Why don't we make this an official function?
```r
require(q…
-
I like tokenizing text by myself before using compute_sentiment. My usual framework is to start from a quanteda::corpus, from which I create a sento_corpus and a quanteda::tokens object.
I just rea…