remove_stopwords: Remove stopwords

Description Usage Arguments

View source: R/parsing.R

Description

Remove stopwords from a character string.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
remove_stopwords(s, ...)

## S3 method for class 'character'
remove_stopwords(s, ...)

## S3 method for class 'list'
remove_stopwords(s, ...)

## S3 method for class 'data.frame'
remove_stopwords(s, text, ...)

Arguments

s

A Character string or data.frame.

...

Any other options.

text

bare name of text column.


news-r/gensimr documentation built on Jan. 9, 2021, 5:55 a.m.