check_analogy_accuracy {text2vec} | R Documentation |
Checks accuracy of word embeddings on the analogy task
Description
This function checks how well the GloVe word embeddings do on
the analogy task. For full examples see GloVe.
Usage
check_analogy_accuracy(questions_list, m_word_vectors)
Arguments
questions_list |
list of questions. Each element of
questions_list is a integer matrix with four columns. It
represents a set of questions related to a particular category. Each
element of matrix is an index of a row in m_word_vectors . See output
of prepare_analogy_questions for details
|
m_word_vectors |
word vectors numeric matrix . Each row should
represent a word.
|
See Also
prepare_analogy_questions, GloVe
[Package
text2vec version 0.6.4
Index]