There are fcm() and collocations(), but they are all-by-all collocations analysis, which is inefficient with large corpus when users are interested in particular word. I need this function in my ongoing project, in which I analyze a 1GB corpus.
I tries to create this using existing functions, but R part appeared too slow to go through 138,108 full text news. One option is to add window argument to qatd_cpp_tokens_detect.
There are
fcm()andcollocations(), but they are all-by-all collocations analysis, which is inefficient with large corpus when users are interested in particular word. I need this function in my ongoing project, in which I analyze a 1GB corpus.I tries to create this using existing functions, but R part appeared too slow to go through 138,108 full text news. One option is to add
windowargument toqatd_cpp_tokens_detect.