Shingles
Shingles#
Functions for extracting different types of shingles given a text.
|
Return all the k-shingles of the text |
|
Return all the k-shingles in the given text hashed into a bucket number in the range 0 to 2**`n` - 1 |
|
Return the list of word k-shingles from the given text based on a given stop words. |
|
Return the list of word k-shingles from the given text based on a given stop words then hases it into a bucket with range 0 to 2**n - 1. |