This mini task takes an input document in format as given in the txt file and outputs bigram pairs related to all sentences. Also A and B matrix are calculated based on above bigram model for viterbi algorithm (https://en.wikipedia.org/wiki/Viterbi_algorithm).