createTextVectorFromDataset: createTextVectorFromDataset from title

Description Usage Arguments Value

Description

Get a clean text vector from the columns "title" without punctuations

Usage

1
2
createTextVectorFromDataset(df, removePunctuation = FALSE,
  withTextColumn = FALSE)

Arguments

removePunctuation

: The default is FALSE. If true will remove all the punctuations. All entities other than space, numbers and characters

withTextColumn

: Whether the input dataframe has text column. The default is FALSE

df:

A dataframe with column "title" or optional "text" column

Value

vector of clean text for each row in dataframe


eellpp/textutils documentation built on May 16, 2019, 12:12 a.m.