sentence_stopword: This function generates the following: - number of sentences,...

Description Usage Arguments Value

View source: R/sentence_stopword.R

Description

This function generates the following: - number of sentences, - number of stop words when a column of a dataframe or tibble is passed in.

Usage

1

Arguments

df_col

(array): send in a column of the data.frame/tibble

Value

a data.frame with the following elements: nos : number of sentences present in a column of the dataframe nosw : number of stop-words present in a column of the dataframe list_hf: list of top 5 frequetly encountered words hf : number of times the high frequency word was encountered.


UBC-MDS/nlpsummarizer documentation built on April 2, 2020, 3:59 a.m.