tidytext (version 0.1.0)

parts_of_speech: Parts of speech for English words from the Moby Project

Description

Parts of speech for English words from the Moby Project by Grady Ward. Words with non-ASCII characters and items with a space have been removed.

Usage

parts_of_speech

Arguments

source

http://icon.shef.ac.uk/Moby/mpos.html

Examples

Run this code
library(dplyr)

parts_of_speech

parts_of_speech %>%
  count(pos, sort = TRUE)

Run the code above in your browser using DataLab