<=.segment {jiebaR} | R Documentation |
Text segmentation symbol
Description
Text segmentation symbol to cut words.
Usage
## S3 method for class 'segment'
jiebar <= code
## S3 method for class 'segment'
jiebar[code]
Arguments
jiebar |
jiebaR Worker. |
code |
A Chinese sentence or the path of a text file. |
Author(s)
Qin Wenfeng <http://qinwenfeng.com>
Examples
## Not run:
words = "hello world"
test1 = worker()
test1 <= words
## End(Not run)
[Package jiebaR version 0.11 Index]