Mean bigram probability (type-based, non-positional), a phonotactic-probability proxy
Source:R/querying.R
add_bigram_frequency.RdFor each word, the mean over its adjacent letter bigrams of the corpus bigram probability (count divided by the total bigram count). Computed from integer counts and rounded, so it is identical in the R and Python engines.