JP2004078868A - Character input program - Google Patents

Character input program Download PDF

Info

Publication number
JP2004078868A
JP2004078868A JP2002276250A JP2002276250A JP2004078868A JP 2004078868 A JP2004078868 A JP 2004078868A JP 2002276250 A JP2002276250 A JP 2002276250A JP 2002276250 A JP2002276250 A JP 2002276250A JP 2004078868 A JP2004078868 A JP 2004078868A
Authority
JP
Japan
Prior art keywords
input
character
candidate
keyboard
candidate character
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.)
Pending
Application number
JP2002276250A
Other languages
Japanese (ja)
Inventor
Koji Kobayashi
小林 弘二
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP2002276250A priority Critical patent/JP2004078868A/en
Publication of JP2004078868A publication Critical patent/JP2004078868A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Input From Keyboards Or The Like (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To solve inconvenience that the switch of an input mode and a conversion mode and the simultaneous use of a pointing device are necessary, which becomes the hindrance of an efficient character input in a conventional character input program using a keyboard. <P>SOLUTION: An input from the keyboard is defined as a character specification input and a candidate character selection input and when the character specification input is performed, a series of words (candidate characters) coincident with the character specification input are retrieved from a dictionary (conversion rule recording means). When the candidate character selection input is performed, one word is selected and determined among words retrieved from the dictionary. A guide simulating the keyboard is displayed on a display. The candidate character selection input is executed when each of keys as Q, J, L and C is depressed. Thus, the character input is efficiently performed. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】本発明は,複数キーが配置されたデバイス(本発明ではキーボードと呼ぶ)とディスプレイを有するコンピュータにて動作する文字入力プログラムに関する.
【0002】
【従来の技術】従来,漢字などの直接キーボードで入力できない文字をコンピュータに入力するときは,FEPやIMと呼ばれる文字入力プログラムを用いて入力をおこなっていた.FEPやIMでは,まず入力モードで一連のキー入力をおこない,その後変換キーを押し,変換モードに移行する.変換モードでは入力モードで入力したキー入力に応じて候補文字の一覧がディスプレイに表示される.キー入力により候補文字の一覧から文字を選択するとその文字がコンピュータに入力される.
【0003】しかし,キーボードを用いた従来の文字入力プログラムの場合,主要なキーを文字入力に割り当てているため,変換モードと入力モードを切り替える必要があり,効率的な入力の妨げとなっていた.
【0004】また,ディスプレイに表示される候補文字の一覧の配置とキーの配置とに関連性がなかったため,候補文字に対応するキーを探すのは手間であり,効率的な入力の妨げとなっていた.
【0005】また,マウスやタッチパネル等のポインティングデバイスを用いてディスプレイに表示される候補文字の一覧から文字を選択する方法もあるが,キーボードでの入力とポインティングデバイスでの入力を併用する事になり,効率的な入力の妨げとなっていた.
【0006】
【発明が解決しようとする課題】従来のキーボードを用いた文字入力プログラムでは,入力モードと変換モードを切り変えたり,ポインティングデバイスを併用したりする必要があり,効率的な文字入力の妨げとなっていた.
【0007】
【課題を解決するための手段】上記問題を解決するため,本発明によるプログラムは,コンピュータを,予めキーボード入力を候補文字選択入力または文字特定入力に変換するルールを記録しておく入力処理ルール記録手段,入力処理ルール記録手段の記録を用いてキーボード入力から候補文字選択入力または文字特定入力を取得し出力する入力処理手段,
予め一連の文字特定入力を候補文字に変換するルールを記録しておく変換ルール記録手段,変換ルール記録手段の記録を用いて入力処理手段が出力する一連の文字特定入力に対応する1つ又は複数の候補文字を取得し出力する変換手段,予め入力処理手段が出力する候補文字選択入力と変換手段が出力する1つ又は複数の候補文字を1対1に対応づけるルールを記録する対応ルール記録手段,入力処理手段が出力する候補文字選択入力から対応づけ手段により対応づけられた候補文字を取得し出力してさらに変換手段に入力された一連の文字特定入力を初期化する文字出力手段,として機能させるためのプログラムであるとした.
【0008】なお,ここでいう一連の文字特定入力の初期化とは,変換手段の状態を一連の文字特定入力が行われていない状態にすることである.
【0009】その結果,本プログラムでは,ある特定のキーを押すことによって文字入力を続けることができ,ある特定のキーを押すことによって変換文字の選択/決定をおこなうことができる.それにより,入力モードや変換モードなどのモードの使い分けなしで,またポインティングデバイスなどを使わずに文字を入力できるため,より効率的に文字を入力できる.
【0010】また,本発明によるプログラムは,前記に加え,さらにコンピュータを,対応ルール記録手段に記録された記録から導き出せる候補文字と候補文字選択入力の関係と,入力処理ルール記録手段に記録された記録から導き出せるキーボード入力の関係から,キーボードのキーに対応する候補文字を取得し,キーボードのキーの位置に対応する様に候補文字をディスプレイに表示する候補文字表示手段,
として機能させるためのプログラムであるとした.
【0011】その結果,ディスプレイに表示される候補文字の位置と候補文字を選択したい時に押すキーの位置の関係に対応関係ができ,選択したい候補文字を出力するにはどのキーを押せばいいかがわかりやすくなるため,候補文字を選択するために押さなくてはならないキーを探すのが容易になり,より効率的に文字を入力できる.
【0012】また,本発明によるプログラムは,上記のプログラムにおいてさらに,入力処理手段が候補文字選択入力を出力するキーボード入力が,Qのキーを押したときの入力/Jのキーを押したときの入力/Lのキーを押したときの入力/Cのキーを押したときの入力のいずれか,あるいは全てであるプログラムとした.
【0013】その結果,ローマ字入力ではあまり使われない/他のキーで代用できるキーを押すことによって候補文字を選択し入力できるので,通常のローマ字入力と同じ様に文字特定入力をおこなう事ができる.
【0014】
【発明の実施の形態】図に一致対応して、本発明によるプログラムの一例を示す.
【0015】図1は,本例での構成図である.キーボード100からのキーボード入力119は全て入力処理手段102に渡される.入力処理手段102は,入力処理ルール記録手段103に記録された記録をもとに,文字特定入力112または候補文字選択入力114に変換し出力する.変換しなかったキーボード入力119は,そのまま内部プログラム130に渡される.
【0016】本例では,『キーボードのQ,J,L,Cのキーが押されたときに,候補文字選択入力114の一種である候補文字選択入力Q,候補文字選択入力J,候補文字選択入力L,候補文字選択入力C(図無し)を出力する.また,Q,J,L,C以外のアルファベットキーが押されたときは,それぞれのキーのアルファベットに対応した文字特定入力(図無し)を出力する.もちろん,これらのアルファベットに対応した文字特定入力は,文字特定入力112の一種である.その他のキーが押された場合は,キーボード入力119をそのまま内部プログラム130に渡す.』と,なるよう,入力処理ルール記録手段103に記録が保存されている.
【0017】入力処理手段102から出力された文字特定入力112は,変換手段104に渡される.変換手段104は受け取った文字特定入力112を蓄積する.そして蓄積した一連の文字特定入力と,変換ルール記録手段107に記録された記録をもとに,1つまたは複数の候補文字115を取得し,出力する.
【0018】本例では,『変換手段104に蓄積された一連の文字特定入力をローマ字として仮名読みした時に読みが一致する漢字/平仮名/片仮名又はそれら交ぜ書きをすべてリストアップし,候補文字として順番に並べて候補文字115として出力する.』となるよう入力処理ルール記録手段103に記録が保存されている.
【0019】入力処理手段102は文字特定入力114を,変換手段104は候補文字115を,文字出力手段105に出力する.文字出力手段105は,候補文字選択入力114を受け取ると,対応ルール記録手段106に記録された記録をもとに,候補文字115から候補文字118を取得し,内部プログラム130に出力する.同時に,変換手段104に蓄積された一連の文字特定入力を削除し,変換手段104に蓄積された一連の文字特定入力が何も無い様にする.
【0020】本例では,『候補文字選択入力Qが入力されたときは,候補文字115の1番はじめの候補文字を候補文字118として出力する.候補文字選択入力Jが入力されたときは,候補文字115の2番目の候補文字を候補文字118として出力する.候補文字選択入力Lが入力されたときは,候補文字115の3番目の候補文字を候補文字118として出力する.候補文字選択入力Cが入力されたときは,候補文字115の4番目の候補文字を候補文字118として出力する.』となるよう,対応ルール記録手段106に記録が保存されている.
【0021】また,本例では,ディスプレイ101に候補文字を表示する候補文字表示手段108を有する.候補文字表示手段108は,入力処理手段102を介して入力処理ルール記録手段からキーボード入力と候補文字選択入力の関係111を,変換手段104から候補文字115を,文字出力手段105から1つまたは複数の候補文字113を,文字出力手段105を介して候補文字と候補文字選択入力の関係117を取得し,それらの内容からキーボードのキーに対応する候補文字を取得する.その結果を用いて,キーボードの外見に似せて作られたキーのキートップ部分にそのキーに対応する候補文字が記された画像をディスプレイ101に表示する.
【0022】本例の場合,Qキーのキートップに変換手段104の出力する1つまたは複数の候補文字の中で1番目にある候補文字が,Jキーのキートップに変換手段104の出力する1つまたは複数の候補文字の中で2番目にある候補文字が,Lキーのキートップに変換手段104の出力する1つまたは複数の候補文字の中で3番目にある候補文字が,Cキーのキートップに変換手段104の出力する1つまたは複数の候補文字の中で4番目にある候補文字が,それぞれ表示される.
【0023】
【発明の効果】本発明によるプログラムによれば,従来のキーボードを用いた文字入力プログラムでは,入力モードと変換モードを切り変えたり,ポインティングデバイスを併用したりする必要がなく,効率的な文字入力をおこなうことができる.また,ディスプレイにガイドが表示されるので,より容易に文字入力をおこなう事ができる.
【図面の簡単な説明】
【図1】本発明の実施の形態の実施例の概念図である.
【符号の説明】
100 キーボード
101 ディスプレイ
102 入力処理装置
103 入力処理ルール記録手段
104 変換手段
105 文字出力手段
106 対応ルール記録手段
107 変換ルール記録手段
108 候補文字表示手段
111 キーボード入力と候補文字選択入力の関係
112 文字特定入力
113 1つまたは複数の候補文字
114 候補文字選択入力
115 1つまたは複数の候補文字
116 一連の文字特定入力の初期化
117 候補文字と候補文字選択入力の関係
118 候補文字
119 キーボード入力
130 内部プログラム
[0001]
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a character input program which operates on a computer having a device having a plurality of keys (called a keyboard in the present invention) and a display.
[0002]
2. Description of the Related Art Heretofore, when characters such as kanji which cannot be directly input by a keyboard are input to a computer, the input has been performed using a character input program called FEP or IM. In FEP and IM, first, a series of key input is performed in the input mode, and then, the conversion key is pressed to shift to the conversion mode. In the conversion mode, a list of candidate characters is displayed on the display according to the key input in the input mode. When you select a character from the list of candidate characters by key input, that character is input to the computer.
However, in the case of a conventional character input program using a keyboard, since the main keys are assigned to character input, it is necessary to switch between a conversion mode and an input mode, which hinders efficient input. .
Further, since there is no relation between the arrangement of the list of candidate characters displayed on the display and the arrangement of keys, it is troublesome to search for a key corresponding to the candidate character, which hinders efficient input. I was.
There is also a method of selecting a character from a list of candidate characters displayed on a display by using a pointing device such as a mouse or a touch panel. However, input using a keyboard and input using a pointing device are used together. , Which hindered efficient input.
[0006]
In a conventional character input program using a keyboard, it is necessary to switch between an input mode and a conversion mode or to use a pointing device together, which hinders efficient character input. I was.
[0007]
In order to solve the above-mentioned problems, a program according to the present invention is a computer-readable recording medium storing an input processing rule recording method for recording in advance a rule for converting a keyboard input into a candidate character selection input or a character identification input. Input processing means for obtaining and outputting a candidate character selection input or a character specific input from a keyboard input using the record of the input processing rule recording means;
Conversion rule recording means for preliminarily recording a rule for converting a series of character specification inputs into candidate characters, and one or more corresponding to a series of character specification inputs output by the input processing means using the records of the conversion rule recording means Conversion means for acquiring and outputting a candidate character, and a corresponding rule recording means for recording a rule for one-to-one correspondence between a candidate character selection input previously output by the input processing means and one or more candidate characters output by the conversion means Functioning as character output means for acquiring and outputting candidate characters associated by the association means from the candidate character selection input output by the input processing means, and further initializing a series of character identification inputs input to the conversion means It is assumed that it is a program to make it.
Here, the initialization of a series of character-specific inputs means that the state of the conversion means is a state in which a series of character-specific inputs is not performed.
As a result, in this program, character input can be continued by pressing a specific key, and selection / determination of a converted character can be performed by pressing a specific key. As a result, characters can be input more efficiently without using different modes such as input mode and conversion mode, and without using a pointing device.
[0010] In addition to the above, the program according to the present invention further stores a computer in which a relation between candidate characters derivable from the record recorded in the corresponding rule recording means and a candidate character selection input and an input processing rule recording means are recorded. Candidate character display means for obtaining candidate characters corresponding to the keys of the keyboard from the relationship of the keyboard input that can be derived from the record, and displaying the candidate characters on the display so as to correspond to the positions of the keys on the keyboard;
It is assumed to be a program to function as.
As a result, there is a correspondence between the position of the candidate character displayed on the display and the position of the key to be pressed when selecting the candidate character, and it is possible to know which key should be pressed to output the candidate character to be selected. This makes it easier to find the key that must be pressed to select a candidate character, so that characters can be input more efficiently.
In the program according to the present invention, the input processing means may further include a keyboard input for outputting a candidate character selection input when the Q key is pressed / when the J key is pressed. The program was any or all of the input when the input / L key was pressed / the input when the C key was pressed.
[0013] As a result, candidate characters can be selected and input by pressing a key that is rarely used in Roman alphabet input / can be replaced with another key, so that character specific input can be performed in the same manner as normal Roman alphabet input. .
[0014]
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An example of a program according to the present invention is shown in correspondence with the drawings.
FIG. 1 is a block diagram of this embodiment. All keyboard inputs 119 from the keyboard 100 are passed to the input processing means 102. The input processing means 102 converts and outputs a character specification input 112 or a candidate character selection input 114 based on the record recorded in the input processing rule recording means 103. The keyboard input 119 that has not been converted is passed to the internal program 130 as it is.
In this example, when the keys Q, J, L, and C of the keyboard are pressed, the candidate character selection input Q, the candidate character selection input J, and the candidate character selection input The input L and the candidate character selection input C (not shown) are output. When alphabet keys other than Q, J, L, and C are pressed, a character identification input (not shown) corresponding to the alphabet of each key is output. Of course, the character identification input corresponding to these alphabets is one type of the character identification input 112. If any other key is pressed, the keyboard input 119 is passed to the internal program 130 as it is. Is recorded in the input processing rule recording means 103.
The character identification input 112 output from the input processing means 102 is passed to the conversion means 104. The conversion means 104 stores the received character specification input 112. Then, one or a plurality of candidate characters 115 are obtained and output based on the stored series of character specification inputs and the record recorded in the conversion rule recording means 107.
In the present example, "Kanji / Hiragana / Katakana or all of their kanji / hiragana / alternative characters which match when reading a series of character specific inputs stored in the conversion means 104 as Roman characters are listed as candidate characters. And output them as candidate characters 115. Is recorded in the input processing rule recording means 103.
The input processing means 102 outputs a character identification input 114 and the conversion means 104 outputs candidate characters 115 to a character output means 105. Upon receiving the candidate character selection input 114, the character output unit 105 acquires a candidate character 118 from the candidate character 115 based on the record recorded in the corresponding rule recording unit 106, and outputs it to the internal program 130. At the same time, a series of character specific inputs stored in the conversion means 104 are deleted so that there is no series of character specific inputs stored in the conversion means 104.
In this example, "when the candidate character selection input Q is input, the first candidate character of the candidate character 115 is output as the candidate character 118. When the candidate character selection input J is input, the second candidate character of the candidate character 115 is output as the candidate character 118. When the candidate character selection input L is input, the third candidate character of the candidate character 115 is output as the candidate character 118. When the candidate character selection input C is input, the fourth candidate character of the candidate character 115 is output as the candidate character 118. Is recorded in the corresponding rule recording means 106.
In this embodiment, the display 101 has candidate character display means 108 for displaying candidate characters. The candidate character display means 108 receives the relationship 111 between the keyboard input and the candidate character selection input from the input processing rule recording means via the input processing means 102, the candidate character 115 from the conversion means 104, and one or more candidate characters from the character output means 105. For the candidate character 113, the relationship 117 between the candidate character and the candidate character selection input is obtained via the character output means 105, and the candidate character corresponding to the key of the keyboard is obtained from the contents. Using the result, an image is displayed on the display 101 in which the candidate character corresponding to the key is written on the key top portion of the key made to resemble the appearance of the keyboard.
In the case of this example, the first candidate character among the one or more candidate characters output by the conversion means 104 at the key top of the Q key is output by the conversion means 104 at the key top of the J key. The second candidate character among the one or more candidate characters is the third candidate character among the one or more candidate characters output by the conversion means 104 at the key top of the L key. The fourth candidate character among the one or a plurality of candidate characters output by the conversion means 104 is displayed on the keytop.
[0023]
According to the program according to the present invention, the conventional character input program using a keyboard does not require switching between the input mode and the conversion mode or using a pointing device in combination, resulting in efficient character input. Can be performed. In addition, since a guide is displayed on the display, character input can be performed more easily.
[Brief description of the drawings]
FIG. 1 is a conceptual diagram of an example of an embodiment of the present invention.
[Explanation of symbols]
REFERENCE SIGNS LIST 100 Keyboard 101 Display 102 Input processing device 103 Input processing rule recording means 104 Conversion means 105 Character output means 106 Corresponding rule recording means 107 Conversion rule recording means 108 Candidate character display means 111 Relationship between keyboard input and candidate character selection input 112 Character identification input 113 One or more candidate characters 114 Candidate character selection input 115 One or more candidate characters 116 Initialization of a series of character specific input 117 Relationship between candidate characters and candidate character selection input 118 Candidate character 119 Keyboard input 130 Internal program

Claims (3)

コンピュータを,
予めキーボード入力を候補文字選択入力または文字特定入力に変換するルールを記録しておく入力処理ルール記録手段,
入力処理ルール記録手段の記録を用い,キーボード入力から候補文字選択入力または文字特定入力を取得し出力する入力処理手段,
予め一連の文字特定入力を候補文字に変換するルールを記録しておく変換ルール記録手段,
変換ルール記録手段の記録を用い,入力処理手段が出力する一連の文字特定入力に対応する1つ又は複数の候補文字を取得し出力する変換手段,
予め入力処理手段が出力する候補文字選択入力と変換手段が出力する1つ又は複数の候補文字を1対1に対応づけるルールを記録する対応ルール記録手段,
対応ルール記録手段の記録を用い,入力処理手段が出力する候補文字選択入力から候補文字を取得し出力し,さらに変換手段に入力された一連の文字特定入力を初期化する文字出力手段,
として機能させるためのプログラム
Computer
Input processing rule recording means for preliminarily recording rules for converting keyboard input into candidate character selection input or character specific input;
Input processing means for acquiring and outputting candidate character selection input or character specific input from a keyboard input using the record of the input processing rule recording means;
Conversion rule recording means for preliminarily recording a rule for converting a series of character-specific inputs into candidate characters;
Converting means for acquiring and outputting one or a plurality of candidate characters corresponding to a series of character specifying inputs output by the input processing means, using a record of the conversion rule recording means;
Correspondence rule recording means for recording in advance a rule for associating a candidate character selection input output by the input processing means with one or more candidate characters output by the conversion means on a one-to-one basis;
Character output means for acquiring and outputting candidate characters from the candidate character selection input output by the input processing means using the record of the corresponding rule recording means, and further initializing a series of character identification inputs inputted to the conversion means;
Program to function as
請求項1に記載のプログラムにおいて,さらにコンピュータを
対応ルール記録手段に記録された記録から導き出せる候補文字と候補文字選択入力の関係と,
入力処理ルール記録手段に記録された記録から導き出せるキーボード入力と候補文字選択入力の関係から,
キーボードのキーに対応する候補文字を取得し,
キーボードのキーの位置に対応する様に候補文字をディスプレイに表示する候補文字表示手段,
として機能させるためのプログラム
2. The program according to claim 1, further comprising: a relation between a candidate character which can be derived from a record recorded in the corresponding rule recording means and a candidate character selection input;
From the relationship between keyboard input and candidate character selection input that can be derived from the record recorded in the input processing rule recording means,
Get candidate characters corresponding to keyboard keys,
Candidate character display means for displaying candidate characters on a display so as to correspond to the positions of keys on the keyboard;
Program to function as
請求項1または2に記載のプログラムにおいて,
入力処理手段が候補文字選択入力を出力するキーボード入力が,
Qのキーを押したときの入力/Jのキーを押したときの入力/Lのキーを押したときの入力/Cのキーを押したときの入力のいずれか,あるいは全てであるプログラム
The program according to claim 1 or 2,
A keyboard input by which the input processing means outputs a candidate character selection input is
A program that is one or all of the following: input when the Q key is pressed, input when the J key is pressed, input when the L key is pressed, input when the C key is pressed.
JP2002276250A 2002-08-17 2002-08-17 Character input program Pending JP2004078868A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002276250A JP2004078868A (en) 2002-08-17 2002-08-17 Character input program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002276250A JP2004078868A (en) 2002-08-17 2002-08-17 Character input program

Publications (1)

Publication Number Publication Date
JP2004078868A true JP2004078868A (en) 2004-03-11

Family

ID=32025089

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002276250A Pending JP2004078868A (en) 2002-08-17 2002-08-17 Character input program

Country Status (1)

Country Link
JP (1) JP2004078868A (en)

Similar Documents

Publication Publication Date Title
US6765504B2 (en) Chinese language pinyin input method and device by numeric key pad
US6658397B2 (en) Computer method and apparatus for storing and reproducing handwritten characters
TWI222596B (en) Character generation system
KR101808774B1 (en) Virtual keyboard strucutre for mobile device, method of inputting character using virtual keyboard for mobile device, computer readable storage media containing program for executing the same
JP2004078868A (en) Character input program
JP2007257188A (en) Dictionary search device and its control program
JPS63128468A (en) Character input device
KR20080010774A (en) System that convert english to english that is written korean
JPH08272504A (en) Character input device
JP2005157472A (en) Character input device and method
JP3086464B2 (en) Kana-Kanji conversion device
JP2001290813A (en) Method and device for japanese syllabary-to-chinese character conversion and recording medium
KR200318967Y1 (en) Keyboard having key-buttons switching between korean/english
KR100565290B1 (en) Chinese character transmission method for mobile communication terminal
JPH10269209A (en) Device and method for character string prediction
KR930004845A (en) How to switch Korean / English fish mode
JPH08335217A (en) Reading converting method and document preparation device
JP2000066664A (en) Data processor
JPS59121424A (en) Kanji inputting method and apparatus
JPH064517A (en) Kana/kanji conversion system
JPS63126061A (en) Chinese document forming device
JPS6353673A (en) Single kanji conversion system
JPH06266768A (en) Retrieval system in electronic book and electronic book player
JPH0581281A (en) Chuang input device
JP2001067353A (en) Character input device and character input method