Learn R Programming

jiebaR (version 0.11.1)

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
if (FALSE) {
cc = worker()
(res = cc["this is test"])
vector_tag(res, cc)
}

Run the code above in your browser using DataLab