JP5087129B2 - 情報処理装置及び情報処理方法 - Google Patents
情報処理装置及び情報処理方法 Download PDFInfo
- Publication number
- JP5087129B2 JP5087129B2 JP2010272873A JP2010272873A JP5087129B2 JP 5087129 B2 JP5087129 B2 JP 5087129B2 JP 2010272873 A JP2010272873 A JP 2010272873A JP 2010272873 A JP2010272873 A JP 2010272873A JP 5087129 B2 JP5087129 B2 JP 5087129B2
- Authority
- JP
- Japan
- Prior art keywords
- font size
- keyword
- touch panel
- user
- selection
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0487—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
- G06F3/0488—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/04842—Selection of displayed objects or displayed text elements
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
Description
(第1の実施形態)
本発明による第1の実施形態を図1乃至図5を参照して説明する。
図1に実施形態にかかるキーワード選択可能な情報入力装置10のブロック図を示す。図1のように情報入力装置10はタッチパネル22、操作情報取得部24、画面作成部26、画面状態管理部28、描画用フォントサイズ記憶部30、キーワード選択用フォントサイズ記憶部32、キャリブレーション制御部34および表示情報入力部36を備える。
上記実施例では、文字列をなぞることによってキーワードを選択することを前提としているが、例えばあらかじめ形態素解析などの技術をおこなってキーワードを自動的に抽出し、なぞることではなく、ただタッチするだけでキーワードを選択する場合なども用いられる。例えば、文字列を単語に分解し、得られた単語の品詞や前後の単語との関係に基づきキーワードを抽出する。
そのため、視認用とは別にキーワード選択用のフォントサイズを機器が記憶しておき、キーワード選択時には表示されるフォントサイズがそのサイズ以上になるよう画面をスケーリングする。また、指での選択時にはどうしても選択文字列の先頭末尾が欠けたり、余計に加わったりするため、複数回指を往復させ、キーワード領域を塗りつぶす様な動作を行うことで、選択領域を指定し、その選択部分の密度を見ることで先頭末尾の選択ミスを減らす。例えば、32画素×32画素の入力文字領域において、密度としてこの8割以上が累積で接触を受けていれば、この文字領域はなぞられたと判定する等である。
また、上記した実施の形態に開示されている複数の構成要素を適宜に組み合わせることにより、種々の発明を形成することができる。例えば、実施の形態に示される全構成要素から幾つかの構成要素を削除しても良いものである。キャリブレーション制御部34についてには、前記3の形態ではキャリブレーション機能は必要ないため省略することができる。
Claims (6)
- タッチパネルと、
前記タッチパネルに外部から入力される位置情報からキーワードを抽出する操作情報取得部と、
デフォルト表示用の第1のフォントサイズを記憶する第1のフォントサイズ記憶部と、
前記第1のフォントサイズよりもサイズの大きなキーワード選択用の第2のフォントサイズを記憶する第2のフォントサイズ記憶部と、
外部から入力される操作情報に基づいて前記タッチパネルをデフォルト状態からキーワード選択状態にする画面情報管理・作成部とを備え、
前記画面情報管理・作成部は、
前記デフォルト状態では、前記第1のフォントサイズ記憶部で記憶された第1のフォントサイズに基づき、前記第1のフォントサイズで文字を前記タッチパネルに表示させるよう制御し、
前記キーワード選択状態では、前記第2のフォントサイズ記憶部で記憶された第2のフォントサイズに基づき、前記第2のフォントサイズで前記キーワード選択用の文字列を前記タッチパネルに表示させるよう制御する情報処理装置。 - 更に、ユーザのキーワード選択精度に基づいて前記第2のフォントサイズを決定するキャリブレーション手段を備える請求項1に記載の情報処理装置。
- 前記タッチパネル上に表示された文字列の中から、ユーザが指で所定の文字列をなぞり、文字領域を塗りつぶすことによってその文字列をキーワードとして記憶する請求項1に記載の情報処理装置。
- ユーザが塗りつぶした前記文字領域において一定以上の密度で塗りつぶされた部分をキーワードとして記憶する請求項3に記載の情報処理装置。
- ユーザが塗りつぶした前記文字領域において前記選択精度を、選択後のユーザの操作と関連付けることによって計算する請求項2または請求項4に記載の情報処理装置。
- タッチパネルを備えた情報処理装置における情報処理方法であって、
デフォルト表示用の第1のフォントサイズと、前記第1のフォントサイズよりもサイズの大きなキーワード選択用の第2のフォントサイズとを記憶し、
外部から入力される操作情報に基づいて前記タッチパネルをデフォルト状態からキーワード選択状態にし、
前記デフォルト状態では、前記第1のフォントサイズで文字を前記タッチパネルに表示し、
前記キーワード選択状態では前記第2のフォントサイズで前記キーワード選択用の文字列を前記タッチパネルに表示し、
前記タッチパネルに外部から入力される位置情報からキーワードを抽出する情報処理方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010272873A JP5087129B2 (ja) | 2010-12-07 | 2010-12-07 | 情報処理装置及び情報処理方法 |
US13/240,984 US20120139853A1 (en) | 2010-12-07 | 2011-09-22 | Information Input Device and Information Input Method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010272873A JP5087129B2 (ja) | 2010-12-07 | 2010-12-07 | 情報処理装置及び情報処理方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012123550A JP2012123550A (ja) | 2012-06-28 |
JP5087129B2 true JP5087129B2 (ja) | 2012-11-28 |
Family
ID=46161781
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010272873A Expired - Fee Related JP5087129B2 (ja) | 2010-12-07 | 2010-12-07 | 情報処理装置及び情報処理方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US20120139853A1 (ja) |
JP (1) | JP5087129B2 (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9436918B2 (en) * | 2013-10-07 | 2016-09-06 | Microsoft Technology Licensing, Llc | Smart selection of text spans |
US11500535B2 (en) * | 2015-10-29 | 2022-11-15 | Lenovo (Singapore) Pte. Ltd. | Two stroke quick input selection |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4324377B2 (ja) * | 2002-12-27 | 2009-09-02 | シャープ株式会社 | 電子辞書 |
TWI328185B (en) * | 2006-04-19 | 2010-08-01 | Lg Electronics Inc | Touch screen device for potable terminal and method of displaying and selecting menus thereon |
US9274698B2 (en) * | 2007-10-26 | 2016-03-01 | Blackberry Limited | Electronic device and method of controlling same |
US20120131513A1 (en) * | 2010-11-19 | 2012-05-24 | Microsoft Corporation | Gesture Recognition Training |
-
2010
- 2010-12-07 JP JP2010272873A patent/JP5087129B2/ja not_active Expired - Fee Related
-
2011
- 2011-09-22 US US13/240,984 patent/US20120139853A1/en not_active Abandoned
Also Published As
Publication number | Publication date |
---|---|
US20120139853A1 (en) | 2012-06-07 |
JP2012123550A (ja) | 2012-06-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10909308B2 (en) | Information processing apparatus, information processing method, and program | |
US10248878B2 (en) | Character input method and system as well as electronic device and keyboard thereof | |
DE112013004437B4 (de) | Verfahren zum Definieren einer Eingebetaste auf einer Tastatur und Verfahren zur Interpretation von Tastenanschlägen | |
JP6071948B2 (ja) | 情報処理装置、表示方法及び制御プログラム | |
KR101846238B1 (ko) | 한자 입력 장치 및 제어 방법 | |
JP2009169452A (ja) | 表示制御装置、電子機器、表示制御方法、およびプログラム | |
US20110316796A1 (en) | Information Search Apparatus and Information Search Method | |
JP6426417B2 (ja) | 電子機器、方法及びプログラム | |
US20130002575A1 (en) | Character input device | |
JP2015094977A (ja) | 電子機器及び方法 | |
US20110126087A1 (en) | Graphical user interface for non mouse-based activation of links | |
US10152472B2 (en) | Apparatus and method for generating summary data of E-book or E-note | |
CN106383636A (zh) | 一种索引信息的显示方法及装置 | |
JP2012178175A (ja) | 表示制御装置、電子機器、表示制御方法、およびプログラム | |
JP5087129B2 (ja) | 情報処理装置及び情報処理方法 | |
JP2016085547A (ja) | 電子機器および方法 | |
CN116320110A (zh) | 拨号方法及其装置 | |
JP2013149264A (ja) | 電子ペン・システム及びそのプログラム | |
JP2007086976A (ja) | 携帯機器 | |
JP5414920B2 (ja) | 表示制御装置、表示制御方法、およびプログラム | |
CN112698734A (zh) | 候选词显示方法及装置、电子设备 | |
JP2013197992A (ja) | 文字入力装置および文字入力方法 | |
JP5703244B2 (ja) | トレース支援装置、トレース支援システム、トレース支援方法、およびトレース支援プログラム | |
JP2021033538A (ja) | 情報処理装置 | |
KR101255801B1 (ko) | 한글 입력 가능한 휴대 단말기 및 그것의 키패드 표시 방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120328 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120626 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120717 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120814 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120907 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150914 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |