I've tried to use various function in QDAP, such as word_cor, word_associate, ect..., but I continually get back an error that says "can't allocate vector memory of 1.5gb" (something along these lines).
However, I don't need the function to return all of the results of a word_cor (and the like), even at a .7 correlation. I just want the top 50 or so.
Can/should I use the top_n function in dpylr, or is there another way to dramatically cut down the returns? I've looked into sparse matrices, but I don't think that's what I need.