JP2000331014A - Dictionary retrieval method, recording medium for recording program for inplementing this retrieval method, and arithmetic processor - Google Patents

Dictionary retrieval method, recording medium for recording program for inplementing this retrieval method, and arithmetic processor

Info

Publication number
JP2000331014A
JP2000331014A JP11138761A JP13876199A JP2000331014A JP 2000331014 A JP2000331014 A JP 2000331014A JP 11138761 A JP11138761 A JP 11138761A JP 13876199 A JP13876199 A JP 13876199A JP 2000331014 A JP2000331014 A JP 2000331014A
Authority
JP
Japan
Prior art keywords
message
dictionary
character string
input
conversion candidate
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
JP11138761A
Other languages
Japanese (ja)
Inventor
Hirobumi Fukumoto
博文 福本
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.)
Omron Corp
Original Assignee
Omron Corp
Omron Tateisi Electronics Co
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 Omron Corp, Omron Tateisi Electronics Co filed Critical Omron Corp
Priority to JP11138761A priority Critical patent/JP2000331014A/en
Publication of JP2000331014A publication Critical patent/JP2000331014A/en
Pending legal-status Critical Current

Links

Landscapes

  • Machine Translation (AREA)
  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To avoid repeat of the input work of a character string to improve the work efficiency. SOLUTION: When an operation to select a conversion candidate by a user is performed in the stage of character input processing with a Japanese-language input system (IME) 2 under the control of an operation system (OS) 1, a message to report a character string of the selected conversion candidate is sent from the IME 2 to the OS 1. A message hook processing part 4 intercepts this message to extract the character string. A dictionary retrieval and display processing part 5 uses the extracted character string as a keyword to retrieve a dictionary file 7 and outputs a message, which reports information representing the retrieval result, to the OS 1. The OS 1 controls a driver for display in accordance with each message to display information related to the selected conversion candidate on a monitor picture together with a list of conversion candidates.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】この発明は、オペレーションシス
テムの管理下でワープロ、表計算などのアプリケーショ
ンを作動させつつ、所定の情報が格納された辞書ファイ
ルを検索する技術に関するもので、特に、文字入力シス
テムにより変換された文字をアプリケーションに入力す
る際に、その入力文字の変換候補をキーワードとして前
記辞書ファイルを検索するための方法、およびその方法
を実施するためのプログラムが記録された記録媒体、な
らびにこの種プログラムが組み込まれた演算処理装置に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technology for searching a dictionary file storing predetermined information while operating an application such as a word processor or a spreadsheet under the control of an operation system. When a character converted by a system is input to an application, a method for searching the dictionary file using a conversion candidate of the input character as a keyword, and a recording medium on which a program for performing the method is recorded, and The present invention relates to an arithmetic processing device incorporating such a program.

【0002】[0002]

【従来の技術】ウィンドウズ(マイクロソフト株式会社
の登録商標)のようなオペレーションシステム(以下
「OS」と略す)が組み込まれたコンピュータでは、複
数のアプリケーションを同時に立ち上げて作業を行わせ
たり、あるアプリケーションから抜き出したデータを他
のアプリケーションに入力するなど、多次元にわたる処
理が可能である。
2. Description of the Related Art In a computer in which an operation system (hereinafter abbreviated as "OS") such as Windows (registered trademark of Microsoft Corporation) is incorporated, a plurality of applications are started simultaneously to perform work, or a certain application is executed. Multi-dimensional processing is possible, such as inputting data extracted from to other applications.

【0003】この種のコンピュータで、日本語のかな漢
字変換のように変換処理を伴う文字をアプリケーション
に入力するためには、「IME」と称される文字入力シ
ステム用のプログラムが必要となる。このIMEは、ユ
ーザにより入力された文字列をOSから受け取って、そ
の文字列を文節毎に切り分けたり、変換候補を検索する
などの処理を行うとともに、OS側にその処理に連動し
て実行すべき処理の内容を伝える。このOSとIMEと
の間でやりとりされる連絡用の情報は「メッセージ」と
呼ばれており、両システム間でメッセージをやりとりし
て相手側からのメッセージに応じた処理を行うことによ
り、入力された文字列を、ユーザーの変換操作や確定操
作に応じた文字列に変換して、アプリケーションに入力
することが可能となる。
[0003] In order to input characters that involve conversion processing such as Japanese kana-kanji conversion to an application using this type of computer, a program for a character input system called "IME" is required. The IME receives a character string input by the user from the OS, performs processing such as segmenting the character string for each clause, searching for conversion candidates, and executes the processing on the OS side in conjunction with the processing. Tell the contents of the process to be performed. This information for communication exchanged between the OS and the IME is called a "message", and is input by exchanging a message between the two systems and performing a process according to the message from the other party. The converted character string can be converted into a character string according to a conversion operation or a determination operation by the user, and input to the application.

【0004】さらに近年では、CD−ROMのような記
録媒体に国語辞典,英和辞典,百科事典などの情報を電
子化して格納した「電子辞書」が、多数、作成されてお
り、この種の記録媒体を読込み用のドライブにセットし
たり、ハードディスク装置のようなメモリ内にインスト
ールすることにより、コンピュータによる辞書検索作業
が実施される。
In recent years, a large number of “electronic dictionaries” have been created in which information such as a Japanese language dictionary, an English-Japanese dictionary, and an encyclopedia is stored in a recording medium such as a CD-ROM in an electronic form. By setting the medium in a drive for reading or installing the medium in a memory such as a hard disk device, a dictionary search operation by a computer is performed.

【0005】従来の一般的な辞書検索用のアプリケーシ
ョンでは、モニタ画面上に適宜、キーワード入力用のウ
ィンドウを設定し、ウィンドウ内に入力された単語によ
り辞書ファイルを検索した後にその検索結果をモニタ画
面上に表示するようにしている。入力に際しては、IM
Eにより変換された単語そのものを入力する方式のほ
か、単語の「読み」をかな入力して、辞書検索用のアプ
リケーション側に組み込まれた候補選択機能により、検
索対象を絞り込む方式がある。
In a conventional general dictionary search application, a keyword input window is appropriately set on a monitor screen, and a dictionary file is searched based on words input in the window, and the search result is displayed on the monitor screen. It is displayed above. When inputting, IM
In addition to the method of inputting the word itself converted by E, there is a method of narrowing down the search target by inputting the kana of the word "kana" and using a candidate selection function incorporated in the dictionary search application.

【0006】[0006]

【発明が解決しようとする課題】上記の辞書検索用のア
プリケーションは、単独で利用することも可能である
が、多くの場合、ワープロ・ソフトのようなアプリケー
ションの作動時に、変換候補として抽出された単語の意
味を確認したり、辞書の検索結果を入力された単語の関
連情報としてアプリケーション側に貼り付けるような用
途に用いられる。しかしながら上記した従来の方式で
は、メインのアプリケーション側への文字入力とは別個
に、前記キーワード入力用のウィンドウにも検索対象の
単語を入力しなければならないため、同じ入力作業を何
度も繰り返すことになって非効率的である。
The above dictionary search application can be used alone, but in many cases, it is extracted as a conversion candidate when an application such as word processing software is activated. It is used for purposes such as confirming the meaning of a word or pasting a search result of a dictionary as related information of an input word to an application. However, in the above-described conventional method, the same input operation must be repeated many times since the search target word must be input also in the keyword input window separately from the character input to the main application side. Becoming inefficient.

【0007】また日本語のように多数の同音異義語を有
する言語の場合、従来の方式では、検索対象の各変換候
補を順に変換処理して入力したり、かな入力により抽出
された候補の中から検索対象を選択する作業を繰り返す
必要があり、作業効率がますます悪くなるという問題が
生じている。この発明は上記問題点に着目してなされた
もので、IMEによる文字入力処理に連動して辞書ファ
イルを自動的に検索することにより、入力作業の繰り返
しを回避し、作業効率を大幅に向上することを目的とす
る。
In the case of a language having a large number of homonyms, such as Japanese, in the conventional method, each conversion candidate to be searched is sequentially converted and input. It is necessary to repeat the operation of selecting the search target from the list, and there is a problem that the operation efficiency is further deteriorated. SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and automatically searches a dictionary file in conjunction with a character input process by an IME, thereby avoiding repetition of input work and greatly improving work efficiency. The purpose is to:

【0008】[0008]

【課題を解決するための手段】請求項1の発明は、オペ
レーションシステムの管理下での文字入力システムの動
作に連動して、所定の情報が格納された辞書ファイルを
検索する方法であって、前記文字入力システムからオペ
レーションシステムに対し、外部より入力された文字列
の変換候補としてモニタ画面上に表示させる文字列を知
らせるメッセージが送出されたとき、そのメッセージを
読み取って、そのメッセージの示す変換候補の文字列を
キーワードとして前記辞書ファイルを検索した後、検索
結果を前記モニタ画面上に表示することを特徴とする。
According to the first aspect of the present invention, there is provided a method for searching a dictionary file storing predetermined information in conjunction with the operation of a character input system under the control of an operation system, When a message indicating a character string to be displayed on a monitor screen is transmitted from the character input system to the operation system as a conversion candidate of a character string input from the outside, the message is read, and the conversion candidate indicated by the message is read. After searching the dictionary file using the character string as a keyword, the search result is displayed on the monitor screen.

【0009】請求項2の発明は、上記の方法を実施する
ための辞書検索用のプログラムが記録された記録媒体で
あって、文字入力システムからオペレーションシステム
に対し、外部より入力された文字列の変換候補としてモ
ニタ画面上に表示させる文字列を知らせるメッセージが
送出されたとき、そのメッセージを読み取る手順、読み
取られたメッセージの示す変換候補の文字列をキーワー
ドとして、所定の情報が格納された辞書ファイルを検索
する手順、辞書ファイルに対する検索結果として前記モ
ニタ画面上に表示させる情報を知らせるメッセージをオ
ペレーションシステムに送出する手順、の各手順を実行
するためのプログラムが記録されている。さらに請求項
3の発明にかかる記録媒体には、上記のプログラムとと
もに、検索対象となる辞書ファイルが記録されている。
According to a second aspect of the present invention, there is provided a recording medium on which a dictionary search program for performing the above method is recorded, wherein the character input system sends a character string input from the outside to the operation system. When a message indicating a character string to be displayed on the monitor screen is sent as a conversion candidate, a procedure for reading the message, a dictionary file storing predetermined information using the conversion candidate character string indicated by the read message as a keyword , And a procedure for sending to the operation system a message notifying information to be displayed on the monitor screen as a search result for the dictionary file. Further, in the recording medium according to the third aspect of the present invention, a dictionary file to be searched is recorded together with the program.

【0010】請求項4の発明は、オペレーションシステ
ムと、前記オペレーションシステムの管理下で作動する
アプリケーション用のプログラムおよびそのアプリケー
ションに文字を入力するための文字入力システムと、前
記文字入力システムによるアプリケーションへの文字入
力処理動作に連動して、所定の情報が格納された辞書フ
ァイルを検索する辞書検索用のプログラムとがメモリ内
に組み込まれて成る演算処理装置であって、前記辞書検
索用のプログラムとして、請求項2の発明と同様のプロ
グラムがメモリ内に組み込まれている。さらに請求項5
の発明にかかる演算処理装置は、前記メモリに、検索対
象となる辞書ファイルが記憶されて成る。
According to a fourth aspect of the present invention, there is provided an operation system, a program for an application operating under the control of the operation system, a character input system for inputting characters to the application, and an application to the application by the character input system. In cooperation with the character input processing operation, a dictionary search program for searching for a dictionary file in which predetermined information is stored is an arithmetic processing device that is incorporated in a memory, and as the dictionary search program, A program similar to that of the second aspect is incorporated in the memory. Claim 5
In the arithmetic processing device according to the invention, a dictionary file to be searched is stored in the memory.

【0011】[0011]

【作用】アプリケーションに文字を入力する過程におい
て、IMEにより複数個の変換候補が抽出されている場
合には、IMEからOSに対し、モニタ画面上に一覧表
示させる各変換候補を表す複数組の文字列や、その一覧
表示中でいずれの変換候補が選択されているかを知らせ
るメッセージが送出される。またユーザーが一覧表示中
で選択中の変換候補を確定する操作を行ったとき、IM
EからOSには、この確定した変換候補として、アプリ
ケーションの表示画面上に確定表示させる文字列を知ら
せるメッセージが送出される。
In the process of inputting characters to an application, if a plurality of conversion candidates are extracted by the IME, a plurality of sets of characters representing each conversion candidate to be displayed in a list on the monitor screen are displayed from the IME to the OS. A message is sent informing which column or which conversion candidate is selected in the list display. Also, when the user performs an operation of confirming the selected conversion candidate in the list display, the IM
From E, to the OS, a message notifying the character string to be fixedly displayed on the display screen of the application is sent as the fixed conversion candidate.

【0012】たとえば、変換候補の選択操作に応じて送
出されたメッセージを読み取って、そのメッセージから
選択された変換候補となる文字列を抽出し、これをキー
ワードとして辞書ファイルを検索するように設定する
と、ユーザーが選択操作を行う都度、選択された変換候
補に対応する情報が自動的に検索されてモニタ画面上に
表示されるようになる。よって検索のために再度の文字
入力を行う必要がなくなり、複数の変換候補に関わる情
報を順に検索する必要がある場合にも、効率良く、検索
作業を行うことができる。
For example, if a setting is made such that a message sent in response to a conversion candidate selection operation is read, a character string serving as a selected conversion candidate is extracted from the message, and a dictionary file is searched using this as a keyword. Each time the user performs a selection operation, information corresponding to the selected conversion candidate is automatically searched and displayed on the monitor screen. Therefore, it is not necessary to input characters again for the search, and even when it is necessary to sequentially search for information on a plurality of conversion candidates, the search operation can be performed efficiently.

【0013】また変換候補の確定操作に応じて送出され
たメッセージを読み取って、そのメッセージから確定さ
れた変換候補となる文字列を抽出し、これをキーワード
として辞書ファイルを検索すると、メインのアプリケー
ションに入力した文字に関わる情報を簡単に読み出すこ
とが可能となり、文書作成作業時などの編集作業を効率
良く進めることができる。
A message sent in response to a conversion candidate determination operation is read, a character string which is a conversion candidate determined from the message is extracted, and a dictionary file is searched using the extracted character string as a keyword. Information relating to the input characters can be easily read, and editing work such as document creation can be efficiently advanced.

【0014】[0014]

【実施例】図1は、この発明による文書作成システムの
概略構成を示す。このシステムは、ウィンドウズのよう
なOS1の管理下で文書作成用のアプリケーション3
(以下単に「アプリケーション3」という)を起動し、
このアプリケーション3に日本語IME2(以下単に
「IME2」という)により変換された文字を入力し
て、文書を編集する機能を具備する。
FIG. 1 shows a schematic configuration of a document creation system according to the present invention. This system includes an application 3 for creating a document under the control of the OS 1 such as Windows.
(Hereinafter simply referred to as "Application 3"),
The application 3 has a function of editing a document by inputting characters converted by Japanese IME2 (hereinafter simply referred to as “IME2”).

【0015】さらにこのシステムには、国語辞書,和英
辞書,日中辞書など、各種言語による意味辞書を電子化
した複数の辞書ファイル7が格納された辞書データ記憶
部6が組み込まれており、メッセージフック処理部4,
辞書検索・表示処理部5の各処理部により、前記IME
2による文字入力処理に連動して辞書ファイル7を検索
し、その検索結果をモニタ画面上に表示することが可能
である。
The system further incorporates a dictionary data storage unit 6 storing a plurality of dictionary files 7 in which semantic dictionaries in various languages, such as a Japanese language dictionary, a Japanese-English dictionary, and a Japanese-Chinese dictionary, are stored. Hook processing unit 4,
The IME is processed by each processing unit of the dictionary search / display processing unit 5.
It is possible to search the dictionary file 7 in conjunction with the character input processing by the user 2 and display the search result on a monitor screen.

【0016】上記のシステムは、具体的には、図2に示
すようなCPU8,ROM9,RAM10を制御主体と
するパーソナルコンピュータにより実現するもので、ハ
ードディスク装置11には、前記OS1,IME2,ア
プリケーション3を構築するための各種プログラムファ
イルやデータファイルのほか、前記メッセージフック処
理部4,辞書検索・表示処理部5の各機能を実現するた
めのプログラムファイルや、辞書データ記憶部6を構築
する各辞書ファイル7がインストールされている。
The above system is realized by a personal computer having a CPU 8, a ROM 9, and a RAM 10 as shown in FIG. In addition to various program files and data files for constructing the dictionary, a program file for realizing the functions of the message hook processing unit 4 and the dictionary search / display processing unit 5 and each dictionary for constructing the dictionary data storage unit 6 File 7 is installed.

【0017】なお図2中、入力部13は、文字を入力す
るためのキーボードや、選択,確定操作を行うためのマ
ウスなどにより構成され、モニタ14は、CRT,液晶
パネルなどの表示装置により構成される。このほかCP
U8には、必要に応じて、プリンタ、モデムなどの各種
周辺装置が接続される。
In FIG. 2, an input unit 13 is constituted by a keyboard for inputting characters, a mouse for selecting and confirming operations, and a monitor 14 is constituted by a display device such as a CRT and a liquid crystal panel. Is done. In addition, CP
Various peripheral devices such as a printer and a modem are connected to the U8 as needed.

【0018】上記した各種プログラムファイルやデータ
ファイルは、いずれもCD−ROMドライブ12にイン
ストール用のパッケージソフトをセットして、必要なフ
ァイルをハードディスク装置11内にインストールする
ことにより生成されたもので、少なくともメッセージフ
ック処理部4および辞書検索・表示処理部5の各処理部
用のプログラムは、辞書検索用の単体のパッケージソフ
トとして提供されたものである。
The above-mentioned various program files and data files are all generated by setting package software for installation in the CD-ROM drive 12 and installing necessary files in the hard disk device 11. At least the program for each processing unit of the message hook processing unit 4 and the dictionary search / display processing unit 5 is provided as a single package software for dictionary search.

【0019】また各種の辞書ファイル7は、通常は、辞
書毎に1〜複数枚のCD−ROMに記録した形態で提供
されるが、これに限らず、複数種の辞書ファイルが1つ
のパッケージソフトとして提供される場合もある。さら
にこれらの辞書ファイル7を前記辞書検索用のパッケー
ジソフト内に組み込んで、プログラムとともにハードデ
ィスク装置11にインストールしてもよく、またインタ
ーネットのような外部データベースから取り込んだ辞書
ファイルを、ハードディスク装置11内にインストール
してもよい。ただし辞書データ記憶部6には、必ずしも
複数種の辞書ファイル7を設定する必要はなく、少なく
とも1つの辞書ファイル7がセットされていればよい。
また辞書ファイル6をハードディスク装置11内にイン
ストールする方式に代えて、検索時にCD―ROMドラ
イブ12に必要な辞書ファイルが格納されたCD−RO
Mをセットするようにしてもよい。
The various dictionary files 7 are usually provided in the form of being recorded on one to a plurality of CD-ROMs for each dictionary. However, the present invention is not limited to this. May be provided as. Furthermore, these dictionary files 7 may be incorporated in the dictionary search package software and installed together with the program on the hard disk device 11. The dictionary files imported from an external database such as the Internet may be stored in the hard disk device 11. May be installed. However, it is not necessary to set a plurality of types of dictionary files 7 in the dictionary data storage unit 6, and it is sufficient that at least one dictionary file 7 is set.
Instead of installing the dictionary file 6 in the hard disk drive 11, a CD-RO storing a dictionary file necessary for the CD-ROM drive 12 at the time of search is used.
M may be set.

【0020】上記構成において、ユーザーが、入力部1
3よりアプリケーション3に入力すべき文字列をローマ
字または仮名で入力すると、その入力文字列はOS1に
より認識された後にIME2に伝えられる。IME2
は、入力された文字列を文節または単語毎に切り出し
て、仮名や漢字の変換候補を割り当てる処理を実行し、
その処理結果を伝えるためのメッセージをOS1に送出
する。以後、OS1からIME2にはユーザーの操作内
容を知らせるメッセージが、IME2からOS1にはそ
の操作内容に対応する処理結果を知らせるメッセージ
が、それぞれ出力され、互いにメッセージをやりとりし
つつ、他方のシステムから与えられたメッセージに応じ
た処理を行うことにより、前記入力文字列はユーザの操
作に応じて変換され、アプリケーション3に入力される
ことになる。
In the above configuration, the user operates the input unit 1
When a character string to be input to the application 3 is input in Romaji or Kana from 3, the input character string is transmitted to the IME 2 after being recognized by the OS 1. IME2
Performs a process of cutting out the input character string for each phrase or word and assigning kana or kanji conversion candidates,
A message for transmitting the processing result is sent to OS1. Thereafter, a message informing the user of the operation content from the OS1 to the IME2, and a message informing the processing result corresponding to the operation content are output from the IME2 to the OS1. By performing processing according to the received message, the input character string is converted in accordance with the operation of the user, and is input to the application 3.

【0021】図3は、IME2による文字入力処理の手
順を示す。なおここに示す手順は、説明を簡単にするた
めに、ユーザーが1単語分の文字列を入力した場合を想
定してある。以下、図3の流れに沿ってIME2による
一連の動作手順を説明するとともに、その動作に対応し
てOS1側で実施される処理内容についても言及する。
FIG. 3 shows a procedure of a character input process by the IME2. Note that the procedure shown here assumes that the user has input a character string of one word for the sake of simplicity. Hereinafter, a series of operation procedures by the IME 2 will be described along the flow of FIG. 3, and the contents of processing performed on the OS 1 side in response to the operation will also be mentioned.

【0022】入力部13より、変換すべき仮名文字列が
入力されると、OS1は、その文字列を認識してアプリ
ケーション3の文書作成ウィンドウ上に表示させるとと
もに、IME2に対し、その入力文字列の内容を知らせ
るメッセージを送る。IME2は、図3のST1で、前
記メッセージにより入力文字列を受け取ると、その文字
列をキーにして内部の辞書を検索し、前記文字列を「読
み」とする各変換候補の文字列を抽出する(ST2)。
さらに複数組の文字列が抽出された場合は、その中か
ら、例えば最新の入力処理時に選択された文字列を第1
候補として抽出し、その第1候補の文字列を知らせるメ
ッセージをOS1に出力する(ST3)。
When the kana character string to be converted is input from the input unit 13, the OS 1 recognizes the character string and displays it on the document creation window of the application 3, and also sends the input character string to the IME2. Send a message informing you of the contents of When the input character string is received by the message in ST1 of FIG. 3, the IME 2 searches the internal dictionary using the character string as a key, and extracts the character string of each conversion candidate having the character string as "reading". (ST2).
Furthermore, when a plurality of sets of character strings are extracted, for example, the character string selected at the time of the latest input processing is set to the first character string.
The message is extracted as a candidate, and a message notifying the character string of the first candidate is output to OS1 (ST3).

【0023】OS1では、このメッセージに応じて前記
文書作成ウィンドウ上の入力文字列を消失させ、代わり
に前記メッセージにより伝えられた第1候補の文字列
を、下線や特定の表示色などにより未確定表示する。
In response to the message, the OS1 erases the input character string on the document creation window, and instead, the character string of the first candidate transmitted by the message is not determined by underlining or a specific display color. indicate.

【0024】前記第1候補がユーザーの意図した候補で
ない場合などには、再変換操作が行われる。これにより
ST4が「YES」となり、IME2は、OS1に対
し、第2のメッセージを出力する(ST5)。このメッ
セージは、具体的には、各変換候補に相当する複数組の
文字列を示すデータに、現時点で選択されている候補
(初期段階では第1候補)を知らせるパラメータが付加
されて成る。OS1側は、このメッセージに応じて、モ
ニタ画面上の所定位置に候補の一覧表示用のウィンドウ
を開き、メッセージに含まれる各文字列を、並び順を示
す数字と対応づけて整列表示するとともに、選択中の変
換候補を、中抜き文字など、他の候補から識別可能な形
態で表示する。
When the first candidate is not a candidate intended by the user, a re-conversion operation is performed. Thereby, ST4 becomes "YES", and IME2 outputs a second message to OS1 (ST5). Specifically, this message is obtained by adding a parameter indicating a candidate selected at the present time (first candidate at an initial stage) to data indicating a plurality of sets of character strings corresponding to each conversion candidate. In response to this message, the OS 1 opens a window for displaying a list of candidates at a predetermined position on the monitor screen, and displays each character string included in the message in association with the number indicating the arrangement order, and displays it in order. The selected conversion candidate is displayed in a form that can be identified from other candidates, such as hollow characters.

【0025】ユーザーが、この一覧表示に対して新たに
別の変換候補を選択すると、ST6が「YES」とな
り、IME2は、OS1に対し、前記と同様の変換候補
の各文字列に新たに選択された候補を知らせるパラメー
タが付加されたメッセージを出力する(ST8)。OS
1は、このメッセージに応じて前記候補表示ウィンドウ
内の識別表示の対象候補を切り換えるとともに、文書作
成ウィンドウ内の未確定表示の内容を、新たに選択され
た変換候補の文字列に差し替える。
When the user selects another conversion candidate for this list display, ST6 becomes "YES", and the IME 2 instructs the OS 1 to newly select each conversion candidate character string as described above. A message to which a parameter for notifying the candidate is added is output (ST8). OS
In response to this message, 1 switches the candidate for identification display in the candidate display window, and replaces the content of the undetermined display in the document creation window with the character string of the newly selected conversion candidate.

【0026】以下同様にして、ユーザーが選択操作を行
う都度、モニタ画面上の文書作成ウィンドウの未確定表
示および候補表示ウィンドウ内の識別表示が連動して切
り替わるもので、いずれかの候補が選択されている状態
下で確定操作が行われると、ST9が「YES」とな
り、つぎのST10で、OS1に対し、確定した変換候
補の文字列を知らせるメッセージが出力される。
Similarly, each time the user performs a selection operation, the undetermined display of the document creation window on the monitor screen and the identification display in the candidate display window are switched in conjunction with each other, and one of the candidates is selected. If the confirmation operation is performed in the state of “YES”, ST9 becomes “YES”, and in the next ST10, a message notifying the OS1 of the character string of the decided conversion candidate is output.

【0027】なお最初に第1候補の文字列が未確定表示
された段階で確定操作が行われた場合は、ST11が
「YES」となって直ちにST10へと移行する。また
候補の一覧表示に対し、ユーザーが特定の変換候補の並
び順を表す数字を入力するなどして、その候補の選択操
作と確定操作とを同時に行った場合は、ST7からST
10へと進んで、その確定された変換候補の文字列を知
らせるメッセージがOS1に出力される。
If a confirming operation is performed at the stage when the first candidate character string is not confirmed, ST11 becomes "YES" and the process immediately proceeds to ST10. If the user performs a selection operation and a confirmation operation simultaneously on the candidate list display by inputting a number indicating the arrangement order of a specific conversion candidate, for example, from ST7 to ST
Proceeding to 10, a message notifying the determined character string of the conversion candidate is output to OS1.

【0028】OS1では、前記ST10で出力されたメ
ッセージを受け取ると、その中に含まれる変換候補をア
プリケーション3側に出力するとともに、前記文書作成
ウィンドウ内の変換候補の未確定表示を確定表示に切り
換える。なおユーザーが複数の文節分の文字列を入力し
た場合は、IME2は、その入力文字列を文節単位に切
り分けた後、各文節毎に変換候補を抽出し、以後は、S
T4以降の手順に沿った処理が繰り返し実行されること
になる。
When the OS 1 receives the message output in ST 10, it outputs the conversion candidates included in the message to the application 3, and switches the undetermined display of the conversion candidates in the document creation window to the fixed display. . If the user inputs a character string for a plurality of phrases, the IME 2 divides the input character string into phrases and extracts conversion candidates for each phrase.
The process according to the procedure after T4 is repeatedly executed.

【0029】この実施例では、上記のような文字入力処
理に連動させてメッセージフック処理部4および辞書検
索・表示処理部5を起動し、文字入力処理の過程で選択
された変換候補に関する情報をいずれかの辞書ファイル
7から引き出して、モニタ画面上に表示するようにして
いる。
In this embodiment, the message hook processing unit 4 and the dictionary search / display processing unit 5 are activated in conjunction with the above-described character input processing, and information on the conversion candidate selected in the character input processing is stored. It is extracted from one of the dictionary files 7 and displayed on the monitor screen.

【0030】この検索処理は、具体的には、複数の変換
候補が一覧表示されている場合に実行されるもので、前
記図3のST5やST8でIME2から出力されたメッ
セージの内容を、メッセージフック処理部4が脇から読
み取って、そのメッセージに示される選択中の変換候補
を辞書検索・表示処理部5に伝えることにより実現する
(以下このメッセージフック処理部4による変換候補の
読取り処理を「フック処理」という)。
This search process is specifically executed when a plurality of conversion candidates are displayed in a list. The contents of the message output from the IME 2 in ST5 and ST8 in FIG. This is realized by the hook processing unit 4 reading from the side and transmitting the selected conversion candidate indicated in the message to the dictionary search / display processing unit 5 (hereinafter, the conversion candidate reading process by the message hook processing unit 4 is referred to as “ Hook processing ”).

【0031】図4は、辞書検索処理にかかる一連の手順
を示す。なおここでは前記図3の手順と区別するため
に、各処理のステップを小文字の「st」で示す。IM
E2が前記図3に示した手順で動作して、前記ST5ま
たはST8で、OS1に対し、一覧表示された各文字列
や現在選択されている変換候補を知らせるメッセージを
出力すると、図4のst1が「YES」となる。これに
応じてメッセージフック処理部4は、出力されたメッセ
ージをフックし、選択中の変換候補を示す文字列を抽出
して辞書検索・表示処理部5に受け渡す(st2,
3)。
FIG. 4 shows a series of procedures relating to the dictionary search process. Here, in order to distinguish from the procedure of FIG. 3, the steps of each processing are indicated by small letters “st”. IM
When E2 operates according to the procedure shown in FIG. 3 and outputs a message informing the OS1 of each character string displayed in the list or the currently selected conversion candidate to the OS 1 in ST5 or ST8, st1 in FIG. Becomes “YES”. In response, the message hook processing unit 4 hooks the output message, extracts a character string indicating the selected conversion candidate, and transfers it to the dictionary search / display processing unit 5 (st2, st2).
3).

【0032】辞書検索・表示処理部5は、メッセージフ
ック処理部4から受け取った変換候補をキーワードとし
て、所定の辞書ファイル7を検索する(st4)。そし
て該当する情報を抽出すると、辞書ファイル7よりその
情報を抜き出し、さらにその情報の内容を知らせるメッ
セージをOS1に出力する(st5)。OS1は、この
メッセージをIME2からのメッセージと同様に処理す
るもので、これによりモニタ画面上の所定位置に検索結
果表示用のウィンドウが開設されて、そのウィンドウ内
に前記メッセージの内容が表示される。なおこの検索が
ヒットしなかった場合にも、辞書検索・表示処理部5か
らOS1に該当する情報がない旨を知らせるメッセージ
が出力される。これに応じてOS1は、検索結果表示用
のウィンドウに、「辞書データがありません。」などの
メッセージを表示する。
The dictionary search / display processing unit 5 searches a predetermined dictionary file 7 using the conversion candidates received from the message hook processing unit 4 as keywords (st4). When the relevant information is extracted, the information is extracted from the dictionary file 7, and a message notifying the contents of the information is output to the OS 1 (st5). The OS 1 processes this message in the same manner as the message from the IME 2, thereby opening a window for displaying the search result at a predetermined position on the monitor screen, and displaying the content of the message in the window. . Note that, even when this search does not find a hit, the dictionary search / display processing unit 5 outputs a message notifying that there is no information corresponding to the OS 1. In response to this, the OS 1 displays a message such as “No dictionary data” in the window for displaying search results.

【0033】図5は、文字入力処理に連動して辞書検索
処理が行われた場合のモニタ画面の具体例を示す。図
中、15はアプリケーション3の文書作成ウィンドウ
を、16は変換候補の一覧表示用のウィンドウを、それ
ぞれ示す。図示例は、「きのう」という仮名文字列の入
力に対して10個の変換候補が抽出され、このうち2番
目の変換候補の文字列「気嚢」が選択された場合の表示
画面であって、前記図3のST8で送出されたメッセー
ジに基づき、候補表示ウィンドウ16内の2番目の変換
候補が識別表示されるとともに、文書作成用ウィンドウ
15に、識別表示された変換候補にあたる文字列「気
嚢」が未確定状態を示す下線付きで表示されている。さ
らに候補表示ウィンドウ16の近傍には、検索結果表示
用のウィンドウ17が開設されて、そのウィンドウ17
内に、選択中の変換候補により和英辞書の辞書ファイル
7を検索して得られた情報が表示されている。なお検索
結果表示用のウィンドウ17は、任意の位置に設定可能
であり、また候補表示ウィンドウ16内の選択候補に対
応させて見易い位置に自動的に配置することも可能であ
る。
FIG. 5 shows a specific example of a monitor screen when a dictionary search process is performed in conjunction with a character input process. In the figure, reference numeral 15 denotes a document creation window of the application 3, and 16 denotes a window for displaying a list of conversion candidates. The illustrated example is a display screen when ten conversion candidates are extracted in response to the input of the kana character string “Kino”, and the second conversion candidate character string “air sac” is selected, Based on the message sent in ST8 of FIG. 3, the second conversion candidate in the candidate display window 16 is identified and displayed, and the character string "air sac" corresponding to the identified conversion candidate is displayed in the document creation window 15. Is underlined to indicate an undetermined state. Further, a window 17 for displaying search results is opened near the candidate display window 16, and the window 17 is displayed.
The information obtained by searching the dictionary file 7 of the Japanese-English dictionary by the selected conversion candidate is displayed in the table. Note that the search result display window 17 can be set at an arbitrary position, and can be automatically arranged at an easy-to-view position corresponding to the selected candidate in the candidate display window 16.

【0034】またこの辞書検索処理のシステムは、一般
のアプリケーションと同様に、あらかじめユーザーによ
り動作する条件を自由に設定することができ、IME2
による文字入力処理に連動して常に検索を行うことも、
ユーザーの指示に応じて、随時検索を行うことも可能で
ある。また検索対象とする辞書ファイル7もあらかじめ
設定されるが、複数種の辞書ファイル7がセットされて
いる場合は、適宜、検索対象を切り換えることが可能で
ある。また1つの辞書ファイル7による検索がなされた
段階で、他の辞書ファイル7に検索対象を切り換えて、
再度、同じ変換候補による検索を行うように設定するこ
とも可能である。
In the dictionary search processing system, the user can freely set operating conditions in advance similarly to a general application.
You can always search in conjunction with the character input process by
A search can be performed at any time according to a user's instruction. The dictionary file 7 to be searched is also set in advance, but when a plurality of types of dictionary files 7 are set, the search object can be switched as appropriate. Further, at the stage when the search is performed using one dictionary file 7, the search target is switched to another dictionary file 7, and
It is also possible to set to search again with the same conversion candidate.

【0035】さらに検索のためにIME2からのメッセ
ージをフックするタイミングは、上記に限らず、他の時
点で出力されたメッセージをフックして、検索処理を行
うようにしてもよい。たとえば、図3のST3で出力さ
れたメッセージをフックすると、第1候補が未確定表示
されると同時に、その第1候補に関連する情報の検索結
果を表示することが可能となる。
Further, the timing at which the message from the IME 2 is hooked for the search is not limited to the above, and the message output at another time may be hooked to perform the search processing. For example, when the message output in ST3 of FIG. 3 is hooked, it is possible to display the search result of the information related to the first candidate at the same time as the first candidate is not determined and displayed.

【0036】さらに候補の確定操作に応じてST10で
出力されたメッセージをフックすると、入力文字列が所
定の変換候補に確定表示されると同時に、その確定した
変換候補に関連する情報を表示することが可能となる。
さらに各候補の一覧表示時に、メッセージに含まれるす
べての候補の文字列を抽出して検索処理を行うようにす
れば、一覧表示されたすべての候補の辞書引きを一括し
て行うことが可能になる。
Further, when the message output in ST10 is hooked in response to the operation of deciding a candidate, the input character string is fixedly displayed as a predetermined conversion candidate, and at the same time, information relating to the decided conversion candidate is displayed. Becomes possible.
Furthermore, when the list of each candidate is displayed, if the character strings of all the candidates included in the message are extracted and the search processing is performed, it is possible to perform a dictionary lookup of all the candidates displayed in the list at once. Become.

【0037】このように、この実施例の文書作成システ
ムによれば、アプリケーションへの文字入力に連動して
自動的に辞書ファイルの検索が行われて、その検索結果
が表示されるので、ユーザーは、検索のために文字入力
を繰り返す必要がなくなり、入力された単語や確定前の
変換候補について、必要な情報を簡単に読み出して確認
することができる。
As described above, according to the document creation system of this embodiment, the dictionary file is automatically searched in conjunction with the character input to the application, and the search result is displayed. Therefore, it is not necessary to repeat character input for searching, and necessary information can be easily read and confirmed for the input word and the conversion candidate before confirmation.

【0038】また、同音異義語の多い単語について、一
覧表示された各変換候補の意味を順に確認したい場合、
前記図4,5に示したように、候補表示ウィンドウ16
内に一覧表示された変換候補を順に選択するだけで、情
報を取得することができる。また変換候補を確定した段
階でのメッセージをフックして辞書ファイル7を検索す
るようにした場合には、例えば、日本語表記に英語表記
を付記したり、作成文書中に辞書からの孫引き情報を貼
り付けるなどの作業を簡単に行うことができ、文書の編
集作業の効率を大いに向上させることができる。
When it is desired to sequentially confirm the meaning of each conversion candidate displayed in a list for words having many homonyms,
As shown in FIGS. 4 and 5, the candidate display window 16
The information can be obtained only by sequentially selecting the conversion candidates listed in the list. If the dictionary file 7 is searched by hooking the message at the stage when the conversion candidate is determined, for example, English notation may be added to Japanese notation, or grandchild information from the dictionary may be added to the created document. Work such as pasting can be easily performed, and the efficiency of document editing work can be greatly improved.

【0039】しかもOS1とIME2との間でやりとり
されるメッセージの書式は、IMEの種類に関係なく同
一であるので、ユーザーがどのようなIMEを使用して
いても、検索処理を問題なく行うことができ、汎用性の
高い辞書検索用のアプリケーションを提供することがで
きる。さらに、日本語のIMEに限らず、韓国語や中国
語用のIMEを使用する場合にも、検索対象の辞書ファ
イルがセットされていれば、同様の検索処理を行うこと
が可能である。
Further, since the format of the message exchanged between the OS 1 and the IME 2 is the same regardless of the type of the IME, the search process can be performed without any problem regardless of the type of the IME used by the user. It is possible to provide a highly versatile dictionary search application. Further, when using not only Japanese IME but also Korean or Chinese IME, similar search processing can be performed if a dictionary file to be searched is set.

【0040】なお上記実施例では、文書作成用のアプリ
ケーションが作動している状態下で辞書検索処理を行う
ようにしているが、実際のパーソナルコンピュータに
は、文書作成用のアプリケーションのみならず、表計
算,データベースなど、複数種のアプリケーションが組
み込まれており、これらのアプリケーションにIMEに
より変換された文字を入力する際にも、同様の辞書検索
および表示処理を行うことが可能であることは、言うま
でもない。
In the above embodiment, the dictionary search process is performed while the document creation application is operating. However, the actual personal computer includes not only the document creation application but also the table creation application. It goes without saying that a plurality of applications such as calculations and databases are incorporated, and similar dictionary search and display processing can be performed when inputting characters converted by IME into these applications. No.

【0041】[0041]

【発明の効果】請求項1の発明では、IMEによる文字
入力動作の過程で、外部より入力された文字列の変換候
補としてモニタ画面上に表示させる文字列をOSに知ら
せるメッセージが送出されたとき、このメッセージを読
み取って、そのメッセージの示す文字列をキーワードと
して辞書ファイルを検索し、その検索結果を表示するの
で、文字入力処理に連動して自動的に辞書ファイルを検
索することが可能となる。よって検索のために文字列の
入力作業を繰り返す必要がなくなって作業効率が向上
し、各変換候補の意味を順に確認しつつ入力すべき変換
候補を選んだり、入力した単語に関連する情報をアプリ
ケーションに貼り付けるなどの作業にかかる時間を、大
幅に短縮することができる。
According to the first aspect of the present invention, in the course of the character input operation by the IME, when a message for notifying the OS of a character string to be displayed on the monitor screen as a conversion candidate of a character string input from the outside is transmitted. Since this message is read, the dictionary file is searched using the character string indicated by the message as a keyword, and the search result is displayed, the dictionary file can be automatically searched in conjunction with the character input processing. . This eliminates the need to repeat character string input work for searching, improving work efficiency, selecting conversion candidates to be input while sequentially checking the meaning of each conversion candidate, and applying information related to the input word to the application. The time required for operations such as sticking to a device can be greatly reduced.

【0042】また検索のためのキーワードは、IMEか
らOSに送られるメッセージから抽出されるので、IM
Eの入力対象となるアプリケーションの種類に関わら
ず、辞書検索処理を行うことができる。しかもOSとI
MEとの間でやりとりされるメッセージの書式は、文字
入力システムの種類に限らず同一であるから、ユーザー
がどのようなIMEを使用していても、問題なく辞書検
索処理を行うことができる。
The keyword for the search is extracted from the message sent from the IME to the OS.
The dictionary search process can be performed irrespective of the type of application for which E is to be input. And OS and I
The format of the message exchanged with the ME is the same regardless of the type of the character input system, so that the dictionary search process can be performed without any problem, no matter what IME the user uses.

【0043】請求項2の発明によれば、上記辞書検索方
法を行うための専用のパッケージソフトが提供されるの
で、OS,IME,アプリケーションが組み込まれた既
存の演算処理装置にこのパッケージソフトのプログラム
をインストールし、検索対象の辞書ファイルを用意すれ
ば、上記の辞書検索処理を実現することができる。また
上記したように、どのようなIMEが組み込まれていて
も辞書検索処理を行うことが可能であるから、使用され
るIMEの種類を問わず、インストールすることがで
き、きわめて汎用性の高いパッケージソフトを提供する
ことができる。
According to the second aspect of the present invention, dedicated package software for performing the above dictionary search method is provided, so that the program of the package software can be installed in an existing arithmetic processing device in which an OS, an IME, and an application are incorporated. Is installed, and a dictionary file to be searched is prepared, the above dictionary search processing can be realized. Also, as described above, since the dictionary search process can be performed regardless of the type of IME incorporated, the package can be installed regardless of the type of IME used, and is a very versatile package. We can provide software.

【0044】請求項3の発明によれば、辞書検索用のプ
ログラムとともに検索対象となる辞書ファイルが記録さ
れたパッケージソフトが提供されるから、このソフトを
既存の演算処理装置にインストールするだけで、すぐに
辞書検索処理を行うことができる。
According to the third aspect of the present invention, the package software in which the dictionary file to be searched is recorded together with the dictionary search program is provided. Dictionary search processing can be performed immediately.

【0045】請求項4の発明によれば、上記の辞書検索
用のプログラムが組み込まれた演算処理装置が提供され
るので、この装置にユーザーの所望する辞書ファイルを
セットすることにより辞書検索処理を行うことができ
る。さらに請求項5の発明では、検索対象の辞書ファイ
ルまでが組み込まれた演算処理装置が提供されるので、
装置購入後、すぐに上記の辞書検索処理を行うことがで
きる。
According to the fourth aspect of the present invention, there is provided an arithmetic processing device in which the above-mentioned dictionary search program is incorporated. By setting a dictionary file desired by the user in this device, the dictionary search process can be performed. It can be carried out. Further, according to the fifth aspect of the present invention, there is provided an arithmetic processing device incorporating up to the dictionary file to be searched,
Immediately after purchasing the device, the dictionary search process can be performed.

【図面の簡単な説明】[Brief description of the drawings]

【図1】この発明が適用された文書作成システムの概略
構成を示す機能ブロック図である。
FIG. 1 is a functional block diagram showing a schematic configuration of a document creation system to which the present invention is applied.

【図2】図1のシステムを実現するための具体的な装置
構成を示すブロック図である。
FIG. 2 is a block diagram showing a specific device configuration for realizing the system of FIG. 1;

【図3】IMEによる文字入力処理の手順を示すフロー
チャートである。
FIG. 3 is a flowchart illustrating a procedure of a character input process by the IME.

【図4】図3のST5,ST8の処理に連動して実施さ
れる辞書検索処理の手順を示すフローチャートである。
FIG. 4 is a flowchart illustrating a procedure of a dictionary search process performed in association with the processes of ST5 and ST8 in FIG. 3;

【図5】辞書検索処理が行われた場合のモニタ画面の具
体例を示す説明図である。
FIG. 5 is an explanatory diagram showing a specific example of a monitor screen when a dictionary search process is performed.

【符号の説明】[Explanation of symbols]

1 OS 2 IME 3 アプリケーション 4 メッセージフック処理部 5 辞書検索・表示処理部 6 辞書データ記憶部 7 辞書ファイル 8 CPU 11 ハードディスク装置 14 モニタ DESCRIPTION OF SYMBOLS 1 OS 2 IME 3 Application 4 Message hook processing part 5 Dictionary search / display processing part 6 Dictionary data storage part 7 Dictionary file 8 CPU 11 Hard disk drive 14 Monitor

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 オペレーションシステムの管理下での文
字入力システムの動作に連動して、所定の情報が格納さ
れた辞書ファイルを検索する方法であって、 前記文字入力システムからオペレーションシステムに対
し、外部より入力された文字列の変換候補としてモニタ
画面上に表示させる文字列を知らせるメッセージが送出
されたとき、そのメッセージを読み取って、そのメッセ
ージの示す変換候補の文字列をキーワードとして前記辞
書ファイルを検索した後、検索結果を前記モニタ画面上
に表示することを特徴とする辞書検索方法。
1. A method for retrieving a dictionary file in which predetermined information is stored in conjunction with an operation of a character input system under the control of an operation system, wherein the character input system sends an external file to an operation system. When a message indicating a character string to be displayed on the monitor screen is transmitted as a conversion candidate of the input character string, the message is read, and the dictionary file is searched using the conversion candidate character string indicated by the message as a keyword. And displaying a search result on the monitor screen after the search.
【請求項2】 オペレーションシステムの管理下での文
字入力システムの動作に連動する辞書検索用のプログラ
ムであって、 前記文字入力システムからオペレーションシステムに対
し、外部より入力された文字列の変換候補としてモニタ
画面上に表示させる文字列を知らせるメッセージが送出
されたとき、そのメッセージを読み取る手順、 前記読み取られたメッセージの示す変換候補の文字列を
キーワードとして、所定の情報が格納された辞書ファイ
ルを検索する手順、 前記辞書ファイルに対する検索結果として前記モニタ画
面上に表示させる情報を知らせるメッセージをオペレー
ションシステムに送出する手順、の各手順を実行するた
めのプログラムが記録された辞書検索用のプログラムが
記録された記録媒体。
2. A dictionary search program linked to the operation of a character input system under the control of an operation system, wherein the character input system is used as a conversion candidate for a character string input from the outside to the operation system. When a message indicating a character string to be displayed on the monitor screen is sent, a procedure for reading the message, and a dictionary file storing predetermined information is searched by using a character string of a conversion candidate indicated by the read message as a keyword. And a step of sending a message notifying information to be displayed on the monitor screen as a search result for the dictionary file to an operation system. Recording medium.
【請求項3】 前記各手順を実行するためのプログラム
とともに、検索対象となる辞書ファイルが記録されて成
る請求項2に記載された辞書検索用のプログラムが記録
された記録媒体。
3. The recording medium according to claim 2, wherein a dictionary file to be searched is recorded together with a program for executing each of the procedures.
【請求項4】 オペレーションシステムと、前記オペレ
ーションシステムの管理下で作動するアプリケーション
用のプログラムおよびそのアプリケーションに文字を入
力するための文字入力システムと、前記文字入力システ
ムによるアプリケーションへの文字入力処理動作に連動
して、所定の情報が格納された辞書ファイルを検索する
辞書検索用のプログラムとがメモリ内に組み込まれて成
る演算処理装置であって、 前記辞書検索用のプログラムは、 文字入力システムからオペレーションシステムに対し、
外部より入力された文字列の変換候補としてモニタ画面
上に表示させる文字列を知らせるメッセージが送出され
たとき、そのメッセージを読み取る手順、 前記読み取られたメッセージの示す変換候補の文字列を
キーワードとして、前記辞書ファイルを検索する手順、 前記検索結果としてモニタ画面上に表示させる情報を知
らせるメッセージをオペレーションシステムに送出する
手順、の各手順を実行するためのプログラムを含んで成
る演算処理装置。
4. An operation system, a program for an application operating under the control of the operation system, a character input system for inputting characters to the application, and a character input processing operation for the application by the character input system. An arithmetic processing device comprising a dictionary search program for searching a dictionary file in which predetermined information is stored in cooperation with a memory, wherein the dictionary search program is operated from a character input system. For the system,
When a message indicating a character string to be displayed on the monitor screen is sent as a conversion candidate of a character string input from the outside, a procedure for reading the message, using a conversion candidate character string indicated by the read message as a keyword, An arithmetic processing device comprising a program for executing a procedure of searching for the dictionary file, and a procedure of transmitting a message notifying information to be displayed on a monitor screen as the search result to an operation system.
【請求項5】 請求項4に記載された演算処理装置であ
って、 さらに前記メモリには、検索対象となる辞書ファイルが
記憶されて成る演算処理装置。
5. The arithmetic processing device according to claim 4, wherein said memory further stores a dictionary file to be searched.
JP11138761A 1999-05-19 1999-05-19 Dictionary retrieval method, recording medium for recording program for inplementing this retrieval method, and arithmetic processor Pending JP2000331014A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11138761A JP2000331014A (en) 1999-05-19 1999-05-19 Dictionary retrieval method, recording medium for recording program for inplementing this retrieval method, and arithmetic processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11138761A JP2000331014A (en) 1999-05-19 1999-05-19 Dictionary retrieval method, recording medium for recording program for inplementing this retrieval method, and arithmetic processor

Publications (1)

Publication Number Publication Date
JP2000331014A true JP2000331014A (en) 2000-11-30

Family

ID=15229578

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11138761A Pending JP2000331014A (en) 1999-05-19 1999-05-19 Dictionary retrieval method, recording medium for recording program for inplementing this retrieval method, and arithmetic processor

Country Status (1)

Country Link
JP (1) JP2000331014A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007091748A1 (en) * 2006-02-06 2007-08-16 Boo-Joong Jang Method, apparatus and system for providing network search service by using search event
US7502632B2 (en) 2004-06-25 2009-03-10 Nokia Corporation Text messaging device
JP5566491B1 (en) * 2013-03-13 2014-08-06 富士ソフト株式会社 Character input conversion system and character input conversion method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7502632B2 (en) 2004-06-25 2009-03-10 Nokia Corporation Text messaging device
US7693552B2 (en) 2004-06-25 2010-04-06 Nokia Corporation Text messaging device
WO2007091748A1 (en) * 2006-02-06 2007-08-16 Boo-Joong Jang Method, apparatus and system for providing network search service by using search event
JP5566491B1 (en) * 2013-03-13 2014-08-06 富士ソフト株式会社 Character input conversion system and character input conversion method

Similar Documents

Publication Publication Date Title
JP3969628B2 (en) Translation support apparatus, method, and translation support program
JP2965010B2 (en) Related information search method and apparatus, and machine-readable recording medium recording program
EP2300939A1 (en) Method and system for using alignment means in matching translation
JP4202857B2 (en) Program, character input editing method, apparatus, and recording medium
JP2001125894A (en) Device and method for editing and processing document and program providing medium
JPH11338858A (en) Device and method for predicting input and storage medium recording input predictive program
US9507773B2 (en) Translation assistance device, translation assistance system, and control method for the same
JP3143345B2 (en) String search device
JP2010257392A (en) Device and method for inputting character, computer readable program, and recording medium
JP2003131776A (en) Information-processing device, character string-inputting device and confirmed history-controlling method
JP3849161B2 (en) Kana-kanji conversion device
JP2000331014A (en) Dictionary retrieval method, recording medium for recording program for inplementing this retrieval method, and arithmetic processor
US20020007382A1 (en) Computer having character input function,method of carrying out process depending on input characters, and storage medium
JPH11212967A (en) Prediction input device/method
JP3925509B2 (en) Kana-kanji conversion device
JP2723012B2 (en) Help information search method and information processing apparatus using the same
JP2000322442A (en) Data base retrieving device and data base retrieval program storage medium
JP2001229156A (en) Character input support method, recording medium with recorded program for implementing the method, and information processor with character input support function
JPH05324645A (en) Document processing method and device
JP2002099547A (en) Computer device with character input function, program recording medium and program
JP2005327023A (en) Retrieval system of full-text search using hit number expectancy
JP2000148747A (en) Conversion candidate display method, record medium for program for japanese syllabary-to-chinese character conversion by same method, and japanese syllbary-to- chinese character conversion device
JP2000029874A (en) Document preparing device, input aiding method and recording medium
JP3815073B2 (en) Character conversion method, character conversion device for implementing the method, and character conversion recording medium
JP2001101218A (en) Dictionary retrieving method, dictionary retrieval system using the same and recording medium of program for dictionary retrieval

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061121

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070119

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070306

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070427

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20070522

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20070629