Description Usage Arguments Value Examples
Get keywords.
1 | getKeywords(data, n = 10, length = 1, pos = "noun")
|
data |
vector. Source data for keywords |
n |
integer. Maximum number of keywords. Default is 10 |
length |
Minimum length of character of every keyword. Default is 1 |
pos |
The Part-Of-Speech type you want to extract. Default is "noun" |
Vector of extracted keywords
1 | getKeywords("Input Korean sentences here here here", n=3, length = 2, pos ="ALL")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.