MaGe Linux Operations
Dec 9, 2017 · Artificial Intelligence
Building a Chinese Pinyin Input Method with Hidden Markov Models and Viterbi
This article details how to create a simple Chinese pinyin input method using a Hidden Markov Model, training data from Jieba, storing probability matrices in SQLite, and implementing the Viterbi algorithm in Python, complete with code snippets and performance observations.
Hidden Markov ModelPinyin InputPython
0 likes · 7 min read
