vector_tag {jiebaR} | R Documentation |
Tag the a character vector
Description
Tag the a character vector
Usage
vector_tag(string, jiebar)
Arguments
string |
a character vector of segmented words. |
jiebar |
jiebaR Worker. |
Examples
## Not run:
cc = worker()
(res = cc["this is test"])
vector_tag(res, cc)
## End(Not run)
[Package jiebaR version 0.11 Index]