Package: BTM 0.3.8
BTM: Biterm Topic Models for Short Text
Biterm Topic Models find topics in collections of short texts. It is a word co-occurrence based topic model that learns topics by modeling word-word co-occurrences patterns which are called biterms. This in contrast to traditional topic models like Latent Dirichlet Allocation and Probabilistic Latent Semantic Analysis which are word-document co-occurrence topic models. A biterm consists of two words co-occurring in the same short text window. This context window can for example be a twitter message, a short answer on a survey, a sentence of a text or a document identifier. The techniques are explained in detail in the paper 'A Biterm Topic Model For Short Text' by Xiaohui Yan, Jiafeng Guo, Yanyan Lan, Xueqi Cheng (2013) <https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/BTM-WWW13.pdf>.
Authors:
BTM_0.3.8.tar.gz
BTM_0.3.8.zip(r-4.7)BTM_0.3.8.zip(r-4.6)BTM_0.3.8.zip(r-4.5)
BTM_0.3.8.tgz(r-4.6-x86_64)BTM_0.3.8.tgz(r-4.6-arm64)BTM_0.3.8.tgz(r-4.5-x86_64)BTM_0.3.8.tgz(r-4.5-arm64)
BTM_0.3.8.tar.gz(r-4.7-arm64)BTM_0.3.8.tar.gz(r-4.7-x86_64)BTM_0.3.8.tar.gz(r-4.6-arm64)BTM_0.3.8.tar.gz(r-4.6-x86_64)
BTM_0.3.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
BTM/json (API)
NEWS
| # Install 'BTM' in R: |
| install.packages('BTM', repos = c('https://bnosac.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bnosac/btm/issues
biterm-topic-modellingnatural-language-processingtopic-modelingcpp
Last updated from:ce50e78856. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 137 | ||
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 188 | ||
| linux-release-arm64 | OK | 119 | ||
| linux-release-x86_64 | OK | 115 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-release-x86_64 | OK | 205 | ||
| macos-oldrel-arm64 | OK | 79 | ||
| macos-oldrel-x86_64 | OK | 178 | ||
| windows-devel | OK | 96 | ||
| windows-release | OK | 109 | ||
| windows-oldrel | OK | 85 | ||
| wasm-release | OK | 98 |
Exports:BTM
Dependencies:Rcpp
