Learn R Programming

tipitaka (version 1.0.0)

pali_stop_words: Tentative set of "stop words" for Pali

Description

A list of all declinables and particles from the PTS Pali-English Dictionary.

Usage

pali_stop_words

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 245 rows and 1 columns.

Examples

Run this code
# \donttest{
# Show top content words in the Tipitaka (excluding stop words)
content_words <- tipitaka_long[!tipitaka_long$word %in% pali_stop_words$word, ]
head(content_words[order(-content_words$n), ], 10)
# }

Run the code above in your browser using DataLab