摘要
在嵌入式系统中实现拼音输入法可以采用数组和有序树两种方法,其中有序数方法更具有优势。本文采用改进的Trie树构造拼音生成树,在uClinux上实现了具有联想功能的汉字输入法。
The Chinese pinyin input is usually implemented in embedded systems based upon array or ordered tree. We improved the structure of Trie tree, a kind of ordered tree, to build a pinyin tree, and then implement the intelligent Chinese pinyin input under uCLinux.
出处
《计算机科学》
CSCD
北大核心
2006年第9期293-294,F0003,共3页
Computer Science