less-than-equals-.simhash: Simhash symbol

<=.simhashR Documentation

Simhash symbol

Description

Simhash symbol to compute simhash.

Usage

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

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

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