textPCA() computes 2 PCA dimensions of the word embeddings for individual words.
Usage
textPCA(
words,
word_types_embeddings = word_types_embeddings_df,
to_lower_case = TRUE,
seed = 1010
)
Value
A dataframe with words, their frquency and two PCA dimensions from the word_embeddings for the individual words that is used for the plotting in the textPCAPlot function.
See also
see textPCAPlot