btm
Biterm Topic Models for Short Text
BTM has shipped nothing but compiler and integration compliance since 2020
◆Recent moves
- 8mo ago
Clear R CMD check NOTEs about itemize usage
Documentation markup corrections to silence CRAN check NOTEs. Landed alongside the same sweep across doc2vec and word2vec.
View source ↗ - 3y ago
clang readability fixes; C++11 requirement dropped
Applies clang-detected declaration and return-type readability fixes contributed upstream and removes C++11 from SystemRequirements. Compile-time only.
View source ↗ - 5y ago
Remove unused LazyData; add plot example to README
Drops a LazyData declaration for a package with no data and adds a plotting example to the README. Housekeeping.
View source ↗ - 5y ago
terms.data.frame returns existing terms attribute for hardhat
Changes terms.data.frame to return an existing terms attribute when present rather than always falling through to the default method, working around hardhat's assumption about what stats::terms yields. Narrow, but it is what lets BTM sit inside tidymodels-style pipelines.
View source ↗ - 5y ago
Fix -Wself-assign on fedora-clang
A compiler warning fix specific to the fedora-clang check platform.
View source ↗ - 5y ago
Make example conditional on udpipe availability
Guards an example against a missing udpipe install — the same fix applied across the bnosac packages that share the dependency.
View source ↗