<=.simhash | R Documentation |
Simhash symbol to compute simhash.
## 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>
## 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.