jiebaR (version 0.10.99)

vector_tag: 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

Run this code
# NOT RUN {
cc = worker()
(res = cc["this is test"])
vector_tag(res, cc)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace