Description Usage Arguments Details Author(s) References See Also Examples
The function uses Speech Tagging worker to cut word and
tags each word after segmentation using labels compatible with
ictclas. dict
hmm
and user
should be provided when initializing
jiebaR worker.
1 | tagging(code, jiebar)
|
code |
a Chinese sentence or the path of a text file |
jiebar |
jiebaR Worker |
There is a symbol <=
for this function.
Qin Wenfeng
The ictclas speech tag : http://t.cn/RAEj7e1
1 2 3 4 5 6 7 8 | ## Not run:
words = "hello world"
### Speech Tagging
tagger = worker("tag")
tagger <= words
## End(Not run)
|
Loading required package: jiebaRD
eng eng
"hello" "world"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.