Fixes the compilation errors caused by changes to the TBB library and RcppParallel. This version links to quanteda v4.0 that does not rely on RcppParallel.
Also fixes some minor method class and methods signature issues caught by the improved CRAN checks in the forthcoming R v4.
Remedies the problems that led to the package being archived on Mar 15, 2023, so that it would be restored to CRAN.
data_dfm_lbgexample
as this is already in
quanteda.textmodel_svm()
to default to the “L2-regularized
L2-loss support vector classification (dual)” model, and added the
type
argument to allow this to be overridden. (#45)textmodel_lr()
.textmodel_svmlin()
to implement only the
L2-SVM-MFN from Sindhwani and Keerthi (2006), and now uses the C++ code
natively.data_corpus_dailnoconf1991
and
data_corpus_irishbudget2010
corpus objects moved from the
quanteda package.data_corpus_moviereviews
.textmodel_nb(x, distribution = "Bernoulli")
that affected
the class conditional probabilities when the number of classes was >
2.textmodel_nb()
- it’s now
officially the fastest implementation in R. (See the vignette.)