textplot
Text Plots
A bnosac plotting utility in maintenance mode, shipping once every few years
◆Recent moves
- 6mo ago
Drop link to archived ggalt, guard vignette model download
Removes a documentation link to the archived ggalt package and adds an evaluation filter so the vignette survives a failed model download. Pure CRAN hygiene, consistent with the package's maintenance-only posture.
View source ↗ - 4y ago
Dependency-parse plots gain a layout argument
textplot_dependencyparser.default takes a layout argument, so parses are no longer locked to the linear arrangement. A small but real widening of what the function can draw.
View source ↗ - 4y ago
Fix biterm topic assignment in cluster plots
Corrects a case where a biterm assigned to two topics could be drawn under either one depending on input ordering. Narrow correctness fix in an edge case where both topics emit the same top words.
View source ↗ - 4y ago
Adds 2D embedding plots
Adds textplot_embedding_2d, extending the package from parse and topic visuals to word-embedding projections. The last function added to the package and the effective end of its feature development.
View source ↗ - 5y ago
Make example conditional on udpipe availability
Guards an example against a missing udpipe install. A CRAN check fix with no user-visible effect.
View source ↗ - 6y ago
Plot functions become generic; igraph moved to Suggests
Makes the six core textplot_* functions generic so other packages can supply methods, and demotes igraph from Imports to Suggests to lighten the install. The change that made textplot usable as a plotting layer for the rest of the bnosac stack.
View source ↗