JPH03116375A - Information retriever - Google Patents

Information retriever

Info

Publication number
JPH03116375A
JPH03116375A JP1254579A JP25457989A JPH03116375A JP H03116375 A JPH03116375 A JP H03116375A JP 1254579 A JP1254579 A JP 1254579A JP 25457989 A JP25457989 A JP 25457989A JP H03116375 A JPH03116375 A JP H03116375A
Authority
JP
Japan
Prior art keywords
keyword
word
information
compound word
keywords
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
JP1254579A
Other languages
Japanese (ja)
Other versions
JP2828692B2 (en
Inventor
Shiyou Imasato
詔 今郷
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP1254579A priority Critical patent/JP2828692B2/en
Publication of JPH03116375A publication Critical patent/JPH03116375A/en
Application granted granted Critical
Publication of JP2828692B2 publication Critical patent/JP2828692B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the capacity of a memory and to enable the flexible matching of a keyword by dividing the keyword into simple words which constitute the keyword, and holding all the simple words as the keyword when the keyword, which is a composite word, is applied. CONSTITUTION:When the keyword is decided as the composite word by a composite word deciding means 7, all the simple words of the composite word divided by a composite word dividing means 8 are respectively applied as the keyword by a keyword applying means 2 and held into a keyword holding means 3. Thus, since a user designates a suitable retrieving condition, the flexible matching of the keyword can be executed and desired information retrieval can be executed. Then, it is enough to register only the number of simple words constituting the composite word, and the capacity of the memory can be reduced.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、文書や画像、さらには音声などの情報をフリ
ー・キーワードと対応付けて蓄積させておき、フリー・
キーワードの入力により対応する情報を取り出すような
情報検索装置に関する。
[Detailed Description of the Invention] Industrial Field of Application The present invention stores information such as documents, images, and even audio in association with free keywords.
The present invention relates to an information retrieval device that retrieves information corresponding to a keyword input.

従来の技術 大量の情報から希望する情報を検索する場合、予め個々
の情報に対してキーワードを付けて蓄積しておき、検索
時にキーワードを含む条件式を入力し、それにマツチン
グするキーワードを持つ情報を出力する、というのが−
膜内である。この方式はキーワードの与え方により2通
りに分けられる。一つは、統制キーワード方式と称され
、利用できるキーワードを限定しておく方式である。も
う一つは、フリー・キーワード方式と称され、利用でき
るキーワードを限定しない方式である。両者には長所・
短所が各々あるが、フリー・キーワード方式には入力し
たキーワードと情報に付けられているキーワードとのマ
ツチングの問題がある。
Conventional technology When searching for desired information from a large amount of information, keywords are assigned to each piece of information and stored, and when searching, input a conditional expression that includes the keyword, and then search for information that has the keyword that matches it. Output is -
It is within the membrane. This method can be divided into two types depending on how keywords are given. One is called the controlled keyword method, which limits the keywords that can be used. The other method is called the free keyword method, which does not limit the keywords that can be used. Both have their advantages
Each method has its own shortcomings, but the free keyword method has the problem of matching the input keyword with the keyword attached to the information.

例えば、「公開特許情報」というキーワードが情報に付
けられていて、利用者が「公開特許」というキーワード
を入力した場合を考える。この場合、単純に2つのキー
ワードの表記が一致するかどうかを調べるだけではマツ
チングするとは判定できない。この問題を解決するため
に、従来、例えば[新聞記事データベースにおけるキー
ワード自動抽出」 (情報管理Vo1.321h4. 
July1989)に示される方法がある。
For example, consider a case where the keyword "published patent information" is attached to information and the user inputs the keyword "published patent". In this case, it cannot be determined that there is a match simply by checking whether the notations of the two keywords match. In order to solve this problem, conventional methods have been used, for example, [Automatic extraction of keywords in newspaper article databases] (Information Management Vol. 1.321h4.
There is a method shown in July 1989).

この方法では、まず、登録すべきキーワードを単純語(
単語)に分割し、隣合った複数の単純語を組合せて新し
い語を作成し、それを全て登録する。例えば、あるキー
ワードがA、B、C,Dの4つの単純語からなっている
場合、登録する語は、ABCD (即ち、そのキーワー
ド自身)。
In this method, first, the keywords to be registered are simple words (
Create new words by combining multiple adjacent simple words, and register all of them. For example, if a certain keyword consists of four simple words A, B, C, and D, the words to be registered are ABCD (that is, the keyword itself).

ABC,BCD、AB、BC,CD、A、B。ABC, BCD, AB, BC, CD, A, B.

C,D の10個となる。具体的に、「公開特許情報」をキーワ
ードとする場合は、「公開特許情報」 「公開特許」 
「特許情報」 「公開」 「特許」 「情報」の6語を
登録する。こうしておけば、利用者が「公開特許」と検
索条件を指定してもマツチングをとることができる。
There will be 10 pieces of C and D. Specifically, when using "published patent information" as a keyword, "published patent information""publishedpatent"
Register six words: "patent information,""publication,""patent," and "information." By doing this, even if the user specifies "published patents" as a search condition, matching can be achieved.

発明が解決しようとする課題 ところが、この方式の場合、n個の単純語からなる複合
語をキーワードとして登録する場合、n(n+1)72
語を登録する必要があり、キーワードの保持に必要なメ
モリ領域が大きくなってしまう。
Problem to be Solved by the Invention However, in this method, when registering a compound word consisting of n simple words as a keyword, n(n+1)72
It is necessary to register words, and the memory area required to hold the keywords becomes large.

また、例えば「騒音防止条例」というキーワードが登録
されている時、「騒音条例」というキーワードで検索し
てもマツチングしないと判定され、希望の情報を検索入
手できないものである。これは、複合語を構成する隣合
った単純語の組合せだけしか登録されていないためであ
る(登録されるのは、「騒音防止条例」 「騒音防止」
 「防止条例」「騒音」 「防止」 「条例」の6語で
ある)。
Further, for example, when the keyword "noise prevention ordinance" is registered, even if the keyword "noise ordinance" is searched, it is determined that there is no match, and the desired information cannot be searched and obtained. This is because only combinations of adjacent simple words that make up compound words are registered (registered are "noise prevention ordinance" and "noise prevention").
The six words are ``prevention ordinance'', ``noise'', ``prevention'', and ``ordinance'').

このような2つの問題を解消するには、複合語を構成す
る単純語の全ての組合せを登録することが考えられる。
In order to solve these two problems, it is possible to register all combinations of simple words that make up a compound word.

例えば、「騒音防止条例」の・場合、上記の6語に加え
、「騒音条例」という語も登録するというものである。
For example, in the case of "Noise Prevention Ordinance," in addition to the six words listed above, the word "Noise Ordinance" is also registered.

しかし、これではn語の単純語からなる複合語を登録す
る場合、(2°−1)語を登録する必要があり、上記従
来例のものよりはるかに大きなメモリ領域が、キーワー
ド保持に必要となってしまい、現実的でない。
However, with this, when registering a compound word consisting of n simple words, it is necessary to register (2°-1) words, and a much larger memory area is required to hold the keyword than in the conventional example above. It's not realistic.

課題を解決するための手段 検索対象となる情報を格納した情報格納手段と、単語の
表記をキーとしてその単語の文法的属性を出力する単語
辞書と、この単語辞書を参照してキーワードが複合語か
単純語かを判定する複合語判定手段と、複合語を個々の
単純語に分割する複合語分割手段と、前記情報格納手段
に格納された情報に対してキーワードを付与するキーワ
ード付与手段と、キーワードと対応する情報の組を格納
したキーワード保持手段と、キーワードと演算子との組
合せなどによる検索条件を入力するための検索条件入力
手段と、検索条件に適合するキーワードを持つ情報を検
索する情報検索手段とよりなり、キーワードが複合語判
定手段により複合語と判定された時には複合語分割手段
により分割されたその複合語の全ての単純語をキーワー
ド付与手段により各々キーワードとして付与し、キーワ
ード保持手段に格納させるようにした。
Means for solving the problem: An information storage means that stores the information to be searched; a word dictionary that outputs the grammatical attributes of the word using the notation of the word as a key; compound word determining means for determining whether a compound word is a simple word; compound word dividing means for dividing a compound word into individual simple words; keyword assigning means for assigning a keyword to the information stored in the information storage means; Keyword holding means for storing sets of keywords and corresponding information; search condition input means for inputting search conditions such as combinations of keywords and operators; and information for searching for information having keywords matching the search conditions. When a keyword is determined to be a compound word by the compound word determining means, the keyword assigning means assigns each simple word of the compound word divided by the compound word dividing means as a keyword, and the keyword retaining means I made it to be stored in .

作用 複合語であるキーワードを付与する場合、そのキーワー
ドを構成する単純語に分割し、全ての単純語をキーワー
ドとして保持させることにより、複合語を構成する単純
語の数だけの登録で済むというメモリ容量の少ないもの
にして、後は検索条件に依存する、柔軟なキーワードの
マツチングが可能となる。
When assigning a keyword that is an action compound word, by dividing the keyword into its component simple words and storing all the simple words as keywords, you can register only the number of simple words that make up the compound word. It takes up less space and allows for flexible keyword matching depending on the search conditions.

実施例 本発明の一実施例を図面に基づいて説明する。Example An embodiment of the present invention will be described based on the drawings.

まず、文書や画像、音声などの検索の対象となる情報を
格納しておく情報格納手段1が設けられている。この情
報格納手段1としては大量の情報を格納するため、一般
にはハードディスクや光ディスクが用いられる。
First, an information storage means 1 is provided that stores information to be searched, such as documents, images, and audio. As this information storage means 1, a hard disk or an optical disk is generally used to store a large amount of information.

ついで、情報格納手段1に格納された情報に対し、その
情報の内容を表現するキーワードを付与するキーワード
付与手段2が設けられている。
Next, a keyword assigning means 2 is provided for assigning a keyword expressing the content of the information to the information stored in the information storing means 1.

般に、一つの情報に対して複数のキーワードが付与され
るが、そのキーワードはキーボードを通じて人間が付与
するのが普通である。しかし、情報格納手段1に格納さ
れている情報が文書の場合には、機械的(自動的)にキ
ーワードを付与することも可能である。この場合には、
例えば、文を単語単位に分割し、不用語と呼ばれるキー
ワードとなりにくい単語を除去し、残った単語をキーワ
ードとすることになる。
Generally, a plurality of keywords are assigned to one piece of information, and the keywords are usually assigned by a human using a keyboard. However, if the information stored in the information storage means 1 is a document, it is also possible to mechanically (automatically) assign keywords. In this case,
For example, a sentence is divided into words, words called unused words that are difficult to be used as keywords are removed, and the remaining words are used as keywords.

また、付与されたキーワードとそのキーワードが対応す
る情報との組を記憶するキーワード保持手段3が設けら
れている。ここに、一つのキーワードに複数の情報が対
応するのが一般的である。
Further, a keyword storage means 3 is provided that stores a set of a given keyword and information to which the keyword corresponds. Here, it is common for a single keyword to correspond to a plurality of pieces of information.

また、キーワードはその文字コードに従って配列されて
おり、ある文字列が与えられた場合、その文字列がキー
ワードとして保持されているかどうかを、高速に判定で
きるように構成されている。
Furthermore, the keywords are arranged according to their character codes, so that when a certain character string is given, it can be determined quickly whether or not that character string is held as a keyword.

一方、検索したい情報の内容を、キーワードと演算子と
の組合せにより指定する検索条件入力手段4が設けられ
ている。演算子としては、次のようなものがある。
On the other hand, search condition input means 4 is provided for specifying the content of information to be searched for by a combination of a keyword and an operator. The following operators are available:

A and B   : Aというキーワードと8とい
うキーワードの両方が付いている 情報 AorB   :AというキーワードとBというキーワ
ードの少なくとも一方が 付いている情報 not A    : Aというキーワードの付いてい
ない情報 演算子は、((A and B) or C)というよ
うに、組合せて使用することもできる。
A and B: Information with both the keywords A and 8 AorB: Information with at least one of the keywords A and B not A: Information operators without the keyword A are: They can also be used in combination, such as ((A and B) or C).

ついで、この検索条件入力手段4により入力された検索
条件を解釈し、前記キーワード保持手段3を調べて条件
に当てはまる情報を検索結果として取出す情報検索手段
5が設けられている。
Next, an information retrieval means 5 is provided which interprets the search conditions input by the search condition input means 4, searches the keyword holding means 3, and extracts information matching the conditions as a search result.

また、キーワードとなり得る単語を集めた単語辞書6が
設けられている。この単語辞書6は単語の表記をキーと
してその単語の文法的属性、ここでは品詞を取出させる
もので、第2図に例示するように、各単語に対して表記
と品詞との対が格納されている。品詞には、名詞と接頭
辞と接尾辞との3種類がある。接頭辞は単独で用いられ
ることがなく、必ず名詞か接頭辞が後続する。接尾辞も
単独で用いられることがなく、必ず名詞か接尾辞に後続
する。単語は、表記の文字コードに従って配列されてお
り、ある単語が単語辞書に登録されているかどうかと、
登録されている場合にはその品詞を高速に判定できるも
のである。
Further, a word dictionary 6 is provided that collects words that can be used as keywords. This word dictionary 6 uses the notation of a word as a key to extract the grammatical attributes of the word, in this case the part of speech.As illustrated in FIG. 2, a pair of notation and part of speech is stored for each word. ing. There are three types of parts of speech: nouns, prefixes, and suffixes. Prefixes are never used alone; they are always followed by a noun or a prefix. Suffixes are also never used alone; they always follow a noun or suffix. Words are arranged according to their written character codes, and you can check whether a word is registered in the word dictionary or not.
If it is registered, its part of speech can be determined quickly.

さらに、前記キーワード付与手段2により付与されたあ
るキーワードが複合語であるが単語のみの単純語かを判
定する複合語判定手段7が設けられている。この判定は
、次の手順で行う。
Further, a compound word determining means 7 is provided which determines whether a certain keyword assigned by the keyword assigning means 2 is a compound word or a simple word consisting of only one word. This determination is performed in the following steps.

■ そのキーワードが漢字以外の文字(カタカナ、アル
ファベットなど)からなる場合は複合語ではない。
■ If the keyword consists of characters other than kanji (katakana, alphabets, etc.), it is not a compound word.

■ そのキーワードが2文字以内なら複合語ではない。■ If the keyword is 2 characters or less, it is not a compound word.

■ そのキーワード全体が単語辞書6に含まれていれば
複合語ではない。
■ If the entire keyword is included in the word dictionary 6, it is not a compound word.

■ 上記のどれにも当てはまらない場合は複合語である
■ If none of the above apply, it is a compound word.

この複合語判定手段7により複合語であると判定された
場合に、その複合語を個々の単純語に分割する複合語分
割手段8が設けられている。単純語とは、単語辞書6に
収録されている単語レベルの語をいう。複合語の分割の
制限として、■ 複合語の先頭は名詞か接頭辞である。
Compound word dividing means 8 is provided for dividing the compound word into individual simple words when the compound word is determined to be a compound word by the compound word determining means 7. A simple word refers to a word level word recorded in the word dictionary 6. As a restriction on dividing compound words, ■ The beginning of a compound word must be a noun or a prefix.

■ 複合語の末尾は名詞か接尾辞である。■ Compound words end with a noun or a suffix.

■ 接頭辞の直後には接尾辞は続かない。■ A suffix does not immediately follow a prefix.

という規則がある。分割パターンが複数ある場合は、構
成単語数が最少の分割パターンを採用する。
There is a rule. If there are multiple division patterns, the division pattern with the least number of constituent words is adopted.

このようなシステム構成において、本実施例の特徴をな
すキーワードの付与の処理を第3図のフローチャートを
参照して説明する。なお、本実施例では、キーワードは
キーボードを通して人間によって入力される。まず、そ
のキーワードが漢字以外の文字(カタカナ、アルファベ
ットなど)からなる場合はそのまま登録する。また、そ
のキーワードが2文字以内の場合もそのまま登録し、キ
ーワード全体が単語辞書6に含まれている場合もそのま
ま登録する。上記の何れにも当てはまらない場合は、そ
のキーワードを複合語分割手段8により個々の単純語に
分割し、個々の単純語だけを登録する。例えば、「騒音
防止条例」というキーワードが入力され、単語辞書6が
第2図のように構成されている場合、「騒音」 「防止
」 「条例Jという3語だけがキーワードとしてキーワ
ード保持手段3に登録される。つまり、複合語であるキ
ーワードを付与する場合、登録する語はそのキーワード
を構成する単純語の数だけでよく、キーワード保持に必
要なメモリ領域が少なくて済む。また、個々に分割され
た単純語の形でキーワードとして保持されるので、後は
検索条件次第で、柔軟なマツチングが可能となる。
In such a system configuration, the process of assigning keywords, which is a feature of this embodiment, will be explained with reference to the flowchart of FIG. 3. Note that in this embodiment, the keyword is input by a human using a keyboard. First, if the keyword consists of characters other than kanji (katakana, alphabets, etc.), register it as is. Furthermore, if the keyword is two characters or less, it is registered as is, and if the entire keyword is included in the word dictionary 6, it is registered as is. If none of the above applies, the keyword is divided into individual simple words by the compound word dividing means 8, and only the individual simple words are registered. For example, if the keyword "Noise Prevention Ordinance" is input and the word dictionary 6 is configured as shown in FIG. In other words, when assigning a keyword that is a compound word, you only need to register the number of simple words that make up the keyword, and the memory area required to hold the keyword is small. Since the keywords are stored in the form of simple words, flexible matching is possible depending on the search conditions.

ついで、検索条件を入力する場合の処理を説明する。こ
の場合も、検索条件はキーボードを通して人間によって
入力される。検索条件に含まれる各々のキーワードにつ
いて第4図のフローチャートに示す処理が行われる。ま
ず、そのキーワードが漢字以外の文字(カタカナ、アル
ファベットなど)からなる場合は何もしない(そのまま
にしておく)。また、そのキーワードが2文字以内の場
合も何もせず、キーワード全体が単語辞書6に含まれて
いる場合も何もしない。上記の何れにも当てはまらない
場合は、そのキーワードを複合語分割手段8により個々
の単純語に分割し、個々の単純語を演算子andで連結
した形に置換える。つまり、検索条件に現れるキーワー
ド中に複合語が含まれている場合も、単純語を演算子a
ndで結んだ形に変換するだけで、複合語検索のための
特別の処理を行う必要がなく、高速かつ柔軟なマツチン
グが行える。
Next, the process for inputting search conditions will be explained. In this case as well, the search conditions are entered by a human using the keyboard. The processing shown in the flowchart of FIG. 4 is performed for each keyword included in the search conditions. First, if the keyword consists of characters other than kanji (katakana, alphabet, etc.), do nothing (leave it as is). Also, nothing is done if the keyword is two characters or less, and nothing is done if the entire keyword is included in the word dictionary 6. If none of the above applies, the keyword is divided into individual simple words by the compound word dividing means 8, and the individual simple words are replaced with a form connected with the operator and. In other words, even if a compound word is included in the keywords that appear in the search conditions, the simple word can be used with operator a.
By simply converting to a form connected by nd, there is no need to perform special processing for compound word searches, and fast and flexible matching can be performed.

例えば、 (「騒音条例J  or  r二重窓」)という検索条
件が入力され、単語辞書6が第2図のように構成されて
いる場合、検索条件は((「騒音J  and  r条
例J)orr二重窓」)というように変形され、情報検
索手段5に渡される。
For example, if the search condition (``Noise Ordinance J or r double glazing'') is input and the word dictionary 6 is configured as shown in Figure 2, the search condition is ((``Noise J and r Ordinance J)''. orr double window window'') and passed to the information retrieval means 5.

この結果、「騒音」 「条例」という2つのキーワード
がともに付いている情報と、「二重窓Jというキーワー
ドが付いている情報との両方が得られることになる。
As a result, information with both the keywords "noise" and "ordinance" and information with the keyword "double glazing J" are obtained.

このようにして、本実施例によれば、前述したように「
騒音防止条例」というキーワードを人間が付与した情報
であっても、「騒音条例」というキーワードで検索可能
となる。
In this way, according to this embodiment, as described above,
Even if the information has been given the keyword "Noise Prevention Ordinance" by a human, it can be searched using the keyword "Noise Ordinance."

発明の効果 本発明は、上述したように構成し、キーワードが複合語
判定手段により複合語と判定された時には複合語分割手
段により分割されたその複合語の全ての単純語をキーワ
ード付与手段により各々キーワードとして付与し、キー
ワード保持手段に格納させるようにしたので、利用者が
適宜検索条件を指定することにより柔軟なキーワードの
マツチングが可能となり、所望の情報検索が可能となり
、このためにも複合語を構成する単純語の数だけの登録
で済みメモリ容量の少ないものでよいものとなる。
Effects of the Invention The present invention is configured as described above, and when a keyword is determined to be a compound word by the compound word determining means, all the simple words of the compound word divided by the compound word dividing means are individually divided by the keyword assigning means. Since the keywords are assigned as keywords and stored in the keyword storage means, users can specify search conditions as appropriate to perform flexible keyword matching, making it possible to search for desired information. It is only necessary to register the number of simple words that make up , and the memory capacity is small.

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

図面は本発明の一実施例を示し、第1図はブロック図、
第2図は単語辞書の構成図、第3図はキーワード付与処
理を示すフローチャート、第4図は検索条件入力処理を
示すフローチャートである。 l・・・情報格納手段、2・・・キーワード付与手段、
3・・・キーワード保持手段、4・・・検索条件入力手
段、5・・・情報検索手段、6・・・単語辞書、7・・
・複合語判定手段、8・・・複合語分割手段 出 願 人 株式会社 リ コ
The drawings show one embodiment of the present invention, and FIG. 1 is a block diagram;
FIG. 2 is a block diagram of a word dictionary, FIG. 3 is a flowchart showing keyword assignment processing, and FIG. 4 is a flowchart showing search condition input processing. l...information storage means, 2...keyword assigning means,
3... Keyword holding means, 4... Search condition input means, 5... Information retrieval means, 6... Word dictionary, 7...
・Compound word determination means, 8...Compound word division means Applicant Rico Co., Ltd.

Claims (1)

【特許請求の範囲】[Claims] 検索対象となる情報を格納した情報格納手段と、単語の
表記をキーとしてその単語の文法的属性を出力する単語
辞書と、この単語辞書を参照してキーワードが複合語か
単純語かを判定する複合語判定手段と、複合語を個々の
単純語に分割する複合語分割手段と、前記情報格納手段
に格納された情報に対してキーワードを付与するキーワ
ード付与手段と、キーワードと対応する情報の組を格納
したキーワード保持手段と、キーワードと演算子との組
合せなどによる検索条件を入力するための検索条件入力
手段と、検索条件に適合するキーワードを持つ情報を検
索する情報検索手段とよりなり、キーワードが複合語判
定手段により複合語と判定された時には複合語分割手段
により分割されたその複合語の全ての単純語をキーワー
ド付与手段により各々キーワードとして付与し、キーワ
ード保持手段に格納させるようにしたことを特徴とする
情報検索装置。
An information storage means that stores information to be searched, a word dictionary that outputs the grammatical attributes of the word using the notation of the word as a key, and this word dictionary is referenced to determine whether a keyword is a compound word or a simple word. a compound word determining means, a compound word dividing means for dividing a compound word into individual simple words, a keyword assigning means for assigning a keyword to the information stored in the information storage means, and a set of information corresponding to the keyword. It consists of a keyword storage means for storing keywords, a search condition input means for inputting search conditions such as a combination of keywords and operators, and an information search means for searching for information having keywords that match the search conditions. When the compound word is determined to be a compound word by the compound word determining means, all the simple words of the compound word divided by the compound word dividing means are assigned as keywords by the keyword assigning means and stored in the keyword holding means. An information retrieval device characterized by:
JP1254579A 1989-09-29 1989-09-29 Information retrieval device Expired - Lifetime JP2828692B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1254579A JP2828692B2 (en) 1989-09-29 1989-09-29 Information retrieval device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1254579A JP2828692B2 (en) 1989-09-29 1989-09-29 Information retrieval device

Publications (2)

Publication Number Publication Date
JPH03116375A true JPH03116375A (en) 1991-05-17
JP2828692B2 JP2828692B2 (en) 1998-11-25

Family

ID=17266999

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1254579A Expired - Lifetime JP2828692B2 (en) 1989-09-29 1989-09-29 Information retrieval device

Country Status (1)

Country Link
JP (1) JP2828692B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06301722A (en) * 1993-04-13 1994-10-28 Matsushita Electric Ind Co Ltd Morpheme analyzing device and keyword extracting device
JPH06309362A (en) * 1993-04-27 1994-11-04 Fujitsu Ltd Information retrieving method
JPH0895982A (en) * 1994-09-29 1996-04-12 Ricoh Co Ltd Keyword extraction device
JPH10134077A (en) * 1996-11-05 1998-05-22 Tokkyo Joho Shuppan:Kk Word processing system and storage medium
JPH10334101A (en) * 1997-06-05 1998-12-18 Omron Corp Retrieval logical expression generating device, retrieval system, and record medium
JPH11282880A (en) * 1998-02-02 1999-10-15 Ricoh Co Ltd Electronic document retrieval system and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6211932A (en) * 1985-07-10 1987-01-20 Hitachi Ltd Information retrieving method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6211932A (en) * 1985-07-10 1987-01-20 Hitachi Ltd Information retrieving method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06301722A (en) * 1993-04-13 1994-10-28 Matsushita Electric Ind Co Ltd Morpheme analyzing device and keyword extracting device
JPH06309362A (en) * 1993-04-27 1994-11-04 Fujitsu Ltd Information retrieving method
JPH0895982A (en) * 1994-09-29 1996-04-12 Ricoh Co Ltd Keyword extraction device
JPH10134077A (en) * 1996-11-05 1998-05-22 Tokkyo Joho Shuppan:Kk Word processing system and storage medium
JPH10334101A (en) * 1997-06-05 1998-12-18 Omron Corp Retrieval logical expression generating device, retrieval system, and record medium
JPH11282880A (en) * 1998-02-02 1999-10-15 Ricoh Co Ltd Electronic document retrieval system and storage medium

Also Published As

Publication number Publication date
JP2828692B2 (en) 1998-11-25

Similar Documents

Publication Publication Date Title
KR100453227B1 (en) Similar sentence retrieval method for translation aid
JPH0567144A (en) Method and device for pre-edit supporting
JP2872706B2 (en) Information retrieval device
JPH03116375A (en) Information retriever
JPH07182333A (en) Japanese processor
JPH056398A (en) Document register and document retrieving device
JPS5843062A (en) Kana (japanese syllabary)-kanji (chinese character) dictionary system
KR100452024B1 (en) Searching engine and searching method
JPS61248160A (en) Document information registering system
JPS6210763A (en) Kana to kanji conversion system
JPH0140372B2 (en)
JPS58172735A (en) Japanese input device
JPS6057421A (en) Documentation device
JPS63192130A (en) Automatic key word extracting device
JPH01114976A (en) Dictionary structure for document processor
JPS6389976A (en) Language analyzer
JPH10105578A (en) Similar word retrieving method utilizing point
JP2634596B2 (en) Kana-Kanji conversion device
JP2730308B2 (en) Natural language analysis method
JPH03127254A (en) Word retrieving device
JPH0375865A (en) Kana-kanji conversion device
JPH03161865A (en) Method for retrieving document
JPS59116835A (en) Japanese input device with input abbreviating function
JPH0447864B2 (en)
JPS62282364A (en) Character string retrieval system