NEWS
sentopics 0.7.3 (2024-04-18)
- Renamed
grow()
to fit()
as a more intuitive name. grow()
remains in the package for compatibility with older version.
- Aligned the weight argument and the algorithm of
topWords(..., method="FREX")
to the original paper.
- Fixed the un-exported function
get_ECB_conferences()
to accommodates changes from the ECB website.
- Fixed the model conversion from newer
seededlda
versions (1.2.0 and subsequent)
sentopics 0.7.2 (2023-05-28)
- Added
as.LDA()
method for outputs from the keyATM package.
- Fixed conflict with
data.table::melt()
when data.table was loaded prior to sentopics
sentopics 0.7.1 (2022-05-18)
- Small change of a test sometimes failing on other platforms.
sentopics 0.7.0 (2022-05-09)
- Improved dependency to older version of R
- Added conversions from other packages (lda, topicmodels and stm)
- Changed the parallel back-end from doFuture to future.apply (hence removing the
nCores
argument from grow()
)
- Added a function
LDAvis()
that prepare a dynamic visualization of LDA models using the LDAvis package
- Reduced vignettes size
- Bug fix: Fixed an error in
as.tokens.dfm()
sentopics 0.6.2 (2022-03-15)
- Bug fix: Corrected an issue with the compilation on newest Linux platforms
sentopics 0.6.1 (2022-03-10)
- Various documentation updates
sentopics 0.6.0