Skip to content

Releases: quanteda/quanteda.textmodels

CRAN v0.9.9

22 Jan 04:44
96c6ae6

Choose a tag to compare

Minor release that:

  • Fixes namespace issues caused by removing RcppArmadillo from quanteda 4.1.0.
  • Fixes extraneous output from the spelling check.

CRAN v0.96

22 Mar 10:32
75d495e

Choose a tag to compare

Fixes some CRAN issues and improves the documentation.

CRAN v0.9.5

29 Aug 22:21

Choose a tag to compare

  • Fixes for compatibility with Matrix 1.4.2.

CRAN v0.9.4

06 Apr 09:05

Choose a tag to compare

  • removed data_dfm_lbgexample as this is already in quanteda.

CRAN v0.93

08 Mar 09:10

Choose a tag to compare

  • Fixed 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)
  • Loosened a test tolerance that was causing a text to fail on the macM1 platform.

CRAN v0.9.2

11 Dec 11:39
5a84a6a

Choose a tag to compare

  • Added a logistic regression classifier, textmodel_lr().
  • Simplified textmodel_svmlin() to implement only the L2-SVM-MFN from Sindhwani and Keerthi (2006), and now uses the C++ code natively.
  • Fixed some errors occurring on some R releases on CRAN checks

CRAN v0.90

26 Feb 22:38

Choose a tag to compare

First implementation of the package, after splitting these functions from the quanteda package.