Learn R Programming

SemNetDictionaries (version 0.2.0)

load.monikers: Load Monikers

Description

A wrapper function to load monikers into the 'SemNetCleaner' package. Searches for monikers in R's SemNetDictionaries package. Outputs a unique word list that is combined from all dictionaries entered in the moniker argument

Usage

load.monikers(moniker, vector = TRUE)

Arguments

moniker

Character vector. monikers to load (must be a dictionary in dictionaries)

vector

Boolean. Should output be a vector? If FALSE, then output is a list. Defaults to TRUE

Value

Returns a vector of unique words that have been combined and alphabetized from the specified monikers

Examples

Run this code
# NOT RUN {
#find dictionaries to load
dictionaries()

#load "animals" monikers
load.monikers("animals")

# }

Run the code above in your browser using DataLab