Changes in version 0.3.8 (2025-11-26) - fix some R CMD check NOTEs about the use of itemize in the documentation Changes in version 0.3.7 (2023-02-11) - Incorporate clang-detected readability fixes readability-inconsistent-declaration-parameter-name and readability-const-return-type by @MichaelChirico - Remove C++11 from SystemRequirements Changes in version 0.3.6 (2021-07-02) - Remove LazyData from DESCRIPTION as there is no data to be lazy about - Add plot example in README Changes in version 0.3.5 (2021-02-18) - terms.data.frame now returns the 'terms' attribute if it is part of x and it is not null, otherwise it calls the previously implemented terms.data.frame, this is done in order to circumvent the assumption that stats::terms always calls stats:::terms.default on the output of model.frame (which is used o.a in the hardhat package). While one can debate over what stats::terms should return, note that the use of terms in the BTM package is mimicked from similar functionality in the terms function from the topicmodels NLP package. Changes in version 0.3.4 (2020-10-11) - Fix -Wself-assign issue on fedora-clang Changes in version 0.3.3 (2020-10-10) - Make example conditionally on availability of udpipe Changes in version 0.3.2 - Added terms.data.frame Changes in version 0.3.1 (2020-05-02) - Allow in BTM to return as well the biterms as the vocabulary using an extra argument called detailed. For compatibility with the textplot package. - Added in the docs examples of plotting but put these in dontrun blocks to avoid package dependencies Changes in version 0.3 (2020-03-15) - Allow to provide your own set of biterms to cluster upon Changes in version 0.2.1 (2019-05-31) - Add URL in DESCRIPTION file Changes in version 0.2 (2018-12-27) - Allow to get all biterms from the model using terms.BTM - Get the likelihood of a biterm alongside the model Changes in version 0.1 - Initial release based on BTM commit 66cc9b475afec81f3e74bb393b874b3fe5d5a148 - Contains functions BTM, predict.BTM and terms.BTM