Learn R Programming

SemNetDictionaries (version 0.2.0)

most_common.dictionary: Most Common Dictionary

Description

A general dictionary of 10,000 of the most common U.S. English words derived from https://github.com/first20hours/google-10000-english.

Usage

data(most_common.dictionary)

Arguments

Format

most_common.dictionary (vector, length = 9329)

Details

To add additional words to the dictionary, please make an appendix dictionary (append.dictionary)

Examples

Run this code
# NOT RUN {
data("most_common.dictionary")
# }

Run the code above in your browser using DataLab