<=.tagger {jiebaR} | R Documentation |
Tagger symbol to tag words.
## S3 method for class 'tagger'
jiebar <= code
## S3 method for class 'tagger'
jiebar[code]
jiebar |
jiebaR Worker. |
code |
A Chinese sentence or the path of a text file. |
Qin Wenfeng <http://qinwenfeng.com>
## Not run:
words = "hello world"
test1 = worker("tag")
test1 <= words
## End(Not run)