getDataSetWithFeatures: get data set with features

Description Usage Arguments Value

Description

get data set with features

Usage

1
2
getDataSetWithFeatures(dataset, funToGetBOWFeatures, test_dataset,
  funargs = NULL, otherargs = NULL)

Arguments

dataset

: dataframe which would be the train dataset

funToGetBOWFeatures

: function to get bag of words features from dataframe

test_dataset

: dataframe which would be the test dataset

stopwords

: Stop word

Value

a list of dataframes with various bag of words features. First one is the test and second is train dataframe


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