SE701:Language modeling: Difference between revisions
Jump to navigation
Jump to search
New page: Design and implement functions that build an order K Markov model from a piece of input text. Markov models are popular tools in speech recognition, handwriting recognition, information re... |
(No difference)
|
Latest revision as of 20:20, 15 February 2008
Design and implement functions that build an order K Markov model from a piece of input text. Markov models are popular tools in speech recognition, handwriting recognition, information retrieval, and data compression. For this assignment, you will consider a different application: generating stylized pseudo-random text. Resource:Language Modelling