Generating Movie Reviews in Korean with Language Modeling

Posted on March 23 2017 in Natural Language Processing • Tagged with language modeling, markov chain, natural language processing, pythonLeave a comment

MovieReviews

A statistical language modeling is a task of computing the probability of a sentence or sequence of words from a corpus. The standard is a trigram language model where the probability of a next word depends only on the previous two words. But the state-of-the-art as of writing is achieved …

Continue reading