| set_dic | R Documentation |
Sets the default system dictionary used by pos and
posParallel. This is equivalent to calling
options(mecabSysDic = path) but allows selection by language code.
set_dic(lang)
lang |
Character scalar. Language code ( |
Invisible path to the activated dictionary directory.
## Not run:
set_dic("ja")
pos("some Japanese text")
set_dic("ko")
pos("some Korean text")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.