excludeStopWords: Exclude StopWords form the word-occurrence data.frame.

View source: R/inpdfr_PRO_stopwords.R

excludeStopWordsR Documentation

Exclude StopWords form the word-occurrence data.frame.

Description

Exclude StopWords form the word occurrences data.frame. excludeStopWords uses parallel to perform parallel computation.

Usage

excludeStopWords(wordF, lang = "English")

Arguments

wordF

The data.frame containing word occurrences.

lang

The language used ("French", "English", "Spanish").

Value

The word-occurrence data.frame.

Examples

## Not run: 
excludeStopWords(wordF = myDF, lang = "French")

## End(Not run)

frareb/inpdfr documentation built on Aug. 30, 2023, 5:24 a.m.