搜索资源列表
javachinesepinyin-bundle
- 这是一个中文拼音输入法的Java实现,基于HMM模型,无词典,能完成拼音转汉字,和汉字转拼音的任务,并结合Edit Distance使其具有中文输入纠错功能。-This is a Chinese Pinyin input method of the Java implementation of HMM-based model, no dictionary, to complete Pinyin turn Chinese characters, Pinyin and Chinese charact
HMM
- 隐马尔科夫模型的C++实现,注释详细,算法可靠-HMM C++
Pinyin2Hanzi
- DAG表示基于分词的拼音输入法,正确率一般,viterbi是HMM模型(DAG is a Pinyin input method based on participle, and the accuracy rate is general. Viterbi is a HMM model.)
simple_HMM_based_IME_with_GUI-master
- 简单的HMM拼音输入法,包括测试集和训练集,以及GUI界面(A simple typewriting based on HMM and python)