<=.simhash {jiebaR} | R 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)
[Package jiebaR version 0.11 Index]