stemexcept: Conditional Stemmer

View source: R/ngramComponents.R

stemexceptR Documentation

Conditional Stemmer

Description

background function to load

Usage

stemexcept(sentence, excepts, language = "english")

Arguments

sentence

character Vector of sentences to stem.

excepts

character Vector of words that should not be stemmed.

language

Language for stemming. Default is "english".

Value

Sentence of stemmed words.


doc2concrete documentation built on June 29, 2022, 1:05 a.m.