stemCompletion {tm}R Documentation

Complete Stems

Description

Heuristically complete stemmed words.

Usage

stemCompletion(object, words)

Arguments

object a Corpus to be searched for possible completions.
words a character vector of stems to be completed.

Value

A character vector with completed words.

Author(s)

Ingo Feinerer

Examples

data("crude")
stemCompletion(crude, c("compan", "entit", "suppl"))

[Package tm version 0.3-1 Index]