nouns {RmecabKo} | R Documentation |
nouns
returns nouns extracted from Korean phrases.
nouns(phrase)
phrase |
A character vector or character vectors. |
Noun extraction is used for many Korean text analysis algorithms.
List of nouns will be returned. Element name of the list are original phrases.
See examples in Github.
## Not run:
nouns(c("Some Korean Phrases"))
## End(Not run)