Description Usage Arguments Examples
Add user word
1 | 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" |
1 2 3 | 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.