search for: quanteda

Displaying 2 results from an estimated 2 matches for "quanteda".

Did you mean: quanta
2020 Nov 03
0
help loading files into R for koRpus analysis
On 02/11/2020 4:46 p.m., Gordon Ballingrud wrote: > Thanks; that's a good point. Here is what I have been working with: > > library(quanteda) > library(readtext) > > texts <- readtext(paste0("/Users/Gordon/Desktop/WPSCASES/", "/word/*.docx")) On Windows, you can't have an empty entry in a pathname, so you should leave off one of the slashes: texts <- readtext(paste0("/Users/Gordon/Deskt...
2023 Oct 20
0
UseMethod forwarding of local variables
...on(x) NextMethod("foo") > foo(structure(2, class = c("baz", "bar"))) Error in foo.bar(structure(2, class = c("baz", "bar"))) : object 'yyy' not found The directly affected CRAN packages I have identified are: - actuar - quanteda - optmatch - rlang - saeRobust - Sim.DiffProc - sugrrants - texmex Some of these fail with the environment set to 'error' but not to 'none', so they are getting a value from somewhere else that may or may not be right. Affected as revdeps of optmatch: - cobalt - htetree - jointVI...