Description Usage Arguments Value
View source: R/sl_semantic_space.R
Create semantic space from article dataframe
1 | sl_semantic_space(abstract_df, col_names, riv_param = c(1024, 30))
|
abstract_df |
dataframe containing abstract info |
col_names |
names of columns containing text (e.g., title, abstract) |
riv_param |
integer vector (dims,sparsity) |
list containing
dictionary_words
character vector of unique words in corpus
word_vectors
matrix of semantic vectors for each word
article_vectors
matrix of semantic vectors for each article
author_list
character vector of authors
author_vectors
matrix of semantic vectors for each author
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.