example_embedding_clusters: Example words emitted in a ETM text clustering model

example_embedding_clustersR Documentation

Example words emitted in a ETM text clustering model

Description

Example words emitted in a ETM text clustering model constructed upon the be_parliament_2020 dataset in the doc2vec R package

Examples

data(example_embedding_clusters, package = 'textplot')
head(example_embedding_clusters)
terminology <- split(example_embedding_clusters, example_embedding_clusters$cluster)
lapply(terminology, head, n = 5)

textplot documentation built on July 18, 2022, 1:05 a.m.