less-than-equals-.keywords: Keywords symbol

<=.keywordsR Documentation

Keywords symbol

Description

Keywords symbol to find keywords.

Usage

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

## S3 method for class 'keywords'
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("keywords",topn=1)
test1 <= words
## End(Not run)

jiebaR documentation built on April 4, 2025, 2:41 a.m.