words {RmecabKo} | R Documentation |
words
returns full morphemes extracted from Korean phrases.
words(phrase)
phrase |
Character vector. |
It is based on Mecab-Ko POS classification.
List of full morphemes will be returned.
See examples in Github.
## Not run:
words(c("Some Korean Phrases"))
## End(Not run)