Learn R Programming

SemNetDictionaries (version 0.2.0)

stop_words.dictionary: Stop Words Dictionary

Description

A selection of stop words that can be removed from semantic responses (n = 56)

Usage

data(stop_words.dictionary)

Arguments

Format

stop_words.dictionary (vector, length = 56)

Details

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

Examples

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

Run the code above in your browser using DataLab