Learn R Programming

Rtextrankr (version 1.0.0)

table2gset: Convert sentence to word table except stopword. Example will be shown in github.

Description

Convert sentence to word table except stopword. Example will be shown in github.

Usage

table2gset(table)

Arguments

table
A table which refers word frequency.

Value

A generalized set which refers word frequency.