words: Words extractor by mecab-ko

Description Usage Arguments Details Value Examples

View source: R/nouns.R

Description

words returns full morphemes extracted from Korean phrases.

Usage

1
words(phrase)

Arguments

phrase

Character vector.

Details

It is based on Mecab-Ko POS classification. Full morphemes are consisted with The function coerces input to UTF-8.

Value

List of full morphemes will be returned.

See examples in Github.

Examples

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

## End(Not run)

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