Full_preprocess: Full preprocess

View source: R/Full_preprocess.R

Full_preprocessR Documentation

Full preprocess

Description

This function applies all response preprocessing functions included in the package. (includes lowering, trimming whitespace, eliminating spaces and symbols, lemmatizing, and spellcheking; some of these only work on single words)

Usage

Full_preprocess(words, parallelize = T, print = T, debug = F)

Arguments

words

text to preprocess

parallelize

use parallel processors?

Value

fully preprocessed words


gandalfnicolas/SADCAT documentation built on June 8, 2024, 6:26 a.m.