You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are docs about dicts. You can check out the docs site ?edit_dict. I will update help page for worker function to mention this.
There are three column in the system dictionary. The first column is the word, and the second column is the frequency of word. The third column is speech tag using labels compatible with ictclas.
There are two column in the user dictionary. The first column is the word, and the second column is speech tag using labels compatible with ictclas. Frequency of every word in the user dictionary is set by user_weight in worker function. If you want to provide the frequency of a new word, you can put it in the system dictionary.
segmenter <- worker(type = "query", dict = "dict/scel.dict.utf8")
When this line is run, R freezes. I've run other kinds of workers specifying
user
instead ofdict
and no problems occur.Would you kindly illustrate the difference in specifying
user
anddict
?Also, could you reproduce the bug?
My jeibaR library is the development version here; on ubuntu 14.04.
Thank you very much.
The text was updated successfully, but these errors were encountered: