Create article vectors from word vectors

sl_article_vectors(s_ids, w_matrix = word_vectors, verbose = FALSE)

Arguments

s_ids

list of integer vectors with ids for each word in article

w_matrix

matrix of word vectors

verbose

logical, controls printing default=FALSE

Value

matrix of article vectors

Examples