Learn R Programming

text2vec (version 0.2.0)

prepare_analogue_questions: Prepares questions list from questions-words.txt format.

Description

for full examples see glove

Usage

prepare_analogue_questions(questions_file_path, vocab_terms, verbose = TRUE)

Arguments

questions_file_path
character path of questions file.
vocab_terms
character vector, words which we have in vocabulary and word embeddings matrix.
verbose
logical whether to print messages during evaluation.

See Also

check_analogue_accuracy, glove