multi-tap又称 multi-press .

是在手机,或者电视遥控上的keypad定义,有如下2类标准:

1. ITU-T E.161

2.T9

使用举例如下:

Consider a typical phone keypad:

A standard ITU-T E.161 keypad used for text messaging
Suppose a user wishes to type the. In a traditional "multi-tap" keypad entry system, it would be necessary to do the following:

Press 8 (tuv) once to select t.
Press 4 (ghi) twice to select h.
Press 3 (def) twice to select e.
Meanwhile, in a phone with predictive text, it is only necessary to:

Press 8 once to select the (tuv) group for the first character.
Press 4 once to select the (ghi) group for the second character.
Press 3 once to select the (def) group for the third character.
The system updates the display as each keypress is entered to show the most probable entry. In this case, predictive text reduced the number of button presses from 5 to 3. The effect is even greater with longer words and those composed of letters indicated towards the far end of each key.

A dictionary-based predictive system is based on hope that the desired word is in the dictionary. That hope may be misplaced if the word differs in any way from common usage—in particular, if the word is not spelled or typed correctly, is slang, or is a proper noun. In these cases, some other mechanism must be used to enter the word. Furthermore, the simple dictionary approach fails with agglutinative languages, where a single word does not necessarily represent a single semantic entity.

参考:

https://en.wikipedia.org/wiki/E.161

https://en.wikipedia.org/wiki/T9_(predictive_text)

最新文章

  1. AutoMapper对internal访问级别属性的映射
  2. 连接英文字符集的ORACLE和调用存储过程问题及64位服务器连接ORACLE问题
  3. 传递引用类型参数(ref)
  4. UITapGestureRecognizer
  5. 文件服务器迁移—FSMT
  6. Spring MVC的UrlBasedViewResolver和InternalResourceViewResolver
  7. 13行代碼開發出来的PHP框架[转]
  8. 为网站添加网址图标favicon.ico
  9. 3. Android框架和工具之 xUtils(BitmapUtils)
  10. (poj)3159 Candies
  11. (九)boost库之文件处理filesystem
  12. Java项目案例:酒店前台客服管理系统
  13. emWin视频播放器,含uCOS-III和FreeRTOS两个版本
  14. Python函数式编程(二):常见高级函数
  15. Django--Admin 组件
  16. 英语词性系列-B01-名词
  17. 二 js表达式与运算符
  18. C语言程序设计I—第八周教学
  19. 【转】httpservlet 文章
  20. 图像灰度化方法总结及其VC实现

热门文章

  1. springboot 整合dubbo 消费模块引入springboot 之后自动注入jdbc 模块导致启动报错问题
  2. Python Json模块中dumps、loads、dump、load函数介绍哦
  3. xcode运行时候 You don’t have permission.
  4. OCiOS开发:CAGradientLayer 渐变色
  5. jquery mobile 移动web(5)
  6. CF1042C Array Product(贪心,模拟)
  7. PHP无法用下标访问
  8. Object.keys方法
  9. PHP教程专题资源免费下载地址收藏
  10. IO复用——select系统调用