Learn R Programming

SemNetDictionaries (version 0.2.0)

general.dictionary: General Dictionary

Description

A general dictionary of over 370,000 words (n = 370,103) derived from https://github.com/dwyl/english-words. All punctuation have been removed.

Usage

data(general.dictionary)

Arguments

Format

general.dictionary (vector, length = 370103)

Details

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

Examples

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

Run the code above in your browser using DataLab