Method: WordTree::Book#calculate_simhash
- Defined in:
- lib/wordtree/book.rb
#calculate_simhash ⇒ Object
55 56 57 |
# File 'lib/wordtree/book.rb', line 55 def calculate_simhash content ? content_clean.simhash(:split_by => /\s/) : nil end |