# Functions
Constructor for a Bigram struct.
No description provided by the author
No description provided by the author
Get the bigram frequencies as a sorted array.
# Variables
No description provided by the author
# Structs
A struct to hold an instance of a Bigram Since they could be either simplified or traditional, index by the headwordids.
Single record of the frequency of occurence of a bigram.
Sorted into descending order with most frequent bigram first.
# Type aliases
Map of the frequency of occurence of a bigram in a collection of texts.
The key is the headword id, each entry is a bigram frequency map.