Windows Mobile论文:Windows Mobile平台下手机智能输入法实现方法研究

上传人:工**** 文档编号:459234426 上传时间:2023-03-13 格式:DOC 页数:8 大小:55.50KB
返回 下载 相关 举报
Windows Mobile论文:Windows Mobile平台下手机智能输入法实现方法研究_第1页
第1页 / 共8页
Windows Mobile论文:Windows Mobile平台下手机智能输入法实现方法研究_第2页
第2页 / 共8页
Windows Mobile论文:Windows Mobile平台下手机智能输入法实现方法研究_第3页
第3页 / 共8页
Windows Mobile论文:Windows Mobile平台下手机智能输入法实现方法研究_第4页
第4页 / 共8页
Windows Mobile论文:Windows Mobile平台下手机智能输入法实现方法研究_第5页
第5页 / 共8页
点击查看更多>>
资源描述

《Windows Mobile论文:Windows Mobile平台下手机智能输入法实现方法研究》由会员分享,可在线阅读,更多相关《Windows Mobile论文:Windows Mobile平台下手机智能输入法实现方法研究(8页珍藏版)》请在金锄头文库上搜索。

1、 Windows Mobile论文:Windows Mobile平台下手机智能输入法实现方法研究【中文摘要】当前,随着掌上电脑、手机等移动设备的迅速普及,越来越多的应用与服务被包含在移动设备中,如短消息、电子邮件的收发以及一些文件的处理等,使得人们对移动设备上具有快速高效的中文输入法需求越来越强烈。本文对基于Windows Mobile平台下的手机智能输入法进行研究,使得输入法能够在该平台下成功运行。本文首先介绍Windows Mobile系统的特征,并将其与桌面Windows系统进行对比,并给出基于Windows Mobile平台下手机输入法的开发所需搭建的环境。对于输入法系统的编码方案,本

2、文针对常用手机笔画输入法的编码方案进行了论述与改进,并探讨输入法的总体设计思想,包括输入法系统在该平台下的构成、工作原理及实现过程。将用户输入的数字键盘字符串转换成汉字内码是输入法系统中重要组成部分。本文先讨论手机平台下输入法的设计准则,然后根据手机输入文字的特点,采用电影字幕作为字词库文件中词组的来源,并对其进行筛选与优化处理。对于输入法外码到内码的转换问题,本文采用索引树来存储汉字的外码和内码。为节省手机内存空间,本文对传统索引树进行优化处理,将索引树节点合并,构成非定长结构存储树节点。鉴于汉字笔画普遍过多,为了减少汉字平均码长,提出了一种模糊输入概念并给出了相应算法,实现汉字输入码的不完

3、整输入。对于输入法系统的字词库排序问题,本文给出一种统计语言模型进行实现,并设计出针对该模型的笔画码转换流程。为了更适应用户输入的需求,本输入法系统增加了自学习模块与基于N元语言模型的智能词输入方法,使得用户在使用过程中,越来越符合用户输入的习惯。在手机智能输入法实现中,由于输入法管理器-编辑器(IMM-IME)结构是Windows Mobile系统多语言支持的核心组件之一,为输入法接口的实现提供支持。本文重点讨论在Windows Mobile系统下汉字输入法的基本工作原理,详细分析了基于IMM-IME结构的手机输入法的构成、工作过程及实现中所涉及到一些关键问题,为输入法的实现提供良好的技术支

4、持。然后讨论输入法在实现过程中所涉及到的一些技术问题,并给出智能输入法运行流程及最终实现结果。本文的手机智能输入法的特点是能够实现词组及语句的输入,且操作简单,易学易用,使得用户很容易上手且输入效率高。同时,该输入法增加了自学习模块,可以在用户使用过程中自然学习用户常输入的词组及语句,提高汉字输入速度与智能程度。为进一步减少用户选择及数字键盘输入的平均码长,本文采用二元组通过基于前次输入汉字方式来实现汉字智能词输入,减少了用户文字选择,提高中文输入的效率。最终研究表明将这些模块应用于Windows Mobile平台下手机智能输入法具有重要的实用意义。【英文摘要】At present, with

5、 the rapid popularization of mobile devices such as PDAs, mobile phones, more and more applications and services are included in mobile devices, such as short message, send and receive E-mail and the handling of some files etc, the people are getting more and more strong demand for mobile devices wh

6、ich has a fast and efficient Chinese character input method. The paper has conducted the research on handset intelligence input method based on Windows Mobile platform, makes the input method can successfully run on the platform.Firstly, the feature of Windows Mobile system was introduced in this pa

7、per, and compared it with the PC Windows system, and gives the environment which the handset input method the development based on Windows Mobile the platform. For coding scheme of Input method system, the traditional mobile text input coding scheme are discussed and improved. Then discussion input

8、method system design thought, including the input method system structure, working principle and realization process in the platform.It is an important component of the input method system that conversion user input digital keyboard string to Chinese code. This paper first discusses the design crite

9、rion of input based on mobile platform, then according to the characteristics of input text on cell phones, film subtitles as a source of thesaurus file and carries on screening and optimized processing to it in this paper. For the conversion of the input method outside code to code, this paper used

10、 the index trees to storage Chinese characters outside the code and code. In order to save the handset memory space, this paper carries on optimized processing to the traditional index tree, the index tree node merge, Constitute non-fixed-length structure to store the tree node. Due to the strokes i

11、s too many for Chinese, proposed one kind of fuzzy input concept and has given the corresponding algorithm for reduce the average code length of Chinese characters, realizes the incomplete inputs method for Chinese character input code.A statistical language model is given for the input method syste

12、m of scheduling problem with the word dictionary, and designs a stroke code transformation process for the model. In order to meet users requirements, this input method systematically increased self-learning modules and intelligent word input method based on N element language model. In the process

13、of using, this method is more and more adaptable for user input habitIn the implementation of Mobile intelligent input method, because the IMM-IME structure is one of the core components of multi-language support for Windows Mobile system, for the realization of the input interface provides support.

14、 This paper discusses the basic principle of Chinese input method based on Windows Mobile system, then, detailed analysis of the structure of handset input method based on the IMM-IME, the work process and some key issues which involves in realization, it has provided the good technical support for

15、input method realization. Then, we discuss some of the technical issues involved in the implementation process, and intelligence input operation process and eventually achieving results are given.In this paper, the characteristics of the mobile intelligent input method can achieve the input of phras

16、e and sentence, which advantages of this method are the following, such as easy operation, relaxed learning and using, and giving users high efficient input way. Meanwhile, this method adds the self-learning modules, and automatically learns the phrases and sentences which are usually inputted by users, and improve Chinese character input speed and intelligent degree. In order to further reduce the user choices and the average

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 建筑/环境 > 施工组织

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号