A dataframe with words, their frequency and two PCA dimensions from the word_embeddings
for the individual words that is used for the plotting in the textPCAPlot function.
Arguments
words
Word or text variable to be plotted.
word_types_embeddings
Word embeddings from textEmbed for individual words
(i.e., decontextualized embeddings).