prepare_analogy_questions
From text2vec v0.3.0
by Dmitriy Selivanov
Prepares list of analogy questions
This function prepares a list of questions from a
questions-words.txt
format. For full examples see glove.
Usage
prepare_analogy_questions(questions_file_path, vocab_terms, verbose = TRUE)
Arguments
- questions_file_path
character
path to questions file.- vocab_terms
character
words which we have in the vocabulary and word embeddings matrix.- verbose
logical
whether to print messages during evaluation.
See Also
Community examples
Looks like there are no examples yet.