Learn R Programming

RmecabKo (version 0.1.6.2)

nouns: Noun extractor by mecab-ko

Description

nouns returns nouns extracted from Korean phrases.

Usage

nouns(phrase)

Arguments

phrase

A character vector or character vectors.

Value

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

See examples in Github.

Details

Noun extraction is used for many Korean text analysis algorithms.

Examples

Run this code
# NOT RUN {
nouns(c("Some Korean Phrases"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab