Description Usage Arguments Author(s) Examples
Simhash symbol to compute simhash.
1 2 3 4 5 | ## S3 method for class 'simhash'
jiebar <= code
## S3 method for class 'simhash'
jiebar[code]
|
jiebar |
jiebaR Worker. |
code |
A Chinese sentence or the path of a text file. |
Qin Wenfeng <http://qinwenfeng.com>
1 2 3 4 5 | ## Not run:
words = "hello world"
test1 = worker("simhash",topn=1)
test1 <= words
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.