remove_stop_words: Remove stop words

Description Usage Arguments Value Examples

View source: R/textfeatureinfor.R

Description

Remove stop words

Usage

1

Arguments

text

A character vector with length one containing the piece of text to analyze.

Value

A character vector containing words in the text that are not stop words.

Examples

1
2
3
text <- "Tomorrow is a big day!"
remove_stop_words(text)
"tomorrow"

UBC-MDS/textfeatureinfor documentation built on Feb. 12, 2022, 7:48 a.m.