nouns: Noun extractor by mecab-ko

Description Usage Arguments Details Value Examples

View source: R/nouns.R

Description

nouns returns nouns extracted from Korean phrases.

Usage

1
nouns(sentence, sys_dic = "", user_dic = "", parallel = FALSE)

Arguments

phrase

A character vector or character vectors.

Details

Noun extraction is used for many Korean text analysis algorithms. The function coerces input to UTF-8.

Value

List of nouns will be returned. Element name of the list are original phrases.

See examples in Github.

Examples

1
2
3
4
## Not run: 
nouns(c("Some Korean Phrases"))

## End(Not run)

junhewk/RmecabKo documentation built on May 21, 2019, 3:03 a.m.