JP2017117014A - Input program, input device, and input method - Google Patents

Input program, input device, and input method Download PDF

Info

Publication number
JP2017117014A
JP2017117014A JP2015249047A JP2015249047A JP2017117014A JP 2017117014 A JP2017117014 A JP 2017117014A JP 2015249047 A JP2015249047 A JP 2015249047A JP 2015249047 A JP2015249047 A JP 2015249047A JP 2017117014 A JP2017117014 A JP 2017117014A
Authority
JP
Japan
Prior art keywords
input
predetermined threshold
history
pressing
new
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.)
Granted
Application number
JP2015249047A
Other languages
Japanese (ja)
Other versions
JP6524903B2 (en
Inventor
秋山 勝彦
Katsuhiko Akiyama
勝彦 秋山
政志 宇山
Masashi Uyama
政志 宇山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2015249047A priority Critical patent/JP6524903B2/en
Publication of JP2017117014A publication Critical patent/JP2017117014A/en
Application granted granted Critical
Publication of JP6524903B2 publication Critical patent/JP6524903B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an input program for improving accuracy of inputting a symbol using a touch panel, an input device, and an input method.SOLUTION: An input device 101 outputs a character corresponding to a combination of a press-input position and a press-input moving direction, when a press-input moving distance on a touch panel 102 is equal to or larger than a first threshold 111. When a user performs deletion operation due to a false determination, the input device 101 receives the deletion of the output character, and records a history 121. The input device 101 receives a new press input on the touch panel 102, and determines whether to correct the first threshold 111, on the basis of the history 121, and a position, moving distance, and moving direction of the new press input. The input device 101 corrects the first threshold 111, on the basis of the history 121, when the first threshold 111 is determined to be corrected.SELECTED DRAWING: Figure 1

Description

本発明は、入力プログラム、入力装置、および入力方法に関する。   The present invention relates to an input program, an input device, and an input method.

従来、タッチパネルを1回叩く操作であるタップ操作や、タッチパネルに触れたままスライドさせるフリック操作を受け付けることにより、受け付けた操作に応じた文字等の記号を入力する技術がある。関連する先行技術として、例えば、タッチパネルから押圧されている位置を示す位置情報を受信し、演算することで特定した一の文字を文字情報として送信するCPU(Central Processing Unit)が、一の押圧動作が開始してから終了するまでに得られる位置情報により一の文字を特定する技術がある。また、端末筐体を把持する持ち手が左手または右手かを判別し、タッチ操作の検出位置と持ち手の判別結果に基づきフリック判定の閾値を決定し、タッチ操作中の指の移動距離と閾値の比較結果に基づきタッチ操作がフリック操作であるか否かを判別する技術がある。また、タッチパネルへのタッチ操作の種類を、タッチ操作判定情報テーブルを用いて判定し、判定したタッチ操作の種類が誤りか否かを判定し、誤認識である場合、タッチ操作ログ・テーブルに誤認識であることを記録するものがある。また、直前の複数の押下間隔に基づいて求めた値と直前の複数の押下間隔以外の押下間隔を含む押下間隔に基づいた値との比率を用いて求めた値で、キーの押下を検知したときからの経過時間と比較し文字を確定することに用いる所定の時間を更新する技術がある。   Conventionally, there is a technique for inputting a symbol such as a character corresponding to an accepted operation by accepting a tap operation that is an operation of tapping the touch panel once or a flick operation that slides while touching the touch panel. As a related prior art, for example, a CPU (Central Processing Unit) that receives position information indicating a position pressed from a touch panel and transmits one character specified by calculation as character information has one pressing operation. There is a technique for specifying one character from position information obtained from the start to the end. In addition, it is determined whether the hand holding the terminal housing is the left hand or the right hand, the flick determination threshold is determined based on the detection position of the touch operation and the determination result of the hand, and the movement distance and threshold of the finger during the touch operation There is a technique for determining whether or not the touch operation is a flick operation based on the comparison result. In addition, the type of touch operation on the touch panel is determined using the touch operation determination information table, it is determined whether or not the determined type of touch operation is incorrect. Some record that it is recognition. In addition, a key press was detected with a value obtained by using a ratio between a value obtained based on a plurality of previous press intervals and a value based on a press interval including a press interval other than the previous press intervals. There is a technique for updating a predetermined time used for determining a character by comparing with an elapsed time.

特開2008−282380号公報JP 2008-282380 A 特開2014−170498号公報JP 2014-170498 A 特開2013−191175号公報JP2013-191175A 特開2011−28429号公報JP 2011-28429 A

しかしながら、従来技術によれば、タッチパネルを用いて記号入力を行う際の入力精度が確保できない場合がある。例えば、ユーザがフリック操作の移動距離を短くする癖を持っていたとすると、フリック操作をタップ操作として誤判定してしまい、入力精度が劣化することになる。また、フリック操作とタップ操作とを区別する閾値を補正することにより入力精度を向上させようとしても、ユーザが誤判定に気付いて入力された記号を削除して再入力した場合と、ユーザの単純な入力ミスや推敲による打ち直しの場合とを区別することができない。従って、閾値を補正する契機を特定することができず、あるユーザに適した閾値に補正することはできない。   However, according to the prior art, there are cases where the input accuracy when performing symbol input using the touch panel cannot be ensured. For example, if the user has a habit of shortening the moving distance of the flick operation, the flick operation is erroneously determined as a tap operation, and the input accuracy is deteriorated. In addition, even if the user tries to improve the input accuracy by correcting the threshold value for distinguishing the flick operation from the tap operation, the user notices the erroneous determination, deletes the input symbol, and re-inputs. It cannot be distinguished from a case of retyping due to a simple input mistake or rework. Therefore, the trigger for correcting the threshold value cannot be specified, and the threshold value suitable for a certain user cannot be corrected.

1つの側面では、本発明は、タッチパネルを用いた記号入力の精度を向上させることができる入力プログラム、入力装置、および入力方法を提供することを目的とする。   In one aspect, an object of the present invention is to provide an input program, an input device, and an input method that can improve the accuracy of symbol input using a touch panel.

本発明の一側面によれば、タッチパネル上の押下入力の移動距離が所定の閾値以上であれば押下入力の位置および押下入力の移動方向の組み合わせに対応する記号を出力し、移動距離が所定の閾値未満であれば位置に対応する記号を出力し、出力した記号の削除を受け付けたことに応じて、記号に対応付けて位置、移動距離、移動方向のうちの少なくともいずれか一つの情報を含む履歴を記録し、タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した履歴と、新たな押下入力の位置、移動距離、移動方向のうちの履歴が有する情報に対応する情報とに基づいて、所定の閾値の補正をすべきか否かを判定し、所定の閾値を補正すべきと判定した場合、履歴に基づいて、所定の閾値を補正する入力プログラム、入力装置、および入力方法が提案される。   According to one aspect of the present invention, if the movement distance of the pressing input on the touch panel is equal to or greater than a predetermined threshold, a symbol corresponding to the combination of the position of the pressing input and the moving direction of the pressing input is output. If it is less than the threshold value, a symbol corresponding to the position is output, and when deletion of the output symbol is accepted, at least one of position, moving distance and moving direction is included in association with the symbol In response to receiving a new pressing input on the touch panel after recording the history, the recorded history and information corresponding to the information contained in the history of the position, moving distance, and moving direction of the new pressing input An input program that corrects the predetermined threshold based on the history when it is determined whether or not the predetermined threshold should be corrected based on the history, and an input device; Force method is proposed.

本発明の一態様によれば、タッチパネルを用いた記号入力の精度を向上させることができるという効果を奏する。   According to one embodiment of the present invention, there is an effect that accuracy of symbol input using a touch panel can be improved.

図1は、本実施の形態にかかる入力装置101の動作例を示す説明図である。FIG. 1 is an explanatory diagram illustrating an operation example of the input device 101 according to the present embodiment. 図2は、タブレット端末200のハードウェア構成例を示す説明図である。FIG. 2 is an explanatory diagram illustrating a hardware configuration example of the tablet terminal 200. 図3は、タブレット端末200の機能構成例を示す説明図である。FIG. 3 is an explanatory diagram illustrating a functional configuration example of the tablet terminal 200. 図4は、タッチパネル領域分割の一例を示す説明図である。FIG. 4 is an explanatory diagram illustrating an example of touch panel area division. 図5は、操作処理手順の一例を示すフローチャート(その1)である。FIG. 5 is a flowchart (part 1) illustrating an example of the operation processing procedure. 図6は、操作処理手順の一例を示すフローチャート(その2)である。FIG. 6 is a flowchart (part 2) illustrating an example of the operation processing procedure. 図7は、文字特定処理手順の一例を示すフローチャートである。FIG. 7 is a flowchart illustrating an example of a character identification processing procedure. 図8は、統計値更新処理手順の一例を示すフローチャートである。FIG. 8 is a flowchart illustrating an example of a statistical value update processing procedure. 図9は、統計値更新処理手順の他の例を示すフローチャートである。FIG. 9 is a flowchart illustrating another example of the statistical value update processing procedure. 図10は、文字記録処理手順の一例を示すフローチャートである。FIG. 10 is a flowchart illustrating an example of a character recording processing procedure. 図11は、入力文字記録部311の記憶内容の一例を示す説明図である。FIG. 11 is an explanatory diagram showing an example of the contents stored in the input character recording unit 311. 図12は、文字表示処理手順の一例を示すフローチャートである。FIG. 12 is a flowchart illustrating an example of a character display processing procedure. 図13は、タッチパネル102の表示例を示す説明図である。FIG. 13 is an explanatory diagram illustrating a display example of the touch panel 102. 図14は、文字削除処理手順の一例を示すフローチャートである。FIG. 14 is a flowchart illustrating an example of a character deletion processing procedure. 図15は、カーソル移動処理手順の一例を示すフローチャートである。FIG. 15 is a flowchart illustrating an example of a cursor movement processing procedure. 図16は、確定処理手順の一例を示すフローチャートである。FIG. 16 is a flowchart illustrating an example of the confirmation processing procedure. 図17は、判定修正処理手順の一例を示すフローチャートである。FIG. 17 is a flowchart illustrating an example of the determination correction processing procedure. 図18は、条件A、B、Cを示す説明図である。FIG. 18 is an explanatory diagram showing conditions A, B, and C. 図19は、文字修正の一連の動作例を示す説明図(その1)である。FIG. 19 is an explanatory diagram (part 1) illustrating a series of operation examples of character correction. 図20は、文字修正の一連の動作例を示す説明図(その2)である。FIG. 20 is an explanatory diagram (part 2) of a series of operation examples of character correction. 図21は、文字修正の一連の動作例を示す説明図(その3)である。FIG. 21 is an explanatory diagram (part 3) of a series of operation examples for character correction. 図22は、文字修正の一連の動作例を示す説明図(その4)である。FIG. 22 is an explanatory diagram (part 4) illustrating a series of operation examples of character correction. 図23は、文字修正の一連の動作例を示す説明図(その5)である。FIG. 23 is an explanatory diagram (part 5) illustrating a series of operation examples of character correction. 図24は、あるユーザの押下位置の移動距離の一例を示すグラフである。FIG. 24 is a graph showing an example of the moving distance of the pressed position of a certain user. 図25は、他のユーザの押下位置の移動距離の一例を示すグラフである。FIG. 25 is a graph showing an example of the moving distance of the pressed position of another user.

以下に図面を参照して、開示の入力プログラム、入力装置、および入力方法の実施の形態を詳細に説明する。   Exemplary embodiments of an input program, an input device, and an input method will be described in detail below with reference to the drawings.

図1は、本実施の形態にかかる入力装置101の動作例を示す説明図である。図1に示す入力装置101は、タッチパネル102を1回叩く操作であるタップ操作や、タッチパネル102に触れたままスライドさせるフリック操作に基づいて、記号を入力するコンピュータである。入力する記号はどのようなものでもよく、例えば、言語を書き記すための記号である文字や、文字の区切りを示す句点、読点などの区切り記号、単位を示す記号、加算を示す「+」や減算を示す「−」等の数学記号、絵文字等である。以下の説明では、入力する記号は文字であるとする。   FIG. 1 is an explanatory diagram illustrating an operation example of the input device 101 according to the present embodiment. An input device 101 illustrated in FIG. 1 is a computer that inputs a symbol based on a tap operation that is an operation of tapping the touch panel 102 once or a flick operation that allows the user to slide while touching the touch panel 102. Any symbol can be input, for example, a character that is a symbol for writing a language, a punctuation mark indicating a character delimiter, a delimiter symbol such as a punctuation mark, a symbol indicating a unit, a “+” indicating subtraction, and a subtraction Mathematical symbols such as “−”, pictograms, and the like. In the following description, it is assumed that the input symbol is a character.

また、入力装置101は、タッチパネル102を有してもよいし、タッチパネル102を有するコンピュータからタッチパネル102上で押下された押下位置の始点と終点とを受け付けてもよい。本実施の形態では、入力装置101は、タッチパネル102を有するものとする。タッチパネル102を有するコンピュータとしては、例えば、タブレット端末やスマートフォン等が挙げられる。   In addition, the input device 101 may include the touch panel 102 or may receive a start point and an end point of a pressed position pressed on the touch panel 102 from a computer having the touch panel 102. In the present embodiment, the input device 101 is assumed to have a touch panel 102. Examples of the computer having the touch panel 102 include a tablet terminal and a smartphone.

タップ操作かフリック操作かの判定は、タッチパネル102上の押下位置の始点から終点までの移動距離が所定の閾値以上か否かで判定することができる。以下、所定の閾値を、第一の閾値111とする。例えば、第一の閾値111は、指を押下して上にあげた際に指の位置のずれが起きる度合いから決定される。   Whether the operation is a tap operation or a flick operation can be determined by determining whether the moving distance from the start point to the end point of the pressed position on the touch panel 102 is equal to or greater than a predetermined threshold. Hereinafter, the predetermined threshold is referred to as a first threshold 111. For example, the first threshold value 111 is determined based on the degree of deviation of the finger position when the finger is pressed and raised.

しかしながら、前述した度合いは、タッチパネル102を操作するユーザやタッチパネル102を使用する環境によって異なるため、初期設定のままでは、個々のユーザにとっては妥当でない値となる可能性がある。例えば、ユーザによっては、ユーザがタップ操作のつもりで指を動かしたのにフリック操作と判定されたり、反対に、フリック操作のつもりがタップ操作と判定されたりする誤判定が増えることになる。   However, the above-described degree varies depending on the user who operates the touch panel 102 and the environment in which the touch panel 102 is used. Therefore, the initial setting may be a value that is not appropriate for each user. For example, depending on the user, there are more false determinations that the user moves his / her finger with the intention of a tap operation and that it is determined as a flick operation, and conversely that the intention of the flick operation is determined as a tap operation.

フリック操作とタップ操作を判別する閾値を動的に変更する方法としては、例えば、持ち手の判別結果に基づいて閾値を決定するものが考えられる。しかしながら、打ち直しが誤判定を修正するものか、ユーザの打ち間違いを修正するものかを判定できないため、個人ごとに閾値の修正を動的に行うことができない。   As a method for dynamically changing the threshold value for discriminating between the flick operation and the tap operation, for example, a method for determining the threshold value based on the discrimination result of the holding hand is conceivable. However, since it is impossible to determine whether re-correction corrects a misjudgment or a user's mistyping, the threshold cannot be dynamically corrected for each individual.

また、タップの度に入力する文字を順次変更するトグル入力について、ユーザの打鍵操作を監視し、ユーザごとに閾値の設定を行う方法が考えられる。しかしながら、フリック操作による入力においては、ユーザが文字を修正入力するケースには、タップとフリックの認識間違いの場合だけでなく、ユーザ自身の打ち間違いの場合がある。そして、この2つの場合を区別することができないため、フリック操作による入力について、個人ごとに閾値の修正を動的に行うことができない。また、ユーザは、誤判定の直後に修正するだけでなく、継続して数文字入力した後に間違いに気づいて修正する場合がある。この場合、タップの度に入力する文字を順次変更するトグル入力についてユーザの打鍵操作を監視してユーザごとに閾値の設定する方法では、数文字入力後まとめて修正するパターンを検出することができない。   In addition, with regard to toggle input for sequentially changing characters to be input at each tap, a method of monitoring a user's keystroke operation and setting a threshold value for each user can be considered. However, in the case of input by flick operation, there are cases where the user corrects and inputs characters, not only when the tap and flick are recognized incorrectly, but also when the user himself / herself makes a mistake. Since these two cases cannot be distinguished from each other, the threshold value cannot be dynamically corrected for each individual regarding the input by the flick operation. Further, the user may not only correct immediately after the erroneous determination, but also may notice and correct the error after continuously inputting several characters. In this case, with the method of monitoring the user's keystroke operation for toggle input that sequentially changes the characters to be input at each tap and setting a threshold value for each user, it is not possible to detect a pattern to be corrected collectively after inputting several characters. .

そこで、本実施の形態では、フリック操作かタップ操作による入力文字を削除し再入力した際、入力時と再入力時の履歴から第1の閾値111を補正すべきと判定した場合に、第1の閾値111を補正する方法について説明する。   Therefore, in this embodiment, when it is determined that the first threshold value 111 should be corrected from the history at the time of input and re-input when the input character by flick operation or tap operation is deleted and re-input, A method of correcting the threshold value 111 will be described.

図1を用いて、入力装置101の動作例について説明する。図1の例では、一文字を入力した際にユーザuが誤判定に気付き修正するパターンについて説明する。数文字入力後まとめて修正するパターンについては、図19〜図23を用いて説明する。図1で示すように、入力装置101は、タッチパネル102に、ソフトウェアキーボード表示領域103と、出力文字表示領域104とを表示する。ソフトウェアキーボード表示領域103は、複数の領域に分割されている。このように、入力装置101は、複数の領域に分割することにより、分割しない場合に比べて多くの種類の文字を入力することができる。しかし、入力した文字を用いる外部のアプリケーションソフトウェアが、予め入力可能な文字の種類を制限している際には、入力装置101は、領域を分割せずに、タッチ操作とフリック操作とに応じた文字を出力する形式でもよい。   An operation example of the input device 101 will be described with reference to FIG. In the example of FIG. 1, a pattern in which the user u notices an erroneous determination when one character is input and is corrected will be described. A pattern to be corrected collectively after inputting several characters will be described with reference to FIGS. As shown in FIG. 1, the input device 101 displays a software keyboard display area 103 and an output character display area 104 on the touch panel 102. The software keyboard display area 103 is divided into a plurality of areas. As described above, the input device 101 can input more types of characters by dividing the image into a plurality of areas as compared to a case where the image is not divided. However, when the external application software that uses the input characters restricts the types of characters that can be input in advance, the input device 101 does not divide the area and responds to the touch operation and the flick operation. A format that outputs characters may also be used.

図1の左の図における(1)で示すように、入力装置101は、タッチパネル102上の押下入力の移動距離が第一の閾値111以上であれば押下入力の位置および押下入力の移動方向の組み合わせに対応する文字を出力する。また、入力装置101は、移動距離が第一の閾値111未満であれば押下入力の位置に対応する文字を出力する。図1の例では、第一の閾値111が、15[画素数]であるとする。また、図1の例では、入力装置101は、ソフトウェアキーボード表示領域103内の「か」の領域で左方向のフリック操作を受け付ければ「き」を出力し、「か」の領域でタップ操作を受け付ければ「か」を出力するものとする。さらに、図1の(1)で示す例では、ユーザuは、左方向のフリック操作を行ったつもりであったが、移動距離が10[画素数]であり、第一の閾値111より小さいためタップ操作と判定された例を示す。   As indicated by (1) in the left diagram of FIG. 1, the input device 101 determines the position of the press input and the direction of movement of the press input if the movement distance of the press input on the touch panel 102 is equal to or greater than the first threshold 111. Output the character corresponding to the combination. Further, if the moving distance is less than the first threshold 111, the input device 101 outputs a character corresponding to the position of the pressing input. In the example of FIG. 1, it is assumed that the first threshold 111 is 15 [number of pixels]. In the example of FIG. 1, the input device 101 outputs “ki” when a left flick operation is accepted in the “ka” area in the software keyboard display area 103, and performs a tap operation in the “ka” area. If "" is received, "ka" is output. Further, in the example shown in (1) of FIG. 1, the user u intends to perform a flick operation in the left direction, but the moving distance is 10 [number of pixels], which is smaller than the first threshold 111. An example determined to be a tap operation is shown.

次に、ユーザuが誤判定に気付いたため削除の操作を行うと、図1の中央の図における(2)で示すように、入力装置101は、出力した文字の削除を受け付ける。文字の削除を受け付ける方法については、タッチパネル102上の領域のタップ操作でもよいし、入力装置101が有するスイッチ、ボタンが押下されたことでもよい。   Next, when the user u notices an erroneous determination and performs a deletion operation, the input device 101 accepts the deletion of the output character, as indicated by (2) in the center diagram of FIG. The method for accepting the deletion of characters may be a tap operation on an area on the touch panel 102 or a switch or button of the input device 101 may be pressed.

そして、図1の中央の図における(3)で示すように、入力装置101は、出力した文字の削除を受け付けたことに応じて、出力した文字に対応付けて押下入力の位置、移動距離、移動方向のうちの少なくともいずれか一つの情報を含む履歴121を記録する。図1の(3)の例では、入力装置101は、押下入力の位置、移動距離、移動方向の全てを含めて履歴121に記録する。また、図1の(3)の例では、入力装置101は、押下入力の位置に対応する文字「か」を押下入力の位置として記録する。   Then, as indicated by (3) in the center diagram of FIG. 1, in response to receiving the deletion of the output character, the input device 101 associates the output character with the position of the press input, the moving distance, A history 121 including information on at least one of the moving directions is recorded. In the example of (3) in FIG. 1, the input device 101 records in the history 121 all the positions of the press input, the moving distance, and the moving direction. In the example of (3) in FIG. 1, the input device 101 records the character “ka” corresponding to the position of the pressing input as the position of the pressing input.

次に、図1の右の図における(4)で示すように、入力装置101は、タッチパネル102上の新たな押下入力を受け付ける。図1の(4)では、入力装置101は、ユーザuにより第1の閾値111より長い移動距離となる左方向の押下入力を受け付けている。   Next, as indicated by (4) in the right diagram of FIG. 1, the input device 101 accepts a new pressing input on the touch panel 102. In (4) of FIG. 1, the input device 101 accepts a left-side pressing input with a moving distance longer than the first threshold 111 by the user u.

そして、図1の右の図における(5)で示すように、入力装置101は、新たな押下入力を受け付けたことに応じて、履歴121と新たな押下入力の位置、移動距離、移動方向とに基づいて、第一の閾値111の補正をすべきか否かを判定する。具体的には、入力装置101は、履歴121と、新たな押下入力の位置、移動距離、移動方向のうちの履歴121が有する情報に対応する情報とに基づいて、第一の閾値111の補正をすべきか否かを判定する。図1の例では、履歴121に位置、移動距離、移動方向が全てある場合の判定方法について説明し、履歴121に位置、移動距離、移動方向の一部がある場合の判定方法については、図3で説明する。   Then, as indicated by (5) in the right diagram of FIG. 1, the input device 101 determines that the history 121 and the position, moving distance, and moving direction of the new pressing input are received in response to receiving the new pressing input. Based on the above, it is determined whether or not the first threshold value 111 should be corrected. Specifically, the input device 101 corrects the first threshold value 111 based on the history 121 and information corresponding to information included in the history 121 among the position, movement distance, and movement direction of a new pressing input. It is determined whether or not. In the example of FIG. 1, a determination method in the case where the history 121 has all positions, movement distances, and movement directions will be described. 3 will be described.

例えば、入力装置101は、次の4つの条件が全て満たされる場合に、第一の閾値111を補正すべきと判定する。1つ目の条件は、履歴121の位置と新たな押下入力の位置とが同一であることである。2つ目の条件は、履歴121の移動方向と新たな押下入力の移動方向とが一致することである。3つ目の条件は、履歴121の移動距離が第一の閾値111未満であることである。4つ目の条件は、新たな押下入力の移動距離が第一の閾値111以上であることである。この4つの条件を全て満たす場合とは、ユーザuはフリック操作を行ったつもりであったが、行ったフリック操作が短すぎてタップ操作と判定された可能性がある場合である。図1の(5)の例では、4つの条件を全て満たし、入力装置101は、第一の閾値111を補正すべきと判定する。   For example, the input device 101 determines that the first threshold value 111 should be corrected when all of the following four conditions are satisfied. The first condition is that the position of the history 121 and the position of a new pressing input are the same. The second condition is that the movement direction of the history 121 matches the movement direction of the new press input. The third condition is that the movement distance of the history 121 is less than the first threshold value 111. The fourth condition is that the moving distance of the new pressing input is the first threshold 111 or more. The case where all of these four conditions are satisfied is a case where the user u intends to perform the flick operation, but there is a possibility that the performed flick operation is too short and is determined to be a tap operation. In the example of (5) in FIG. 1, all four conditions are satisfied, and the input apparatus 101 determines that the first threshold value 111 should be corrected.

次に、図1の右の図における(6)で示すように、入力装置101は、第1の閾値111を補正すべきと判定した場合、履歴121に基づいて、第一の閾値111を補正する。例えば、入力装置101は、押下入力の移動距離に基づいて、第一の閾値111を補正する際の候補値として第二の閾値112を算出しておき、第二の閾値112で第一の閾値111を更新することにより、第一の閾値111を補正してもよい。具体的な第二の閾値112の算出例については、図3、図8、図9等で説明するが、図1の例では、ユーザuがフリック操作を行ったつもりだった押下入力の移動距離が10であるから、入力装置101は、10から所定値として1を減算した値として9を算出する。図1の(6)の例では、第二の閾値112が9と算出されており、入力装置101は、第一の閾値111を9に補正する。これにより、入力装置101は、ユーザuが操作の誤判定に気付いた際に閾値を適正に補正することができる。   Next, as indicated by (6) in the right diagram of FIG. 1, when the input device 101 determines that the first threshold value 111 should be corrected, the input device 101 corrects the first threshold value 111 based on the history 121. To do. For example, the input device 101 calculates the second threshold 112 as a candidate value for correcting the first threshold 111 based on the movement distance of the pressing input, and the first threshold is the second threshold 112. The first threshold 111 may be corrected by updating 111. A specific calculation example of the second threshold value 112 will be described with reference to FIGS. 3, 8, 9, and the like. In the example of FIG. 1, the movement distance of the pressing input that the user u intended to perform the flick operation is performed. Therefore, the input device 101 calculates 9 as a value obtained by subtracting 1 from 10 as a predetermined value. In the example of (6) in FIG. 1, the second threshold 112 is calculated as 9, and the input apparatus 101 corrects the first threshold 111 to 9. Thereby, the input apparatus 101 can correct | amend a threshold value appropriately, when the user u notices the misjudgment of operation.

なお、以上の説明では、入力装置101がタッチパネル102を有する例を挙げたが、これに限らない。例えば、サーバとタブレット端末を含むシンクライアント環境において、入力装置101はサーバであり、サーバは、タブレット端末から押下位置の始点と終点を受け付けて、図1で説明した処理を行った後、画面情報をタブレット端末に送信してもよい。次に、入力装置101がタブレット端末である場合のハードウェア構成について、図2を用いて説明する。   In the above description, an example in which the input device 101 includes the touch panel 102 has been described, but the present invention is not limited to this. For example, in a thin client environment including a server and a tablet terminal, the input device 101 is a server, and the server receives the start point and end point of the pressed position from the tablet terminal, performs the processing described in FIG. May be sent to the tablet terminal. Next, a hardware configuration when the input device 101 is a tablet terminal will be described with reference to FIG.

(タブレット端末200のハードウェア構成例)
図2は、タブレット端末200のハードウェア構成例を示す説明図である。図2において、タブレット端末200は、CPU201と、ROM(Read Only Memory)202と、RAM(Random Access Memory)203と、ディスクドライブ204と、ディスク205と、通信インターフェース206と、タッチパネル102と、を有する。また、CPU201〜ディスクドライブ204と、通信インターフェース206と、タッチパネル102とはバス207によってそれぞれ接続される。
(Hardware configuration example of tablet terminal 200)
FIG. 2 is an explanatory diagram illustrating a hardware configuration example of the tablet terminal 200. In FIG. 2, the tablet terminal 200 includes a CPU 201, a ROM (Read Only Memory) 202, a RAM (Random Access Memory) 203, a disk drive 204, a disk 205, a communication interface 206, and a touch panel 102. . Further, the CPU 201 to the disk drive 204, the communication interface 206, and the touch panel 102 are connected to each other by a bus 207.

ここで、CPU201は、タブレット端末200の全体の制御を司る演算処理装置である。ROM202は、ブートプログラムなどのプログラムを記憶する不揮発メモリである。RAM203は、CPU201のワークエリアとして使用される揮発性メモリである。ディスクドライブ204は、CPU201の制御に従ってディスク205に対するデータのリードおよびライトを制御する制御装置である。ディスク205は、ディスクドライブ204の制御で書き込まれたデータを記憶する。ディスクドライブ204には、例えば、磁気ディスクドライブ、ソリッドステートドライブなどを採用することができる。例えばディスクドライブ204が磁気ディスクドライブである場合、ディスク205には、磁気ディスクを採用することができる。また、ディスクドライブ204がソリッドステートドライブである場合、ディスク205には、半導体素子によって形成された半導体メモリ、いわゆる半導体ディスクを採用することができる。   Here, the CPU 201 is an arithmetic processing device that controls the entire tablet terminal 200. The ROM 202 is a non-volatile memory that stores programs such as a boot program. A RAM 203 is a volatile memory used as a work area for the CPU 201. The disk drive 204 is a control device that controls reading and writing of data with respect to the disk 205 in accordance with the control of the CPU 201. The disk 205 stores data written under the control of the disk drive 204. As the disk drive 204, for example, a magnetic disk drive, a solid state drive, or the like can be adopted. For example, when the disk drive 204 is a magnetic disk drive, the disk 205 can be a magnetic disk. When the disk drive 204 is a solid state drive, a semiconductor memory formed by a semiconductor element, that is, a so-called semiconductor disk can be used as the disk 205.

通信インターフェース206は、ネットワークと内部のインターフェースを司り、他の装置からのデータの入出力を制御する制御装置である。具体的に、通信インターフェース206は、通信回線を通じてネットワークを介して他の装置に接続される。   The communication interface 206 controls a network and an internal interface, and is a control device that controls input / output of data from other devices. Specifically, the communication interface 206 is connected to another device via a network through a communication line.

タッチパネル102は、ユーザuによるタップ操作やフリック操作を検出するセンサと、カーソル、アイコンあるいはツールボックスをはじめ、文書、画像、機能情報などのデータを表示するディスプレイとを組み合わせた装置である。具体的には、センサは、ディスプレイ上に重ねて配置される。また、センサは、例えば、抵抗膜方式、表面型や投影型の静電容量方式等が採用されたセンサである。ディスプレイは、例えば、TFT(Thin Film Transistor)液晶ディスプレイなどを採用することができる。   The touch panel 102 is a device that combines a sensor that detects a tap operation or a flick operation by the user u and a display that displays data such as a document, an image, and function information including a cursor, an icon, or a tool box. Specifically, the sensor is arranged on the display. The sensor is a sensor that employs, for example, a resistance film method, a surface type or a projection type capacitance method. As the display, for example, a TFT (Thin Film Transistor) liquid crystal display can be adopted.

(タブレット端末200の機能構成例)
図3は、タブレット端末200の機能構成例を示す説明図である。タブレット端末200は、制御部300を有する。制御部300は、操作処理部301と、算出部302と、判定修正部303とを含む。操作処理部301は、出力部304と、記録部305とを含む。また、判定修正部303は、判定部306と、補正部307とを有する。制御部300は、記憶装置に記憶されたプログラムをCPU201が実行することにより、各部の機能を実現する。記憶装置とは、具体的には、例えば、図2に示したROM202、RAM203、ディスク205などである。また、各部の処理結果は、CPU201のレジスタや、CPU201のキャッシュメモリ、RAM203等に格納される。
(Example of functional configuration of tablet terminal 200)
FIG. 3 is an explanatory diagram illustrating a functional configuration example of the tablet terminal 200. The tablet terminal 200 has a control unit 300. The control unit 300 includes an operation processing unit 301, a calculation unit 302, and a determination correction unit 303. The operation processing unit 301 includes an output unit 304 and a recording unit 305. In addition, the determination correction unit 303 includes a determination unit 306 and a correction unit 307. The control unit 300 realizes the functions of the respective units when the CPU 201 executes a program stored in the storage device. Specifically, the storage device is, for example, the ROM 202, the RAM 203, the disk 205, etc. shown in FIG. The processing results of each unit are stored in the register of the CPU 201, the cache memory of the CPU 201, the RAM 203, and the like.

また、タブレット端末200は、第一の閾値111と、第二の閾値112と、入力文字記録部311と、削除文字記録部312とにアクセス可能である。第一の閾値111と、第二の閾値112と、入力文字記録部311と、削除文字記録部312は、RAM203、ディスク205といった記憶装置に格納される。入力文字記録部311は、入力された文字に関する情報を記憶する。削除文字記録部312は、削除された文字に関する情報を記憶する。削除文字記録部312に記録されるレコードが、図1で示した履歴121に相当する。   The tablet terminal 200 can access the first threshold value 111, the second threshold value 112, the input character recording unit 311, and the deleted character recording unit 312. The first threshold value 111, the second threshold value 112, the input character recording unit 311, and the deleted character recording unit 312 are stored in a storage device such as the RAM 203 and the disk 205. The input character recording unit 311 stores information related to the input character. The deleted character recording unit 312 stores information regarding the deleted character. The record recorded in the deleted character recording unit 312 corresponds to the history 121 shown in FIG.

操作処理部301は、第一の閾値111を用いたフリック操作、タップ操作の判定および文字の特定を行う。さらに、操作処理部301は、入力文字記録部311の更新、削除操作に応じた削除文字記録部312への記録を行う。   The operation processing unit 301 performs a flick operation, a tap operation determination, and a character specification using the first threshold value 111. Further, the operation processing unit 301 updates the input character recording unit 311 and records in the deleted character recording unit 312 according to the deletion operation.

次に、操作処理部301の一部の機能となる出力部304と記録部305とについて説明する。以下の説明では、一文字入力した状態でユーザuが誤判定に気付いた場合の機能について説明する。出力部304は、タッチパネル102上の押下入力の移動距離が第一の閾値111以上であれば押下入力の位置および押下入力の移動方向の組み合わせに対応する文字を出力し、移動距離が第一の閾値111未満であれば位置に対応する文字を出力する。   Next, the output unit 304 and the recording unit 305 that are functions of a part of the operation processing unit 301 will be described. In the following description, a function when the user u notices an erroneous determination in a state where one character is input will be described. The output unit 304 outputs a character corresponding to the combination of the position of the pressing input and the moving direction of the pressing input if the moving distance of the pressing input on the touch panel 102 is the first threshold 111 or more. If it is less than the threshold 111, the character corresponding to the position is output.

記録部305は、出力した文字の削除を受け付けたことに応じて、文字に対応付けて押下入力の位置、移動距離、移動方向のうちの少なくともいずれか一つの情報を含むレコードを、削除文字記録部312に記録する。   In response to receiving the deletion of the output character, the recording unit 305 deletes the record including at least one of the information of the position of the press input, the moving distance, and the moving direction in association with the character. Recorded in the unit 312.

また、記録部305は、出力した文字の削除を受け付けたことに応じて、出力した文字に対応付けて、次に示す情報を含むレコードを削除文字記録部312に記録してもよい。そして、レコードには、タッチパネル102を分割した複数の領域のうちの位置に応じた領域と、第一の閾値111および移動距離の比較結果と、移動方向とが含まれる。第一の閾値111および削除文字記録部312に含まれる移動距離の比較結果を、「削除文字記録部312のフリック判定」と呼称する。移動距離が第一の閾値111以上であれば、削除文字記録部312のフリック判定が真であるとし、移動距離が第一の閾値111未満であれば、削除文字記録部312のフリック判定が偽であるとする。   Further, in response to receiving the deletion of the output character, the recording unit 305 may record a record including the following information in the deleted character recording unit 312 in association with the output character. The record includes an area corresponding to the position among a plurality of areas obtained by dividing the touch panel 102, a comparison result of the first threshold value 111 and the movement distance, and a movement direction. The comparison result of the movement distances included in the first threshold 111 and the deleted character recording unit 312 is referred to as “flick determination of the deleted character recording unit 312”. If the moving distance is greater than or equal to the first threshold 111, the flick determination of the deleted character recording unit 312 is true. If the moving distance is less than the first threshold 111, the flick determination of the deleted character recording unit 312 is false. Suppose that

また、記録部305は、出力した文字の削除を受け付けたことに応じて、さらに、移動距離を含むレコードを、削除文字記録部312に記録してもよい。   Further, the recording unit 305 may further record a record including the moving distance in the deleted character recording unit 312 in response to receiving the deletion of the output character.

また、記録部305は、文字の削除を受け付けたことに応じて、さらに、算出部302が算出した第二の閾値112および移動距離の比較結果を含むレコードを、削除文字記録部312に記録してもよい。第二の閾値112および削除文字記録部312に含まれる移動距離の比較結果を、「削除文字記録部312の新フリック判定」と呼称する。移動距離が第二の閾値112以上であれば、削除文字記録部312の新フリック判定が真であるとし、移動距離が第二の閾値112未満であれば、削除文字記録部312の新フリック判定が偽であるとする。   Further, in response to accepting the deletion of the character, the recording unit 305 further records a record including the comparison result of the second threshold value 112 and the movement distance calculated by the calculation unit 302 in the deleted character recording unit 312. May be. The comparison result of the movement distances included in the second threshold 112 and the deleted character recording unit 312 is referred to as “new flick determination of the deleted character recording unit 312”. If the moving distance is greater than or equal to the second threshold 112, the new flick determination of the deleted character recording unit 312 is true. If the moving distance is less than the second threshold 112, the new flick determination of the deleted character recording unit 312 is determined. Is false.

算出部302は、統計量を算出し、第二の閾値112を逐次更新する。具体的には、算出部302は、押下入力の移動距離に基づいて、第二の閾値112を算出する。   The calculation unit 302 calculates a statistic and sequentially updates the second threshold value 112. Specifically, the calculation unit 302 calculates the second threshold 112 based on the movement distance of the pressing input.

また、算出部302は、タッチパネル102上の押下入力が複数行われた場合、複数の押下入力の移動距離のうちの第一の閾値111以上となる移動距離の平均値と標準偏差とに基づいて第1の値を算出する。また、算出部302は、複数の押下入力の移動距離のうちの第一の閾値111未満となる移動距離の平均値と標準偏差とに基づいて第2の値を算出してもよい。そして、算出部302は、第1の値と第2の値とに基づいて、第二の閾値112を算出する。例えば、算出部302は、第1の値と第2の値との平均値を、第二の閾値112として算出する。ここで、標準偏差は、標本標準偏差でもよいし、母集団の標準偏差でもよい。また、算出部302は、平均値の代わりに中央値を用いてもよいし、標準偏差の代わりに四分位偏差を用いてもよい。   In addition, when a plurality of pressing inputs on the touch panel 102 are performed, the calculation unit 302 is based on the average value and the standard deviation of the moving distances that are equal to or more than the first threshold 111 among the moving distances of the plurality of pressing inputs. A first value is calculated. Further, the calculation unit 302 may calculate the second value based on the average value and the standard deviation of the movement distances that are less than the first threshold 111 among the movement distances of the plurality of pressing inputs. Then, the calculation unit 302 calculates the second threshold 112 based on the first value and the second value. For example, the calculation unit 302 calculates an average value of the first value and the second value as the second threshold value 112. Here, the standard deviation may be a sample standard deviation or a population standard deviation. The calculation unit 302 may use the median instead of the average value, or may use the quartile deviation instead of the standard deviation.

判定修正部303は、判定修正処理を実行する。判定修正部303の一部の機能となる判定部306と補正部307とについて説明する。例えば、タブレット端末200が、タッチパネル102上の新たな押下入力を受け付けたとする。新たな押下入力を受け付けたことに応じて、判定部306は、記録した削除文字記録部312と入力文字記録部311のうちの削除文字記録部312が有する情報に対応する情報とに基づいて、第一の閾値111の補正をすべきか否かを判定する。入力文字記録部311には、新たな押下入力の位置、移動距離、移動方向が記録されている。また、判定部306は、新たな押下入力によって文字を出力する前に判定してもよいし、出力した後に判定してもよい。   The determination correction unit 303 executes determination correction processing. The determination unit 306 and the correction unit 307 that are part of the function of the determination correction unit 303 will be described. For example, it is assumed that the tablet terminal 200 receives a new pressing input on the touch panel 102. In response to accepting a new pressing input, the determination unit 306 is based on the recorded deleted character recording unit 312 and information corresponding to the information included in the deleted character recording unit 312 of the input character recording unit 311. It is determined whether or not the first threshold value 111 should be corrected. The input character recording unit 311 records the position of the new press input, the moving distance, and the moving direction. Further, the determination unit 306 may determine before outputting a character by a new pressing input, or may determine after outputting.

ここで、削除文字記録部312に含まれる情報が、押下入力の位置、移動距離、移動方向のうちのいずれか一つと、削除された文字である場合の判定方法の一例について説明する。まずは、押下入力の位置と削除された文字との場合について説明する。この場合、判定部306は、削除文字記録部312に含まれる押下入力の位置と、新たな押下入力の位置とが一致し、かつ、削除された文字と新たな押下入力によって出力される文字とが異なる場合に、第一の閾値111の補正をすべきと判定する。このような処理は、例えば、フリック操作の移動方向が1方向だけに限定されているときに有効である。   Here, an example of a determination method in the case where the information included in the deleted character recording unit 312 is any one of the position of pressing input, the moving distance, and the moving direction and the deleted character will be described. First, the case of the position of pressing input and the deleted character will be described. In this case, the determination unit 306 matches the position of the pressing input included in the deleted character recording unit 312 with the position of the new pressing input, and the deleted character and the character output by the new pressing input. Are different, it is determined that the first threshold value 111 should be corrected. Such a process is effective, for example, when the movement direction of the flick operation is limited to only one direction.

次に、移動距離と削除された文字との場合について説明する。この場合、判定部306は、削除文字記録部312に含まれる移動距離が第一の閾値111以上か否かの真偽値と、新たな押下入力の移動距離が第一の閾値111以上か否かの真偽値とが異なる場合に、第一の閾値111の補正をすべきと判定する。このような処理は、例えば、領域が1つしかない場合に有効である。   Next, the case of the movement distance and the deleted character will be described. In this case, the determination unit 306 determines whether the moving distance included in the deleted character recording unit 312 is greater than or equal to the first threshold 111 and whether the new pressing input moving distance is greater than or equal to the first threshold 111. When the true / false value is different, it is determined that the first threshold value 111 should be corrected. Such a process is effective, for example, when there is only one area.

次に、移動距離と削除された文字との場合について説明する。この場合、判定部306は、削除された文字と、新たな押下入力によって出力される文字とが異なり、かつ、削除文字記録部312に含まれる移動方向と新たな押下入力の移動方向が一致する場合に、第一の閾値111の補正をすべきと判定する。このような処理は、例えば、領域が1つしかない場合に有効である。   Next, the case of the movement distance and the deleted character will be described. In this case, the determination unit 306 differs between the deleted character and the character output by the new pressing input, and the moving direction included in the deleted character recording unit 312 matches the moving direction of the new pressing input. In this case, it is determined that the first threshold value 111 should be corrected. Such a process is effective, for example, when there is only one area.

また、判定部306は、削除文字記録部312と複数の領域のうちの新たな押下入力の位置に応じた領域と、第一の閾値111および新たな押下入力の移動距離の比較結果と、新たな押下入力の移動方向とに基づいて補正をすべきか否かを判定してもよい。ここで、第一の閾値111および入力文字記録部311に含まれる新たな押下入力の移動距離の比較結果を、「入力文字記録部311のフリック判定」と呼称する。移動距離が第一の閾値111以上であれば、入力文字記録部311のフリック判定が真であるとし、移動距離が第一の閾値111未満であれば、入力文字記録部311のフリック判定が偽であるとする。   In addition, the determination unit 306 includes the deleted character recording unit 312 and the region corresponding to the position of the new pressing input among the plurality of regions, the comparison result of the first threshold value 111 and the moving distance of the new pressing input, and the new It may be determined whether or not correction is to be made based on the movement direction of the pressing input. Here, the comparison result of the movement distance of the new pressing input included in the first threshold 111 and the input character recording unit 311 is referred to as “flick determination of the input character recording unit 311”. If the moving distance is greater than or equal to the first threshold 111, the flick determination of the input character recording unit 311 is true. If the moving distance is less than the first threshold 111, the flick determination of the input character recording unit 311 is false. Suppose that

また、判定部306は、削除文字記録部312と複数の領域のうちの新たな押下入力の位置に応じた領域と、入力文字記録部311のフリック判定と、新たな押下入力の移動方向と、に基づいて、第一の閾値111の補正をすべきか否かを判定してもよい。   The determination unit 306 also includes the deleted character recording unit 312 and a region corresponding to the position of the new pressing input among the plurality of regions, the flick determination of the input character recording unit 311, the moving direction of the new pressing input, Based on the above, it may be determined whether or not the first threshold value 111 should be corrected.

また、判定部306は、削除文字記録部312に含まれる領域と新たな押下入力の位置に応じた領域とが同一であり、かつ、条件Aを満たす場合、第一の閾値111の補正をすべきと判定してもよい。条件Aの内容は、図18で説明する。   The determination unit 306 corrects the first threshold value 111 when the area included in the deleted character recording unit 312 is the same as the area corresponding to the position of the new pressing input and the condition A is satisfied. It may be determined that it should be. The contents of condition A will be described with reference to FIG.

また、判定部306は、削除文字記録部312に含まれる領域と新たな押下入力の位置に応じた領域とが同一であり、かつ、条件Bを満たす場合、第一の閾値111の補正をすべきと判定してもよい。条件Bの内容は、図18で説明する。   The determination unit 306 corrects the first threshold value 111 when the area included in the deleted character recording unit 312 is the same as the area corresponding to the position of the new pressing input and the condition B is satisfied. It may be determined that it should be. The contents of condition B will be described with reference to FIG.

補正部307は、第一の閾値111を補正すべきと判定した場合、削除文字記録部312に基づいて、第一の閾値111を補正する。ここで、削除文字記録部312に含まれる情報が、押下入力の位置、移動距離、移動方向のうちのいずれか一つと、削除された文字である場合の補正方法について説明する。まずは、押下入力の位置と削除された文字との場合と、移動方向と削除された文字との場合について説明する。ここで、削除された文字によって、削除された文字がタップ操作に対応する文字なのか、フリック操作に対応する文字なのかが判定できる。削除された文字がタップ操作に対応する文字であれば、その操作はユーザuによってフリック操作を行ったつもりのものであったため、補正部307は、第一の閾値111を小さくする方向に補正する。同様に、削除された文字がフリック操作に対応する文字であれば、その操作はユーザuによってタップ操作を行ったつもりのものであったため、補正部307は、第一の閾値111を大きくする方向に補正する。   When it is determined that the first threshold value 111 should be corrected, the correction unit 307 corrects the first threshold value 111 based on the deleted character recording unit 312. Here, a description will be given of a correction method in the case where the information included in the deleted character recording unit 312 is any one of the position of pressing input, the moving distance, and the moving direction, and the deleted character. First, the case of the position of the press input and the deleted character, and the case of the movement direction and the deleted character will be described. Here, based on the deleted character, it can be determined whether the deleted character is a character corresponding to a tap operation or a character corresponding to a flick operation. If the deleted character is a character corresponding to the tap operation, since the operation was intended to be performed by the user u, the correction unit 307 corrects the first threshold value 111 in the direction of decreasing. . Similarly, if the deleted character is a character corresponding to the flick operation, the operation is intended to be performed by the user u, and the correction unit 307 increases the first threshold value 111. To correct.

また、補正部307は、第一の閾値111を補正すべきと判定した場合、削除文字記録部312に含まれる移動距離に基づいて、第一の閾値111を補正してもよい。例えば、削除された文字がタップ操作に対応する文字であれば、その操作はユーザuによってフリック操作を行ったつもりのものであったため、補正部307は、削除文字記録部312に含まれる移動距離より小さい値を第一の閾値111として補正する。同様に、削除された文字がフリック操作に対応する文字であれば、その操作はユーザuによってタップ操作を行ったつもりのものであったため、補正部307は、削除文字記録部312に含まれる移動距離より大きい値を第一の閾値111として補正する。   Further, when it is determined that the first threshold value 111 should be corrected, the correction unit 307 may correct the first threshold value 111 based on the moving distance included in the deleted character recording unit 312. For example, if the deleted character is a character corresponding to the tap operation, since the operation was intended to be performed by the user u, the correction unit 307 includes the movement distance included in the deleted character recording unit 312. A smaller value is corrected as the first threshold 111. Similarly, if the deleted character is a character corresponding to the flick operation, since the operation was intended to be performed by the user u, the correction unit 307 includes the movement included in the deleted character recording unit 312. A value larger than the distance is corrected as the first threshold 111.

また、補正部307は、第一の閾値111を補正すべきと判定した場合、第二の閾値112で第一の閾値111を更新することにより第一の閾値111を補正してもよい。   Further, when it is determined that the first threshold value 111 should be corrected, the correction unit 307 may correct the first threshold value 111 by updating the first threshold value 111 with the second threshold value 112.

次に、以下の説明では、数文字入力した状態でユーザuが誤判定に気付いた場合の機能について説明する。この場合、出力部304は、タッチパネル102上の押下入力が複数行われた場合、複数の押下入力の各々の押下入力に対応する文字を出力する。   Next, in the following description, a function when the user u notices an erroneous determination in a state where several characters are input will be described. In this case, when a plurality of pressing inputs on the touch panel 102 are performed, the output unit 304 outputs a character corresponding to each pressing input of the plurality of pressing inputs.

記録部305は、各々の押下入力に対応する文字の削除を受け付けたことに応じて、各々の押下入力に対応する文字に対応付けて各々の押下入力の位置、各々の押下入力の移動距離、各々の押下入力の移動方向を含むレコードを削除文字記録部312に記録する。   In response to receiving the deletion of the character corresponding to each pressing input, the recording unit 305 associates the character corresponding to each pressing input with the position of each pressing input, the moving distance of each pressing input, Records including the moving direction of each pressing input are recorded in the deleted character recording unit 312.

判定部306は、タッチパネル102上の複数の新たな押下入力を受け付けたことに応じて、記録した削除文字記録部312に対応付けられた各々の押下入力に対応する文字と複数の新たな押下入力によって出力される文字とで異なる文字があるか判定する。異なる文字があれば、判定部306は、削除文字記録部312と複数の新たな押下入力の位置に応じた領域と、第一の閾値111および複数の新たな押下入力の移動距離の比較結果と、複数の新たな押下入力の移動方向とに基づいて、補正をすべきか否かを判定する。   In response to receiving a plurality of new pressing inputs on touch panel 102, determination unit 306 receives a character corresponding to each pressing input associated with recorded deleted character recording unit 312 and a plurality of new pressing inputs. It is determined whether there is a character that is different from the character output by. If there is a different character, the determination unit 306 compares the deleted character recording unit 312 and the region corresponding to the positions of the plurality of new pressing inputs, the comparison result of the first threshold 111 and the movement distances of the plurality of new pressing inputs. Based on the movement directions of a plurality of new pressing inputs, it is determined whether or not correction is to be performed.

また、判定部306は、削除文字記録部312の各々の押下入力に対応する文字と複数の新たな押下入力によって出力される文字とで異なる文字があるか判定する。異なる文字があれば、判定部306は、削除文字記録部312の各々の押下入力の位置に応じた領域と複数の新たな押下入力のうちの削除文字記録部312の各々の押下入力に対応する新たな押下入力の位置に応じた領域とが全て同一であるか判定する。全て同一である場合、判定部306は、削除文字記録部312の各々の押下入力について、条件Aまたは条件Bまたは条件Cのいずれか一つを満たせば、第一の閾値111を補正すべきと判定する。条件Cの内容は、図18で説明する。   Also, the determination unit 306 determines whether there is a different character between the character corresponding to each pressing input of the deleted character recording unit 312 and the character output by a plurality of new pressing inputs. If there is a different character, the determination unit 306 corresponds to each pressing input of the deleted character recording unit 312 out of an area corresponding to the position of each pressing input of the deleted character recording unit 312 and a plurality of new pressing inputs. It is determined whether all the areas corresponding to the position of the new pressing input are the same. If all are the same, the determination unit 306 should correct the first threshold 111 if any one of the condition A, the condition B, or the condition C is satisfied for each pressing input of the deleted character recording unit 312. judge. The contents of the condition C will be described with reference to FIG.

補正部307については、一文字入力した状態でユーザuが誤判定に気付いた場合と、数文字入力した状態でユーザuが誤判定に気付いた場合とで処理が変わらないため、説明を省略する。   The correction unit 307 will not be described because the process does not change between the case where the user u notices an erroneous determination when one character is input and the case where the user u notices an erroneous determination while several characters are input.

図4は、タッチパネル領域分割の一例を示す説明図である。図4では、タッチパネル102の表示領域を、4×4の16領域に分割した例を示す。図4の例では、分割した16領域のうちの10の領域は日本語50音の文字入力キー領域である。   FIG. 4 is an explanatory diagram illustrating an example of touch panel area division. FIG. 4 shows an example in which the display area of the touch panel 102 is divided into 4 × 4 16 areas. In the example of FIG. 4, 10 of the 16 divided areas are character input key areas for Japanese 50 sounds.

タブレット端末200は、日本語50音の文字入力キー領域への押下開始時に50音の行を特定する。そして、タブレット端末200は、タップ操作で「あ」段の文字を特定し、フリック操作で「い」段〜「お」段のいずれかの文字を特定する。具体的には、タブレット端末200は、左方向へのフリック操作で「い」段の文字を特定し、上方向へのフリック操作で「う」段の文字を特定し、右方向へのフリック操作で「え」段の文字を特定し、下方向へのフリック操作で「お」段の文字を特定する。領域分割と文字の割り当ては一つの例であり、他の領域分割、割り当て方法もありうる。例えば、文字入力領域には日本語50音以外の文字を割り当ててもよい。   The tablet terminal 200 identifies a line of 50 sounds at the start of pressing a Japanese 50-sound character input key area. Then, the tablet terminal 200 specifies the characters in the “a” row by the tap operation, and specifies the characters in the “i” row to the “o” row by the flick operation. Specifically, the tablet terminal 200 identifies a character “I” by flicking leftward, identifies a character “U” by flicking upward, and flicks rightward. The character of the “e” row is specified with, and the character of the “o” row is specified by flicking downward. Area division and character assignment are examples, and other area division and assignment methods are possible. For example, characters other than Japanese 50 sounds may be assigned to the character input area.

また、図4では、分割した16領域のうち、日本語50音の文字入力キー領域以外に、「削除」と表記された削除キー領域、「→」「←」と表記されたカーソル移動キー領域、「確定」と表記された確定キー領域を割り当てている。削除キー領域、カーソル移動キー領域、確定キー領域へのタップ操作を行うことで、それぞれ文字削除処理、カーソル移動処理、入力文字列の確定処理を実行する。削除処理、カーソル移動処理、確定処理の割り当ては、一つの例であり、他の割り当て方法もありうる。また、これらの処理を起動する操作は、タッチパネル上の操作でなくタブレット端末200が有する外部のスイッチや、ボタン等を使って実装してもよい。   Further, in FIG. 4, in the divided 16 areas, in addition to the character input key area of Japanese 50 syllabary, the delete key area indicated as “delete” and the cursor movement key area indicated as “→” and “←” , A confirmation key area labeled “confirm” is assigned. By performing a tap operation to the deletion key area, the cursor movement key area, and the confirmation key area, a character deletion process, a cursor movement process, and an input character string confirmation process are executed. The assignment of the deletion process, the cursor movement process, and the confirmation process is an example, and there may be other assignment methods. Further, the operation for starting these processes may be implemented using an external switch, a button, or the like included in the tablet terminal 200 instead of an operation on the touch panel.

図5は、操作処理手順の一例を示すフローチャート(その1)である。また、図6は、操作処理手順の一例を示すフローチャート(その2)である。操作処理部301は、押下開始位置と押下終了位置とを取得する(ステップS501)。次に、操作処理部301は、押下開始位置が属する領域を特定する(ステップS502)。そして、操作処理部301は、特定した領域が文字入力キー領域か否かを判断する(ステップS503)。特定した領域が文字入力キー領域である場合(ステップS503:Yes)、操作処理部301は、文字特定処理を実行する(ステップS504)。次に、操作処理部301は、統計値更新処理を実行する(ステップS505)。そして、操作処理部301は、文字記録処理を実行する(ステップS506)。次に、操作処理部301は、文字表示処理を実行する(ステップS507)。そして、操作処理部301は、判定修正処理を実行する(ステップS508)。ステップS508の処理終了後、操作処理部301は、操作処理を終了する。   FIG. 5 is a flowchart (part 1) illustrating an example of the operation processing procedure. FIG. 6 is a flowchart (part 2) illustrating an example of the operation processing procedure. The operation processing unit 301 acquires a pressing start position and a pressing end position (step S501). Next, the operation processing unit 301 identifies an area to which the pressing start position belongs (step S502). Then, the operation processing unit 301 determines whether or not the identified area is a character input key area (step S503). When the specified area is a character input key area (step S503: Yes), the operation processing unit 301 executes a character specifying process (step S504). Next, the operation processing unit 301 performs a statistical value update process (step S505). Then, the operation processing unit 301 executes a character recording process (step S506). Next, the operation processing unit 301 performs a character display process (step S507). Then, the operation processing unit 301 executes determination correction processing (step S508). After the process of step S508 ends, the operation processing unit 301 ends the operation process.

一方、特定した領域が文字入力キー領域でない場合(ステップS503:No)、操作処理部301は、特定した領域が削除キー領域か否かを判断する(ステップS601)。特定した領域が削除キー領域である場合(ステップS601:Yes)、操作処理部301は、文字削除処理を実行する(ステップS602)。   On the other hand, when the specified area is not a character input key area (step S503: No), the operation processing unit 301 determines whether the specified area is a deletion key area (step S601). If the identified area is a deletion key area (step S601: Yes), the operation processing unit 301 executes a character deletion process (step S602).

一方、特定した領域が削除キー領域でない場合(ステップS601:No)、操作処理部301は、特定した領域がカーソル移動キー領域か否かを判断する(ステップS603)。特定した領域がカーソル移動キー領域である場合(ステップS603:Yes)、操作処理部301は、カーソル移動処理を実行する(ステップS604)。   On the other hand, when the specified area is not the delete key area (step S601: No), the operation processing unit 301 determines whether the specified area is a cursor movement key area (step S603). When the specified area is a cursor movement key area (step S603: Yes), the operation processing unit 301 executes a cursor movement process (step S604).

一方、特定した領域がカーソル移動キー領域でない場合(ステップS603:No)、操作処理部301は、特定した領域が確定キー領域か否かを判断する(ステップS605)。特定した領域が確定キー領域である場合(ステップS605:Yes)、操作処理部301は、確定処理を実行する(ステップS606)。   On the other hand, when the specified area is not the cursor movement key area (step S603: No), the operation processing unit 301 determines whether or not the specified area is the confirmation key area (step S605). When the identified area is the confirmation key area (step S605: Yes), the operation processing unit 301 executes the confirmation process (step S606).

ステップS602、ステップS604、ステップS606のうちのいずれか一つの処理終了後、または、特定した領域が確定キー領域でない場合(ステップS605:No)、操作処理部301は、操作処理を終了する。   After completion of any one of step S602, step S604, and step S606, or when the specified area is not a fixed key area (step S605: No), the operation processing unit 301 ends the operation process.

図7は、文字特定処理手順の一例を示すフローチャートである。文字特定処理は、入力された文字を特定する処理である。操作処理部301は、押下開始位置と押下終了位置とから、移動距離、上下左右のいずれかの移動方向を算出する(ステップS701)。ここで、本実施の形態では、移動方向は、4方向であるが、これに限られず、例えば、斜めの方向を加えた8方向でもよい。   FIG. 7 is a flowchart illustrating an example of a character identification processing procedure. The character specifying process is a process for specifying an input character. The operation processing unit 301 calculates a movement distance and a movement direction of up / down / left / right from the pressing start position and the pressing end position (step S701). Here, in the present embodiment, the moving direction is four directions, but is not limited to this, and may be eight directions including an oblique direction, for example.

次に、操作処理部301は、移動距離が第一の閾値111以上か否かを判断する(ステップS702)。移動距離が第一の閾値111以上である場合(ステップS702:Yes)、操作処理部301は、ユーザuの操作をフリック操作と判定する(ステップS703)。そして、操作処理部301は、該当する文字入力領域でのフリック操作の各移動方向に割り当てられた文字を特定する(ステップS704)。   Next, the operation processing unit 301 determines whether or not the movement distance is equal to or greater than the first threshold 111 (step S702). When the movement distance is greater than or equal to the first threshold 111 (step S702: Yes), the operation processing unit 301 determines that the operation of the user u is a flick operation (step S703). Then, the operation processing unit 301 identifies the character assigned to each moving direction of the flick operation in the corresponding character input area (step S704).

一方、移動距離が第一の閾値111未満である場合(ステップS702:No)、操作処理部301は、ユーザuの操作をタップ操作と判定する(ステップS705)。そして、操作処理部301は、該当する文字入力キー領域でのタップ操作に割り当てられた文字を特定する(ステップS706)。   On the other hand, when the movement distance is less than the first threshold 111 (step S702: No), the operation processing unit 301 determines that the operation of the user u is a tap operation (step S705). Then, the operation processing unit 301 identifies the character assigned to the tap operation in the corresponding character input key area (step S706).

ステップS704またはステップS706の処理終了後、操作処理部301は、文字特定処理を終了する。なお、ステップS702、ステップS703、ステップS705の処理において、操作処理部301は、移動距離が第一の閾値111より大きい場合に、フリック操作と判定し、移動距離が第一の閾値111以下の場合に、タップ操作と判定してもよい。   After the process of step S704 or step S706 ends, the operation processing unit 301 ends the character identification process. In the processing of step S702, step S703, and step S705, the operation processing unit 301 determines that the flick operation is performed when the movement distance is greater than the first threshold 111, and the movement distance is equal to or less than the first threshold 111. Alternatively, it may be determined as a tap operation.

次に、統計値更新処理について、図8、図9を用いて二つの例を示す。   Next, two examples of statistical value update processing will be described with reference to FIGS.

図8は、統計値更新処理手順の一例を示すフローチャートである。算出部302は、ユーザuの操作がタップ操作か否かを判断する(ステップS801)。ユーザuの操作がタップ操作である場合(ステップS801:Yes)、算出部302は、過去の一定期間におけるタップ操作の移動距離の平均値を算出する(ステップS802)。次に、算出部302は、過去の一定期間におけるタップ操作の移動距離の分散および標準偏差を算出する(ステップS803)。   FIG. 8 is a flowchart illustrating an example of a statistical value update processing procedure. The calculating unit 302 determines whether or not the operation of the user u is a tap operation (step S801). When the operation of the user u is a tap operation (step S801: Yes), the calculation unit 302 calculates the average value of the movement distance of the tap operation in a past fixed period (step S802). Next, the calculation unit 302 calculates the variance and standard deviation of the movement distance of the tap operation in the past certain period (step S803).

そして、算出部302は、平均値+3×標準偏差を、第二の閾値112として保存する(ステップS804)。ここで、図8の例では、ユーザuの通常のタップ操作での指のずれより十分に大きい値が第二の閾値112として保存される。また、算出部302は、フリック操作の集合に関する統計量を用いて第二の閾値112を算出してもよい。フリック操作の集合に関する統計量を用いる例については、図9を用いて説明する。   Then, the calculating unit 302 stores the average value + 3 × standard deviation as the second threshold value 112 (step S804). Here, in the example of FIG. 8, a value sufficiently larger than the finger displacement in the normal tap operation of the user u is stored as the second threshold value 112. In addition, the calculation unit 302 may calculate the second threshold 112 using a statistic regarding the set of flick operations. An example of using statistics regarding a set of flick operations will be described with reference to FIG.

ステップS804の処理終了後、または、ユーザuの操作がタップ操作でない場合(ステップS801:No)、算出部302は、統計値更新処理を終了する。   After the process of step S804 is completed, or when the operation of the user u is not a tap operation (step S801: No), the calculation unit 302 ends the statistical value update process.

図9は、統計値更新処理手順の他の例を示すフローチャートである。算出部302は、ユーザuの操作がタップ操作か否かを判断する(ステップS901)。ユーザuの操作がタップ操作である場合(ステップS901:Yes)、算出部302は、過去の一定期間におけるタップ操作の移動距離の平均値を算出する(ステップS902)。次に、算出部302は、過去の一定期間におけるタップ操作の移動距離の分散および標準偏差を算出する(ステップS903)。   FIG. 9 is a flowchart illustrating another example of the statistical value update processing procedure. The calculation unit 302 determines whether or not the operation of the user u is a tap operation (step S901). When the operation of the user u is a tap operation (step S901: Yes), the calculation unit 302 calculates an average value of the movement distance of the tap operation in a past fixed period (step S902). Next, the calculation unit 302 calculates the variance and standard deviation of the movement distance of the tap operation in the past fixed period (step S903).

ユーザuの操作がタップ操作でない場合(ステップS901:No)、算出部302は、ユーザuの操作がフリック操作であるか否かを判断する(ステップS904)。ユーザuの操作がフリック操作である場合(ステップS904:Yes)、算出部302は、過去の一定期間におけるフリック操作の移動距離の平均値を算出する(ステップS905)。次に、算出部302は、過去の一定期間におけるフリック操作の移動距離の分散および標準偏差を算出する(ステップS906)。   When the operation of the user u is not a tap operation (step S901: No), the calculation unit 302 determines whether the operation of the user u is a flick operation (step S904). When the operation of the user u is a flick operation (step S904: Yes), the calculation unit 302 calculates an average value of the movement distance of the flick operation in a past fixed period (step S905). Next, the calculation unit 302 calculates the variance and standard deviation of the movement distance of the flick operation in a past fixed period (step S906).

ステップS903の処理終了後、またはステップS906の処理終了後、算出部302は、タップ操作の平均値+3×タップ操作の標準偏差を算出する(ステップS907)。ステップS907で算出される値は、図3で説明した第2の値に相当する。   After the process of step S903 is completed or after the process of step S906 is completed, the calculation unit 302 calculates the average value of the tap operation + 3 × the standard deviation of the tap operation (step S907). The value calculated in step S907 corresponds to the second value described with reference to FIG.

また、算出部302は、フリック操作の平均値−3×フリック操作の標準偏差を算出する(ステップS908)。ステップS908で算出される値は、図3で説明した第1の値に相当する。   Further, the calculation unit 302 calculates the average value of the flick operation−3 × the standard deviation of the flick operation (step S908). The value calculated in step S908 corresponds to the first value described in FIG.

なお、ステップS907、ステップS908の処理について、算出部302は、タップ操作の平均値+2×タップ操作の標準偏差と、フリック操作の平均値−2×フリック操作の標準偏差とを算出してもよい。そして、算出部302は、両値の平均値を第二の閾値112として保存する(ステップS909)。   In addition, regarding the processing of step S907 and step S908, the calculation unit 302 may calculate the average value of the tap operation + 2 × the standard deviation of the tap operation and the average value of the flick operation−2 × the standard deviation of the flick operation. . Then, the calculation unit 302 stores the average value of both values as the second threshold value 112 (step S909).

ステップS909の処理終了後、または、ユーザuの操作がフリック操作でない場合(ステップS904:No)、算出部302は、統計値更新処理を終了する。   After the process of step S909 ends, or when the operation of the user u is not a flick operation (step S904: No), the calculation unit 302 ends the statistical value update process.

また、図8、図9で示した統計値更新処理について、ユーザuが後から削除した文字を入力した際のタップ操作およびフリック操作については、移動距離の統計値算出の対象から除外するのが望ましい。   In addition, regarding the statistical value update processing shown in FIGS. 8 and 9, the tap operation and the flick operation when the user u inputs a character deleted later is excluded from the target of calculating the moving distance statistical value. desirable.

図10は、文字記録処理手順の一例を示すフローチャートである。操作処理部301は、入力文字記録部311のカーソル位置を取得する(ステップS1001)。次に、操作処理部301は、特定された文字に関して、「入力文字、領域ID(Identify)、移動距離、移動方向、フリック判定」という5項目の組を有するデータを作成する(ステップS1002)。各項目については、図11で説明する。   FIG. 10 is a flowchart illustrating an example of a character recording processing procedure. The operation processing unit 301 acquires the cursor position of the input character recording unit 311 (step S1001). Next, the operation processing unit 301 creates data having a set of five items “input character, region ID (Identify), moving distance, moving direction, and flick determination” for the specified character (step S1002). Each item will be described with reference to FIG.

そして、操作処理部301は、作成したデータをカーソル位置の直後に挿入または追加する(ステップS1003)。次に、操作処理部301は、カーソル位置を一つ後に移動する(ステップS1004)。ステップS1004の処理終了後、操作処理部301は、文字記録処理を終了する。   Then, the operation processing unit 301 inserts or adds the created data immediately after the cursor position (step S1003). Next, the operation processing unit 301 moves the cursor position one place later (step S1004). After the process of step S1004 is completed, the operation processing unit 301 ends the character recording process.

図11は、入力文字記録部311の記憶内容の一例を示す説明図である。図11では、図11の(a)〜(c)に分けて、入力文字記録部311の記憶内容の一例を示す。入力文字記録部311は、ステップS1002で作成した5項目を1レコードとして記憶する。また、入力文字記録部311の1つのレコードが、1つのフリック操作またはタップ操作に対する入力文字を示す。   FIG. 11 is an explanatory diagram showing an example of the contents stored in the input character recording unit 311. FIG. 11 shows an example of the stored contents of the input character recording unit 311 divided into (a) to (c) of FIG. The input character recording unit 311 stores the five items created in step S1002 as one record. Further, one record in the input character recording unit 311 indicates an input character for one flick operation or tap operation.

5項目について、具体的に説明する。入力文字項目は、入力された文字が格納される項目である。領域ID項目は、押下された領域を識別する情報が格納される。移動距離項目は、押下された移動距離を画素単位で示した値が格納される。移動方向項目は、押下位置の始点から押下位置の終点に向かう方向を示す情報が格納される。フリック判定項目は、「移動距離≧第一の閾値111」の真偽値が格納される。フリック判定が真である場合、タブレット端末200がフリック操作であると判定したことを示す。これに対し、フリック判定が偽である場合、タブレット端末200がタップ操作であると判定したことを示す。   The five items will be specifically described. The input character item is an item in which an input character is stored. The area ID item stores information for identifying the pressed area. The moving distance item stores a value indicating the pressed moving distance in units of pixels. The movement direction item stores information indicating the direction from the start point of the pressed position to the end point of the pressed position. The flick determination item stores a true / false value of “movement distance ≧ first threshold 111”. If the flick determination is true, it indicates that it is determined that the tablet terminal 200 is a flick operation. On the other hand, if the flick determination is false, it indicates that the tablet terminal 200 has determined that it is a tap operation.

図11の(a)に示す入力文字記録部311は、レコード1101_1を有する。また、図11の(a)では、レコード1101_1が示す入力文字の右側にカーソルがあることを示す。レコード1101_1は、領域IDが「か」の領域に、タップ操作が行われ、入力文字が「か」と特定されたことを示す。   An input character recording unit 311 shown in FIG. 11A has a record 1101_1. Further, (a) of FIG. 11 indicates that the cursor is on the right side of the input character indicated by the record 1101_1. The record 1101_1 indicates that the tap operation has been performed on the area having the area ID “ka” and the input character is identified as “ka”.

図11の(b)では、図11の(a)の状態から、タップ操作により文字「か」が特定された際の入力文字記録部311の記憶内容とカーソル位置とを示す。具体的には、図11の(b)では、入力文字記録部311は、レコード1101_1の次として、入力文字「か」に関するレコード1101_2が追加されたことと、レコード1101_2が示す入力文字「か」の右側にカーソルがあることを示す。   FIG. 11B shows the stored contents and cursor position of the input character recording unit 311 when the character “ka” is specified by the tap operation from the state of FIG. Specifically, in FIG. 11B, the input character recording unit 311 adds the record 1101_2 related to the input character “ka” as the next to the record 1101_1 and the input character “ka” indicated by the record 1101_2. Indicates that the cursor is on the right side of.

図11の(c)では、図11の(b)の状態から、フリック操作により文字「い」が特定された際の入力文字記録部311の記憶内容とカーソル位置とを示す。具体的には、図11の(c)では、入力文字記録部311は、レコード1101_2の次として、入力文字「い」に関するレコード1101_3が追加されたことと、レコード1101_3が示す入力文字「い」の右側にカーソルがあることを示す。   FIG. 11C shows the stored contents and cursor position of the input character recording unit 311 when the character “I” is specified by the flick operation from the state of FIG. 11B. Specifically, in FIG. 11C, the input character recording unit 311 adds the record 1101_3 related to the input character “I” as the next to the record 1101_2 and the input character “I” indicated by the record 1101_3. Indicates that the cursor is on the right side of.

図12は、文字表示処理手順の一例を示すフローチャートである。操作処理部301は、入力文字記録部311に記録された各入力文字を結合した文字列を、タッチパネル102に表示する(ステップS1201)。次に、操作処理部301は、カーソル位置にカーソルを表す記号を、タッチパネル102に表示する(ステップS1202)。ステップS1202の処理終了後、操作処理部301は、文字表示処理を終了する。   FIG. 12 is a flowchart illustrating an example of a character display processing procedure. The operation processing unit 301 displays a character string obtained by combining the input characters recorded in the input character recording unit 311 on the touch panel 102 (step S1201). Next, the operation processing unit 301 displays a symbol representing the cursor at the cursor position on the touch panel 102 (step S1202). After the process of step S1202, the operation processing unit 301 ends the character display process.

図13は、タッチパネル102の表示例を示す説明図である。図13の例では、タッチパネル102は、表示枠1301内に、「かかい」という文字列を表示しており、さらに、カーソル位置に相当する文字「い」の後ろにカーソルを表す記号として、Iビームポインタ1302を表示する。   FIG. 13 is an explanatory diagram illustrating a display example of the touch panel 102. In the example of FIG. 13, the touch panel 102 displays a character string “Kikai” in the display frame 1301, and further, as a symbol representing the cursor after the character “I” corresponding to the cursor position, A beam pointer 1302 is displayed.

図14は、文字削除処理手順の一例を示すフローチャートである。操作処理部301は、カーソル位置の前にデータがあるか否かを判断する(ステップS1401)。カーソル位置の前にデータがある場合(ステップS1401:Yes)、操作処理部301は、入力文字記録部311のカーソル位置直前のデータを削除する(ステップS1402)。次に、操作処理部301は、削除した文字に関する移動距離と第二の閾値112とを比較した判定結果を新フリック判定に設定する(ステップS1403)。そして、操作処理部301は、削除した文字に関するデータの組に、新フリック判定を追加したデータの組を作成する(ステップS1404)。   FIG. 14 is a flowchart illustrating an example of a character deletion processing procedure. The operation processing unit 301 determines whether there is data before the cursor position (step S1401). If there is data before the cursor position (step S1401: Yes), the operation processing unit 301 deletes the data immediately before the cursor position in the input character recording unit 311 (step S1402). Next, the operation processing unit 301 sets a determination result obtained by comparing the movement distance related to the deleted character and the second threshold value 112 as a new flick determination (step S1403). Then, the operation processing unit 301 creates a data set in which a new flick determination is added to the data set related to the deleted character (step S1404).

次に、操作処理部301は、作成したデータを、削除文字記録部312の先頭に挿入する(ステップS1405)。そして、操作処理部301は、カーソル位置を修正する(ステップS1406)。次に、操作処理部301は、文字表示処理を実行する(ステップS1407)。ステップS1407の処理終了後、または、カーソル位置の前にデータがない場合(ステップS1401:No)、操作処理部301は、文字削除処理を終了する。   Next, the operation processing unit 301 inserts the created data at the head of the deleted character recording unit 312 (step S1405). Then, the operation processing unit 301 corrects the cursor position (step S1406). Next, the operation processing unit 301 performs a character display process (step S1407). After the process of step S1407 is completed, or when there is no data before the cursor position (step S1401: No), the operation processing unit 301 ends the character deletion process.

ここで、本実施の形態では、操作処理部301は、文字削除処理として、カーソル位置の前の文字を削除するBackspaceキー型の一文字削除を行っているが、カーソル位置の次の文字を削除する Deleteキー型の一文字削除を使用してもよい。また、操作処理部301は、削除操作は複数の連続した文字を選択して消去する形の消去でもよい。   Here, in the present embodiment, the operation processing unit 301 performs one character deletion of the Backspace key type that deletes the character preceding the cursor position as the character deletion processing, but deletes the next character after the cursor position. Delete key type single character deletion may be used. In addition, the operation processing unit 301 may perform deletion such that the deletion operation selects and deletes a plurality of consecutive characters.

図15は、カーソル移動処理手順の一例を示すフローチャートである。操作処理部301は、カーソル移動操作の方向を確認する(ステップS1501)。左方向へのカーソル移動操作である場合(ステップS1501:左方向)、操作処理部301は、現在のカーソル位置が最左端か否かを判断する(ステップS1502)。現在のカーソル位置が最左端でない場合(ステップS1502:No)、操作処理部301は、カーソル位置を一つ前に移動する(ステップS1503)。   FIG. 15 is a flowchart illustrating an example of a cursor movement processing procedure. The operation processing unit 301 confirms the direction of the cursor movement operation (step S1501). When the cursor movement operation is in the left direction (step S1501: left direction), the operation processing unit 301 determines whether or not the current cursor position is the leftmost end (step S1502). When the current cursor position is not the leftmost position (step S1502: No), the operation processing unit 301 moves the cursor position to the previous position (step S1503).

一方、右方向へのカーソル移動操作である場合(ステップS1501:右方向)、操作処理部301は、現在のカーソル位置が最右端か否かを判断する(ステップS1504)。現在のカーソル位置が最右端でない場合(ステップS1504:No)、操作処理部301は、カーソル位置を一つ後に移動する(ステップS1505)。   On the other hand, when the cursor movement operation is in the right direction (step S1501: right direction), the operation processing unit 301 determines whether or not the current cursor position is the rightmost end (step S1504). When the current cursor position is not the rightmost end (step S1504: No), the operation processing unit 301 moves the cursor position one place later (step S1505).

ステップS1503またはステップS1505の処理終了後、操作処理部301は、削除文字記録部312のデータを削除する(ステップS1506)。そして、操作処理部301は、文字表示処理を実行する(ステップS1507)。   After the processing of step S1503 or step S1505 is completed, the operation processing unit 301 deletes the data in the deleted character recording unit 312 (step S1506). The operation processing unit 301 executes a character display process (step S1507).

ステップS1507の処理終了後、または、現在のカーソル位置が最左端である場合(ステップS1502:Yes)、または、現在のカーソル位置が最右端である場合(ステップS1504:Yes)、操作処理部301は、カーソル移動処理を終了する。   After the processing in step S1507 is completed, or when the current cursor position is the leftmost end (step S1502: Yes), or when the current cursor position is the rightmost end (step S1504: Yes), the operation processing unit 301 The cursor movement process is terminated.

図16は、確定処理手順の一例を示すフローチャートである。操作処理部301は、入力文字記録部311に記録されたデータを外部のアプリに送信する(ステップS1601)。次に、操作処理部301は、入力文字記録部311に記録されたデータを削除する(ステップS1602)。そして、操作処理部301は、削除文字記録部312に記録されたデータを削除する(ステップS1603)。次に、操作処理部301は、文字表示処理を実行する(ステップS1604)。ステップS1604の処理終了後、操作処理部301は、確定処理を終了する。   FIG. 16 is a flowchart illustrating an example of the confirmation processing procedure. The operation processing unit 301 transmits the data recorded in the input character recording unit 311 to an external application (step S1601). Next, the operation processing unit 301 deletes the data recorded in the input character recording unit 311 (step S1602). Then, the operation processing unit 301 deletes the data recorded in the deleted character recording unit 312 (step S1603). Next, the operation processing unit 301 performs a character display process (step S1604). After the process of step S1604 ends, the operation processing unit 301 ends the confirmation process.

図17は、判定修正処理手順の一例を示すフローチャートである。判定修正部303は、削除文字記録部312に一文字以上の情報があるか否かを判断する(ステップS1701)。削除文字記録部312に一文字以上の情報がある場合(ステップS1701:Yes)、判定修正部303は、削除操作後に入力文字記録部311に追加された文字数を取得する(ステップS1702)。次に、判定修正部303は、取得した文字数が削除文字記録部312の文字数と一致するか否かを判断する(ステップS1703)。   FIG. 17 is a flowchart illustrating an example of the determination correction processing procedure. The determination correction unit 303 determines whether there is information on one or more characters in the deleted character recording unit 312 (step S1701). If there is information of one or more characters in the deleted character recording unit 312 (step S1701: Yes), the determination correction unit 303 acquires the number of characters added to the input character recording unit 311 after the deletion operation (step S1702). Next, the determination correction unit 303 determines whether or not the acquired number of characters matches the number of characters in the deleted character recording unit 312 (step S1703).

取得した文字数が削除文字記録部312の文字数と一致する場合(ステップS1703:Yes)、判定修正部303は、入力文字に異なる箇所があるか否かを判断する(ステップS1704)。入力文字に異なる箇所がある場合(ステップS1704:Yes)、判定修正部303は、全ての領域IDが一致するか否かを判断する(ステップS1705)。全ての領域IDが一致する場合(ステップS1705:Yes)、判定修正部303は、全文字について条件A、B、Cのいずれか一つが成立するか否かを判断する(ステップS1706)。条件A、B、Cの具体的な内容については、図18で説明する。   If the acquired number of characters matches the number of characters in the deleted character recording unit 312 (step S1703: YES), the determination correction unit 303 determines whether there is a different portion in the input character (step S1704). If there is a different part in the input character (step S1704: YES), the determination correction unit 303 determines whether or not all the area IDs match (step S1705). If all region IDs match (step S1705: YES), the determination correction unit 303 determines whether any one of the conditions A, B, and C is satisfied for all characters (step S1706). Specific contents of the conditions A, B, and C will be described with reference to FIG.

条件A、B、Cのいずれか一つが成立する場合(ステップS1706:Yes)、ユーザuが誤判定に気付き修正した場合であるとみなし、判定修正部303は、第二の閾値112で第一の閾値111を更新する(ステップS1707)。そして、判定修正部303は、削除文字記録部312に記録されたデータを削除する(ステップS1708)。ステップS1708の処理終了後、判定修正部303は、判定修正処理を終了する。   When any one of the conditions A, B, and C is satisfied (step S1706: Yes), it is considered that the user u has noticed and corrected the erroneous determination, and the determination correction unit 303 sets the first threshold value 112 as the first. The threshold value 111 is updated (step S1707). Then, the determination correction unit 303 deletes the data recorded in the deleted character recording unit 312 (step S1708). After the process of step S1708 ends, the determination correction unit 303 ends the determination correction process.

一方、入力文字に異なる箇所がない場合(ステップS1704:No)、または領域IDが一致しない入力文字がある場合(ステップS1705:No)、または条件A、B、Cのいずれも成立しない場合(ステップS1706:No)、ユーザuの単純な入力ミスや推敲による打ち直しであるとみなし、判定修正部303は、ステップS1708の処理を実行する。   On the other hand, when there is no different part in the input character (step S1704: No), when there is an input character whose area ID does not match (step S1705: No), or when none of the conditions A, B, and C are satisfied (step S1706: No), it is considered that the user u has made a simple input error or retouching, and the determination correction unit 303 executes the process of step S1708.

また、削除文字記録部312に一文字以上の情報がない場合(ステップS1701:No)、または取得した文字数が削除文字記録部312の文字数と一致しない場合(ステップS1703:No)、判定修正部303は、判定修正処理を終了する。   If there is no information of one or more characters in the deleted character recording unit 312 (step S1701: No), or if the number of acquired characters does not match the number of characters in the deleted character recording unit 312 (step S1703: No), the determination correction unit 303 The determination correction process is terminated.

図18は、条件A、B、Cを示す説明図である。図18では、条件A、B、Cを表1801にまとめて表示してある。具体的には、レコード1801_Aが条件Aの内容を示し、レコード1801_Bが条件Bの内容を示し、レコード1801_Cが条件Cの内容を示す。   FIG. 18 is an explanatory diagram showing conditions A, B, and C. In FIG. 18, conditions A, B, and C are collectively displayed in a table 1801. Specifically, the record 1801_A indicates the content of the condition A, the record 1801_B indicates the content of the condition B, and the record 1801_C indicates the content of the condition C.

条件Aに関して、タブレット端末200は、レコード1801_Aが示すように、4つの条件が全て成り立てば、条件Aが満たされたと判定する。1つ目の条件は、入力文字記録部311の移動方向と削除文字記録部312の移動方向とが一致することである。2つ目の条件は、入力文字記録部311のフリック判定が真であることである。3つ目の条件は、削除文字記録部312のフリック判定が偽であることである。4つ目の条件は、削除文字記録部312の新フリック判定が真であることである。条件Aが満たされる場合とは、ユーザuはフリック操作を行ったつもりであったが、行ったフリック操作が短すぎてタップ操作と判定された可能性があり、第二の閾値112を用いることで、正しくフリック操作と判定できる場合である。   Regarding the condition A, the tablet terminal 200 determines that the condition A is satisfied if all the four conditions are satisfied, as indicated by the record 1801_A. The first condition is that the moving direction of the input character recording unit 311 and the moving direction of the deleted character recording unit 312 match. The second condition is that the flick determination of the input character recording unit 311 is true. The third condition is that the flick determination of the deleted character recording unit 312 is false. The fourth condition is that the new flick determination of the deleted character recording unit 312 is true. When the condition A is satisfied, the user u intended to perform the flick operation, but it may be determined that the performed flick operation is too short and the tap operation is performed, and the second threshold 112 is used. In this case, the flick operation can be correctly determined.

条件Bに関して、タブレット端末200は、レコード1801_Bが示すように、3つの条件が全て成り立てば、条件Bが満たされたと判定する。1つ目の条件は、入力文字記録部311のフリック判定が偽であることである。2つ目の条件は、削除文字記録部312のフリック判定が真であることである。3つ目の条件は、削除文字記録部312の新フリック判定が偽であることである。条件Bが満たされる場合とは、ユーザuはタップ操作を行ったつもりであったが、行ったタップ操作がずれてしまいフリック操作と判定された可能性があり、第二の閾値112を用いることで、正しくタップ操作と判定できる場合である。   Regarding the condition B, as indicated by the record 1801_B, the tablet terminal 200 determines that the condition B is satisfied if all three conditions are satisfied. The first condition is that the flick determination of the input character recording unit 311 is false. The second condition is that the flick determination of the deleted character recording unit 312 is true. The third condition is that the new flick determination of the deleted character recording unit 312 is false. When the condition B is satisfied, the user u intends to perform the tap operation, but the performed tap operation may be deviated and determined to be a flick operation, and the second threshold 112 is used. In this case, it can be determined that the tap operation is correct.

条件Cに関して、タブレット端末200は、レコード1801_Cが示すように、2つの条件が全て成り立てば、条件Cが満たされたと判定する。1つ目の条件は、入力文字記録部311の入力文字と削除文字記録部312の入力文字とが一致することである。2つ目の条件は、削除文字記録部312のフリック判定と削除文字記録部312の新フリック判定とが一致することである。条件Cが満たされる場合とは、第二の閾値112を用いても修正しなくてよい文字の判定には影響がない場合である。   Regarding the condition C, as indicated by the record 1801_C, the tablet terminal 200 determines that the condition C is satisfied if all the two conditions are satisfied. The first condition is that the input character of the input character recording unit 311 and the input character of the deleted character recording unit 312 match. The second condition is that the flick determination of the deleted character recording unit 312 and the new flick determination of the deleted character recording unit 312 match. The case where the condition C is satisfied is a case where determination of characters that do not need to be corrected is not affected even if the second threshold 112 is used.

次に、図19〜図23を用いて、文字修正の一連の動作例を示す。   Next, a series of operation examples for character correction will be described with reference to FIGS.

図19は、文字修正の一連の動作例を示す説明図(その1)である。図19に示す状態1の開始時点において、第一の閾値111が25で、第二の閾値112が15とする。そして、状態1では、「か」「か」「い」の3入力文字が特定されており、入力文字に対応するレコード1101_1〜3が入力文字記録部311に記録されている。ユーザuは、本来「き」「か」「い」と入力するはずであったが、フリックの長さ、つまり押下開始から終了までの移動距離が第一の閾値111より短かったため、タップ操作と判定されたものである。   FIG. 19 is an explanatory diagram (part 1) illustrating a series of operation examples of character correction. It is assumed that the first threshold 111 is 25 and the second threshold 112 is 15 at the start of state 1 shown in FIG. In state 1, three input characters “ka”, “ka”, and “i” are specified, and records 1101_1 to 1101-3 corresponding to the input characters are recorded in the input character recording unit 311. The user u was supposed to input “ki”, “ka”, and “i”, but the length of the flick, that is, the moving distance from the start to the end of pressing is shorter than the first threshold value 111. It has been determined.

図19に示す状態2では、状態1から、ユーザuが誤判定に気付き、一文字削除を行った状態である。文字削除が行われると、タブレット端末200は、入力文字記録部311の「い」に該当するレコード1101_3を入力文字記録部311から削除し、削除したレコード1101_3を複製したレコード1901_1を削除文字記録部312に追加する。ここで、タブレット端末200は、レコード1101_3の各データと、「移動距離≧第二の閾値112」の真偽値を示す新フリック判定とを、レコード1901_1として削除文字記録部312に追加する。   In the state 2 shown in FIG. 19, from the state 1, the user u notices an erroneous determination and deletes one character. When the character deletion is performed, the tablet terminal 200 deletes the record 1101_3 corresponding to “I” in the input character recording unit 311 from the input character recording unit 311 and the record 1901_1 obtained by duplicating the deleted record 1101_3. 312 is added. Here, the tablet terminal 200 adds each data of the record 1101_3 and a new flick determination indicating a truth value of “movement distance ≧ second threshold 112” to the deleted character recording unit 312 as a record 1901_1.

図20は、文字修正の一連の動作例を示す説明図(その2)である。図20に示す状態3では、状態2から、さらに二文字削除操作を行った結果を示す。入力文字記録部311にはレコードがなく、削除文字記録部312には3入力文字分のレコード1901_1〜3が追加されている。   FIG. 20 is an explanatory diagram (part 2) of a series of operation examples of character correction. State 3 shown in FIG. 20 shows the result of further two-character deletion operations from state 2. There are no records in the input character recording unit 311, and records 1901 </ b> _ <b> 1-3 for three input characters are added to the deleted character recording unit 312.

図21は、文字修正の一連の動作例を示す説明図(その3)である。図21に示す状態4では、状態3から、ユーザuの打ち直しにより、3文字分のレコード2101_1〜3が入力文字記録部311に追加された状態を示す。タブレット端末200は、削除文字記録部312に一文字以上のレコードがある場合には、追加された文字数と削除文字記録部312の文字数を比較し、一致する場合にはさらに詳細に比較する。状態4では、追加された文字数が3であり、削除文字記録部312の文字数が3であるから、文字数が一致するため、タブレット端末200は、さらに詳細に比較する。   FIG. 21 is an explanatory diagram (part 3) of a series of operation examples for character correction. In state 4 shown in FIG. 21, from state 3, records 2101 </ b> _ <b> 1 to 3 </ b> 1 to 3 characters are added to the input character recording unit 311 by the user u retouching. When there is a record of one or more characters in the deleted character recording unit 312, the tablet terminal 200 compares the number of added characters with the number of characters in the deleted character recording unit 312, and compares them in more detail if they match. In state 4, since the number of added characters is 3 and the number of characters in the deleted character recording unit 312 is 3, the number of characters matches, so the tablet terminal 200 compares in more detail.

図22は、文字修正の一連の動作例を示す説明図(その4)である。図22に示す状態5では、状態4から、タブレット端末200が追加された文字数と削除文字記録部312の文字数とが一致することを判定した後の状態である。   FIG. 22 is an explanatory diagram (part 4) illustrating a series of operation examples of character correction. The state 5 shown in FIG. 22 is a state after determining from the state 4 that the number of characters added to the tablet terminal 200 matches the number of characters in the deleted character recording unit 312.

ステップS1704で示した入力文字については、入力文字記録部311が「きかい」であり、削除文字記録部312が「かかい」なので、入力文字に異なる箇所があるという条件を満たす。   For the input character shown in step S1704, the input character recording unit 311 is “Kikai” and the deleted character recording unit 312 is “Kikai”, so that the condition that there are different portions in the input character is satisfied.

次に、ステップS1705で示した領域IDについては、入力文字記録部311と削除文字記録部312とで一致しており、条件を満たす。   Next, the area ID shown in step S1705 is the same in the input character recording unit 311 and the deleted character recording unit 312 and satisfies the condition.

そして、ステップS1706で示した条件A、B、Cについては、一文字目となるレコード2101_1とレコード1901_1とに関しては、条件Aが成立し、フリック操作をタップ操作と判定した誤判定が第二の閾値112で修正できることがわかる。二文字目、三文字目となるレコード2101_2、3とレコード1901_2、3とについては、条件Cを満たし、第二の閾値112でも第一の閾値111同様に正しい判定が得られることがわかる。   With regard to the conditions A, B, and C shown in step S1706, regarding the records 2101_1 and 1901_1 that are the first character, the condition A is satisfied, and an erroneous determination that the flick operation is determined to be a tap operation is a second threshold value. It can be seen that it can be corrected at 112. For the records 2101_2 and 3 and the records 1901_2 and 3 which are the second and third characters, it can be seen that the condition C is satisfied, and the second threshold 112 can be determined as well as the first threshold 111.

図23は、文字修正の一連の動作例を示す説明図(その5)である。図23に示す状態6は、状態5から、入力文字記録部311と削除文字記録部312との全てのレコード対が、比較条件A、B、Cのいずれかを満たすことを判定した後の状態である。タブレット端末200は、第一の閾値111を第二の閾値112で更新する。また、タブレット端末200は、ステップS1704〜ステップS1706の判定の結果に関わらず、削除文字記録部312のデータを削除する。   FIG. 23 is an explanatory diagram (part 5) illustrating a series of operation examples of character correction. State 6 shown in FIG. 23 is a state after determining from state 5 that all record pairs of input character recording unit 311 and deleted character recording unit 312 satisfy any one of comparison conditions A, B, and C. It is. The tablet terminal 200 updates the first threshold value 111 with the second threshold value 112. In addition, the tablet terminal 200 deletes the data in the deleted character recording unit 312 regardless of the determination results in steps S1704 to S1706.

次に、あるユーザと他のユーザという2人の押下位置の移動距離を用いて、押下位置の移動距離と第一の閾値111および第二の閾値112との関係を、図24と図25とで説明する。   Next, using the movement distances of the pressing positions of two users, a certain user and another user, the relationship between the movement distance of the pressing position and the first threshold value 111 and the second threshold value 112 is shown in FIGS. I will explain it.

図24は、あるユーザの押下位置の移動距離の一例を示すグラフである。図24の例で示すグラフ2401は、あるユーザの押下位置の移動距離を示すとともに、第一の閾値111を60[画素数]とし、第二の閾値112を、図8で示した方法で算出した例を示す。ここで、あるユーザは、画素数が0から39までの移動距離の操作をタップ操作と認識しており、画素数が40以上の移動距離の操作をタップ操作と認識しているとする。   FIG. 24 is a graph showing an example of the moving distance of the pressed position of a certain user. The graph 2401 shown in the example of FIG. 24 shows the moving distance of the pressing position of a certain user, the first threshold 111 is set to 60 [number of pixels], and the second threshold 112 is calculated by the method shown in FIG. An example is shown. Here, it is assumed that a certain user recognizes an operation with a movement distance of 0 to 39 pixels as a tap operation, and recognizes an operation with a movement distance of 40 or more pixels as a tap operation.

タブレット端末200は、タップ操作と判定した移動距離の平均値と標準偏差を算出する。グラフ2401の例では、画素数が0から9までの16回のタップ操作の移動距離を、全て4.5とみなす。同様に、画素数が10から19までの8回のタップ操作の移動距離を、14.5とみなし、画素数が20から29までのタップ操作の移動距離を、24.5の移動距離とみなし、画素数が50から59までのタップ操作の移動距離を、54.5の移動距離とみなす。そして、タブレット端末200は、第二の閾値112を、41.6[画素数]と算出する。このように、第二の閾値112は第一の閾値111より、あるユーザが認識している閾値により近い値となり、あるユーザの操作の癖に対応した閾値となる。   The tablet terminal 200 calculates an average value and a standard deviation of the movement distance determined to be a tap operation. In the example of the graph 2401, the movement distances of 16 tap operations from 0 to 9 pixels are all regarded as 4.5. Similarly, the movement distance of eight tap operations from 10 to 19 pixels is regarded as 14.5, and the movement distance of a tap operation from 20 to 29 pixels is regarded as a movement distance of 24.5. The moving distance of the tap operation from 50 to 59 pixels is regarded as the moving distance of 54.5. Then, the tablet terminal 200 calculates the second threshold 112 as 41.6 [number of pixels]. As described above, the second threshold 112 is closer to the threshold recognized by a certain user than the first threshold 111, and is a threshold corresponding to a certain user's operation habit.

図25は、他のユーザの押下位置の移動距離の一例を示すグラフである。図25の例で示すグラフ2501は、他のユーザの押下位置の移動距離を示すとともに、第一の閾値111を50[画素数]とした例を示す。さらに、グラフ2501は、第二の閾値112を、タップ操作における「平均値+2×標準偏差」とフリック操作における「平均値−2×標準偏差」の二つの数値の平均値を第二の閾値112として算出した例を示す。ここで、他のユーザは、画素数が0から59までの移動距離の操作をタップ操作と認識しており、画素数が60以上の移動距離の操作をタップ操作と認識しているとする。また、グラフ2501に示す各移動距離は、図24で示した方法と同一の方法で算出したとみなすものとする。   FIG. 25 is a graph showing an example of the moving distance of the pressed position of another user. A graph 2501 shown in the example of FIG. 25 shows an example in which the movement distance of the pressed position of another user is shown, and the first threshold 111 is set to 50 [number of pixels]. Further, the graph 2501 sets the second threshold value 112 as the second threshold value 112 by calculating the average value of the two values “average value + 2 × standard deviation” in the tap operation and “average value−2 × standard deviation” in the flick operation. An example calculated as follows is shown. Here, it is assumed that another user recognizes an operation of a moving distance from 0 to 59 pixels as a tap operation, and recognizes an operation of a moving distance of 60 or more pixels as a tap operation. Further, it is assumed that each moving distance shown in the graph 2501 is calculated by the same method as the method shown in FIG.

タブレット端末200は、タップ操作における「平均値+2×標準偏差」を、43.8[画素数]と算出し、フリック操作における「平均値−2×標準偏差」を、77.3[画素数]と算出する。そして、タブレット端末200は、60.6[画素数]と算出する。このように、第二の閾値112は第一の閾値111より、他のユーザが認識している閾値により近い値となり、他のユーザの操作の癖に対応した閾値となる。   The tablet terminal 200 calculates “average value + 2 × standard deviation” in the tap operation as 43.8 [number of pixels], and sets “average value−2 × standard deviation” in the flick operation to 77.3 [number of pixels]. And calculate. Then, the tablet terminal 200 calculates 60.6 [number of pixels]. Thus, the second threshold value 112 is closer to the threshold value recognized by other users than the first threshold value 111, and is a threshold value corresponding to the habit of other user operations.

以上説明したように、タブレット端末200は、フリック操作かタップ操作による入力文字を削除し再入力した際、入力時と再入力時の履歴から第一の閾値111を補正すべきと判定した場合に、第一の閾値111を補正する。これにより、タブレット端末200は、ユーザuが操作の誤判定に気付いた際に閾値を適正に補正することができる。そして、タブレット端末200は、閾値を適正に補正することにより、入力精度を向上することができる。   As described above, when the tablet terminal 200 determines that the first threshold value 111 should be corrected from the history at the time of input and the time of re-input when the input character by the flick operation or the tap operation is deleted and re-input is performed. The first threshold value 111 is corrected. Thereby, the tablet terminal 200 can correct | amend a threshold value appropriately, when the user u notices the misjudgment of operation. And the tablet terminal 200 can improve input accuracy by correct | amending a threshold value appropriately.

また、タブレット端末200は、削除文字記録部312に記録したタッチパネル102を分割した複数の領域のうちの位置に応じた領域と第一の閾値111および移動距離の比較結果と移動方向と新たな押下入力とに基づいて、補正すべきか判定してもよい。これにより、タブレット端末200は、ユーザuが操作の誤判定に気付いたか否かを精度良く判定することができる。   In addition, the tablet terminal 200 compares the area corresponding to the position among the plurality of areas obtained by dividing the touch panel 102 recorded in the deleted character recording unit 312, the first threshold value 111, the comparison result of the movement distance, the movement direction, and the new press Based on the input, it may be determined whether to correct. Accordingly, the tablet terminal 200 can accurately determine whether or not the user u has noticed an erroneous operation determination.

また、タブレット端末200は、押下入力の移動距離に基づいて、第一の閾値111を補正してもよい。これにより、ユーザuが操作の誤判定に気付いた際のユーザuの癖が現れた移動距離に基づいた値に補正できるため、ユーザuに適した第一の閾値111を設定することができる。   In addition, the tablet terminal 200 may correct the first threshold 111 based on the movement distance of the pressing input. Thereby, since it can correct | amend to the value based on the moving distance where the user's u habit when the user u noticed the misjudgment of operation appeared, the 1st threshold value 111 suitable for the user u can be set.

また、タブレット端末200は、入力文字記録部311および削除文字記録部312の領域IDとフリック判定と移動方向と、削除文字記録部312の新フリック判定とに基づいて、第一の閾値111を補正すべきか否かを判定してもよい。これにより、タブレット端末200は、ユーザuが操作の誤判定に気付いたか否かを精度良く判定することができるとともに、第二の閾値112を用いて正しく判定できることを担保することができる。   In addition, the tablet terminal 200 corrects the first threshold value 111 based on the area ID, flick determination, movement direction, and new flick determination of the deleted character recording unit 312 of the input character recording unit 311 and the deleted character recording unit 312. It may be determined whether or not to do so. Accordingly, the tablet terminal 200 can accurately determine whether or not the user u has noticed the erroneous determination of the operation, and can ensure that the determination can be correctly performed using the second threshold 112.

また、タブレット端末200は、削除された文字と再入力された文字とについて、条件Aが満たされれば、第一の閾値111を補正すべきと判定してもよい。これにより、タブレット端末200は、ユーザuはフリック操作を行ったつもりであったが、行ったフリック操作が短すぎてタップ操作と判定された可能性があり、第二の閾値112を用いることで、正しくフリック操作と判定することができる。   The tablet terminal 200 may determine that the first threshold 111 should be corrected if the condition A is satisfied for the deleted character and the re-input character. As a result, the tablet terminal 200 may have been determined to be a tap operation because the user u intended to perform a flick operation but the performed flick operation is too short, and the second threshold 112 is used. Therefore, it can be correctly determined as a flick operation.

また、タブレット端末200は、削除された文字と再入力された文字とについて、条件Bが満たされれば、第一の閾値111を補正すべきと判定してもよい。これにより、タブレット端末200は、ユーザuはタップ操作を行ったつもりであったが、行ったタップ操作がずれてしまいフリック操作と判定された可能性があり、第二の閾値112を用いることで、正しくタップ操作と判定することができる。   The tablet terminal 200 may determine that the first threshold value 111 should be corrected if the condition B is satisfied for the deleted character and the re-input character. As a result, the tablet terminal 200 may have been determined to be a flick operation because the user u intends to perform a tap operation, but the performed tap operation has shifted, and the second threshold 112 is used. Therefore, it can be correctly determined as a tap operation.

また、タブレット端末200は、削除された文字列と再入力された文字列とについて、削除された文字列と再入力された文字列に異なる箇所があれば、入力文字記録部311および削除文字記録部312を用いて、補正すべきか否かを判定してもよい。削除された文字列と再入力された文字列が同一であれば、第一の閾値111の補正は不要であるから、これにより、タブレット端末200は、第一の閾値111を補正すべきか否かの判定にかかる負荷を抑制することができる。   If there is a difference between the deleted character string and the re-input character string in the deleted character string and the re-input character string, the tablet terminal 200 records the input character recording unit 311 and the deleted character record. The unit 312 may be used to determine whether or not to correct. If the deleted character string and the re-input character string are the same, it is not necessary to correct the first threshold value 111. Accordingly, the tablet terminal 200 determines whether or not the first threshold value 111 should be corrected. The load applied to the determination can be suppressed.

また、タブレット端末200は、削除された文字列と再入力された文字列との対となる文字について、条件A、B、Cのいずれかを満たす場合に、第一の閾値111を補正すべきと判定してもよい。これにより、タブレット端末200は、ユーザuが操作の誤判定に気付いた操作については正しく判定することができるようになるとともに、第一の閾値111を補正することにより、修正しなくてよい文字の判定には影響しないことを担保することができる。   In addition, the tablet terminal 200 should correct the first threshold 111 when any one of the conditions A, B, and C is satisfied with respect to a pair of a deleted character string and a re-input character string. May be determined. As a result, the tablet terminal 200 can correctly determine an operation that the user u notices an erroneous determination of the operation, and corrects the first threshold value 111 to correct the character that need not be corrected. It can be ensured that the determination is not affected.

また、タブレット端末200は、タップ操作と判定した平均値と標準偏差とから第1の値を算出し、フリック操作と判定した平均値と標準偏差とから第2の値を算出し、第1の値と第2の値とから第二の閾値112を算出してもよい。これにより、第二の閾値112は、タップ操作の移動距離とフリック操作の移動距離との中間となるため、タブレット端末200は、ユーザuに適した第一の閾値111に補正することができる。   In addition, the tablet terminal 200 calculates a first value from the average value and standard deviation determined as the tap operation, calculates a second value from the average value and standard deviation determined as the flick operation, and the first value The second threshold 112 may be calculated from the value and the second value. Thereby, since the second threshold value 112 is intermediate between the movement distance of the tap operation and the movement distance of the flick operation, the tablet terminal 200 can be corrected to the first threshold value 111 suitable for the user u.

なお、本実施の形態で説明した入力方法は、予め用意されたプログラムをパーソナル・コンピュータやワークステーション等のコンピュータで実行することにより実現することができる。本入力プログラムは、ハードディスク、フレキシブルディスク、CD−ROM(Compact Disc−Read Only Memory)、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。また本入力プログラムは、インターネット等のネットワークを介して配布してもよい。   The input method described in this embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation. This input program is recorded on a computer-readable recording medium such as a hard disk, a flexible disk, a CD-ROM (Compact Disc-Read Only Memory), a DVD (Digital Versatile Disk), etc., and is read from the recording medium by the computer. Executed. The input program may be distributed through a network such as the Internet.

上述した実施の形態に関し、さらに以下の付記を開示する。   The following additional notes are disclosed with respect to the embodiment described above.

(付記1)コンピュータに、
タッチパネル上の押下入力の移動距離が所定の閾値以上であれば前記押下入力の位置および前記押下入力の移動方向の組み合わせに対応する記号を出力し、前記移動距離が前記所定の閾値未満であれば前記位置に対応する記号を出力し、
出力した前記記号の削除を受け付けたことに応じて、前記記号に対応付けて前記位置、前記移動距離、前記移動方向のうちの少なくともいずれか一つの情報を含む履歴を記録し、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記新たな押下入力の位置、移動距離、移動方向のうちの前記履歴が有する情報に対応する情報とに基づいて、前記所定の閾値の補正をすべきか否かを判定し、
前記所定の閾値を補正すべきと判定した場合、前記履歴に基づいて、前記所定の閾値を補正する、
処理を実行させることを特徴とする入力プログラム。
(Supplementary note 1)
If the movement distance of the press input on the touch panel is greater than or equal to a predetermined threshold, a symbol corresponding to the combination of the position of the press input and the movement direction of the press input is output, and if the movement distance is less than the predetermined threshold Outputs a symbol corresponding to the position,
In response to receiving the deletion of the output symbol, record a history including at least one of the position, the moving distance, and the moving direction in association with the symbol,
Based on the recorded history and information corresponding to information contained in the history of the position, moving distance, and moving direction of the new pressing input in response to receiving a new pressing input on the touch panel. To determine whether or not to correct the predetermined threshold,
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected based on the history;
An input program characterized by causing a process to be executed.

(付記2)前記記録する処理は、
前記記号の削除を受け付けたことに応じて、前記記号に対応付けて前記タッチパネルを分割した複数の領域のうちの前記位置に応じた領域と、前記所定の閾値および前記移動距離の比較結果と、前記移動方向とを含む履歴を記録し、
前記判定する処理は、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記複数の領域のうちの前記新たな押下入力の位置に応じた領域と、前記所定の閾値および前記新たな押下入力の移動距離の比較結果と、前記新たな押下入力の移動方向とに基づいて、前記所定の閾値の補正をすべきか否かを判定する、
ことを特徴とする付記1に記載の入力プログラム。
(Appendix 2) The recording process is as follows.
In response to accepting deletion of the symbol, a region corresponding to the position among a plurality of regions obtained by dividing the touch panel in association with the symbol, a comparison result of the predetermined threshold and the movement distance, Record the history including the moving direction;
The determination process is as follows:
In response to receiving a new pressing input on the touch panel, the recorded history, an area corresponding to a position of the new pressing input among the plurality of areas, the predetermined threshold value, and the new It is determined whether or not the predetermined threshold should be corrected based on the comparison result of the movement distance of the pressing input and the moving direction of the new pressing input.
The input program according to Supplementary Note 1, wherein

(付記3)前記記録する処理は、
前記記号の削除を受け付けたことに応じて、さらに、前記移動距離を含む履歴を記録し、
前記補正する処理は、
前記所定の閾値を補正すべきと判定した場合、前記履歴に含まれる前記移動距離に基づいて、前記所定の閾値を補正する、
ことを特徴とする付記2に記載の入力プログラム。
(Appendix 3) The recording process is as follows.
In response to accepting the deletion of the symbol, further record the history including the movement distance,
The correction process is as follows:
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected based on the movement distance included in the history;
The input program according to Supplementary Note 2, wherein

(付記4)前記コンピュータに、
前記押下入力の移動距離に基づいて、前記所定の閾値を補正する際の候補値を算出する、処理を実行させ、
前記記録する処理は、
前記記号の削除を受け付けたことに応じて、さらに、算出した前記候補値および前記移動距離の比較結果を含む履歴を記録し、
前記判定する処理は、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記複数の領域のうちの前記新たな押下入力の位置に応じた領域と、前記所定の閾値および前記新たな押下入力の移動距離の比較結果と、前記新たな押下入力の移動方向と、に基づいて、前記所定の閾値の補正をすべきか否かを判定し、
前記補正する処理は、
前記所定の閾値を補正すべきと判定した場合、前記候補値で前記所定の閾値を更新することにより前記所定の閾値を補正する、
ことを特徴とする付記2または3に記載の入力プログラム。
(Supplementary note 4)
Calculating a candidate value for correcting the predetermined threshold based on the movement distance of the pressing input,
The recording process is as follows:
In response to accepting the deletion of the symbol, further record the history including the calculated candidate value and the comparison result of the movement distance,
The determination process is as follows:
In response to receiving a new pressing input on the touch panel, the recorded history, an area corresponding to a position of the new pressing input among the plurality of areas, the predetermined threshold value, and the new Based on the comparison result of the movement distance of the pressing input and the moving direction of the new pressing input, it is determined whether or not the predetermined threshold should be corrected,
The correction process is as follows:
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected by updating the predetermined threshold with the candidate value;
The input program according to appendix 2 or 3, characterized by the above.

(付記5)前記判定する処理は、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴に含まれる領域と前記新たな押下入力の位置に応じた領域とが同一であり、かつ、前記履歴に含まれる移動方向と前記新たな押下入力の移動方向とが一致し、かつ、前記新たな押下入力の移動距離が前記所定の閾値以上であり、かつ、前記履歴に含まれる前記所定の閾値および移動距離の比較結果によって当該移動距離が前記所定の閾値未満であることが示され、かつ、前記履歴に含まれる前記候補値および移動距離の比較結果によって当該移動距離が前記候補値以上であることが示される場合、前記所定の閾値の補正をすべきと判定する、
ことを特徴とする付記4に記載の入力プログラム。
(Supplementary Note 5) The determination process is as follows.
In response to receiving a new pressing input on the touch panel, the area included in the recorded history is the same as the area corresponding to the position of the new pressing input, and the movement included in the history The direction and the moving direction of the new pressing input match, the moving distance of the new pressing input is equal to or greater than the predetermined threshold, and the predetermined threshold and the moving distance included in the history are compared. When the result indicates that the movement distance is less than the predetermined threshold, and the comparison result between the candidate value and the movement distance included in the history indicates that the movement distance is greater than or equal to the candidate value Determining that the predetermined threshold should be corrected,
The input program according to supplementary note 4, characterized in that:

(付記6)前記判定する処理は、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴に含まれる領域と前記新たな押下入力の位置に応じた領域とが同一であり、前記新たな押下入力の移動距離が前記所定の閾値未満であり、かつ、前記履歴に含まれる前記所定の閾値および移動距離の比較結果によって当該移動距離が前記所定の閾値以上であることが示され、かつ、前記履歴に含まれる前記候補値および移動距離の比較結果によって当該移動距離が前記候補値未満であることが示される場合、前記所定の閾値の補正をすべきと判定する、
ことを特徴とする付記4または5に記載の入力プログラム。
(Appendix 6) The determination process is as follows.
In response to receiving a new pressing input on the touch panel, the area included in the recorded history and the area corresponding to the position of the new pressing input are the same, and the moving distance of the new pressing input Is less than the predetermined threshold value, and the comparison result of the predetermined threshold value and the moving distance included in the history indicates that the moving distance is greater than or equal to the predetermined threshold and is included in the history When the comparison result of the candidate value and the movement distance indicates that the movement distance is less than the candidate value, it is determined that the predetermined threshold should be corrected.
The input program according to appendix 4 or 5, characterized in that:

(付記7)前記出力する処理は、
前記タッチパネル上の押下入力が複数行われた場合、複数の押下入力の各々の押下入力に対応する記号を出力し、
前記削除する処理は、
出力した前記各々の押下入力に対応する記号の削除を受け付けたことに応じて、前記各々の押下入力に対応する記号に対応付けて前記各々の押下入力の位置、前記各々の押下入力の移動距離、前記各々の押下入力の移動方向を含む履歴を記録し、
前記判定する処理は、
前記タッチパネル上の複数の新たな押下入力を受け付けたことに応じて、記録した前記履歴に対応付けられた前記各々の押下入力に対応する記号と前記複数の新たな押下入力によって出力される記号とで異なる記号がある場合に、記録した前記履歴と前記複数の領域のうちの前記複数の新たな押下入力の位置に応じた領域と、前記所定の閾値および前記複数の新たな押下入力の移動距離の比較結果と、前記複数の新たな押下入力の移動方向とに基づいて、前記所定の閾値の補正をすべきか否かを判定する、
ことを特徴とする付記4〜6のいずれか一つに記載の入力プログラム。
(Supplementary note 7) The output process is
When a plurality of pressing inputs on the touch panel are performed, a symbol corresponding to each pressing input of the plurality of pressing inputs is output,
The process to delete is
In response to receiving the deletion of the symbol corresponding to each of the pressed inputs, the position of each of the pressed inputs and the movement distance of each of the pressed inputs in association with the symbol corresponding to each of the pressed inputs , Record a history including the moving direction of each of the pressing inputs,
The determination process is as follows:
In response to receiving a plurality of new pressing inputs on the touch panel, a symbol corresponding to each pressing input associated with the recorded history and a symbol output by the plurality of new pressing inputs, When there is a different symbol, the recorded history and an area corresponding to the positions of the plurality of new pressing inputs among the plurality of areas, the predetermined threshold value, and the movement distances of the plurality of new pressing inputs Determining whether or not to correct the predetermined threshold based on the comparison result and the movement direction of the plurality of new pressing inputs,
The input program according to any one of supplementary notes 4 to 6, characterized in that:

(付記8)前記判定する処理は、
前記タッチパネル上の複数の新たな押下入力を受け付けたことに応じて、記録した前記履歴に対応付けられた前記各々の押下入力に対応する記号と前記複数の新たな押下入力によって出力される記号とで異なる記号がある場合に、記録した前記各々の押下入力の位置に応じた領域と前記複数の新たな押下入力のうちの前記各々の押下入力に対応する新たな押下入力の位置に応じた領域とが同一であり、かつ、
前記各々の押下入力の移動方向と当該新たな押下入力の移動方向とが一致し、かつ、当該新たな押下入力の移動距離が前記所定の閾値以上であり、かつ、前記履歴に含まれる前記所定の閾値および前記各々の押下入力の移動距離の比較結果によって当該移動距離が前記所定の閾値未満であることが示され、かつ、前記履歴に含まれる前記候補値および前記各々の押下入力の移動距離の比較結果によって当該移動距離が前記候補値以上であることが示される、
または、当該新たな押下入力の移動距離が前記所定の閾値未満であり、かつ、前記履歴に含まれる前記所定の閾値および前記各々の押下入力の移動距離の比較結果によって当該移動距離が前記所定の閾値以上であることが示され、かつ、前記履歴に含まれる前記候補値および前記各々の押下入力の移動距離の比較結果によって当該移動距離が前記候補値未満であることが示される、
または、前記履歴に対応付けられた前記各々の押下入力に対応する記号と当該新たな押下入力によって出力される記号とが同一であり、かつ、前記履歴に含まれる前記所定の閾値および前記各々の押下入力の移動距離の比較結果によって示される当該移動距離が前記所定の閾値以上か否かの真偽値と前記履歴に含まれる前記候補値および前記各々の押下入力の移動距離の比較結果によって示される当該移動距離が前記候補値以上か否かの真偽値とが同一である、
場合、前記所定の閾値の補正をすべきと判定する、
ことを特徴とする付記7に記載の入力プログラム。
(Supplementary note 8)
In response to receiving a plurality of new pressing inputs on the touch panel, a symbol corresponding to each pressing input associated with the recorded history and a symbol output by the plurality of new pressing inputs, When there is a different symbol, the area corresponding to the recorded position of each pressing input and the area corresponding to the position of the new pressing input corresponding to each pressing input among the plurality of new pressing inputs Are the same, and
The moving direction of each of the pressing inputs matches the moving direction of the new pressing input, the moving distance of the new pressing input is equal to or greater than the predetermined threshold, and the predetermined included in the history The comparison result of the threshold value and the movement distance of each of the pressing inputs indicates that the movement distance is less than the predetermined threshold value, and the candidate value included in the history and the movement distance of each of the pressing inputs The comparison result indicates that the moving distance is greater than or equal to the candidate value.
Alternatively, the moving distance of the new pressing input is less than the predetermined threshold, and the moving distance is calculated based on a comparison result of the predetermined threshold and the moving distance of each pressing input included in the history. A comparison result of the candidate value included in the history and the movement distance of each pressing input indicates that the movement distance is less than the candidate value.
Alternatively, the symbol corresponding to each of the press inputs associated with the history is the same as the symbol output by the new press input, and the predetermined threshold value included in the history and the respective Indicated by the comparison result of the true / false value indicating whether or not the moving distance is equal to or greater than the predetermined threshold, the candidate value included in the history, and the moving distance of the respective pressing inputs The true / false value of whether or not the moving distance is equal to or greater than the candidate value,
If it is determined that the predetermined threshold should be corrected,
The input program according to appendix 7, characterized by:

(付記9)前記コンピュータに、
前記タッチパネル上の押下入力が複数行われた場合、複数の押下入力の移動距離のうちの前記所定の閾値以上となる移動距離の平均値と標準偏差とに基づいて第1の値を算出するとともに、前記複数の押下入力の移動距離のうちの前記所定の閾値未満となる移動距離の平均値と標準偏差とに基づいて第2の値を算出し、
前記候補値を算出する処理は、
算出した前記第1の値と前記第2の値とに基づいて、前記候補値を算出する、
ことを特徴とする付記4〜8のいずれか一つに記載の入力プログラム。
(Supplementary note 9)
When a plurality of pressing inputs on the touch panel are performed, a first value is calculated based on an average value and a standard deviation of the moving distances that are equal to or more than the predetermined threshold among the moving distances of the plurality of pressing inputs. , Calculating a second value based on an average value and a standard deviation of the movement distances that are less than the predetermined threshold among the movement distances of the plurality of pressing inputs,
The process of calculating the candidate value includes
Calculating the candidate value based on the calculated first value and the second value;
The input program according to any one of appendices 4 to 8, characterized in that:

(付記10)前記コンピュータが、前記タッチパネルを有することを特徴とする付記1〜9のいずれか一つに記載の入力プログラム。 (Additional remark 10) The said computer has the said touch panel, The input program as described in any one of additional marks 1-9 characterized by the above-mentioned.

(付記11)タッチパネル上の押下入力の移動距離が所定の閾値以上であれば前記押下入力の位置および前記押下入力の移動方向の組み合わせに対応する記号を出力し、前記移動距離が前記所定の閾値未満であれば前記位置に対応する記号を出力し、
出力した前記記号の削除を受け付けたことに応じて、前記記号に対応付けて前記位置、前記移動距離、前記移動方向のうちの少なくともいずれか一つの情報を含む履歴を記録し、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記新たな押下入力の位置、移動距離、移動方向のうちの前記履歴が有する情報に対応する情報とに基づいて、前記所定の閾値の補正をすべきか否かを判定し、
前記所定の閾値を補正すべきと判定した場合、前記履歴に基づいて、前記所定の閾値を補正する、
制御部を有することを特徴とする入力装置。
(Supplementary Note 11) If the movement distance of the pressing input on the touch panel is equal to or greater than a predetermined threshold, a symbol corresponding to a combination of the position of the pressing input and the moving direction of the pressing input is output, and the movement distance is the predetermined threshold If less than, output the symbol corresponding to the position,
In response to receiving the deletion of the output symbol, record a history including at least one of the position, the moving distance, and the moving direction in association with the symbol,
Based on the recorded history and information corresponding to information contained in the history of the position, moving distance, and moving direction of the new pressing input in response to receiving a new pressing input on the touch panel. To determine whether or not to correct the predetermined threshold,
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected based on the history;
An input device comprising a control unit.

(付記12)コンピュータが、
タッチパネル上の押下入力の移動距離が所定の閾値以上であれば前記押下入力の位置および前記押下入力の移動方向の組み合わせに対応する記号を出力し、前記移動距離が前記所定の閾値未満であれば前記位置に対応する記号を出力し、
出力した前記記号の削除を受け付けたことに応じて、前記記号に対応付けて前記位置、前記移動距離、前記移動方向のうちの少なくともいずれか一つの情報を含む履歴を記録し、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記新たな押下入力の位置、移動距離、移動方向のうちの前記履歴が有する情報に対応する情報とに基づいて、前記所定の閾値の補正をすべきか否かを判定し、
前記所定の閾値を補正すべきと判定した場合、前記履歴に基づいて、前記所定の閾値を補正する、
処理を実行することを特徴とする入力方法。
(Supplementary note 12)
If the movement distance of the press input on the touch panel is greater than or equal to a predetermined threshold, a symbol corresponding to the combination of the position of the press input and the movement direction of the press input is output, and if the movement distance is less than the predetermined threshold Outputs a symbol corresponding to the position,
In response to receiving the deletion of the output symbol, record a history including at least one of the position, the moving distance, and the moving direction in association with the symbol,
Based on the recorded history and information corresponding to information contained in the history of the position, moving distance, and moving direction of the new pressing input in response to receiving a new pressing input on the touch panel. To determine whether or not to correct the predetermined threshold,
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected based on the history;
An input method characterized by executing processing.

101 入力装置
102 タッチパネル
111 第一の閾値
112 第二の閾値
300 制御部
301 操作処理部
302 算出部
303 判定修正部
304 出力部
305 記録部
306 判定部
307 補正部
311 入力文字記録部
312 削除文字記録部
DESCRIPTION OF SYMBOLS 101 Input device 102 Touch panel 111 1st threshold value 112 2nd threshold value 300 Control part 301 Operation processing part 302 Calculation part 303 Determination correction part 304 Output part 305 Recording part 306 Determination part 307 Correction part 311 Input character recording part 312 Deleted character recording Part

Claims (11)

コンピュータに、
タッチパネル上の押下入力の移動距離が所定の閾値以上であれば前記押下入力の位置および前記押下入力の移動方向の組み合わせに対応する記号を出力し、前記移動距離が前記所定の閾値未満であれば前記位置に対応する記号を出力し、
出力した前記記号の削除を受け付けたことに応じて、前記記号に対応付けて前記位置、前記移動距離、前記移動方向のうちの少なくともいずれか一つの情報を含む履歴を記録し、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記新たな押下入力の位置、移動距離、移動方向のうちの前記履歴が有する情報に対応する情報とに基づいて、前記所定の閾値の補正をすべきか否かを判定し、
前記所定の閾値を補正すべきと判定した場合、前記履歴に基づいて、前記所定の閾値を補正する、
処理を実行させることを特徴とする入力プログラム。
On the computer,
If the movement distance of the press input on the touch panel is greater than or equal to a predetermined threshold, a symbol corresponding to the combination of the position of the press input and the movement direction of the press input is output, and if the movement distance is less than the predetermined threshold Outputs a symbol corresponding to the position,
In response to receiving the deletion of the output symbol, record a history including at least one of the position, the moving distance, and the moving direction in association with the symbol,
Based on the recorded history and information corresponding to information contained in the history of the position, moving distance, and moving direction of the new pressing input in response to receiving a new pressing input on the touch panel. To determine whether or not to correct the predetermined threshold,
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected based on the history;
An input program characterized by causing a process to be executed.
前記記録する処理は、
前記記号の削除を受け付けたことに応じて、前記記号に対応付けて前記タッチパネルを分割した複数の領域のうちの前記位置に応じた領域と、前記所定の閾値および前記移動距離の比較結果と、前記移動方向とを含む履歴を記録し、
前記判定する処理は、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記複数の領域のうちの前記新たな押下入力の位置に応じた領域と、前記所定の閾値および前記新たな押下入力の移動距離の比較結果と、前記新たな押下入力の移動方向とに基づいて、前記所定の閾値の補正をすべきか否かを判定する、
ことを特徴とする請求項1に記載の入力プログラム。
The recording process is as follows:
In response to accepting deletion of the symbol, a region corresponding to the position among a plurality of regions obtained by dividing the touch panel in association with the symbol, a comparison result of the predetermined threshold and the movement distance, Record the history including the moving direction;
The determination process is as follows:
In response to receiving a new pressing input on the touch panel, the recorded history, an area corresponding to a position of the new pressing input among the plurality of areas, the predetermined threshold value, and the new It is determined whether or not the predetermined threshold should be corrected based on the comparison result of the movement distance of the pressing input and the moving direction of the new pressing input.
The input program according to claim 1.
前記記録する処理は、
前記記号の削除を受け付けたことに応じて、さらに、前記移動距離を含む履歴を記録し、
前記補正する処理は、
前記所定の閾値を補正すべきと判定した場合、前記履歴に含まれる前記移動距離に基づいて、前記所定の閾値を補正する、
ことを特徴とする請求項2に記載の入力プログラム。
The recording process is as follows:
In response to accepting the deletion of the symbol, further record the history including the movement distance,
The correction process is as follows:
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected based on the movement distance included in the history;
The input program according to claim 2, wherein:
前記コンピュータに、
前記押下入力の移動距離に基づいて、前記所定の閾値を補正する際の候補値を算出する、処理を実行させ、
前記記録する処理は、
前記記号の削除を受け付けたことに応じて、さらに、算出した前記候補値および前記移動距離の比較結果を含む履歴を記録し、
前記判定する処理は、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記複数の領域のうちの前記新たな押下入力の位置に応じた領域と、前記所定の閾値および前記新たな押下入力の移動距離の比較結果と、前記新たな押下入力の移動方向と、に基づいて、前記所定の閾値の補正をすべきか否かを判定し、
前記補正する処理は、
前記所定の閾値を補正すべきと判定した場合、前記候補値で前記所定の閾値を更新することにより前記所定の閾値を補正する、
ことを特徴とする請求項2または3に記載の入力プログラム。
In the computer,
Calculating a candidate value for correcting the predetermined threshold based on the movement distance of the pressing input,
The recording process is as follows:
In response to accepting the deletion of the symbol, further record the history including the calculated candidate value and the comparison result of the movement distance,
The determination process is as follows:
In response to receiving a new pressing input on the touch panel, the recorded history, an area corresponding to a position of the new pressing input among the plurality of areas, the predetermined threshold value, and the new Based on the comparison result of the movement distance of the pressing input and the moving direction of the new pressing input, it is determined whether or not the predetermined threshold should be corrected,
The correction process is as follows:
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected by updating the predetermined threshold with the candidate value;
The input program according to claim 2 or 3, characterized in that
前記判定する処理は、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴に含まれる領域と前記新たな押下入力の位置に応じた領域とが同一であり、かつ、前記履歴に含まれる移動方向と前記新たな押下入力の移動方向とが一致し、かつ、前記新たな押下入力の移動距離が前記所定の閾値以上であり、かつ、前記履歴に含まれる前記所定の閾値および移動距離の比較結果によって当該移動距離が前記所定の閾値未満であることが示され、かつ、前記履歴に含まれる前記候補値および移動距離の比較結果によって当該移動距離が前記候補値以上であることが示される場合、前記所定の閾値の補正をすべきと判定する、
ことを特徴とする請求項4に記載の入力プログラム。
The determination process is as follows:
In response to receiving a new pressing input on the touch panel, the area included in the recorded history is the same as the area corresponding to the position of the new pressing input, and the movement included in the history The direction and the moving direction of the new pressing input match, the moving distance of the new pressing input is equal to or greater than the predetermined threshold, and the predetermined threshold and the moving distance included in the history are compared. When the result indicates that the movement distance is less than the predetermined threshold, and the comparison result between the candidate value and the movement distance included in the history indicates that the movement distance is greater than or equal to the candidate value Determining that the predetermined threshold should be corrected,
The input program according to claim 4.
前記判定する処理は、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴に含まれる領域と前記新たな押下入力の位置に応じた領域とが同一であり、前記新たな押下入力の移動距離が前記所定の閾値未満であり、かつ、前記履歴に含まれる前記所定の閾値および移動距離の比較結果によって当該移動距離が前記所定の閾値以上であることが示され、かつ、前記履歴に含まれる前記候補値および移動距離の比較結果によって当該移動距離が前記候補値未満であることが示される場合、前記所定の閾値の補正をすべきと判定する、
ことを特徴とする請求項4または5に記載の入力プログラム。
The determination process is as follows:
In response to receiving a new pressing input on the touch panel, the area included in the recorded history and the area corresponding to the position of the new pressing input are the same, and the moving distance of the new pressing input Is less than the predetermined threshold value, and the comparison result of the predetermined threshold value and the moving distance included in the history indicates that the moving distance is greater than or equal to the predetermined threshold and is included in the history When the comparison result of the candidate value and the movement distance indicates that the movement distance is less than the candidate value, it is determined that the predetermined threshold should be corrected.
The input program according to claim 4 or 5, characterized in that
前記出力する処理は、
前記タッチパネル上の押下入力が複数行われた場合、複数の押下入力の各々の押下入力に対応する記号を出力し、
前記削除する処理は、
出力した前記各々の押下入力に対応する記号の削除を受け付けたことに応じて、前記各々の押下入力に対応する記号に対応付けて前記各々の押下入力の位置、前記各々の押下入力の移動距離、前記各々の押下入力の移動方向を含む履歴を記録し、
前記判定する処理は、
前記タッチパネル上の複数の新たな押下入力を受け付けたことに応じて、記録した前記履歴に対応付けられた前記各々の押下入力に対応する記号と前記複数の新たな押下入力によって出力される記号とで異なる記号がある場合に、記録した前記履歴と前記複数の領域のうちの前記複数の新たな押下入力の位置に応じた領域と、前記所定の閾値および前記複数の新たな押下入力の移動距離の比較結果と、前記複数の新たな押下入力の移動方向とに基づいて、前記所定の閾値の補正をすべきか否かを判定する、
ことを特徴とする請求項4〜6のいずれか一つに記載の入力プログラム。
The output process is as follows:
When a plurality of pressing inputs on the touch panel are performed, a symbol corresponding to each pressing input of the plurality of pressing inputs is output,
The process to delete is
In response to receiving the deletion of the symbol corresponding to each of the pressed inputs, the position of each of the pressed inputs and the movement distance of each of the pressed inputs in association with the symbol corresponding to each of the pressed inputs , Record a history including the moving direction of each of the pressing inputs,
The determination process is as follows:
In response to receiving a plurality of new pressing inputs on the touch panel, a symbol corresponding to each pressing input associated with the recorded history and a symbol output by the plurality of new pressing inputs, When there is a different symbol, the recorded history and an area corresponding to the positions of the plurality of new pressing inputs among the plurality of areas, the predetermined threshold value, and the movement distances of the plurality of new pressing inputs Determining whether or not to correct the predetermined threshold based on the comparison result and the movement direction of the plurality of new pressing inputs,
The input program according to any one of claims 4 to 6, wherein:
前記判定する処理は、
前記タッチパネル上の複数の新たな押下入力を受け付けたことに応じて、記録した前記履歴に対応付けられた前記各々の押下入力に対応する記号と前記複数の新たな押下入力によって出力される記号とで異なる記号がある場合に、記録した前記各々の押下入力の位置に応じた領域と前記複数の新たな押下入力のうちの前記各々の押下入力に対応する新たな押下入力の位置に応じた領域とが同一であり、かつ、
前記各々の押下入力の移動方向と当該新たな押下入力の移動方向とが一致し、かつ、当該新たな押下入力の移動距離が前記所定の閾値以上であり、かつ、前記履歴に含まれる前記所定の閾値および前記各々の押下入力の移動距離の比較結果によって当該移動距離が前記所定の閾値未満であることが示され、かつ、前記履歴に含まれる前記候補値および前記各々の押下入力の移動距離の比較結果によって当該移動距離が前記候補値以上であることが示される、
または、当該新たな押下入力の移動距離が前記所定の閾値未満であり、かつ、前記履歴に含まれる前記所定の閾値および前記各々の押下入力の移動距離の比較結果によって当該移動距離が前記所定の閾値以上であることが示され、かつ、前記履歴に含まれる前記候補値および前記各々の押下入力の移動距離の比較結果によって当該移動距離が前記候補値未満であることが示される、
または、前記履歴に対応付けられた前記各々の押下入力に対応する記号と当該新たな押下入力によって出力される記号とが同一であり、かつ、前記履歴に含まれる前記所定の閾値および前記各々の押下入力の移動距離の比較結果によって示される当該移動距離が前記所定の閾値以上か否かの真偽値と前記履歴に含まれる前記候補値および前記各々の押下入力の移動距離の比較結果によって示される当該移動距離が前記候補値以上か否かの真偽値とが同一である、
場合、前記所定の閾値の補正をすべきと判定する、
ことを特徴とする請求項7に記載の入力プログラム。
The determination process is as follows:
In response to receiving a plurality of new pressing inputs on the touch panel, a symbol corresponding to each pressing input associated with the recorded history and a symbol output by the plurality of new pressing inputs, When there is a different symbol, the area corresponding to the recorded position of each pressing input and the area corresponding to the position of the new pressing input corresponding to each pressing input among the plurality of new pressing inputs Are the same, and
The moving direction of each of the pressing inputs matches the moving direction of the new pressing input, the moving distance of the new pressing input is equal to or greater than the predetermined threshold, and the predetermined included in the history The comparison result of the threshold value and the movement distance of each of the pressing inputs indicates that the movement distance is less than the predetermined threshold value, and the candidate value included in the history and the movement distance of each of the pressing inputs The comparison result indicates that the moving distance is greater than or equal to the candidate value.
Alternatively, the moving distance of the new pressing input is less than the predetermined threshold, and the moving distance is calculated based on a comparison result of the predetermined threshold and the moving distance of each pressing input included in the history. A comparison result of the candidate value included in the history and the movement distance of each pressing input indicates that the movement distance is less than the candidate value.
Alternatively, the symbol corresponding to each of the press inputs associated with the history is the same as the symbol output by the new press input, and the predetermined threshold value included in the history and the respective Indicated by the comparison result of the true / false value indicating whether or not the moving distance is equal to or greater than the predetermined threshold, the candidate value included in the history, and the moving distance of the respective pressing inputs The true / false value of whether or not the moving distance is equal to or greater than the candidate value,
If it is determined that the predetermined threshold should be corrected,
The input program according to claim 7.
前記コンピュータに、
前記タッチパネル上の押下入力が複数行われた場合、複数の押下入力の移動距離のうちの前記所定の閾値以上となる移動距離の平均値と標準偏差とに基づいて第1の値を算出するとともに、前記複数の押下入力の移動距離のうちの前記所定の閾値未満となる移動距離の平均値と標準偏差とに基づいて第2の値を算出し、
前記候補値を算出する処理は、
算出した前記第1の値と前記第2の値とに基づいて、前記候補値を算出する、
ことを特徴とする請求項4〜8のいずれか一つに記載の入力プログラム。
In the computer,
When a plurality of pressing inputs on the touch panel are performed, a first value is calculated based on an average value and a standard deviation of the moving distances that are equal to or more than the predetermined threshold among the moving distances of the plurality of pressing inputs. , Calculating a second value based on an average value and a standard deviation of the movement distances that are less than the predetermined threshold among the movement distances of the plurality of pressing inputs,
The process of calculating the candidate value includes
Calculating the candidate value based on the calculated first value and the second value;
The input program according to any one of claims 4 to 8.
タッチパネル上の押下入力の移動距離が所定の閾値以上であれば前記押下入力の位置および前記押下入力の移動方向の組み合わせに対応する記号を出力し、前記移動距離が前記所定の閾値未満であれば前記位置に対応する記号を出力し、
出力した前記記号の削除を受け付けたことに応じて、前記記号に対応付けて前記位置、前記移動距離、前記移動方向のうちの少なくともいずれか一つの情報を含む履歴を記録し、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記新たな押下入力の位置、移動距離、移動方向のうちの前記履歴が有する情報に対応する情報とに基づいて、前記所定の閾値の補正をすべきか否かを判定し、
前記所定の閾値を補正すべきと判定した場合、前記履歴に基づいて、前記所定の閾値を補正する、
制御部を有することを特徴とする入力装置。
If the movement distance of the press input on the touch panel is greater than or equal to a predetermined threshold, a symbol corresponding to the combination of the position of the press input and the movement direction of the press input is output, and if the movement distance is less than the predetermined threshold Outputs a symbol corresponding to the position,
In response to receiving the deletion of the output symbol, record a history including at least one of the position, the moving distance, and the moving direction in association with the symbol,
Based on the recorded history and information corresponding to information contained in the history of the position, moving distance, and moving direction of the new pressing input in response to receiving a new pressing input on the touch panel. To determine whether or not to correct the predetermined threshold,
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected based on the history;
An input device comprising a control unit.
コンピュータが、
タッチパネル上の押下入力の移動距離が所定の閾値以上であれば前記押下入力の位置および前記押下入力の移動方向の組み合わせに対応する記号を出力し、前記移動距離が前記所定の閾値未満であれば前記位置に対応する記号を出力し、
出力した前記記号の削除を受け付けたことに応じて、前記記号に対応付けて前記位置、前記移動距離、前記移動方向のうちの少なくともいずれか一つの情報を含む履歴を記録し、
前記タッチパネル上の新たな押下入力を受け付けたことに応じて、記録した前記履歴と、前記新たな押下入力の位置、移動距離、移動方向のうちの前記履歴が有する情報に対応する情報とに基づいて、前記所定の閾値の補正をすべきか否かを判定し、
前記所定の閾値を補正すべきと判定した場合、前記履歴に基づいて、前記所定の閾値を補正する、
処理を実行することを特徴とする入力方法。
Computer
If the movement distance of the press input on the touch panel is greater than or equal to a predetermined threshold, a symbol corresponding to the combination of the position of the press input and the movement direction of the press input is output, and if the movement distance is less than the predetermined threshold Outputs a symbol corresponding to the position,
In response to receiving the deletion of the output symbol, record a history including at least one of the position, the moving distance, and the moving direction in association with the symbol,
Based on the recorded history and information corresponding to information contained in the history of the position, moving distance, and moving direction of the new pressing input in response to receiving a new pressing input on the touch panel. To determine whether or not to correct the predetermined threshold,
If it is determined that the predetermined threshold should be corrected, the predetermined threshold is corrected based on the history;
An input method characterized by executing processing.
JP2015249047A 2015-12-21 2015-12-21 Input program, input device, and input method Expired - Fee Related JP6524903B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015249047A JP6524903B2 (en) 2015-12-21 2015-12-21 Input program, input device, and input method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015249047A JP6524903B2 (en) 2015-12-21 2015-12-21 Input program, input device, and input method

Publications (2)

Publication Number Publication Date
JP2017117014A true JP2017117014A (en) 2017-06-29
JP6524903B2 JP6524903B2 (en) 2019-06-05

Family

ID=59234875

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015249047A Expired - Fee Related JP6524903B2 (en) 2015-12-21 2015-12-21 Input program, input device, and input method

Country Status (1)

Country Link
JP (1) JP6524903B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020091795A (en) * 2018-12-07 2020-06-11 富士通コンポーネント株式会社 Information processing apparatus, control program, and control method
JP2021114022A (en) * 2020-01-16 2021-08-05 ヤフー株式会社 Information processing device, information processing method, and information processing program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012161223A1 (en) * 2011-05-25 2012-11-29 Necカシオモバイルコミュニケーションズ株式会社 Input device, input method, and program
JP2014010688A (en) * 2012-06-29 2014-01-20 Kddi Corp Input character estimation device and program
JP2015041845A (en) * 2013-08-21 2015-03-02 カシオ計算機株式会社 Character input device and program
JP2017004203A (en) * 2015-06-09 2017-01-05 シャープ株式会社 Input device and control method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012161223A1 (en) * 2011-05-25 2012-11-29 Necカシオモバイルコミュニケーションズ株式会社 Input device, input method, and program
JP2014010688A (en) * 2012-06-29 2014-01-20 Kddi Corp Input character estimation device and program
JP2015041845A (en) * 2013-08-21 2015-03-02 カシオ計算機株式会社 Character input device and program
JP2017004203A (en) * 2015-06-09 2017-01-05 シャープ株式会社 Input device and control method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020091795A (en) * 2018-12-07 2020-06-11 富士通コンポーネント株式会社 Information processing apparatus, control program, and control method
US10928967B2 (en) 2018-12-07 2021-02-23 Fujitsu Component Limited Information processing apparatus, non-transitory computer-readable recording medium, and control method
JP7184619B2 (en) 2018-12-07 2022-12-06 富士通コンポーネント株式会社 Information processing device, control program, and control method
JP2021114022A (en) * 2020-01-16 2021-08-05 ヤフー株式会社 Information processing device, information processing method, and information processing program
JP7317730B2 (en) 2020-01-16 2023-07-31 ヤフー株式会社 Information processing device, information processing method and information processing program

Also Published As

Publication number Publication date
JP6524903B2 (en) 2019-06-05

Similar Documents

Publication Publication Date Title
US11334717B2 (en) Touch keyboard using a trained model
CN107741926B (en) Space prediction for text input
US8739055B2 (en) Correction of typographical errors on touch displays
US7957955B2 (en) Method and system for providing word recommendations for text input
US20160041966A1 (en) Method and apparatus for word prediction selection
US20090066659A1 (en) Computer system with touch screen and separate display screen
CN105229574A (en) Reduce the error rate based on the keyboard touched
US8898585B2 (en) Electronic device, input method thereof, and computer-readable medium using the method
US8640026B2 (en) Word correction in a multi-touch environment
JP6524903B2 (en) Input program, input device, and input method
JP5637143B2 (en) Joint development support system, joint development support method and program
TWI505173B (en) System and method for improving recognition of a touch keyboard in an electronic device
JP6599504B2 (en) Touch error calibration method and system
JP6562276B2 (en) Information extraction apparatus, information extraction method, and information extraction program
JP2014183485A (en) Input device, input method, and computer program
WO2020210975A1 (en) Sub-trajectory selection method, electronic device, and computer readable storage medium
JP6667452B2 (en) Method and apparatus for inputting text information
CN105718427B (en) Information processing method and electronic equipment
US20120331383A1 (en) Apparatus and Method for Input of Korean Characters
CN111079403B (en) Page comparison method and device
JP2018152818A (en) Character input device, character input method, and character input program
JP5212919B2 (en) Information processing device
JP2016170499A (en) Character input device, input control program and input control method
JP2021002278A (en) Information processing apparatus, control method, and program
US20140333548A1 (en) Tablet computer and input method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180810

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190319

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: 20190409

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190422

R150 Certificate of patent or registration of utility model

Ref document number: 6524903

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees