textplot_components: [experimental] Plot clusters of word vectors
Description
Experimental function to find clusters of word vectors
Usage
textplot_components(
x,
n = 5,
method = "ward.D2",
scale = c("absolute", "relative")
)Arguments
- x
a fitted textmodel_lss.
- n
the number of cluster.
- method
the method for hierarchical clustering.
- scale
change the scale of y-axis.