sl_corpus_dictionary: Get all unique words from corpus

Description Usage Arguments Value Examples

View source: R/sl_corpus_dictionary.R

Description

uses the breakdown function from LSAfun, which converts to lowercase and removes most special characters. After breakdown, all unique words are returned, forming the dictionary for the corpus.

Usage

1

Arguments

words

character vector

Value

character vector of unique words

Examples

1
sl_corpus_dictionary("The the three","more stuff")

CrumpLab/RsemanticLibrarian documentation built on Nov. 11, 2019, 1:04 p.m.