djinn-anthrope / code-mixed-language-identification

Code for identification of languages in the code mixed data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hidden Markov Model based approach

djinn-anthrope opened this issue · comments

HMM based approach

HMMs have often been used for tasks that require classification based on previous information, such as POS Tagging. An HMM based language identification system has to be implemented.