extract_words: Extract words Extracts all words from a character string of...

Description Usage Arguments Note

View source: R/utils.R

Description

Extract words Extracts all words from a character string of texts.

Usage

1

Arguments

texts

character vector of texts

Note

it uses the regex \b[:alpha:]+\b to extract words.


dfalbel/ptstem documentation built on May 16, 2020, 11:45 a.m.