overlaps {doc2concrete} | R Documentation |
Overlap cleaner
Description
background function to load
Usage
overlaps(high, low, cutoff = 1, verbose = FALSE)
Arguments
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). |
Value
Combined token count matrix.
[Package doc2concrete version 0.6.0 Index]