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 |
|
m_word_vectors |
word vectors |
See Also
prepare_analogy_questions, GloVe
[Package text2vec version 0.6.4 Index]