JP2009048374A - Character input device, and character input method for information processing apparatus - Google Patents

Character input device, and character input method for information processing apparatus Download PDF

Info

Publication number
JP2009048374A
JP2009048374A JP2007212973A JP2007212973A JP2009048374A JP 2009048374 A JP2009048374 A JP 2009048374A JP 2007212973 A JP2007212973 A JP 2007212973A JP 2007212973 A JP2007212973 A JP 2007212973A JP 2009048374 A JP2009048374 A JP 2009048374A
Authority
JP
Japan
Prior art keywords
word
mode
candidate
control unit
predicted
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
JP2007212973A
Other languages
Japanese (ja)
Other versions
JP5141135B2 (en
Inventor
Hiroo Matsukawa
裕雄 松川
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2007212973A priority Critical patent/JP5141135B2/en
Publication of JP2009048374A publication Critical patent/JP2009048374A/en
Application granted granted Critical
Publication of JP5141135B2 publication Critical patent/JP5141135B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To preferentially display honorific connectable dependent word prediction candidates in a character input device when a business document is created in an honorific expression. <P>SOLUTION: A predicted word candidate display control part 3 searches a predictive word database 5 on a character string input via an input part 1 for predicted word candidates and displays predicted word candidates found on a display part 2, and when one of the predicted word candidates displayed is selected via the input part 1, starts up a connectable dependent word candidate display control part. The connectable dependent word candidate display control part 4 selects connectable dependent word candidates from a connectable dependent word database 6 according to the part of speech of the predicted word selected, and displays the selected dependent word candidates on the display part 2 in a rearrangement in which honorific dependent words are prioritized if an operation mode stored in a mode storage part 8 is an honorific mode. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は文字入力装置および情報処理機器における文字入力方法に関する。   The present invention relates to a character input device and a character input method in an information processing device.

一般的に携帯電話装置における文字入力方法は、「1」〜「0」のテンキーのそれぞれに50音の行を割り当て、押下した回数により、割り当てられている行の文字が変化していく方式を採用している。この方式では「お」を入力するためには、「1」キーを5回押下する必要がある。そのため、この方式は、入力文字数が多くなればなるほど、爆発的にキーの押下回数が増えてくるという問題があった。   In general, a character input method in a mobile phone device is a method in which a line of 50 sounds is assigned to each of the numeric keys “1” to “0” and the assigned line changes depending on the number of times the key is pressed. Adopted. In this method, in order to input “o”, it is necessary to press the “1” key five times. Therefore, this method has a problem that the number of key presses increases explosively as the number of input characters increases.

そのため、その押下回数を削減するために、入力途中のひらがなと前方一致する単語を予測する予測入力方式が一般的になりつつある。その予測入力方式においては、携帯電話装置は、入力済みの単語から、その言葉に続く言葉を予測する機能(以下、繋がり予測入力方式)を有していることが多い。   Therefore, in order to reduce the number of times of pressing, a predictive input method that predicts a word that matches forward with a hiragana being input is becoming common. In the prediction input method, the mobile phone device often has a function of predicting a word following the word from the input words (hereinafter, connection prediction input method).

この繋がり予測入力方式においては、携帯電話装置は、選択、確定されたそれぞれの単語毎に付与されている品詞情報に従い、繋がり付属語候補を決定している。   In this connection prediction input method, the mobile phone device determines connection adjunct word candidates according to the part of speech information assigned to each selected and confirmed word.

尚、品詞とは、名詞、動詞、形容詞、形容動詞などをいい、動詞には上1段活用、下1段活用、5段活用などにおける活用形がある。また、付属語とは、助詞や助動詞のように、単独では文節になり得ない語を言う。   The part of speech refers to a noun, a verb, an adjective, an adjective verb, and the like, and the verb has a utilization form such as upper one stage utilization, lower first stage utilization, and five stage utilization. An adjunct is a word that cannot be a phrase by itself, such as a particle or auxiliary verb.

このような繋がり予測入力方式の一例が特許文献1に記載されている。   An example of such a connection prediction input method is described in Patent Document 1.

この特許文献1に記載の文字予測入力方式は、少なくとも、入力部、出力部、制御部、予測制御部、予測自立語辞書検索部、予測付属語辞書検索部、予測自立語辞書、予測付属語辞書を含んで構成される。   The character prediction input method described in Patent Document 1 includes at least an input unit, an output unit, a control unit, a prediction control unit, a predicted independent word dictionary search unit, a predicted auxiliary word dictionary search unit, a predicted independent word dictionary, and a predicted auxiliary word. Consists of a dictionary.

入力部は、キーボードや、マウス、ペン入力装置などであり、文字列の入力、カーソルの移動、文字列の挿入削除などの編集指示、次候補表示、候補選択などのコマンド入力を取り込む。   The input unit is a keyboard, mouse, pen input device, or the like, and captures command inputs such as input of character strings, editing instructions such as cursor movement, insertion and deletion of character strings, next candidate display, and candidate selection.

出力部は、ディスプレイなどを有し、入力された文字列や、予測された単語や、選択された単語につながる繋がり付属語候補を表示する。   The output unit has a display or the like, and displays an input character string, a predicted word, and a connected auxiliary word candidate connected to the selected word.

制御部は、入力部から取り込んだ情報を解析して、各処理部に情報を送り、逆に各処理部からの情報を編集して、出力部に出力する。   The control unit analyzes the information fetched from the input unit, sends the information to each processing unit, conversely edits the information from each processing unit, and outputs the information to the output unit.

予測制御部は、制御部を介して読み文字列を受け取り、予測自立語辞書検索部、予測付属語辞書検索部を制御して自立語候補と、自立語に続く付属語を抽出する。尚、自立語とは、語尾を含めて、それ自体で文節になりうるものを言う。   The prediction control unit receives the reading character string via the control unit, and controls the prediction independent word dictionary search unit and the prediction auxiliary word dictionary search unit to extract independent word candidates and auxiliary words following the independent word. Independent words are words that can become phrases by themselves, including endings.

予測制御部は、制御部を介して、抽出された自立語候補と、自立語に続く付属語を出力部に出力する。   The prediction control unit outputs the extracted independent word candidate and the attached word following the independent word to the output unit via the control unit.

予測自立語辞書検索部は、予測自立語辞書を参照しながら、読み文字列と辞書見出しの読みが完全一致又は前方一致する自立語を検索し、その結果を予測制御部に返す。   The predicted independent word dictionary search unit searches for an independent word in which the reading character string and the reading of the dictionary heading match completely or in front while referring to the predicted independent word dictionary, and returns the result to the prediction control unit.

予測付属語辞書検索部は、予測付属語辞書を参照しながら、予測された自立語に後続する付属語を自立語の品詞に基づいて検索し、その検索結果を予測制御部に返す。   The predicted ancillary dictionary search unit searches for an ancillary word following the predicted independent word based on the part of speech of the independent word while referring to the predicted ancillary word dictionary, and returns the search result to the prediction control unit.

予測自立語辞書は、自立語の読みと、自立語の読みに対する漢字仮名表記と、自立語の品詞などを定義した辞書である。   The predicted independent word dictionary is a dictionary that defines independent word readings, kanji kana notation for independent word readings, part of speech of independent words, and the like.

予測付属語辞書は、品詞の種類と、品詞毎の活用形に後続する付属語を定義した辞書である。   The predictive adjunct dictionary is a dictionary that defines the types of parts of speech and the adjuncts that follow the inflected form for each part of speech.

これらの構成部を含んだ、特許文献1に記載の文字予測入力方式は、概ね以下のように動作する。   The character prediction input method described in Patent Document 1 including these components generally operates as follows.

制御部は、入力部から読み文字列を受け取ると、予測対象読み文字列バッファにその文字を追加し、予測制御部を起動する。予測制御部は、予測対象読み文字列バッファの文字列情報を予測自立語辞書検索部に送る。予測自立語辞書検索部は、予測自立語辞書を参照しながら、読み文字列と辞書見出しの読みが完全一致又は前方一致する自立語を検索し、その結果を予測制御部に返す。予測制御部は、自立語の検索結果のリストを受け取ると、予測付属語辞書検索部に検索結果の自立語を送る。予測付属語辞書検索部は、予測付属語辞書を参照しながら、予測された自立語の品詞に基づき後続する付属語を検索し、その検索結果を予測制御部に返す。予測制御部は、検索結果の自立語リストについて付属語の検索結果を受け取ると、各自立語に検索結果の付属語を使用頻度順に対応させて、予測候補バッファに格納し、制御部に制御を戻す。制御部は、予測候補バッファの内容を受け取り、自立語と付属語の表示制御を行う。   When the control unit receives the reading character string from the input unit, the control unit adds the character to the prediction target reading character string buffer and activates the prediction control unit. The prediction control unit sends the character string information in the prediction target reading character string buffer to the prediction independent word dictionary search unit. The predicted independent word dictionary search unit searches for an independent word in which the reading character string and the reading of the dictionary heading match completely or in front while referring to the predicted independent word dictionary, and returns the result to the prediction control unit. When the prediction control unit receives the list of independent word search results, the prediction control unit sends the independent words of the search results to the prediction ancillary word dictionary search unit. The predicted ancillary word dictionary search unit searches the subsequent ancillary words based on the predicted part of speech of the independent word while referring to the predicted ancillary word dictionary, and returns the search result to the prediction control unit. When the prediction control unit receives the search result of the auxiliary word for the independent word list of the search result, the auxiliary word of the search result is associated with each independent word in order of use frequency, stored in the prediction candidate buffer, and the control unit controls the control word. return. The control unit receives the contents of the prediction candidate buffer and performs display control of independent words and attached words.

その結果、例えば、「でき」という読み文字列をユーザが入力すると、画面の予測候補ウインドウには、「出来、出来上が、デスク」などの自立語が表示される。ユーザが、画面上で「出来」をカーソルなどで選択すると、語尾ウインドウには、「ます、た、ました」などの助動詞の付属語が表示される。ユーザは、この付属語の中から、適切な語尾を選択することが出来る。   As a result, for example, when the user inputs a reading character string of “done”, an independent word such as “done, finished is a desk” is displayed in the prediction candidate window on the screen. When the user selects “Done” on the screen with a cursor or the like, an auxiliary word adjunct such as “Masu, Ta, was” is displayed in the ending window. The user can select an appropriate ending from the attached words.

尚、上記動作説明は、本発明に関係する最小限の動作内容であり、公報には、予測自立語辞書検索部以外にユーザ表現検索部があり、また、読み文字列に対するかな漢字変換機能が用意されているが、それらの説明は省略している。   The above description of the operation is the minimum operation content related to the present invention, and the gazette has a user expression search unit in addition to the predicted independent word dictionary search unit, and a kana-kanji conversion function for a read character string is prepared. However, their explanation is omitted.

上記の特許文献1に記載の予測入力方式では、選択、確定された自立語の品詞情報により、付属語を使用頻度順に繋がり予測候補として表示している。そのため、敬語調のビジネス文書を作成中においても、口語調のメールでしか使用しない使用頻度の高い付属語が上位に表示されるという問題がある。   In the prediction input method described in Patent Document 1, the attached words are connected in order of use frequency and displayed as prediction candidates based on the part-of-speech information of the independent words selected and confirmed. For this reason, even when creating a business document in honorific style, there is a problem that frequently used auxiliary words that are used only in colloquial style emails are displayed at the top.

特開2000−48018JP 2000-48018

上述した、特許文献1の文字入力装置では、敬語調(敬体モード)でビジネス文書を作成時に、敬体モードで使用する繋がり付属語予測候補が優先的に表示されず、文書作成効率が低下するという問題があった。   In the above-described character input device of Patent Document 1, when creating a business document in honorific style (respected mode), the connected word prediction candidates used in the honored mode are not preferentially displayed, resulting in reduced document creation efficiency. There was a problem to do.

その理由は、読み文字列に対する単語が選択確定された場合、その単語への繋がり付属語予測候補は、いつも、繋がり付属語の使用頻度順に表示されるからである。   The reason for this is that when a word for a reading character string is selected and confirmed, connection adjunct word prediction candidates for the word are always displayed in the order of use frequency of the connection adjunct words.

本発明の目的は、上述した課題である「敬語調(敬体モード)でビジネス文書を作成時に、敬体モードで使用する繋がり付属語予測候補が、優先的に表示されない」という問題を解決する文字入力装置および情報処理機器における文字入力方法を提供することにある。   The object of the present invention is to solve the above-mentioned problem that “the connected adjunct word prediction candidates used in the honorific mode are not displayed preferentially when creating a business document in honorific mode (respective mode)”. The object is to provide a character input method in a character input device and an information processing device.

本発明の文字入力装置は、
文字情報を表示する表示部と、
入力文字列に対する予測単語の情報を記憶する予測用単語データベースと、
前記予測単語に繋がる文字列となり得る付属語を記憶する繋がり付属語データベースと、
文字入力のための動作モードとして所定の表現モードを設定する設定部と、
文字入力時に入力された文字列に基づき前記予測用単語データベースから予測単語候補を検索し、検索された前記予測単語候補を前記表示部に表示し、表示された前記予測単語候補の1つを指定する予測単語候補表示制御部と、
指定された前記予測単語に基づき前記繋がり付属語データベースから繋がり付属語候補を選択し、前記設定部で所定の表現モードに設定されていれば、前記選択された繋がり付属語候補のうち前記所定の表現モードに適した付属語を優先的に前記表示部に表示する繋がり付属語候補表示制御部とを備える。
The character input device of the present invention is
A display unit for displaying character information;
A prediction word database that stores information of predicted words for the input character string;
A connected adjunct database that stores adjunct words that can be character strings connected to the predicted word;
A setting unit for setting a predetermined expression mode as an operation mode for character input;
A predicted word candidate is searched from the prediction word database based on a character string input at the time of character input, the searched predicted word candidate is displayed on the display unit, and one of the displayed predicted word candidates is designated. A predicted word candidate display control unit,
Based on the specified predicted word, if a connected ancillary word candidate is selected from the connected ancillary word database and the setting unit is set to a predetermined expression mode, the predetermined adjunct word candidate among the selected connected ancillary word candidates is selected. A connection adjunct word candidate display control unit that preferentially displays an adjunct word suitable for the expression mode on the display unit;

本発明の情報処理機器における文字入力方法は、
文字情報を表示する表示部と、入力文字列に対する予測単語の情報を記憶する予測用単語データベースと、前記予測単語に繋がる文字列となり得る付属語を記憶する繋がり付属語データベースと、文字入力のための動作モードとして所定の表現モードを設定する設定部と、を予め備え、
文字入力時に入力された文字列に基づき前記予測用単語データベースから予測単語候補を検索し、検索された前記予測単語候補を前記表示部に表示し、表示された前記予測単語候補の1つを指定すると、指定された前記予測単語に基づき前記繋がり付属語データベースから繋がり付属語候補を選択し、前記設定部で所定の表現モードに設定されていれば、前記選択された繋がり付属語候補のうち前記所定の表現モードに適した付属語を優先的に前記表示部に表示することを特徴とする。
The character input method in the information processing apparatus of the present invention includes:
A display unit for displaying character information, a prediction word database for storing information on predicted words for an input character string, a connected auxiliary word database for storing auxiliary words that can be a character string connected to the predicted word, and character input A setting unit that sets a predetermined expression mode as the operation mode of
A predicted word candidate is searched from the prediction word database based on a character string input at the time of character input, the searched predicted word candidate is displayed on the display unit, and one of the displayed predicted word candidates is designated. Then, a connected ancillary word candidate is selected from the connected ancillary word database based on the specified predicted word, and if the setting unit is set to a predetermined expression mode, among the selected connected ancillary word candidates, An attached word suitable for a predetermined expression mode is preferentially displayed on the display unit.

本発明の文字入力装置および情報処理機器における文字入力方法は、たとえば、敬語調(敬体モード)でビジネス文書を作成時には、敬体モードにふさわしい繋がり付属語予測候補が、優先的に表示され、文書作成効率が向上するという効果がある。   The character input method and the character input method in the information processing apparatus according to the present invention, for example, when creating a business document in honorific style (respected mode), preferentially display a connected word prediction candidate suitable for the respected mode, This has the effect of improving document creation efficiency.

次に、本発明の実施の形態について図面を参照して詳細に説明する。   Next, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明の第1の実施の形態を示すブロック図である。   FIG. 1 is a block diagram showing a first embodiment of the present invention.

尚、本実施の形態の文字入力装置は、携帯電話機を想定している。   The character input device according to the present embodiment is assumed to be a mobile phone.

図1を参照すると、本実施の形態の文字入力装置は、入力部1、表示部2、予測単語候補表示制御部3、繋がり付属語候補表示制御部4、予測用単語データベース5、繋がり付属語データベース6、候補出力用記憶部7、及びモード記憶部8を含んで構成される。ただし、図1においては、携帯電話機として必要な無線通信部の通信制御部や、音声入出力部は、省略している。   Referring to FIG. 1, the character input device according to the present embodiment includes an input unit 1, a display unit 2, a predicted word candidate display control unit 3, a connected auxiliary word candidate display control unit 4, a prediction word database 5, and a connected auxiliary word. The database 6 includes a candidate output storage unit 7 and a mode storage unit 8. However, in FIG. 1, a communication control unit and a voice input / output unit of a wireless communication unit necessary as a mobile phone are omitted.

入力部1は、テンキーや制御キーなどであり、文字列の入力、カーソルの移動、文字列の挿入削除などの編集指示、次候補表示、候補選択などのコマンドを入力する機能を有する。   The input unit 1 is a numeric keypad, a control key, or the like, and has a function of inputting commands such as input of a character string, movement of a cursor, editing instruction such as insertion and deletion of a character string, next candidate display, and candidate selection.

表示部2は、ディスプレイを有し、入力された文字列や、予測された単語リストや、選択確定された単語や、選択確定された単語につながる繋がり付属語候補リストを表示する。   The display unit 2 includes a display, and displays an input character string, a predicted word list, a selected and confirmed word, and a connected attached word candidate list connected to the selected and confirmed word.

予測単語候補表示制御部3は、入力部1に文字が入力されると、入力部1からその文字を受け取り、内部の文字列バッファ(図示せず)にその文字を追加する。そして、予測単語候補表示制御部3は、文字列バッファ内の文字列を表示部2に表示すると共に、文字列バッファ内の文字列に基づき、予測用単語データベース7から予測単語候補を検索する。この検索方法については後述する。尚、入力部1からは、文字だけではなく、文字以外、例えば句読点なども入力される。予測単語候補表示制御部3は、文字か、文字以外可を判断して、文字の場合のみ文字列バッファにその文字を追加するものとする。   When a character is input to the input unit 1, the predicted word candidate display control unit 3 receives the character from the input unit 1, and adds the character to an internal character string buffer (not shown). The predicted word candidate display control unit 3 displays the character string in the character string buffer on the display unit 2 and searches for the predicted word candidate from the prediction word database 7 based on the character string in the character string buffer. This search method will be described later. Note that not only characters but also punctuation marks, for example, are input from the input unit 1. The predicted word candidate display control unit 3 determines whether the character is valid or not, and adds the character to the character string buffer only for the character.

そして、予測単語候補表示制御部3は、検索された予測単語候補のリストを表示部2に表示し、リストの中の1つをユーザが選択するのを待機する。予測単語候補表示制御部3は、入力部1における選択キーの押下信号の受信により選択が行われたことを検出する。予測単語候補表示制御部3は、ユーザが、選択キーではなく確定キーを押下した場合は、入力された文字列で確定し、文字列入力待ちとなる。   Then, the predicted word candidate display control unit 3 displays a list of searched predicted word candidates on the display unit 2, and waits for the user to select one of the lists. The predicted word candidate display control unit 3 detects that selection has been performed by receiving a selection key pressing signal in the input unit 1. When the user presses the confirm key instead of the selection key, the predicted word candidate display control unit 3 confirms the input character string and waits for the character string input.

予測単語候補表示制御部3は、予測用単語がユーザによって選択されると、表示中の文字列を選択された単語の漢字表記に変換して表示し、選択された予測用単語の品詞を繋がり付属語候補表示制御部4に渡す。   When the prediction word is selected by the user, the prediction word candidate display control unit 3 converts the displayed character string into the kanji notation of the selected word and displays it, and connects the part of speech of the selected prediction word. It is passed to the attached word candidate display control unit 4.

繋がり付属語候補表示制御部4は、予測単語候補表示制御部3から渡された単語の品詞に基づき、繋がり付属語データベース6を検索する。この検索方法については後述する。そして、繋がり付属語候補表示制御部4は、検索された繋がり付属語候補のリストを候補出力用記憶部7に格納する。次に、繋がり付属語候補表示制御部4は、モード記憶部8に敬体モードが設定されていなければ、検索された繋がり付属語候補をそのまま表示部2に表示し、繋がり付属語候補の中の1つがユーザに選択されるのを待機する。尚、モード記憶部8についても、詳細は後述する。繋がり付属語候補表示制御部4は、入力部1における選択キーの押下信号の受信により選択が行われたことを検出する。繋がり付属語候補表示制御部4は、ユーザが、選択キーではなく確定キーを押下した場合は、表示中の単語で確定し、予測単語候補表示制御部3に制御を戻し、文字列入力待ちとする。   The connected adjunct word candidate display control unit 4 searches the connected adjunct word database 6 based on the part of speech of the word passed from the predicted word candidate display control unit 3. This search method will be described later. Then, the connected auxiliary word candidate display control unit 4 stores the searched list of connected auxiliary word candidates in the candidate output storage unit 7. Next, if the respect mode is not set in the mode storage unit 8, the connected auxiliary word candidate display control unit 4 displays the searched connected auxiliary word candidate on the display unit 2 as it is, and among the connected auxiliary word candidates, Wait for one of these to be selected by the user. Details of the mode storage unit 8 will be described later. The connected accessory word candidate display control unit 4 detects that selection has been performed by receiving a selection key pressing signal in the input unit 1. When the user presses the confirmation key instead of the selection key, the connection adjunct word candidate display control unit 4 confirms the displayed word, returns control to the predicted word candidate display control unit 3, and waits for input of a character string. To do.

繋がり付属語候補表示制御部4は、繋がり付属語候補の中の1つがユーザに選択された場合は、選択された繋がり付属語を、表示中の単語に続けて表示する。そして、繋がり付属語候補表示制御部4は、選択された繋がり付属語の品詞に基づき、繋がり付属語データベース8を検索し、繋がり付属語に続く繋がり付属語候補の選択処理を行う。   When one of the connected auxiliary word candidates is selected by the user, the connected auxiliary word candidate display control unit 4 displays the selected connected auxiliary word following the displayed word. Then, the connection adjunct word candidate display control unit 4 searches the connection adjunct word database 8 based on the part of speech of the selected connection adjunct word, and performs a selection process of connection adjunct word candidates following the connection adjunct word.

繋がり付属語候補表示制御部4は、繋がり付属語候補の中の1つがユーザに選択されずに、確定キーが押されれば、予測単語候補表示制御部3に制御を戻し、読み文字入力待ちとする。   The connected auxiliary word candidate display control unit 4 returns the control to the predicted word candidate display control unit 3 and waits for input of a reading character when one of the connected auxiliary word candidates is not selected by the user and the confirmation key is pressed. And

次に、繋がり付属語候補表示制御部4は、モード記憶部8に敬体モードが設定されていれば、候補出力用記憶部7に格納された繋がり付属語候補の並び替えを行う。この並び替えは、敬体モードで使用する繋がり付属語候補が上位に来るように行われる。この並び換えの詳細については、後述する。繋がり付属語候補表示制御部4は、並び換えられた繋がり付属語候補を表示部2に表示し、繋がり付属語候補の中の1つがユーザに選択されるのを待機する。その後の繋がり付属語候補表示制御部4の処理は、モード記憶部8に敬体モードが設定されておらず、繋がり付属語候補の中の1つがユーザに選択されるのを待機する場合と同じである。   Next, the connected auxiliary word candidate display control unit 4 rearranges the connected auxiliary word candidates stored in the candidate output storage unit 7 if the respect mode is set in the mode storage unit 8. This rearrangement is performed so that the connected word candidates used in the honorific mode are higher. Details of the rearrangement will be described later. The connected auxiliary word candidate display control unit 4 displays the rearranged connected auxiliary word candidates on the display unit 2 and waits for one of the connected auxiliary word candidates to be selected by the user. The subsequent processing of the connected attached word candidate display control unit 4 is the same as the case in which the respect mode is not set in the mode storage unit 8 and the user waits for one of the connected attached word candidates to be selected by the user. It is.

次に、予測用単語データベース5及びその検索方法について説明する。   Next, the prediction word database 5 and its search method will be described.

予測用単語データベース5は、内部に予測用単語辞書を有している。   The prediction word database 5 has a prediction word dictionary therein.

図2は、予測用単語辞書の一例を示す図である。図2を参照すると、予測用単語辞書は、自立語の読み、表記、使用頻度、品詞の項目から構成されている。   FIG. 2 is a diagram illustrating an example of a prediction word dictionary. Referring to FIG. 2, the prediction word dictionary is composed of items of independent word reading, notation, frequency of use, and part of speech.

予測単語候補表示制御部3は、文字列バッファ内の読み文字列と辞書見出しの読みが完全一致又は前方一致する単語を検索する。   The predicted word candidate display control unit 3 searches for a word in which the reading character string in the character string buffer and the reading of the dictionary headline completely match or forward match.

例えば、入力された読み文字列が「かく」の場合であれば、予測単語候補表示制御部3は、表記が「書く」を、抽出する。   For example, if the input character string is “Kaku”, the predicted word candidate display control unit 3 extracts “writing” as the notation.

次に、繋がり付属語データベース6及びその検索方法について説明する。   Next, the connection adjunct database 6 and its search method will be described.

繋がり付属語データベース6は、内部に繋がり付属語辞書を有している。   The connection adjunct word database 6 has an adjunct word dictionary connected inside.

図3は、繋がり付属語辞書の一例を示す図である。図3を参照すると、繋がり付属語辞書は、品詞と、品詞対応の付属語から構成される。図3では、繋がり付属語辞書は、品詞の一例として、五段動詞−未然形、五段動詞−連体形、五段動詞−終止・連体形、五段動詞−仮定/命令形を示し、それぞれの品詞における付属語例を示している。   FIG. 3 is a diagram illustrating an example of a connection attached word dictionary. Referring to FIG. 3, the connected adjunct dictionary is composed of parts of speech and adjuncts corresponding to parts of speech. In FIG. 3, the connection adjunct dictionary shows, as an example of the part of speech, a five-step verb-unformed form, a five-step verb-combined form, a five-step verb-end / combined form, and a five-step verb-assumed / instruction form The example of an appendix in the part of speech is shown.

繋がり付属語候補表示制御部4は、予測単語候補表示制御部3から渡された単語の品詞に基づき、繋がり付属語辞書を参照しながら、後続する付属語を検索する。   Based on the part of speech of the word passed from the predicted word candidate display control unit 3, the connected ancillary word candidate display control unit 4 searches for a subsequent ancillary word while referring to the connected ancillary word dictionary.

例えば、予測単語候補表示制御部3により表示された予測単語候補のうち、ユーザが、上述の「書く」を選択したとする。この場合、「書く」の品詞は、五段動詞−終止・連体形である。従って、繋がり付属語候補表示制御部4は、繋がり付属語辞書から後続する付属語として、図3の五段動詞−終止・連体形対応の付属語をリストアップする。   For example, it is assumed that the user selects “write” described above from the predicted word candidates displayed by the predicted word candidate display control unit 3. In this case, the part-of-speech of “write” is a five-step verb-end / union form. Therefore, the connection adjunct word candidate display control unit 4 lists the adjuncts corresponding to the five-step verb-termination / combined form in FIG. 3 as the adjuncts that follow from the connection adjunct word dictionary.

次に、候補出力用記憶部7は、繋がり付属語候補表示制御部4が、検索された繋がり付属語候補のリストを格納する場所であり、例えば、RAM(Random Access Memory)内の予め定められたエリアであってもよい。   Next, the candidate output storage unit 7 is a place where the connection auxiliary word candidate display control unit 4 stores a list of searched connection auxiliary word candidates. For example, the candidate output storage unit 7 is predetermined in a RAM (Random Access Memory). It may be an area.

次に、モード記憶部8は、本実施の形態の文字入力装置の使用時のモードを格納する場所であり、書き換え可能なメモリであって、電源断時にも情報が消えないSRAM(Static Random Access Memory)などであってもよい。   Next, the mode storage unit 8 is a place for storing a mode when the character input device according to the present embodiment is used. The mode storage unit 8 is a rewritable memory, and an SRAM (Static Random Access) in which information is not lost even when the power is turned off. Memory) or the like.

尚、モードには、ビジネスメールなどの敬語調で使用する敬体モードと、口語調メールなどで使用する常体モードがある。この実施の形態では、敬体モード時に、モード記憶部8に「1」が設定されているものとする。また、この実施の形態では、モード記憶部8のモード情報の設定方法を問わない。例えば、予めモード情報の設定されたSRAMを外部から交換する方式であっても良いし、入力部1からのコマンドで設定する方式であっても良いし、あるいは、第2の実施の形態で示す自動方式で設定する方式であっても良い。また、本実施の形態のシステム立ちあげ時には、モード記憶部8はリセット、即ち、「0」が設定されているものとする。   Note that the mode includes a honorary mode used in honorific styles such as business mail, and a normal mode used in colloquial style emails. In this embodiment, it is assumed that “1” is set in the mode storage unit 8 during the honor mode. Moreover, in this embodiment, the setting method of the mode information of the mode memory | storage part 8 is not ask | required. For example, a method in which SRAM with mode information set in advance is exchanged from the outside, a method in which a command is input from the input unit 1, or a method in which the SRAM is set in the second embodiment is shown. An automatic setting method may be used. Further, it is assumed that the mode storage unit 8 is reset, that is, “0” is set when the system of the present embodiment is started up.

次に、敬体モード時の繋がり付属語候補表示制御部4における、候補出力用記憶部7に格納された繋がり付属語候補の並び替えについて説明する。   Next, rearrangement of the connected auxiliary word candidates stored in the candidate output storage unit 7 in the connected auxiliary word candidate display control unit 4 in the honor mode will be described.

先述したように、繋がり付属語候補表示制御部4は、モード記憶部8に敬体モードが設定されていれば、候補出力用記憶部7に格納された繋がり付属語候補の並び替えを行う。   As described above, the connected auxiliary word candidate display control unit 4 rearranges the connected auxiliary word candidates stored in the candidate output storage unit 7 when the mode storage unit 8 is set to the respect mode.

繋がり付属語辞書に格納される付属語の順序は、工場出荷時になされており、特に使用モードを意識せずに設定されている。従って、候補出力用記憶部7にも、繋がり付属語辞書に格納される付属語の順序のまま格納される。この状態を本実施の形態では、常体モードと称している。常体モ−ドでは、敬体モードで使用する付属語がランダムに混じっている。   The order of the attached words stored in the connected attached word dictionary is set at the time of shipment from the factory, and is set without being particularly aware of the use mode. Accordingly, the candidate output storage unit 7 stores the order of the attached words stored in the connected attached word dictionary. This state is referred to as a normal mode in the present embodiment. In the normal mode, the adjunct words used in the honor mode are randomly mixed.

繋がり付属語候補表示制御部4は、モード記憶部8に敬体モードが設定されていれば、敬体モードで使用する付属語を上位に来るように並び換える。   If the honorary mode is set in the mode storage unit 8, the connected accessory word candidate display control unit 4 rearranges the attached words used in the honorable mode so as to be higher.

例えば、前述の「書く」が選択された場合の図3の五段動詞−終止・連体形対応の付属語は、常体モードでの付属語リストである。   For example, when the above-mentioned “write” is selected, the appendix corresponding to the five-step verb-end / combined form in FIG. 3 is an appendix list in the normal mode.

図4は、図3の五段動詞−終止・連体形対応の付属語の中で、敬体モードで使用する付属語を上位に来るように並び換えた場合の例を示す図である。   FIG. 4 is a diagram showing an example of rearranging the adjuncts used in the honorific mode in the five-stage verb-termination / community correspondence adjuncts of FIG.

本実施の形態では、この並び換え時に必要となる、付属語を敬体モードで使用する付属語か敬体モードで使用しない付属語かを識別する方法は問わない。   In the present embodiment, there is no limitation on a method for identifying whether an auxiliary word is an auxiliary word that is used in the honorific mode or an auxiliary word that is not used in the honorary mode, which is necessary for the rearrangement.

例えば、図5に示すように、工場出荷時に、図3に示す付属語辞書における敬体モードで使用する付属語にはフラグをつけておき、繋がり付属語候補表示制御部4は、フラグがついた付属語を敬体モードで使用する付属語と判断する方法であっても良い。尚、図5において、「敬体」の列に付された「1」がフラグである。前述の図4は、繋がり付属語候補表示制御部4が、図5の五段動詞−終止・連体形対応の付属語の中で、このフラグをつけた付属語を上位に並び換えた場合の図である。   For example, as shown in FIG. 5, a flag is attached to an attached word used in the honorific mode in the attached word dictionary shown in FIG. 3 at the time of factory shipment, and the connected attached word candidate display control unit 4 has a flag. Alternatively, a method may be used in which an attached word is determined as an attached word used in the honorific mode. In FIG. 5, “1” added to the “respectful” column is a flag. FIG. 4 described above is a case where the connection adjunct word candidate display control unit 4 rearranges the adjuncts with this flag in the upper rank in the adjuncts corresponding to the five-step verb-termination / combined form in FIG. FIG.

次に、予測単語候補表示制御部3における予測単語候補の表示例、及び繋がり付属語候補表示制御部4における繋がり付属語候補の表示例について示す。   Next, a display example of the prediction word candidate in the prediction word candidate display control unit 3 and a display example of the connection auxiliary word candidate in the connection auxiliary word candidate display control unit 4 will be described.

図6は、「くる」という文字入力時の予測単語と、常体モ−ドでの繋がり付属語候補の表示例を示す図である。   FIG. 6 is a diagram illustrating a display example of a predicted word when the character “Kuru” is input and a connected auxiliary word candidate in the normal mode.

左側が、「くる」を入力時に、予測単語候補表示制御部3が予測用単語辞書を検索し、検索された予測単語候補のリストを表示部2に表示した例である。右側が、「来る」が選択された場合に、繋がり付属語候補表示制御部4が、繋がり付属語辞書を参照しながら、付属語を検索し、検索された常体モ−ドでの繋がり付属語候補のリストを表示部2に表示した例である。尚、「来る」は、前述の「書く」と同様に、その品詞は、五段動詞−終止・連体形である。   On the left side, when “Kuru” is input, the predicted word candidate display control unit 3 searches the prediction word dictionary and displays a list of searched predicted word candidates on the display unit 2. On the right side, when “coming” is selected, the connection adjunct word candidate display control unit 4 searches for an adjunct word while referring to the connection adjunct word dictionary, and the connection in the found normal mode is attached. This is an example in which a list of word candidates is displayed on the display unit 2. Note that “coming” is the same as “writing” described above, and its part of speech is a five-step verb-end / union form.

また、図7は、「くる」という文字入力時の予測単語と、敬体モ−ドでの繋がり付属語候補の表示例を示す図である。   FIG. 7 is a diagram showing a display example of a predicted word when a character “Kuru” is input and a connected auxiliary word candidate in a respect mode.

左側が、「くる」を入力時に、予測単語候補表示制御部3が予測用単語辞書予を検索し、検索された予測単語候補のリストを表示部2に表示した例である。右側が、「来る」が選択された場合に、繋がり付属語候補表示制御部4が、繋がり付属語辞書を参照しながら、繋がり付属語を検索し、敬体モードで使用する繋がり付属語を上位に並び換えて表示部2に表示した例である。   On the left side, when “Kuru” is input, the predicted word candidate display control unit 3 searches the prediction word dictionary and displays a list of searched predicted word candidates on the display unit 2. When “coming” is selected on the right side, the connected adjunct word candidate display control unit 4 searches for connected adjunct words while referring to the connected adjunct dictionary, and ranks the connected adjunct words used in the honorific mode. This is an example of rearranging and displaying on the display unit 2.

図7から分かるように、敬体モ−ドでの繋がり付属語候補は、敬体モ−ドで使用する繋がり付属語が優先的に表示されている。   As can be seen from FIG. 7, the connected ancillary words used in the honored mode are preferentially displayed in the connected ancillary word candidates in the respected mode.

次に、図8は、本実施の形態の動作を説明するフローチャートである。   Next, FIG. 8 is a flowchart for explaining the operation of the present embodiment.

(ステップ1)予測単語候補表示制御部3は、入力部1に文字が入力されると、入力部1からその文字を入力する。尚、図中のS1は、ステップ1のことであり、以降同様である。   (Step 1) When a character is input to the input unit 1, the predicted word candidate display control unit 3 inputs the character from the input unit 1. Note that S1 in the figure refers to step 1 and so on.

(ステップ2)予測単語候補表示制御部3は、入力部1からその文字を受け取り、内部の文字列バッファ(図示せず)にその文字を追加する。そして、予測単語候補表示制御部3は、文字列バッファ内の文字列を表示部2に表示すると共に、文字列バッファ内の文字列に基づき、予測用単語データベース5から予測単語候補を検索する。   (Step 2) The predicted word candidate display control unit 3 receives the character from the input unit 1, and adds the character to an internal character string buffer (not shown). The predicted word candidate display control unit 3 displays the character string in the character string buffer on the display unit 2 and searches for the predicted word candidate from the prediction word database 5 based on the character string in the character string buffer.

(ステップ3)予測単語候補表示制御部3は、検索された予測単語候補のリストを表示部2に表示し、リストの中の1つをユーザが選択するのを待機する。   (Step 3) The predicted word candidate display control unit 3 displays a list of searched predicted word candidates on the display unit 2, and waits for the user to select one of the lists.

(ステップ4)予測単語候補表示制御部3は、予測用単語が選択される選択キー信号を受信すると、表示中の文字列を選択された単語の漢字表記に変換して表示し、選択された予測用単語の品詞を繋がり付属語候補表示制御部4に渡す。   (Step 4) Upon receiving the selection key signal for selecting the prediction word, the predicted word candidate display control unit 3 converts the displayed character string into the kanji notation of the selected word, displays it, and selects it. The part of speech of the prediction word is connected and passed to the attached word candidate display control unit 4.

予測単語候補表示制御部3は、確定キー信号を受信した場合は、入力された文字列で確定し、文字列入力待ちとなる。   When the predicted word candidate display control unit 3 receives the confirmation key signal, the predicted word candidate display control unit 3 confirms the input character string and waits for the character string input.

(ステップ5)繋がり付属語候補表示制御部4は、予測単語候補表示制御部3から渡された単語の品詞に基づき、繋がり付属語データベース8から繋がり付属語候補を検索する。   (Step 5) The connected auxiliary word candidate display control unit 4 searches the connected auxiliary word database 8 for the connected auxiliary word candidates based on the part of speech of the word passed from the predicted word candidate display control unit 3.

(ステップ6)繋がり付属語候補表示制御部4は、検索された繋がり付属語候補のリストを候補出力用記憶部7に格納する。   (Step 6) The connected auxiliary word candidate display control unit 4 stores the searched list of connected auxiliary word candidates in the candidate output storage unit 7.

(ステップ7)繋がり付属語候補表示制御部4は、モード記憶部8に敬体モードが設定されているかどうか判定する。   (Step 7) The connected attached word candidate display control unit 4 determines whether or not the honor mode is set in the mode storage unit 8.

(ステップ8)繋がり付属語候補表示制御部4は、モード記憶部8に敬体モードが設定されていれば、候補出力用記憶部7に格納された繋がり付属語候補の並び替えを行い、ステップ9へ飛ぶ。繋がり付属語候補表示制御部4は、モード記憶部8に敬体モードが設定されていなければ、ステップ9へ飛ぶ。   (Step 8) If the honorary mode is set in the mode storage unit 8, the connection accessory word candidate display control unit 4 rearranges the connection auxiliary word candidates stored in the candidate output storage unit 7, and the step Fly to 9. If the respect storage mode is not set in the mode storage unit 8, the connected attached word candidate display control unit 4 jumps to step 9.

(ステップ9)繋がり付属語候補表示制御部4は、検索された繋がり付属語候補を表示部2に表示し、繋がり付属語候補の中の1つがユーザに選択されるのを待機する。   (Step 9) The connection auxiliary word candidate display control unit 4 displays the searched connection auxiliary word candidates on the display unit 2, and waits for one of the connection auxiliary word candidates to be selected by the user.

(ステップ10)繋がり付属語候補表示制御部4は、選択キー信号を受信した場合は、ステップ5に飛び、確定キー信号を受信した場合は、入力された単語で確定し、ステップ1に飛び、文字列入力待ちとなる。   (Step 10) When the connection key word candidate display control unit 4 receives the selection key signal, it jumps to Step 5, and when it receives the confirmation key signal, it confirms with the input word, jumps to Step 1, Wait for character string input.

以上の説明から分かるように、第1の実施の形態の文字入力装置および情報処理機器における文字入力方法は、敬体モードで文書を作成時には、敬体モードにふさわしい繋がり付属語予測候補が優先的に表示され、文書作成効率が向上するという効果がある。   As can be seen from the above description, the character input method in the character input device and the information processing apparatus according to the first embodiment is preferential to the adjunct word prediction candidate suitable for the respect mode when creating a document in the respect mode. The document creation efficiency is improved.

その理由は、本実施の形態は、予測用単語が選択されると、モード記憶部8に敬体モードが設定されていれば、敬体モードで使用する繋がり付属語候補が上位に来るように並び替えを行うからである。   The reason for this is that, in this embodiment, when a prediction word is selected, if the honor mode is set in the mode storage unit 8, the connected auxiliary word candidate used in the honor mode is higher. This is because sorting is performed.

次に、図9は、本発明の第2の実施の形態を示すブロック図である。   Next, FIG. 9 is a block diagram showing a second embodiment of the present invention.

図2を参照すると、本実施の形態は、入力部1、表示部2、予測単語候補表示制御部3、繋がり付属語候補表示制御部4−1、予測用単語データベース5、繋がり付属語データベース6、候補出力用記憶部7、及びモード記憶部8を含んで構成される。さらに、本実施の形態は、モード設定制御部9、常体候補カウンタ10を含んで構成される。   Referring to FIG. 2, the present embodiment includes an input unit 1, a display unit 2, a predicted word candidate display control unit 3, a connected auxiliary word candidate display control unit 4-1, a prediction word database 5, and a connected auxiliary word database 6. The candidate output storage unit 7 and the mode storage unit 8 are included. Furthermore, the present embodiment includes a mode setting control unit 9 and a normal candidate counter 10.

本ブロック図において、実施の形態1で説明した図1のブロックと、その符号が同一のブロックは、機能が同一であるため説明を省略する。   In this block diagram, the blocks having the same reference numerals as the blocks in FIG. 1 described in the first embodiment have the same functions, and thus the description thereof is omitted.

また、本実施の形態では、繋がり付属語データベース6における繋がり付属語辞書は、第1の実施の形態の図5で説明したように、工場出荷時に、敬体モードで使用する付属語にはフラグをつけてあるものとする。また、繋がり付属語候補表示制御部4−1は、繋がり付属語候補表示制御部4と同様、フラグがついた付属語を敬体モードで使用する付属語と判断するものとする。   In the present embodiment, the connection adjunct dictionary in the connection adjunct database 6 is flagged as an adjunct used in the respect mode at the time of factory shipment, as described in FIG. 5 of the first embodiment. It shall be attached. Similarly to the connected adjunct word candidate display control unit 4, the connected adjunct word candidate display control unit 4-1 determines that the attached word with the flag is an attached word used in the respect mode.

繋がり付属語候補表示制御部4−1は、繋がり付属語候補表示制御部4と大部分は同じ機能である。その相違は、分かりやすくするため、図8のフローチャートで説明する。   The connection adjunct word candidate display control unit 4-1 is mostly the same function as the connection adjunct word candidate display control unit 4. The difference will be described with reference to the flowchart of FIG. 8 for easy understanding.

図8のフローチャートのステップ10で繋がり付属語候補の中の1つがユーザに選択された場合、繋がり付属語候補表示制御部4は、ステップ5に飛ぶのに対し、繋がり付属語候補表示制御部4−1は、モード設定制御部9を起動する点である。その場合、繋がり付属語候補表示制御部4−1は、選択された付属語がフラグを有するかどうかの情報をつけてモード設定制御部9を起動する。   When one of the connected auxiliary word candidates is selected by the user in step 10 of the flowchart of FIG. 8, the connected auxiliary word candidate display control unit 4 jumps to step 5, whereas the connected auxiliary word candidate display control unit 4. −1 is a point where the mode setting control unit 9 is activated. In that case, the connected auxiliary word candidate display control unit 4-1 activates the mode setting control unit 9 with information indicating whether or not the selected auxiliary word has a flag.

即ち、図8のフローチャートのステップ10で繋がり付属語候補表示制御部4−1は、繋がり付属語候補の中の1つがユーザに選択された場合、ステップ5に飛ぶ前に、モード設定制御部9により、選択された付属語に基づくモードの設定制御を行う。   That is, in step 10 of the flowchart of FIG. 8, when one of the connected auxiliary word candidates is selected by the user, the connected auxiliary word candidate display control unit 4-1 skips to step 5 before the mode setting control unit 9. Thus, mode setting control based on the selected attached word is performed.

モード設定制御部9は、繋がり付属語候補表示制御部4−1から起動されると、選択された付属語が敬体モード候補かどうか判断する。即ち、モード設定制御部9は、繋がり付属語候補表示制御部4−1から選択された付属語がフラグを有するとの情報をもらった場合は、選択された付属語が敬体モード候補であるとみなす。反対に、モード設定制御部9は、繋がり付属語候補表示制御部4−1から選択された付属語がフラグを有しないとの情報をもらった場合は、選択された付属語が常体モード候補であるとみなす。   When the mode setting control unit 9 is activated from the connection adjunct word candidate display control unit 4-1, the mode setting control unit 9 determines whether the selected adjunct word is a respect mode candidate. That is, when the mode setting control unit 9 receives information that the attached word selected from the connected attached word candidate display control unit 4-1 has a flag, the selected attached word is a candidate mode candidate. It is considered. On the other hand, when the mode setting control unit 9 receives information that the attached word selected from the connected attached word candidate display control unit 4-1 has no flag, the selected attached word is the normal mode candidate. It is considered.

モード設定制御部9は、選択された付属語が敬体モード候補である場合は、モード記憶部8に「1」を設定し、敬体モードとする。そして、モード設定制御部9は、常体候補カウンタ10をリセットし、図8のフローチャートのステップ5に飛ぶ。   The mode setting control unit 9 sets “1” in the mode storage unit 8 when the selected attached word is a respect mode candidate, and sets the mode as the respect mode. Then, the mode setting control unit 9 resets the normal candidate counter 10 and jumps to step 5 in the flowchart of FIG.

モード設定制御部9は、選択された付属語が常体モード候補である場合は、常体候補カウンタ10を更新し(+1し)、常体候補カウンタ10の値が3より大きいのであれば、モード記憶部8に「0」を設定し、常体モードとする。モード設定制御部9は、常体候補カウンタ10を更新してもその値が3以下であれば、図8のフローチャートのステップ5に飛ぶ。   When the selected attached word is a normal mode candidate, the mode setting control unit 9 updates (+1) the normal candidate counter 10, and if the value of the normal candidate counter 10 is larger than 3, “0” is set in the mode storage unit 8 to set the normal mode. The mode setting control unit 9 jumps to step 5 in the flowchart of FIG. 8 if the value is 3 or less even after updating the normal candidate counter 10.

常体候補カウンタ10は、モード設定制御部9により使用され、常体モード候補の付属語が選択された回数を記憶するカウンタであり、敬体モード移行時にリセットされる。   The normal candidate counter 10 is a counter that is used by the mode setting control unit 9 and stores the number of times that the attached word of the normal mode candidate is selected, and is reset at the time of transition to the respect mode.

次に、図10は、本実施の形態の動作を示すフローチャートである。   Next, FIG. 10 is a flowchart showing the operation of the present embodiment.

図8と同一のステップ番号は、動作が同一であるため、S1〜S10の説明は省略する。   Since the same step numbers as those in FIG. 8 have the same operation, description of S1 to S10 is omitted.

(ステップ11)モード設定制御部9は、繋がり付属語候補表示制御部4−1から起動されると、選択された付属語が敬体モード候補かどうか判断する。   (Step 11) When the mode setting control unit 9 is activated from the connection adjunct word candidate display control unit 4-1, it determines whether or not the selected adjunct word is a respect mode candidate.

(ステップ12)モード設定制御部9は、選択された付属語が敬体モード候補である場合は、モード記憶部8に「1」を設定し、敬体モードとする。   (Step 12) When the selected attached word is a spectator mode candidate, the mode setting control unit 9 sets “1” in the mode storage unit 8 to set the spectator mode.

(ステップ13)モード設定制御部9は、常体候補カウンタ10をリセットし、ステップ5に飛ぶ。   (Step 13) The mode setting control unit 9 resets the normal candidate counter 10 and jumps to Step 5.

(ステップ14)モード設定制御部9は、選択された付属語が常体モード候補である場合は、常体候補カウンタ10を更新し(+1)する。   (Step 14) If the selected attached word is a normal mode candidate, the mode setting control unit 9 updates the normal candidate counter 10 (+1).

(ステップ15)モード設定制御部9は、常体候補カウンタ10の値が3より大きいかどうか判定し、常体候補カウンタ10の値が3以下であれば、ステップ5に飛ぶ。尚、本実施の形態で示した、比較値「3」は、一例でありこの値に限定されるものではない。   (Step 15) The mode setting control unit 9 determines whether or not the value of the normal candidate counter 10 is greater than 3, and if the value of the normal candidate counter 10 is 3 or less, the process jumps to Step 5. The comparison value “3” shown in the present embodiment is an example and is not limited to this value.

(ステップ16)モード設定制御部9は、常体候補カウンタ10の値が3より大きいのであれば、モード記憶部8をリセットし、ステップ5に飛ぶ。   (Step 16) If the value of the normal candidate counter 10 is greater than 3, the mode setting control unit 9 resets the mode storage unit 8 and jumps to Step 5.

以上説明したように、第2の実施の形態の文字入力装置および情報処理機器における文字入力方法は、敬体モードで文書を作成時には、敬体モードにふさわしい繋がり付属語予測候補が優先的に表示され、文書作成効率が向上するという効果がある。   As described above, the character input method in the character input device and the information processing apparatus according to the second embodiment is such that, when a document is created in the honor mode, the connected word prediction candidates suitable for the honor mode are preferentially displayed. As a result, the document creation efficiency is improved.

その理由は、本実施の形態は、予測用単語が選択されると、モード記憶部8に敬体モードが設定されていれば、敬体モードで使用する繋がり付属語候補が上位に来るように並び替えを行うからである。   The reason for this is that, in this embodiment, when a prediction word is selected, if the honor mode is set in the mode storage unit 8, the connected auxiliary word candidate used in the honor mode is higher. This is because sorting is performed.

また、本実施の形態は、敬体モード及び、常体モードの切替を自動で行うことができる効果がある。   In addition, the present embodiment has an effect that switching between the honor mode and the normal mode can be automatically performed.

その理由は、モード設定制御部9は、選択された付属語が敬体モード候補か常体モード候補かにより、及び常体モード候補の場合は常体候補カウンタ10の値により、モードを決定し、モード記憶部8にモードを設定するからである。   The reason is that the mode setting control unit 9 determines the mode based on whether the selected ancillary word is a respected mode candidate or a normal mode candidate, and, in the case of a normal mode candidate, the value of the normal candidate counter 10. This is because the mode is set in the mode storage unit 8.

上述した実施の形態の文字入力装置を適用する情報処理機器は、携帯電話機に限定されず、文字入力機能を備えるPCなど、一般的な情報処理機器であってもよい。   The information processing device to which the character input device of the above-described embodiment is applied is not limited to a mobile phone, and may be a general information processing device such as a PC having a character input function.

また、本発明の以上の実施の形態では文字入力の動作モードとして所定の表現モードを設定する手段として、モード記憶部8(図1および図9)を使用しているが、これ以外、例えばスイッチの設定で所定の表現モードを設定してもよい。   In the above embodiment of the present invention, the mode storage unit 8 (FIGS. 1 and 9) is used as means for setting a predetermined expression mode as the character input operation mode. A predetermined expression mode may be set by setting.

また、所定の表現モードとして、敬語調で文章を作成する場合の敬体モードと口語調で文章を作成する場合の常体モードを例として説明したが、それ以外でも良い。例えば、所定の表現モードとして、方言モードと標準語モードに設定するようにしても良い。この場合、予測単語に繋がる文字列となり得る付属語を記憶する繋がり付属語データベースとして、方言モードの表現形式の繋がり付属語を記憶しておく。   Further, as the predetermined expression mode, the honor mode in the case of creating a sentence in honorific style and the normal mode in the case of creating a sentence in colloquial tone have been described as examples, but other modes may be used. For example, dialect mode and standard language mode may be set as the predetermined expression mode. In this case, the connected adjunct words in the dialect mode expression format are stored as a connected adjunct word database that stores adjunct words that can be character strings connected to the predicted words.

さらに、所定の表現モードに適した付属語を優先的に表示部に表示する繋がり表示制御手段において、前述の実施の形態では、敬体モードの繋がり付属語候補が上位に来るように並び替えていた。しかし、並び替えのほかに、繋がり付属語候補を強調して表示したり、色を変えて表示するようにしても良い。   Further, in the connection display control means for preferentially displaying an adjunct word suitable for a predetermined expression mode on the display unit, in the above-described embodiment, the adjunct word connection adjunct word candidate is rearranged so as to be higher. It was. However, in addition to the rearrangement, connected adjunct word candidates may be highlighted and displayed with different colors.

また、入力文字列に対する予測単語の情報を記憶する予測用単語データベースと、予測単語に繋がる文字列となり得る付属語を記憶する繋がり付属語データベースとは、それぞれ入力部により書き換え可能としても良い。また、これらデータベースの内容は、通信手段を経由してダウンロードしたり、書き換えできるようにしても良い。   Moreover, the prediction word database that stores information on the predicted word for the input character string and the connected word database that stores the attached word that can be a character string connected to the predicted word may be rewritable by the input unit. The contents of these databases may be downloaded or rewritten via communication means.

さらに、入力部は、表示部と一体的に形成されたタッチパネルでも良い。   Furthermore, the input unit may be a touch panel formed integrally with the display unit.

本発明の第1の実施の形態を示すブロック図である。It is a block diagram which shows the 1st Embodiment of this invention. 予測用単語辞書の一例を示す図である。It is a figure which shows an example of the word dictionary for prediction. 繋がり付属語辞書の一例を示す図である。It is a figure which shows an example of a connection attached word dictionary. 五段動詞−終止・連体形対応の付属語の中で、敬体モードで使用する付属語を上位に来るように並び換えた場合の例を示す図である。It is a figure which shows the example at the time of rearranging so that the adjunct used in a honorific mode may come to the upper rank among the adjuncts corresponding to a five-step verb-end / combined form. 付属語辞書における敬体モードで使用する付属語にフラグをつけた場合を示す図である。It is a figure which shows the case where the flag is attached to the adjunct word used by the honorific mode in an adjunct dictionary. 「くる」という文字入力時の予測単語と、常体モ−ドでの繋がり付属語候補の表示例を示す図である。It is a figure which shows the example of a display of the prediction word at the time of character input of "Kuru", and the connection adjunct word candidate in a normal mode. 「くる」という文字入力時の予測単語と、敬体モ−ドでの繋がり付属語候補の表示例を示す図である。It is a figure which shows the example of a display of the prediction word at the time of character input of "Kuru", and the connection word candidate in a respect mode. 第1の実施の形態の動作を説明するフローチャートである。It is a flowchart explaining operation | movement of 1st Embodiment. 本発明の第2の実施の形態を示すブロック図である。It is a block diagram which shows the 2nd Embodiment of this invention. 第2の実施の形態の動作を示すフローチャートである。It is a flowchart which shows operation | movement of 2nd Embodiment.

符号の説明Explanation of symbols

1 入力部
2 表示部
3 予測単語候補表示制御部
4 繋がり付属語候補表示制御部
4−1 繋がり付属語候補表示制御部
5 予測用単語データベース
6 繋がり付属語データベース
7 候補出力用記憶部
8 モード記憶部
9 モード設定制御部
10 常体候補カウンタ
DESCRIPTION OF SYMBOLS 1 Input part 2 Display part 3 Predictive word candidate display control part 4 Connection adjunct word candidate display control part 4-1 Connection adjunct word candidate display control part 5 Prediction word database 6 Connection adjunct word database 7 Candidate output storage part 8 Mode memory | storage Part 9 Mode setting control part 10 Normal candidate counter

Claims (14)

文字情報を表示する表示部と、
入力文字列に対する予測単語の情報を記憶する予測用単語データベースと、
前記予測単語に繋がる文字列となり得る付属語を記憶する繋がり付属語データベースと、
文字入力のための動作モードとして所定の表現モードを設定する設定部と、
文字入力時に入力された文字列に基づき前記予測用単語データベースから予測単語候補を検索し、検索された前記予測単語候補を前記表示部に表示し、表示された前記予測単語候補の1つを指定する予測単語候補表示制御部と、
指定された前記予測単語に基づき前記繋がり付属語データベースから繋がり付属語候補を選択し、前記設定部で所定の表現モードに設定されていれば、前記選択された繋がり付属語候補のうち前記所定の表現モードに適した付属語を優先的に前記表示部に表示する繋がり付属語候補表示制御部と、
を含む文字入力装置。
A display unit for displaying character information;
A prediction word database that stores information of predicted words for the input character string;
A connected adjunct database that stores adjunct words that can be character strings connected to the predicted word;
A setting unit for setting a predetermined expression mode as an operation mode for character input;
A predicted word candidate is searched from the prediction word database based on a character string input at the time of character input, the searched predicted word candidate is displayed on the display unit, and one of the displayed predicted word candidates is designated. A predicted word candidate display control unit,
Based on the specified predicted word, if a connected ancillary word candidate is selected from the connected ancillary word database and the setting unit is set to a predetermined expression mode, the predetermined adjunct word candidate among the selected connected ancillary word candidates is selected. A connected ancillary word candidate display control unit that preferentially displays an ancillary word suitable for the expression mode on the display unit;
Character input device including
前記予測用単語データベースは、少なくとも自立語の入力文字列の読み、表記、品詞の情報を前記予測単語の情報として記憶し、
前記繋がり前記付属語データベースは、少なくとも前記品詞と、前記品詞対応の前記付属語の情報を記憶することを特徴とする請求項1記載の文字入力装置。
The prediction word database stores at least reading, notation, and part of speech information of an independent word input character string as information on the prediction word,
The character input device according to claim 1, wherein the connected word database stores at least the part of speech and information of the attached word corresponding to the part of speech.
前記繋がり付属語候補表示制御部は、指定された前記予測単語の品詞に基づき、前記繋がり付属語データベースから前記繋がり付属語候補を選択することを特徴とする請求項2記載の文字入力装置。 The character input device according to claim 2, wherein the connection adjunct word candidate display control unit selects the connection adjunct word candidate from the connection adjunct word database based on the part of speech of the designated predicted word. 前記設定部で設定される前記所定の表現モードは、敬語調で文章を作成する場合の敬体モードを含むことを特徴とする請求項1乃至3の何れか一項に記載の文字入力装置。 4. The character input device according to claim 1, wherein the predetermined expression mode set by the setting unit includes a respect mode in a case where a sentence is created in honorific style. 5. 前記設定部は、敬語調で文章を作成する場合の前記敬体モードか口語調で文章を作成する場合の常体モードかの動作モードの情報を記憶するモード記憶部である請求項4に記載の文字入力装置。 The mode setting unit is a mode storage unit that stores information on an operation mode of the respect mode when a sentence is created in honorific or the normal mode when a sentence is created in colloquial tone. Character input device. 前記繋がり付属語データベースにおける前記品詞対応の前記付属語のうち前記敬体モードで使用する前記付属語には予めフラグをつけておき、前記繋がり付属語候補表示制御部は、前記モード記憶部に前記敬体モードが記憶されていれば前記選択された前記繋がり付属語候補のうち前記フラグがつけられた前記付属語が上位に来るように並び替えることを特徴とする請求項5記載の文字入力装置。 Among the adjunct words corresponding to the part of speech in the connection adjunct database, the adjunct used in the respect mode is flagged in advance, and the connection adjunct candidate display control unit stores the adjunct word display control unit in the mode storage unit. 6. The character input device according to claim 5, wherein if a respect mode is stored, rearrangement is performed so that the attached word with the flag is placed higher in the selected connected accessory candidate. . 前記繋がり付属語候補表示制御部は、前記動作モードが前記常体モードであれば前記選択された前記繋がり付属語候補をそのまま前記表示部に表示することを特徴とする請求項5または6に記載の文字入力装置。 The connection adjunct word candidate display control unit displays the selected connection adjunct word candidate as it is on the display unit when the operation mode is the normal mode. Character input device. 前記繋がり付属語候補表示制御部により前記表示部に表示された前記繋がり付属語候補の1つが選択された場合に、選択された前記繋がり付属語が敬体モードの場合は、前記モード記憶部に記憶される前記動作モードを前記敬体モードに設定するモード設定制御部を備えることを特徴とする請求項5乃至7の何れか一項に記載の文字入力装置。 When one of the connected auxiliary word candidates displayed on the display unit is selected by the connected auxiliary word candidate display control unit, and the selected connected auxiliary word is in the respect mode, the mode storage unit The character input device according to any one of claims 5 to 7, further comprising a mode setting control unit configured to set the stored operation mode to the honor mode. 前記繋がり付属語候補表示制御部により前記表示部に表示された前記繋がり付属語候補の1つが選択された場合に、選択された前記繋がり付属語に前記フラグがつけられていた場合は、前記モード記憶部に記憶される前記動作モードを前記敬体モードに設定するモード設定制御部を備えることを特徴とする請求項6または7に記載の文字入力装置。 When one of the connection auxiliary word candidates displayed on the display unit is selected by the connection auxiliary word candidate display control unit, if the flag is attached to the selected connection auxiliary word, the mode The character input device according to claim 6, further comprising a mode setting control unit configured to set the operation mode stored in the storage unit to the respect mode. 前記動作モードが前記敬体モードに設定されたときにリセットされる常体候補カウンタと、選択された前記付属語が常体モード候補の場合は、前記常体候補カウンタを更新し更新された前記常体候補カウンタの値が予め定められた値より大きければ前記モード記憶部に記憶される前記動作モードを前記常体モードに設定する前記モード設定制御部を備えることを特徴とする請求項8または9に記載の文字入力装置。 A normal candidate counter that is reset when the operation mode is set to the honor mode, and the selected candidate word is a normal mode candidate, the normal candidate counter is updated and updated. The mode setting control unit configured to set the operation mode stored in the mode storage unit to the normal mode if the value of the normal candidate counter is larger than a predetermined value. 10. The character input device according to 9. 少なくとも文字を入力する入力部と、
少なくとも入力された前記文字列及び予測単語候補及び繋がり付属語候補を表示する表示部と、
前記入力部を介して入力された文字列に基づき予測用単語データベースから予測単語候補を検索し検索された前記予測単語候補を前記表示部に表示し表示された前記予測単語候補の1つが前記入力部を介して選択されると繋がり付属語候補表示制御部を起動する予測単語候補表示制御部と、
選択された前記予測単語の品詞に基づき繋がり付属語データベースから繋がり付属語候補を選択し、モード記憶部に記憶された動作モードが敬体モードであれば前記選択された付属語候補のうち敬体で使用する付属語が上位に来るように並び替えて前記表示部に表示する前記繋がり付属語候補表示制御部と、
少なくとも自立語の読み、表記、品詞の項目から構成される前記予測用単語データベースと、
少なくとも前記品詞と、前記品詞対応の前記付属語から構成される繋がり前記付属語データベースと、
前記動作モードが敬語調で文章を作成する場合の前記敬体モードか口語調で文章を作成する場合の常体モードかの動作モード情報を記憶するモード記憶部とを含む、文字入力装置。
An input section for inputting at least characters,
A display unit for displaying at least the input character string, predicted word candidate, and connected auxiliary word candidate;
One of the predicted word candidates displayed by displaying the predicted word candidate retrieved from the predicted word database based on the character string input via the input unit and displayed on the display unit is the input. A predicted word candidate display control unit that, when selected via the unit, activates the attached word candidate display control unit;
Based on the part-of-speech of the selected predicted word, a connected ancillary word candidate is selected from a connected ancillary word database, and if the operation mode stored in the mode storage unit is a respected mode, a respected body among the selected ancillary word candidates The connected ancillary word candidate display control unit that rearranges the ancillary word used in the above so that it comes to the top and displays it on the display unit,
The prediction word database comprising at least readings of independent words, notations, and parts of speech;
At least the part-of-speech and the adjunct word database composed of the adjuncts corresponding to the part-of-speech,
A character input device comprising: a mode storage unit that stores operation mode information indicating whether the operation mode is a respect mode or a normal mode when a sentence is created in a colloquial mode.
前記請求項1乃至11の何れか一項に記載の文字入力装置を含む情報処理機器。 An information processing device including the character input device according to any one of claims 1 to 11. 文字情報を表示する表示部と、入力文字列に対する予測単語の情報を記憶する予測用単語データベースと、前記予測単語に繋がる文字列となり得る付属語を記憶する繋がり付属語データベースと、文字入力のための動作モードとして所定の表現モードを設定する設定部と、を予め備え、
文字入力時に入力された文字列に基づき前記予測用単語データベースから予測単語候補を検索し、検索された前記予測単語候補を前記表示部に表示し、表示された前記予測単語候補の1つを指定すると、指定された前記予測単語に基づき前記繋がり付属語データベースから繋がり付属語候補を選択し、前記設定部で所定の表現モードに設定されていれば、前記選択された繋がり付属語候補のうち前記所定の表現モードに適した付属語を優先的に前記表示部に表示することを特徴とする情報処理機器における文字入力方法。
A display unit for displaying character information, a prediction word database for storing information on predicted words for an input character string, a connected auxiliary word database for storing auxiliary words that can be a character string connected to the predicted word, and character input A setting unit that sets a predetermined expression mode as the operation mode of
A predicted word candidate is searched from the prediction word database based on a character string input at the time of character input, the searched predicted word candidate is displayed on the display unit, and one of the displayed predicted word candidates is designated. Then, a connected ancillary word candidate is selected from the connected ancillary word database based on the specified predicted word, and if the setting unit is set to a predetermined expression mode, among the selected connected ancillary word candidates, A character input method in an information processing device, wherein an attached word suitable for a predetermined expression mode is preferentially displayed on the display unit.
前記予測用単語データベースは、少なくとも自立語の入力文字列の読み、表記、品詞の情報を前記予測単語の情報として記憶し、
前記繋がり前記付属語データベースは、少なくとも前記品詞と、前記品詞対応の前記付属語の情報を記憶することを特徴とする請求項13記載の情報処理機器における文字入力方法。
The prediction word database stores at least reading, notation, and part of speech information of an independent word input character string as information on the prediction word,
The character input method for an information processing device according to claim 13, wherein the connected word database stores at least the part of speech and information of the attached word corresponding to the part of speech.
JP2007212973A 2007-08-17 2007-08-17 Character input device and character input method in information processing device Expired - Fee Related JP5141135B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007212973A JP5141135B2 (en) 2007-08-17 2007-08-17 Character input device and character input method in information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007212973A JP5141135B2 (en) 2007-08-17 2007-08-17 Character input device and character input method in information processing device

Publications (2)

Publication Number Publication Date
JP2009048374A true JP2009048374A (en) 2009-03-05
JP5141135B2 JP5141135B2 (en) 2013-02-13

Family

ID=40500535

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007212973A Expired - Fee Related JP5141135B2 (en) 2007-08-17 2007-08-17 Character input device and character input method in information processing device

Country Status (1)

Country Link
JP (1) JP5141135B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120039005A (en) * 2009-07-10 2012-04-24 코닌클리케 필립스 일렉트로닉스 엔.브이. User friendly entry of text items
CN103019590A (en) * 2012-11-26 2013-04-03 上海量明科技发展有限公司 Method, client side and system for inputting handwriting characters and character strings

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004310302A (en) * 2003-04-03 2004-11-04 Mitsubishi Electric Corp Character string conversion device, information terminal device with e-mail function using it, and character string conversion method
JP2007164278A (en) * 2005-12-09 2007-06-28 Nec Corp Japanese processor, japanese processing method, and program for japanese processing

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004310302A (en) * 2003-04-03 2004-11-04 Mitsubishi Electric Corp Character string conversion device, information terminal device with e-mail function using it, and character string conversion method
JP2007164278A (en) * 2005-12-09 2007-06-28 Nec Corp Japanese processor, japanese processing method, and program for japanese processing

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120039005A (en) * 2009-07-10 2012-04-24 코닌클리케 필립스 일렉트로닉스 엔.브이. User friendly entry of text items
JP2012533107A (en) * 2009-07-10 2012-12-20 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Enter user-friendly text items
KR101658195B1 (en) 2009-07-10 2016-09-21 코닌클리케 필립스 엔.브이. User friendly entry of text items
CN103019590A (en) * 2012-11-26 2013-04-03 上海量明科技发展有限公司 Method, client side and system for inputting handwriting characters and character strings

Also Published As

Publication number Publication date
JP5141135B2 (en) 2013-02-13

Similar Documents

Publication Publication Date Title
JP4369245B2 (en) Mobile phone device and method for inputting text
JP4582810B2 (en) Electronic dictionary device
JP2005521149A (en) Method for entering text into an electronic communication device
KR100947401B1 (en) Entering text into an electronic communications device
JP2010198241A (en) Chinese input device and program
US8165879B2 (en) Voice output device and voice output program
JP4241423B2 (en) Writing device
JP5141135B2 (en) Character input device and character input method in information processing device
JP6451790B2 (en) Electronic device having dictionary function, control program thereof, and display method
JP4341514B2 (en) Dictionary information display control device and dictionary information display control program
JP3762300B2 (en) Text input processing apparatus and method, and program
JP2012014439A (en) Electronic apparatus with dictionary function and program
JP2008059169A (en) Chinese example sentence retrieval apparatus and program for process of retrieving chinese example sentence
JP2008117310A (en) Dictionary retrieval device and dictionary retrieval processing program
JP4933879B2 (en) Electronic dictionary and jump screen display method in electronic dictionary
JP4967820B2 (en) Handwritten character input device and control program thereof
JP4492499B2 (en) Information display control device and information display control program
JP2007257189A (en) Dictionary search device and control program therefor
JP2007257188A (en) Dictionary search device and its control program
JP4325226B2 (en) Information display control device and program
JP6167508B2 (en) Electronic device, program, and display method
JP5338482B2 (en) Chinese sentence example search device and program
JP2005157751A (en) Electronic dictionary device and program
JPH10198664A (en) Japanese language input system and medium for recorded with japanese language input program
JP2006227819A (en) Information processor

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20090513

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100713

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20110705

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120626

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120820

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121105

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151130

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees