mywhich: Handles stopwords

View source: R/parseTweetFiles.R

mywhichR Documentation

Handles stopwords

Description

Removes all words in an array that are on a given stoplist

Usage

mywhich(word.vector, stoplist)

Arguments

word.vector

An array of words to filter

stoplist

The stoplist to filter with

Value

The word array with all stopwords removed.

Examples

## Not run: text = strsplit(text, " ")
## Not run: text = lapply(text, mywhich, stoplist)

rturn/parseTweetFiles documentation built on July 31, 2023, 3:43 p.m.