Skip to content

amurrayw/MarkovLanguage

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with jasoncapehart/MarkovLanguage:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
Markov Chain Language Models

Estimated Deadline: 12/5/11

Team:
Lizzie Silver, lizziesilver@gmail.com
Jason Capehart, jasontc2@yahoo.com
Alexander Murray-Watters, amurrayw@cmu.edu


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