Package: textplot 0.2.3
textplot: Text Plots
Visualise complex relations in texts. This is done by providing functionalities for displaying text co-occurrence networks, text correlation networks, dependency relationships as well as text clustering and semantic text 'embeddings'. Feel free to join the effort of providing interesting text visualisations. Do note that to avoid the risk of CRAN archival that you should put packages as much as possible in Suggests. Package 'ggalt' is available in the CRAN archive: <https://cran.r-project.org/package=ggalt>.
Authors:
textplot_0.2.3.tar.gz
textplot_0.2.3.zip(r-4.7)textplot_0.2.3.zip(r-4.6)textplot_0.2.3.zip(r-4.5)
textplot_0.2.3.tgz(r-4.6-any)textplot_0.2.3.tgz(r-4.5-any)
textplot_0.2.3.tar.gz(r-4.7-any)textplot_0.2.3.tar.gz(r-4.6-any)
textplot_0.2.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
textplot/json (API)
NEWS
| # Install 'textplot' in R: |
| install.packages('textplot', repos = c('https://bnosac.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bnosac/textplot/issues
- example_btm - Example Biterm Topic Model
- example_embedding - Example word embedding matrix
- example_embedding_clusters - Example words emitted in a ETM text clustering model
- example_udpipe - Example annotation of text using udpipe
Last updated from:23ee4112bf. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 185 | ||
| source / vignettes | OK | 280 | ||
| linux-release-x86_64 | OK | 177 | ||
| macos-release-arm64 | OK | 119 | ||
| macos-oldrel-arm64 | OK | 177 | ||
| windows-devel | OK | 465 | ||
| windows-release | OK | 122 | ||
| windows-oldrel | OK | 494 | ||
| wasm-release | OK | 137 |
Exports:textplot_bartextplot_bitermclusterstextplot_cooccurrencetextplot_correlation_glassotextplot_correlation_linestextplot_correlation_lines_attrstextplot_dependencyparsertextplot_embedding_2d
Dependencies:data.tablelatticeMatrix
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Example Biterm Topic Model | example_btm |
| Example word embedding matrix | example_embedding |
| Example words emitted in a ETM text clustering model | example_embedding_clusters |
| Example annotation of text using udpipe | example_udpipe |
| Plot function for a BTM object | plot.BTM |
| Barplot of a frequency table using lattice | textplot_bar textplot_bar.default |
| Plot biterm cluster groups | textplot_bitermclusters textplot_bitermclusters.default |
| Plot term cooccurrences as a network | textplot_cooccurrence textplot_cooccurrence.default |
| Plot sparse term correlations as a graph structure | textplot_correlation_glasso textplot_correlation_glasso.default |
| Document/Term Correlation Plot | textplot_correlation_lines textplot_correlation_lines.default |
| Document/Term Correlation Plot graphical attributes | textplot_correlation_lines_attrs |
| Plot output of a dependency parser | textplot_dependencyparser textplot_dependencyparser.default |
| Plot word embeddings in 2D | textplot_embedding_2d textplot_embedding_2d.default |
