load.monikers {SemNetDictionaries}R Documentation

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

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

Examples

#find dictionaries to load
dictionaries()

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


[Package SemNetDictionaries version 0.2.0 Index]