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
Python program that learns the language distribution (bigram Markov chain) from the Brown corpus, and generates random sentences similar to the Brown corpus via randomized Depth First Search on the Markov chain.
About
A simple trigram/bigram model that generates random sentences from the brown corpus.