anchor_lists {text2map} | R Documentation |
A dataset of anchor lists
Description
A dataset containing juxtaposing pairs of English words
for 26 semantic relations. These anchors are used with
the get_anchors()
function, which can then be used with
the get_direction()
function. These have been collected
from previously published articles and should be used
as a starting point for defining a given relation in
a word embedding model.
Usage
anchor_lists
Format
A data frame with 303 rows and 4 variables.
Variables
Variables:
add. words to be added (or the positive direction)
subtract. words to be subtract (or the negative direction)
relation. the relation to be extracted, 26 relations available
domain. 6 broader categories within which each relation falls
See Also
CoCA, get_direction, get_centroid, get_anchors
[Package text2map version 0.2.0 Index]