<=.tagger {jiebaR}R Documentation

Tagger symbol

Description

Tagger symbol to tag words.

Usage

## S3 method for class 'tagger'
jiebar <= code

## S3 method for class 'tagger'
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("tag")
test1 <= words
## End(Not run)

[Package jiebaR version 0.11 Index]