nouns {RmecabKo}R Documentation

Noun extractor by mecab-ko

Description

nouns returns nouns extracted from Korean phrases.

Usage

nouns(phrase)

Arguments

phrase

A character vector or character vectors.

Details

Noun extraction is used for many Korean text analysis algorithms.

Value

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

See examples in Github.

Examples

## Not run: 
nouns(c("Some Korean Phrases"))

## End(Not run)


[Package RmecabKo version 0.1.6.2 Index]