new_user_word | R Documentation |
Add user word
new_user_word(worker, words, tags = rep("n", length(words)))
worker |
a jieba worker |
words |
the new words |
tags |
the new words tags, default "n" |
cc = worker()
new_user_word(cc, "test")
new_user_word(cc, "do", "v")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.