text2vec
API. Functionality is unchanged.verbose
option to CreateDtm
and CreateTcm
to surpress status messages.GetVocabFromDtm
to get text2vec
vocabulary object from a dgCMatrix
document term matrix.CreateDtm
and CreateTcm
in response to updates to text2vec
.text2vec
's latest optimizations to follow.CreateDtm
and CreateTcm
. remove_punctuation now supports non-English
characters.TmParallelApply
. Added an option to declare the environment to search
for your export list. Default to that argument just searches the local
environment. The default should cover ~95% of use cases. (And avoids crash on
Windows OS)FitLdaModel
. Use of the ...
argument now allows you to control
TmParallelApply
, lda::lda.collapsed.gibbs.sampler
, and topicmodels::LDA
without error.FitCtmModel
where the ...
argument now goes to topicmodels::CTM
's
control
argument.CreateTcm
to return objects of class dgCMatrix
. This allows you to
run functions like FitLdaModel
on a TCM.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.