Learn R Programming

lares (version 4.7)

textFeats: Create features out of text

Description

This function creates a data.frame with features based on a text vector

Usage

textFeats(text, auto = TRUE, contains = NA)

Arguments

text

Character vector

auto

Boolean. Auto create some useful parameters?

contains

Character vector. Which columns do you wish to add with a contains (counter) string validator?

See Also

Other Data Wrangling: balance_data, calibrate, categ_reducer, cleanText, date_feats, dateformat, formatNum, formatTime, holidays, impute, left, normalize, numericalonly, ohse, one_hot_encoding_commas, rbind_full, removenacols, removenarows, replaceall, right, textTokenizer, vector2text, year_month, year_week

Other Text Mining: cleanText, replaceall, sentimentBreakdown, textCloud, textTokenizer