powered by
Add user word
new_user_word(worker, words, tags = rep("n", length(words)))
a jieba worker
the new words
the new words tags, default "n"
# NOT RUN { cc = worker() new_user_word(cc, "test") new_user_word(cc, "do", "v") # }
Run the code above in your browser using DataLab