overlaps: Overlap cleaner
Description
background function to load
Usage
overlaps(high, low, cutoff = 1, verbose = FALSE)
Value
Combined token count matrix.
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).