get_anchors: Gets anchor terms from precompiled anchor lists
Description
Produces a data.frame of juxtaposed word pairs used to extract
a semantic direction from word embeddings. Can be used as input
to get_direction().
Usage
get_anchors(relation)
Value
returns a tibble with two columns
Arguments
relation
String indicating a semantic relation, 26 relations are
available in the dataset (see details).
Author
Dustin Stoltz
Details
Sets of juxtaposed "anchor" pairs are adapted from published work
and associated with a particular semantic relation. These should
be used as a starting point, not as a "ground truth."