data_corpus_inaugural: US presidential inaugural address texts

Description Usage Format Details Source Examples

Description

US presidential inaugural address texts, and metadata (for the corpus), from 1789 to present.

Usage

1

Format

a corpus object with the following docvars:

Details

data_corpus_inaugural is the corpus object of US presidents' inaugural addresses since 1789. Document variables contain the year of the address and the last name of the president.

Source

https://archive.org/details/Inaugural-Address-Corpus-1789-2009 and http://www.presidency.ucsb.edu/inaugurals.php.

Examples

1
2
3
# some operations on the inaugural corpus
summary(data_corpus_inaugural)
head(docvars(data_corpus_inaugural), 10)

koheiw/quanteda.core documentation built on Sept. 21, 2020, 3:44 p.m.