adjective_cooccurrence | R Documentation |
This data set includes counts for sentential co-occurrence of adjectives in
the Brown corpus, based on Justeson & Katz (1990). The data is extracted
from the same data set available in ?brown
. The tags used to extract
adjectives match "^jj.*".
adjective_cooccurrence
A data frame with five variables, and two attributes: attribute corpus_size contains the number of tokens in the whole corpus attribute unique_jj contains the number of tokens tagged as adjectives (jj.*) in the whole corpus
word
first adjective
collocate
second adjective
o11
frequency of co-occurrence of word
and collocate
f1
frequency of word
f2
frequency of collocate
Justeson, John S., and Slava M. Katz. "Co-occurrences of antonymous adjectives and their contexts." Computational linguistics 17.1 (1991): 1-20.
brown
data(adjective_cooccurrence) str(adjective_cooccurrence) attributes(adjective_cooccurrence)$unique_jj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.