View source: R/ngramComponents.R
overlaps | R Documentation |
background function to load
overlaps(high, low, cutoff = 1, verbose = FALSE)
high |
matrix Token counts that will all be kept. |
low |
matrix Token counts that will evaluated (and pruned) for overlapping. |
cutoff |
numeric Threshold (as cosine distance) for including overlapping tokens. Default is 1 (i.e. all tokens included). |
Combined token count matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.