prepare_analogy_questions: Prepares list of analogy questions

View source: R/analogies.R

prepare_analogy_questionsR Documentation

Prepares list of analogy questions

Description

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)

Arguments

questions_file_path

character path to questions file.

vocab_terms

character words which we have in the vocabulary and word embeddings matrix.

See Also

check_analogy_accuracy, GloVe


dselivanov/text2vec documentation built on Nov. 16, 2023, 6:37 p.m.