less-than-equals-.tagger: Tagger symbol

Description Usage Arguments Author(s) Examples

Description

Tagger symbol to tag words.

Usage

1
2
3
4
5
## 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

1
2
3
4
5
## Not run: 
words = "hello world"
test1 = worker("tag")
test1 <= words
## End(Not run)

jiebaR documentation built on Dec. 16, 2019, 1:19 a.m.