-
I am working with utf-8 encoded, multilingual text (mostly hebrew, english, russian, some other languages/charactersets). Trying to construct a dfm, I noticed that even if all text is read correctly i…
-
Hello there!
Congrats for this great piece of software!
I have a quick question: can `ranger` work properly with sparse matrices (coming, for instance, from `quanteda`)?
Or I need to transform the …
-
Hi,
I'm currently trying to convert a large sparse dfm object (932854 x 422225) to STM format and the conversion never finishes. Does the conversion to STM somehow scale very bad with dfm size? And i…
-
Consider this
```
dtrain
-
Just trying to get `spacyr` running for the first time.
`spacy_install()` leads to
```
The following NEW packages will be INSTALLED:
ca-certificates: 2018.03.07-0
certifi:…
-
Hi,
Wondering if the below is expected behavior or I'm doing/interpreting something incorrectly?
When there are no matches in the tokens_lookup, shouldn't "NA" be returned (as opposed to "CA") i…
-
If you're interested, I could check the citations for the **quanteda** package on Google Scholar once a month and create a list of published papers/books (not working papers) that use **quanteda** in …
-
Hi All,
Odd error with data.table version 1.11.6 downloaded from CRAN a couple of days ago.
```
library(data.table)
a
-
## Describe the bug
If a column name of a data.frame is missing, constructing a `corpus()` still works. Yet, `summary()`, for example, results in an error due to undefined docvars. I was wondering …
-
Is there a way then to fix this issue?
I installed the spacy library as you suggested by using **conda install -c conda-forge spacy**
and it worked. Unfortunately I still automatically create a lin…