mallet_instance_list_store()
renamed to instance_list_save()
and
mallet_instance_list_restore()
renamed to instance_list_load()
.as_LDA()
outputs information on number of docs / alphabet size.svmlight()
moved here from package 'polmineR.misc'..mallet_cmd()
has been removed.mallet_load_topicmodel()
will abort with an error, if no Mallet installation
is found.save_document_topics()
and load_document_topics()
as more
memory-efficient way to get gamma matrix from Java to R.load_word_weights()
now has argument normalize
to reproduce
Java/Mallet-side normalization when loading the matrix.instance_list_load()
will check whether file exists.svmlight()
reports document number at beginning of line.gensim_ldamodel_as_LDA_Gibbs()
integrated as a as_LDA()
method.doclengths
added to (S4) class LDA_Gibbs
to avoid having to reload
instance list for computing metrics.as_LDA()
will now fill slot doclenghts
of output object.as_LDA()
has been rewritten to improve memory efficiency somewhat.mallet_load_topicmodel()
includes some sanity checks to ensure that loading
topic model succeeds (report on JVM heap space, file size etc.).as_LDA()
relies on mallet_get_topic_model_diagnostics()
that will extract model diagnostics
from RTopicModel java class object.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.