You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 bringing back these functions to quanteda? This helps other people to write their own textmodel's based on our package.
The text was updated successfully, but these errors were encountered:
That’s a fine idea, and whatever we can do to make it extensible or more general-purpose is something I’d like to develop. One though is to provide a way for all textmodel_*() functions to work on any sparse matrix, either from Matrix or slam, of course in addition to a dfm. Another is via integrating the predictive models with caret (or tidymodels/hardhat) as in quanteda/quanteda.textmodels#8.
Point me to the code in LSS and newsmap and we can start with yours.
My LSS and newsmap package uses textmodel methods such as
as.coefficients_textmodel()
andtextplot_scale1d()
, but I do not want to add quanteda.textmodels to their dependency. How about bringing back these functions to quanteda? This helps other people to write their own textmodel's based on our package.The text was updated successfully, but these errors were encountered: