RG65 | R Documentation |
A database of human similarity ratings for 65 English noun pairs, collected by Rubenstein & Goodenough (1965).
RG65
A data frame with 65 rows and the following 3 columns:
word1
first noun (character)
word2
second noun (character)
score
average similarity rating by human judges on scale from 0 to 4 (numeric)
The nouns are given as disambiguated lemmas in the form <headword>_N
.
The word pairs are sorted by increasing similarity score, as in the original paper.
Rubenstein, Herbert and Goodenough, John B. (1965). Contextual correlates of synonymy. Communications of the ACM, 8(10), 627–633.
head(RG65, 10) # least similar pairs tail(RG65, 10) # most similar pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.