Description Usage Arguments Details Value Examples
pos
returns part-of-speech (POS) tagged morpheme of Korean phrases.
1 |
phrase |
Character vector. |
join |
Boolean. |
This is a basic function of part-of-speech tagging by mecab-ko.
List of POS tagged morpheme will be returned in conjoined character vecter form. Element name of the list are original phrases. If join=FALSE
, it returns list of morpheme with named with tags.
See examples in Github.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.