SE701:Language modeling

From Marks Wiki
Jump to navigation Jump to search

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