Skip to content

amurrayw/MarkovLanguage

 
 

Repository files navigation

Markov Chain Language Models

Estimated Deadline: 12/5/11

Team:
Lizzie Silver, [email protected]
Jason Capehart, [email protected]
Alexander Murray-Watters, [email protected]


Project Description:



A simple statistical model of language is 
that words follow a Markov chain, with the next word being independent 
of earlier words given the latest word. You will write code to fit this model
 to a collection of documents, to simulate new text from it, and to compare 
it to a second-order Markov chain, where the next word is independent of 
earlier words given the latest two words.

About

Markov Chain Language Model Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published