DSM_HieroglyphsMatrix | R Documentation |
A small co-occurrence matrix of verb-object combinations from the British National Corpus (BNC) Verbs correspond to columns of the matrix and their object nouns to rows. This matrix is shown as the "hieroglyphs" example in the DSM turorial.
DSM_HieroglyphsMatrix
A numeric matrix with 7 rows and 6 columns.
Rows represent the target nouns knife, cat, dog, boat, cup, pig and banana. Columns represent the feature verbs get, see, use, hear, eat and kill.
print(DSM_HieroglyphsMatrix) ## cosine similarities between rows of the matrix round(dist.matrix(DSM_HieroglyphsMatrix, convert=FALSE), 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.