jiebaR (version 0.10.99)

<=.tagger: Tagger symbol

Description

Tagger symbol to tag words.

Usage

# S3 method for tagger
<=(jiebar, code)

# S3 method for tagger [(jiebar, code)

Arguments

jiebar

jiebaR Worker.

code

A Chinese sentence or the path of a text file.

Examples

Run this code
# NOT RUN {
words = "hello world"
test1 = worker("tag")
test1 <= words
# }

Run the code above in your browser using DataLab