adjective_cooccurrence: Adjective co-occurrence

adjective_cooccurrenceR Documentation

Adjective co-occurrence

Description

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.*".

Usage

adjective_cooccurrence

Format

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

References

Justeson, John S., and Slava M. Katz. "Co-occurrences of antonymous adjectives and their contexts." Computational linguistics 17.1 (1991): 1-20.

See Also

brown

Examples


data(adjective_cooccurrence)
str(adjective_cooccurrence)

attributes(adjective_cooccurrence)$unique_jj

alex-raw/occurR documentation built on March 10, 2023, 5:08 p.m.