word: Queries a lists of information about a word in a corpus.

Description Usage Arguments Value Examples

View source: R/word-service.R

Description

Queries a lists of information about a word in a corpus.

Usage

1
word(word, corpus = "deu_news_2012_1M", ...)

Arguments

word

A string or vector of strings containing words, for which the information should be queried

corpus

Name of the corpus to query. Default is the German deu_news_2012_1M

...

Additional arguments passed to catch_error_json. For now quietly = FALSE enables the display of warnings, whenever a word has not entry in the corpus

Value

A tibble with the information about the queried words. That is Frequency, FrequencyClass and WordRank

Examples

1
word(c("Hund", "Katze", "Maus"))

tgraf0/wortschatzR documentation built on May 5, 2019, 3:51 a.m.