excludeStopWords {inpdfr}R 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)

[Package inpdfr version 0.1.12 Index]