extract_words: Extract words strings

Description Usage Arguments Details Value

Description

Extract words strings

Usage

1
extract_words(free_text_vector)

Arguments

free_text_vector

a character vector of free text

Details

splits words on spaces. removes punctuation and white space.

Value

list with one vector per value in the input vector. Each element in the vector is a word with the first letter in capital.


yannsay/text2cat documentation built on June 4, 2019, 12:06 a.m.