/bigram-probabilities

Program calculates bigram probabilities.

Primary LanguageC++

##About This program is meant to calculate bigram probabilities.

You may pass any of the sample texts provided as command-line arguments or use your own.

##To Use Compile as C++11 code.

Pass in texts as command-line arguments.

Enter in a pair of words to calculate its bigram probability.