Learn R Programming

Rtextrankr (version 1.0.0)

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

Description

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

Usage

sentence2table(sentence)

Arguments

sentence
The character string.

Value

A table which refers noun word frequency, except Korean stopword.