Open koheiw opened 4 years ago
textstat_collocation() has min_count to limit ngrams whose association is tested, but it difficult to set absolute values. It would be nice to have a function to test top n ngrams like min_freq = 1000, freq_type = "rank".
textstat_collocation()
min_count
n
min_freq = 1000, freq_type = "rank"
textstat_collocation()
hasmin_count
to limit ngrams whose association is tested, but it difficult to set absolute values. It would be nice to have a function to test topn
ngrams likemin_freq = 1000, freq_type = "rank"
.