contract: Lemmatize and stem text

View source: R/contract.R

contractR Documentation

Lemmatize and stem text

Description

This function loads a vector or string and trims the text e.g. hunting = hunt

Usage

contract(text_vector)

Arguments

text_vector

Choose character vector or string

Value

A trimmed character vector or string

Examples

contract("hunting")

GitTFJ/classecol documentation built on June 29, 2023, 11:20 a.m.