Package: textplot 0.2.2
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.
Authors:
textplot_0.2.2.tar.gz
textplot_0.2.2.zip(r-4.5)textplot_0.2.2.zip(r-4.4)textplot_0.2.2.zip(r-4.3)
textplot_0.2.2.tgz(r-4.4-any)textplot_0.2.2.tgz(r-4.3-any)
textplot_0.2.2.tar.gz(r-4.5-noble)textplot_0.2.2.tar.gz(r-4.4-noble)
textplot_0.2.2.tgz(r-4.4-emscripten)textplot_0.2.2.tgz(r-4.3-emscripten)
textplot.pdf |textplot.html✨
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 2 years agofrom:6097d2b045. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 22 2024 |
R-4.5-win | OK | Oct 22 2024 |
R-4.5-linux | OK | Oct 22 2024 |
R-4.4-win | OK | Oct 22 2024 |
R-4.4-mac | OK | Oct 22 2024 |
R-4.3-win | OK | Oct 22 2024 |
R-4.3-mac | OK | Oct 22 2024 |
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 |