You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is sometimes difficult to set min_count because we don't know how many collocations in the corpus. If the number is too low, we have to wait long time to get the result of computation.
How about adding min_freq and freq_type = c("count", "prop", "rank", "quantile") in a similar way to dfm_trim()? It is only to set min_count besed on the distribution in counts_seq.
It is sometimes difficult to set
min_count
because we don't know how many collocations in the corpus. If the number is too low, we have to wait long time to get the result of computation.How about adding
min_freq
andfreq_type = c("count", "prop", "rank", "quantile")
in a similar way todfm_trim()
? It is only to setmin_count
besed on the distribution incounts_seq
.quanteda.textstats/src/collocations.cpp
Lines 287 to 290 in 68a8489
The text was updated successfully, but these errors were encountered: