hash_syllable {lexicon}R Documentation

Syllable Counts

Description

A data.table hash table dataset containing words and syllable counts.

Usage

data(hash_syllable)

Format

A data frame with 124603 rows and 2 variables

Details

References

Counts scraped from http://www.poetrysoup.com

Examples

## Not run: 
library(data.table)
hash_syllable[c('yield', 'hurtful', 'admonishing', 'abdicate')]

## End(Not run)

[Package lexicon version 0.7.4 Index]