concreteness: concreteness

Description Usage Arguments Value Examples

View source: R/concreteness.R

Description

Fetch concreteness norms for words from Brysbaert (2014)

Usage

1

Arguments

x

a vector of strings. The strings can either be single words or longer documents.

Value

a dataframe of word or document ratings containing concreteness norms for each word. If x contains elements with more than one word, the mean concretness is computed for each word.

Examples

1
2
3
4
5
warriner(c("i am the WALRUS", "Jerk!!", "very very good"))
##                        Concreteness
##    i am the WALRUS     2.796667
##    Jerk!!              3.260000
##    very very good      1.500000

cookm346/textfeats documentation built on April 24, 2020, 9:50 p.m.