JPS62144269A - Information retrieving device - Google Patents

Information retrieving device

Info

Publication number
JPS62144269A
JPS62144269A JP60284883A JP28488385A JPS62144269A JP S62144269 A JPS62144269 A JP S62144269A JP 60284883 A JP60284883 A JP 60284883A JP 28488385 A JP28488385 A JP 28488385A JP S62144269 A JPS62144269 A JP S62144269A
Authority
JP
Japan
Prior art keywords
character string
word
memory
character
notation
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
JP60284883A
Other languages
Japanese (ja)
Inventor
Akiko Nakajima
中嶋 章子
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP60284883A priority Critical patent/JPS62144269A/en
Publication of JPS62144269A publication Critical patent/JPS62144269A/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

PURPOSE:To reduce the capacity of a memory storing each word by converting an inputted character string into an inscription character string having a high using frequency and using this character string to retrieve said memory. CONSTITUTION:When a character string is inputted, an inscription converting part 2 uses the inputted character string to retrieve a memory 3 via a memory retrieving part 4. If the inputted character string is not detected, the part 2 uses a word reading table 1 which contains the correspondence between the component KANJI (Chinese character) included in the words containing KANJI and the ways of reading to those KANJI to convert the input character string into an inscription character string having high using frequency. Then the memory 3 is retrieved by said converted character string. Thus it is required for the memory 3 just to store only the inscription of a high using frequency for each word. As a result, the capacity of the memory 3 is reduced.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、漢字かな混じり文を扱う日本語処理システム
における情報検索装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to an information retrieval device in a Japanese language processing system that handles sentences containing kanji and kana.

従来の技術 従来、多くの日本語処理システムにおいて、日本語の表
記はカナ文字あるいはローマ字に限定されていたが、最
近、日本語の通常の表記法である漢字かな混じり文を処
理することが、強く要求されるようになった。この場合
、検索方法またはシステムの重要な構成要素である辞書
に関して、次のような問題点を解決することが必要であ
る。
Conventional technology In the past, in many Japanese language processing systems, Japanese writing was limited to Kana characters or Romaji, but recently, it has become possible to process sentences mixed with Kanji and Kana, which is the normal Japanese writing system. It has become a strong demand. In this case, it is necessary to solve the following problems regarding the dictionary, which is an important component of the search method or system.

日本語においては、一般に、1つの語の表記として、漢
字とかなの両方を用いることが可能であるが個々の語の
表記をシステムによって1つに定めてしまうことは非常
に困難であり、通常の文で使用される複数の表記を入力
して認めざるを得ない。従って複数の表記を持つ語につ
いて、いずれの表記からもアクセス可能な辞書を構成す
ることが必要である。
In Japanese, it is generally possible to use both kanji and kana to represent a single word, but it is extremely difficult for a system to determine the same representation for each word; I have to enter and acknowledge the multiple notations used in the sentence. Therefore, for words that have multiple representations, it is necessary to construct a dictionary that can be accessed from any representation.

以下図面を参照しながら、上述した従来の情報検索装置
の一例について説明する。
An example of the above-mentioned conventional information retrieval device will be described below with reference to the drawings.

第6図は従来の情報検索装置の辞書を示すものである。FIG. 6 shows a dictionary of a conventional information retrieval device.

第6図の辞書のレコードにおいて、「@」または「=」
より前の部分がキー、すなわち語の表記である。「@」
の後ろの部分が語付属情報、「=」の後ろの部分が語付
属情報を含むしコードへのポインタ情報である。
In the dictionary record in Figure 6, "@" or "="
The part before this is the key, that is, the notation of the word. "@"
The part after ``='' contains word-attached information, and the part after ``='' contains word-attached information and is pointer information to the code.

以上のように構成された情報検索装置の辞書について、
以下その動作について説明する。
Regarding the dictionary of the information retrieval device configured as above,
The operation will be explained below.

複数の表記を持つ語について、いずれの表記からもアク
セス可能な辞書であるためには、各々の表記をキーとす
る複数のレコードを作成する必要がある。その場合文法
、意味、訳語等の語付属情報は、それらのうちの1つに
書き込み、残りのレコードには、語付属情報が書き込ま
れたレコードへのポインタ情報を書き込むのが普通であ
る。例えば、第5図に示すように4個の語に対し合計1
4個の表記を認めるとすると、第6図の辞書に示すよう
なレコードを作成記憶しなければならない(例えば、「
日経エレクトロニクス」第324号199〜215ペー
ジ)。
For words that have multiple representations, in order to create a dictionary that can be accessed from any representation, it is necessary to create multiple records with each representation as a key. In this case, word-attached information such as grammar, meaning, translation, etc. is usually written in one of these records, and pointer information to the record in which the word-attached information is written is written in the remaining records. For example, as shown in Figure 5, a total of 1 for 4 words.
If four notations are allowed, records like the one shown in the dictionary in Figure 6 must be created and stored (for example, ``
Nikkei Electronics” No. 324, pages 199-215).

発明が解決しようとする問題点 しかしながら上記のような構成では、表記の数が多くな
るとポインタ情報を持つレコードのため辞書容量が増大
するという問題点を有していた。
Problems to be Solved by the Invention However, the above configuration has a problem in that as the number of notations increases, the dictionary capacity increases due to the records having pointer information.

本発明は上記問題点に濫み、複数の表記を持つ語に対し
て、いずれの表記からも、文法、意味。
The present invention solves the above problems, and for words that have multiple spellings, the grammar and meaning can be determined from any spelling.

訳語等の語付属情報を検索することができて、かつ辞書
容量の小さい情報検索装置を提供するものである。
The present invention provides an information retrieval device that is capable of retrieving word-attached information such as translations and has a small dictionary capacity.

問題点を解決するための手段 上記問題点を解決するために本発明の情報検索装置は、
各語を使用頻度の高い表記で記憶しているメモリと、漢
字を含んで構成される語について語中の構成漢字とその
読みのかな表記とを対応づけた語読みテーブルと、t!
読みテーブルを用いて表語を使用頻度の高い表記に変換
する表記変換部と、メモリを使用頻度の高い文字列で検
索するメモリ検索部という構成を備えたものである。
Means for Solving the Problems In order to solve the above problems, the information retrieval device of the present invention includes:
A memory that stores each word in its frequently used notation, a word reading table that associates constituent kanji in words with their kana notation for words that include kanji, and t!
This system includes a notation conversion unit that converts a notation into a frequently used notation using a reading table, and a memory search unit that searches the memory for frequently used character strings.

作用 本発明は上記した構成によって、どのような表記で入力
された文字列も、語読みテーブルを用いることで使用頻
度の高い表記の文字列に変換され、その文字列でメモリ
の検索が可能となるように、メモリは各語を使用頻度の
使用頻度の高い表記についてだけ記憶しておけばよいの
で、メモリの容量を小さくすることができる。
Effects With the above-described configuration, the present invention converts a character string input in any notation into a frequently used notation by using a word pronunciation table, and makes it possible to search the memory using that character string. Since the memory only needs to store the expressions of each word that are used frequently, the memory capacity can be reduced.

実施例 以下本発明の一実施例の情報検索装置について、図面を
参照しながら説明する。
Embodiment Hereinafter, an information retrieval device according to an embodiment of the present invention will be described with reference to the drawings.

第1図は本発明の第1実施例における情報検索装置の構
成図を示すものである。第1図において、1は漢字を含
んで構成される語中の構成漢字とその読みとを対応づけ
た語読みテーブル、2は語読みテーブルIを用いて表記
を使用頻度の高い表記に変換する表記変換部、3は各語
を使用頻度の高い表記で記憶しているメモリ、4はメモ
リ3を検索するメモリ検索部である。
FIG. 1 shows a configuration diagram of an information retrieval device according to a first embodiment of the present invention. In Figure 1, 1 is a word reading table that associates constituent kanji in words containing kanji with their pronunciations, and 2 is a word reading table that uses word reading table I to convert the notation to a frequently used notation. A notation conversion unit 3 is a memory that stores each word in frequently used notation, and 4 is a memory search unit that searches the memory 3.

以上のように構成された情報検索装置について、以下第
1図、第2図、第3図及び第4図を用いてその動作を説
明する。
The operation of the information retrieval device configured as described above will be described below with reference to FIGS. 1, 2, 3, and 4.

第2図、第3図は語続みテーブルを示すもので、それを
用いて表記を使用頻度の高い表記に変換する表記変換部
の動作を説明する。第3図は、第2図の語読みテーブル
において、以下例としてとりあげる「障子」という語の
周辺をとりだしたちのである。
FIGS. 2 and 3 show word continuation tables, and will be used to explain the operation of the notation conversion unit that converts notations into frequently used notations. FIG. 3 shows the word pronunciation table shown in FIG. 2 by extracting the words surrounding the word "shoji", which will be taken as an example below.

ここで、語読みテーブルの見出し語は、決められたコー
ド順に並んでいるものとする。今、「陳じ」という文字
列が入力されたとすると、表記変換部は、まず第1文字
めの「障」という文字を捜しにいく、ここで「障」とい
う文字を捜しにいく。
Here, it is assumed that the headwords in the word reading table are arranged in a predetermined code order. Now, if the character string ``chenji'' is input, the notation conversion unit first searches for the first character ``hindrance'', and then searches for the character ``hindrance''.

ここで「障」という文字がみつかれば、次に第2文字め
の「し」という文字を捜しにいくのであるが、入力文字
列の第2文字めの「し」という文字は使用頻度の高い文
字でないため、語読みテーブルの見出し語には表記され
ておらず、「障」という文字列は見つけることができな
い。そこで表記変換部は、第1文字めに「障」という文
字を持つ見出し語の中から、見出し語とかな表記及び漢
字読み対応位置を用いて、「障し」という文字列の使用
頻度の高い別表記文字列を見つけにいく。見出し語とか
な表記及び漢字読み対応位置について以下に述べる。漢
字読み対応位置は、使用頻度の高い見出し語文字列中の
各文字がかな文字列中のどの文字に対応するかを示すも
のである。見出し語「障子」の場合、第1文字「障」に
対応するかな文字列の先頭文字は「シ」であり、それは
かな文字列「しょうじ」の1文字めである。
If the character ``Shind'' is found, the next step is to search for the second character ``shi'', but the second character ``shi'' in the input string has a low frequency of use. Since it is not a high character, it is not written as a headword in the word reading table, and the character string "disability" cannot be found. Therefore, the notation conversion unit uses headwords, kana notation, and positions corresponding to the kanji readings to identify the most frequently used character strings of the word ``handicap'' from among headwords that have the character ``handicapped'' as the first character. I'm going to find another notation string. The headwords, kana notation, and kanji reading positions are described below. The kanji reading correspondence position indicates which character in the kana character string each character in the frequently used headword character string corresponds to. In the case of the headword "shoji", the first character of the kana character string corresponding to the first character "shoji" is "shi", which is the first character of the kana character string "shoji".

次に見出し語の第2文字「子」に対応するかな文字列の
先頭文字は「シ」であり、かな文字列「しょうじ」の4
文字めである。そこで、見出し語の各文字がかな表記の
文字列の何文字めに対応するか、この例では「1」と「
4」、を記憶したものが、漢字読み対応位置である。そ
して、この漢字読み対応位置から、見出し語の各文字の
かな表記も得ることができる。たとえば、今の例の場合
、見出し語の第2文字に対応するかなの先頭文字は、か
な文字列の4文字めであるので、見出し語の第1文字に
対応するかな表記はかな文字列の1文字めから3文字め
をとりだすことで得ることができる。次に、見出し語の
第2文字に対応するかな表記は、見出し語が2文字から
構成されているため、見出し語の第3文字に対応するか
な表記のかな文字列中の先頭位置が表記されておらず、
このような場合は、見出し語の第2文字に対応するかな
の先頭文字の位置以降の文字列、今の場合はかな文字列
の4文字め以降の文字列、をとりだすことで得ることが
できる。
Next, the first character of the kana character string corresponding to the second character ``ko'' of the headword is ``shi'', which is the 4th character of the kana character string ``shoji''.
It's literal. Therefore, we need to determine which character in the character string in kana notation each character of the headword corresponds to, in this example, "1" and "
4", is the kanji reading corresponding position. From this kanji reading correspondence position, the kana notation of each character of the headword can also be obtained. For example, in the case of the current example, the first character of kana corresponding to the second character of the headword is the fourth character of the kana character string, so the first character of the kana character string corresponding to the first character of the headword is the first character of the kana character string. It can be obtained by taking the third letter from the first letter. Next, in the kana notation corresponding to the second character of the headword, since the headword consists of two characters, the first position in the kana character string of the kana notation corresponding to the third character of the headword is written. Not yet,
In such a case, it can be obtained by extracting the character string after the first character of the kana corresponding to the second character of the headword, in this case the character string after the 4th character of the kana character string. .

ところで、見出し語の第1文字がかな表記文字列の1文
字めに対応するのは当然のことであるので、漢字読み対
応位置に記憶するのは、見出し語の第2文字以降の文字
についてだけ、この例では「4」だけでよいことがわか
る0次に、漢字読み対応位置を用いて、「障じ」から使
用頻度の高い文字列「障子」を得る方法について述べる
。つまり、見出し語の第1文字が「障」である語のうち
、見出し語の第2文字めのかな表記が「じ」であるもの
をかな表記と漢字読み対応位置から捜しだす。
By the way, it is natural that the first character of the headword corresponds to the first character of the kana character string, so only the characters after the second character of the headword are stored in the kanji reading corresponding position. , in this example, it can be seen that only "4" is required. Next, a method for obtaining the frequently used character string "shoji" from "shoji" using the corresponding position of the kanji reading will be described. That is, among words whose first character in the headword is ``hindrance'', words whose second character in kana notation is ``ji'' are searched from the positions corresponding to the kana notation and the kanji reading.

見出し語の第1文字が「障」である語ではまず「障害」
という語が見つかり、そのかな表記は「しょうがい」、
漢字読み対応位置は「4」であることから、見出し語の
第2文字めのかな表記は「かい」となって、今捜してい
るものに該当しないということになる。続いて、「障子
」という語が見つかり、同様に第2文字めのかな表記を
調べると、「し」になり、こみは今捜している語と合致
するので、候補としてとり上げることができる。
For words where the first letter of the headword is "disability", the first character is "disability".
The word ``shogai'' was found, and its kana notation is ``shogai''.
Since the kanji reading corresponding position is "4", the kana notation for the second character of the headword is "kai", which means that it does not correspond to what you are currently searching for. Next, we find the word ``shoji'' and similarly look up the kana notation for the second character, which turns out to be ``shi'', which matches the word we are currently searching for, so we can take it up as a candidate.

次に「しょう子」という文字列が入力された場合につい
て述べる。この場合も前回同様、まず入力されたままの
文字列「しょう子」を捜しにいく。
Next, a case will be described in which the character string "Shouko" is input. In this case, like last time, we first search for the character string ``Shoko'' that was input as it was.

ところが、「しよう子」という文字列は使用頻度が高く
ないため、語読みテーブルの見出し語には表記されてお
らず、見つけることができない。そこで、表記変換部は
、見出し語とかな表記及び漢字読み対応位置を用いて、
「しょう子」という文字列の使用頻度の高い別表記文字
列を見つけにいく。それらの用い方は前記したとおりで
ある。但し、この場合は、まずかな表記とマツチングし
、合致したものについてだけ、見出し語と比較するとい
う手順になる。こうして「障子」という語を候補として
とり上げることができる。
However, since the character string "Youko" is not used frequently, it is not listed in the headword of the word reading table and cannot be found. Therefore, the notation conversion unit uses headwords, kana notation, and positions corresponding to kanji readings,
I'm going to find a frequently used alternate notation for the character string "Shouko". Their usage is as described above. However, in this case, the procedure is to match with poor spellings, and only those that match are compared with headwords. In this way, the word ``shoji'' can be taken up as a candidate.

以上のように本実施例によれば、語読みテーブルを設け
ることにより、複数の表記をもつ「障子」という語につ
いて、メモリ上にあった使用頻度の高くない表記−「障
子」「シよう子」「シょうじ」−の見出し及び「障子」
へのポインタが占めていた領域を取り除くことができる
ため、メモリの中身は第4図に示すようになり、メモリ
の容量を小さくすることができる。
As described above, according to this embodiment, by providing a word pronunciation table, for the word "shoji" which has multiple spellings, the word "shoji" that has multiple spellings can be changed to the less frequently used spellings in memory - "shoji", "shiyoushi", and "shoji". ” “Shoji” heading and “Shoji”
Since the area occupied by the pointer to can be removed, the contents of the memory become as shown in FIG. 4, and the memory capacity can be reduced.

なお本発明の特徴は、語読みテーブルを用いて別表記の
文字列を得ることにあるので、語読みテーブル及びそれ
を用いて表記を変成する表記変換部を内蔵するような全
装置に通用できるものである。又、第1の実施例でとり
上げた情報検索装置は一実施例であり、その実施例にお
いて語読みテーブルをメモリの見出し部としてもたせた
ようなメモリを考えると、メモリの見出し部において、
入力文字列の表記とは別の表記の文字列を得ながらマツ
チングを行ない検索をするという方法もとることができ
る。
Note that the feature of the present invention is that it uses a word reading table to obtain a character string with a different notation, so it can be applied to all devices that have a built-in word reading table and a notation conversion unit that uses the word reading table to change the notation. It is something. Further, the information retrieval device taken up in the first embodiment is one example, and if we consider a memory that has a word pronunciation table as the header section of the memory, in the header section of the memory,
It is also possible to perform a search by performing matching while obtaining a character string with a representation different from that of the input character string.

発明の効果 以上のように本発明は、各語を使用頻度の高い表記で記
憶しているメモリと、漢字を含んで構成される語につい
て語中の、構成漢字とその読みのかな表記とを対応づけ
た語読みテーブルと、語読みテーブルを用いて表記を使
用頻度の高い表記に変換する表記変換部と、メモリを使
用頻度の高い文字列で検索するメモリ検索部とを設ける
ことにより、どのような表記で入力された文字列も、語
読みテーブルを用いることで使用頻度の高い表記の文字
列に変換され、その文字列でメモリの検索が可能となる
ように、メモリは各語を使用頻度の高い表記についてだ
け記憶しておけばよいので、メモリの容量を小さくする
ことができる。
Effects of the Invention As described above, the present invention has a memory that stores each word in its frequently used notation, and a memory that stores the constituent kanji and their pronunciation in kana for words that include kanji. By providing an associated word pronunciation table, a spelling conversion unit that uses the word pronunciation table to convert spellings into frequently used spellings, and a memory search unit that searches memory for frequently used character strings, it is possible to By using the word pronunciation table, a character string input in such a notation is converted into a character string with a frequently used notation, and the memory uses each word so that the memory can be searched using that character string. Since only frequently occurring expressions need to be memorized, memory capacity can be reduced.

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

第1図は本発明の第1の実施例における情報検索装置の
構成図、第2図及び第3図は第1図における語読みテー
ブルの例を示す内容構成図、第4図は第1図におけるメ
モリ内のレコードの例を示す内容の構成図、第5図は日
本語の語とその表記との対応例を示す対応図、第6図は
従来方法による辞書のレコードの例を示す内容の構成図
である。 1・・・・・・語読みテーブル、2・・・・・・表記変
換部、3・・・・・・メモリ、4・・・・・・メモリ検
索部。 代理人の氏名 弁理士 中尾敏男 ほか1名第1図 出か・情報 第2図 第3図 第4図 第5図
FIG. 1 is a configuration diagram of an information retrieval device according to a first embodiment of the present invention, FIGS. 2 and 3 are content configuration diagrams showing an example of the word reading table in FIG. 1, and FIG. Fig. 5 is a correspondence diagram showing an example of correspondence between Japanese words and their notation, and Fig. 6 is a content diagram showing an example of records in a dictionary according to the conventional method. FIG. 1...word reading table, 2...notation conversion section, 3...memory, 4...memory search section. Name of agent: Patent attorney Toshio Nakao and one other person Figure 1 Information Figure 2 Figure 3 Figure 4 Figure 5

Claims (1)

【特許請求の範囲】[Claims] 各語を使用頻度の高い表記で記憶しているメモリと、漢
字を含んで構成される語について語中の構成漢字とその
読みのかな表記とを対応づけた語読みテーブルと、前記
語読みテーブルを用いて表記を使用頻度の高い表記に変
換する表記変換部と、前記メモリを使用頻度の高い文字
列で検索するメモリ検索部とを備えたことを特徴とする
情報検索装置。
A memory that stores each word in its frequently used notation, a word reading table that associates the constituent kanji in the word with its reading in kana for words that include kanji, and the word reading table. An information retrieval device comprising: a notation conversion section that converts a notation into a frequently used notation using a notation; and a memory search section that searches the memory for frequently used character strings.
JP60284883A 1985-12-18 1985-12-18 Information retrieving device Pending JPS62144269A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60284883A JPS62144269A (en) 1985-12-18 1985-12-18 Information retrieving device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60284883A JPS62144269A (en) 1985-12-18 1985-12-18 Information retrieving device

Publications (1)

Publication Number Publication Date
JPS62144269A true JPS62144269A (en) 1987-06-27

Family

ID=17684268

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60284883A Pending JPS62144269A (en) 1985-12-18 1985-12-18 Information retrieving device

Country Status (1)

Country Link
JP (1) JPS62144269A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63213062A (en) * 1987-02-28 1988-09-05 Fujitsu Ltd Retrieving system for declensional kana ending
JPH0269868A (en) * 1988-09-05 1990-03-08 Matsushita Electric Ind Co Ltd Language dictionary retrieving device
US8864300B2 (en) 2010-05-27 2014-10-21 Brother Kogyo Kabushiki Kaisha Label producing apparatus and tape cartridge

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60570A (en) * 1983-06-17 1985-01-05 Hitachi Ltd Method and device for information retrieval
JPS6097425A (en) * 1983-10-31 1985-05-31 Ricoh Co Ltd Document creating device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60570A (en) * 1983-06-17 1985-01-05 Hitachi Ltd Method and device for information retrieval
JPS6097425A (en) * 1983-10-31 1985-05-31 Ricoh Co Ltd Document creating device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63213062A (en) * 1987-02-28 1988-09-05 Fujitsu Ltd Retrieving system for declensional kana ending
JPH0269868A (en) * 1988-09-05 1990-03-08 Matsushita Electric Ind Co Ltd Language dictionary retrieving device
US8864300B2 (en) 2010-05-27 2014-10-21 Brother Kogyo Kabushiki Kaisha Label producing apparatus and tape cartridge

Similar Documents

Publication Publication Date Title
CA1237527A (en) Language processing dictionary for bidirectionally retrieving morphemic and semantic expressions
US5950184A (en) Indexing a database by finite-state transducer
US5890182A (en) Sentence processing method and apparatus
JPS62144269A (en) Information retrieving device
JPS61248160A (en) Document information registering system
JPS58123129A (en) Converting device of japanese syllabary to chinese character
Hurskainen Information retrieval and two-directional word formation
JPS6282466A (en) Dictionary retrieving device
JPS59103136A (en) Kana (japanese syllabary)/kanji (chinese character) processor
JP2698192B2 (en) Second language search method in electronic dictionary
JPH0521264B2 (en)
JPS59106029A (en) Kana (japanese syllabary) kanji (chinese character) converter
Gulikers et al. A lexicon for a text-to-speech system
JPS63157266A (en) Forming system for word dictionary
JPS63133228A (en) Information extracting device
JPS6198475A (en) Japanese sentence input device
JPH0345423B2 (en)
JPH0567152A (en) Document retrieving device
JPS6395570A (en) Language analysis system
JPS62263569A (en) Kana/kanji(chinese character) converting processing system
JPH01300378A (en) Mechanical translation device
JPH0352101B2 (en)
JPS6133569A (en) "kana"/"kanji" converter
JPH0229858A (en) Machine translation processing method
JP2001167093A (en) Method and device for generating and retrieving electronic foreign language dictionary