JPH0750487B2 - Information extraction device - Google Patents
Information extraction deviceInfo
- Publication number
- JPH0750487B2 JPH0750487B2 JP61282405A JP28240586A JPH0750487B2 JP H0750487 B2 JPH0750487 B2 JP H0750487B2 JP 61282405 A JP61282405 A JP 61282405A JP 28240586 A JP28240586 A JP 28240586A JP H0750487 B2 JPH0750487 B2 JP H0750487B2
- Authority
- JP
- Japan
- Prior art keywords
- keyword
- character
- character string
- dictionary
- search key
- 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.)
- Expired - Lifetime
Links
- 238000000605 extraction Methods 0.000 title claims description 35
- 239000000284 extract Substances 0.000 claims description 4
- 238000000034 method Methods 0.000 description 8
- 238000010586 diagram Methods 0.000 description 7
- 230000000694 effects Effects 0.000 description 2
- 235000016496 Panda oleosa Nutrition 0.000 description 1
- 240000000220 Panda oleosa Species 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 239000002245 particle Substances 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
【発明の詳細な説明】 産業上の利用分野 本発明は、文章情報処理に用いられる情報抽出装置に関
するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information extraction device used for text information processing.
従来の技術 近年、日本語文章中のキーワードから要旨を得ようとす
る研究が進められている。的確な要旨を得るためには、
最適なキーワードを取り出すことか重要なポイントとな
る。日本語は欧米の言語のように単語をスペースなどで
区切って表記する言語と違って、文字がべた書きされて
いる。最適なキーワードを取り出すには、まず入力され
た日本語文を単語に分割することが必要である。ところ
で、日本語には字種が多く、字種にはある情報が含まれ
ている。通常、日本語文では助詞、助動詞等は平仮名書
きし、自立語の先頭は平仮名以外の文字で書かれること
が多い。よって、キーワードとなる単語を見つけるには
平仮名から平仮名以外の字種の文字へ変わるところを指
標とすることが多い。以下、平仮名以外の字種の文字を
「カンジ」と表現することにする。2. Description of the Related Art In recent years, research has been underway to obtain a gist from keywords in Japanese sentences. To get an accurate summary,
Extracting the most suitable keyword is an important point. Unlike Japanese languages, such as Western languages, in which words are separated by spaces and the like, characters are written in solid. In order to extract the optimal keyword, it is necessary to divide the input Japanese sentence into words. By the way, there are many character types in Japanese, and the character types contain certain information. Usually, in Japanese sentences, particles, auxiliary verbs, etc. are written in hiragana, and the head of an independent word is often written in a character other than hiragana. Therefore, in order to find a word that is a keyword, it is often used as an index to change from hiragana to characters of a character type other than hiragana. Hereinafter, characters of a character type other than Hiragana will be expressed as "Kanji".
以下図面を参照しながら、従来の情報抽出装置の一例に
ついて説明する。An example of a conventional information extraction device will be described below with reference to the drawings.
第5図は従来の情報抽出装置の構成図を示すものであ
る。第5図において、4は入力文字列から単語を抽出す
る単語抽出部、5は単語に対応する情報を持つ単語辞
書、6は単語抽出部4で取り出した単語をキーワードと
して単語辞書5を検索する単語辞書検索部である。第6
図は単語辞書5の内部の一部を示したものである。FIG. 5 shows a block diagram of a conventional information extraction device. In FIG. 5, 4 is a word extraction unit for extracting a word from an input character string, 5 is a word dictionary having information corresponding to the word, and 6 is a search for the word dictionary 5 using the word extracted by the word extraction unit 4 as a keyword. It is a word dictionary search unit. Sixth
The figure shows a part of the inside of the word dictionary 5.
以下のように構成された情報抽出装置について、以下そ
の動作を例をあげて説明する。The operation of the information extraction device configured as described below will be described below with reference to examples.
日本語文字列、たとえば「この間取りはあまり感心しな
い」という文章が入力されたとする。この文字列から単
語を見つけるには、単語抽出部4において、前述したよ
うに平仮名から「カンジ」へ字種が変わるところである
「間」と「感」の位置にそれぞれ印をつけ、印から次の
印までの文字列、「この」,「間取りはあまり」,「感
心しない」、を取り出す。次に単語辞書検索部6は、単
語抽出部4で取り出した文字列で単語辞書5を検索す
る。検索した文字列が単語辞書5に存在しなかった場合
は文字列の最後の一文字を削除した新しい文字列で再び
単語辞書5を検索する。このようにして、「間取り」と
いうキーワードおよびそのキーワードに対する情報を得
ることができる。(たとえば、「日経エレクトロニク
ス」第324号199〜215ページ) 発明が解決しようとする問題点 しかしながら、上記のような構成では、一単語中に「平
仮名カンジ」の部分を持つような単語を含む文字列、
たとえば「聞き取りの試験がある」という文字列,ある
いは「妹とあや取りをする」という文字列、を入力した
とすると、希望するキーワード「聞き取り」,あるいは
「あや取り」を得ることができないこととなる。そし
て、希望するキーワードを得るためには、「平仮名カ
ンジ」の部分を含む単語の辞書を例外辞書として設け
て、「平仮名カンジ」の部分を含まない単語の辞書と
のマッチングの前に前述の例外辞書とのマッチングを行
なうという方法、あるいは単語抽出部4の過程を省い
て、入力文字列の先頭から末尾までを単語辞書検索部6
に渡すことで、単純に入力文字列の先頭からの最長一致
による単語辞書とのマッチングを行なうという方法をと
ならければならない。前者の方法であれば、常に二つの
辞書とのマッチング過程が必要であるし、後者の方法で
は、マッチング回数が膨大になるという問題点を有して
いた。It is assumed that a Japanese character string, for example, a sentence "I am not impressed with this floor plan" is input. In order to find a word from this character string, in the word extraction unit 4, as described above, mark the positions of "ma" and "feeling" where the character type changes from hiragana to "kanji", and from the mark to the next Take out the character strings up to the mark, "this", "too much floor space", "not impressed". Next, the word dictionary search unit 6 searches the word dictionary 5 with the character string extracted by the word extraction unit 4. If the searched character string does not exist in the word dictionary 5, the word dictionary 5 is searched again with a new character string in which the last character of the character string is deleted. In this way, the keyword "floor plan" and information on the keyword can be obtained. (For example, “Nikkei Electronics” No. 324, pages 199 to 215) Problems to be Solved by the Invention However, in the above configuration, a character including a word having a “Hiragana kanji” part in one word Columns,
For example, if you enter a string that says "has a listening test" or a string that says "Aya to my sister", you will not be able to get the desired keyword "hear" or "Aya to". Become. Then, in order to obtain the desired keyword, a dictionary of words containing "Kanji Hiragana" is provided as an exception dictionary, and the above-mentioned exception is made before matching with a dictionary of words not containing "Kanji Hiragana". A method of matching with a dictionary, or omitting the process of the word extraction unit 4, the word dictionary search unit 6 from the beginning to the end of the input character string.
Must be used to simply match with the word dictionary by the longest match from the beginning of the input string. The former method requires a matching process with two dictionaries at all times, and the latter method has a problem that the number of matching times becomes huge.
本発明は上記問題点に鑑み、「平仮名カンジ」の部分
を持つような単語を含む文字列を入力しても、例外辞書
を設けることなく、またマッチング回数を増やすことな
く、希望するキーワードからの情報を得ることができる
情報抽出装置を提供するものである。In view of the above problems, the present invention is capable of inputting a character string including a word having a part of "Hiragana Kanji" from a desired keyword without providing an exception dictionary and increasing the number of matching times. An information extraction device capable of obtaining information is provided.
問題点を解決するための手段 上記問題点を解決するために、本発明の情報抽出装置
は、同一字種文字列からなるキーワードに対応して、キ
ーワード前後の文字列と情報が入っているキーワード辞
書と入力文字列から同一字種文字列の検索キーを取り出
す検索キー抽出部と、検索キー抽出部で取り出した検索
キーを用いてキーワード辞書中のキーワードを検索する
キーワード辞書検索部とから構成され、キーワード辞書
検索部は、検索キーとキーワードとが一致した時、キー
ワードに対応してキーワード辞書中に入っているキーワ
ード前後の文字列と、入力文字列中の検索キーの前後に
ある文字列とを比較し、一致すればキーワード辞書中の
情報を抽出するものである。Means for Solving the Problems In order to solve the above problems, the information extraction device of the present invention, a keyword including a character string before and after the keyword and information corresponding to the keyword consisting of the same character type character string It is composed of a search key extraction unit that extracts a search key of the same character type character string from the dictionary and the input character string, and a keyword dictionary search unit that searches for a keyword in the keyword dictionary using the search key extracted by the search key extraction unit. , When the search key and the keyword match, the keyword dictionary search unit recognizes the character strings before and after the keyword in the keyword dictionary corresponding to the keyword and the character strings before and after the search key in the input character string. Are compared, and if they match, the information in the keyword dictionary is extracted.
作用 本発明は、上記した構成によって「平仮名カンジ」の
部分を持つような単語を含む文字列を入力しても、例外
辞書を設けることなく、またマッチング回数を増やすこ
となく、希望するキーワードからの情報を得ることがで
きることとなる。Effect According to the present invention, even if a character string including a word having a "Hiragana kanji" portion is input according to the above-described configuration, a keyword from a desired keyword can be input without providing an exception dictionary and increasing the number of matching times. You will be able to obtain information.
実施例 以下、本発明の一実施例の情報抽出装置について、図面
を参照しながら説明する。Embodiment Hereinafter, an information extracting apparatus according to an embodiment of the present invention will be described with reference to the drawings.
第1図は本発明の一実施例における情報抽出装置の構成
図に示すものである。第1図において、1は、入力文字
列から同一字種文字列の検索キーを取り出す検索キー抽
出部、2は同一字種文字列からなるキーワードに対応し
て、キーワード前後の文字列と情報が入っているキーワ
ード辞書、3は、検索キー抽出部1で取り出した検索キ
ーを用いてキーワード辞書2中のキーワードを検索する
キーワード辞書検索部で、キーワード辞書検索部3は、
検索キーとキーワードとが一致した時、キーワードに対
応してキーワード辞書中に入っているキーワード前後の
文字列と、入力文字列中の検索キーの前後にある文字列
とを比較し、一致すればキーワード辞書中の情報を抽出
する。FIG. 1 is a block diagram of an information extraction device in one embodiment of the present invention. In FIG. 1, 1 is a search key extraction unit for extracting a search key of the same character type character string from the input character string, and 2 is a keyword corresponding to the character string of the same character type. The included keyword dictionary 3 is a keyword dictionary search unit that searches for a keyword in the keyword dictionary 2 using the search key extracted by the search key extraction unit 1, and the keyword dictionary search unit 3 is
When the search key and the keyword match, the character strings before and after the keyword in the keyword dictionary corresponding to the keyword are compared with the character strings before and after the search key in the input character string, and if they match, Extract the information in the keyword dictionary.
以上のように構成された情報抽出装置について、以下第
1図,第2図,第3図および第4図を用いてその動作を
説明する。The operation of the information extraction device configured as described above will be described below with reference to FIGS. 1, 2, 3, and 4.
まず第2図は、キーワード辞書2の同一字種文字列のキ
ーワードとキーワード前後の文字列および単語情報の格
納状態を示したものである。キーワード辞書のキーワー
ドは、複数字種からなる単語の場合は、先頭から平仮名
以外の字種の文字以降は同一字種文字列をキーワードと
し、平仮名だけからなる単語の場合は、その平仮名文字
例をキーワードとする。第3図は第2図におけるキーワ
ードと単語情報格納部とが分離したものを示したもので
ある。第4図は、入力された文字列から最適な情報を取
り出すまでの過程を示したものである。First, FIG. 2 shows a storage state of keywords of the same character type character string in the keyword dictionary 2, character strings before and after the keyword, and word information. For keywords in the keyword dictionary, if the word consists of multiple characters, from the beginning to the characters of characters other than hiragana, the same character type character string is used as the keyword, and if the word consists of hiragana only, the hiragana character example Use as a keyword. FIG. 3 shows that the keyword and the word information storage section in FIG. 2 are separated. FIG. 4 shows a process of extracting the optimum information from the input character string.
第1の実施例として、一単語中に「平仮名カンジ」の
部分を持つような単語を含む文字列、たとえば「あや取
りをする」という文字列、を入力したとする。検索キー
抽出部1は、入力文字列中の「平仮名カンジ」の部分
を捜しにいく。そして、該当する「取」を見つけると、
その位置に印をつける。次に、今、見つけた文字より後
ろで、その文字と異なる字種に初めて変わるところを捜
しにいく。この例の場合では、「り」を見つけて、その
位置に印をつける。そうして、前の印から次の印までの
文字列を取り出す。この例では“取”になる。これが、
検索キーとなる。キーワード辞書検索部3は、この検索
キー“取”をキーとして、キーワード辞書2を検索しに
いく。そしてキーワードの中から“取”を捜し出し、キ
ーワード辞書から“取”をキーワードとする単語を全て
取り出す。そして、その取り出した全ての単語の中か
ら、キーワードの前の文字列および後ろの文字列と、入
力文字列中の検索キー“取”の前後に存在する文字列と
を比較し、一致する単語だけを取り出す。その結果、
「あや取り」という単語が取り出されることとなる。As a first example, it is assumed that a character string including a word having a "Hiragana kanji" portion in one word, for example, a character string "Ayatori". The search key extraction unit 1 searches for the "Hiragana Kanji" portion in the input character string. And when you find the corresponding "Tori",
Mark the position. Next, I'll search for the first change to a character type that is different from the character that I just found. In the case of this example, "ri" is found and its position is marked. Then, the character string from the previous mark to the next mark is taken out. In this example, it is "Tori". This is,
It becomes a search key. The keyword dictionary search unit 3 searches for the keyword dictionary 2 using this search key "Tori" as a key. Then, "take" is searched for in the keywords, and all words having "take" as a keyword are taken out from the keyword dictionary. Then, among all the extracted words, the character strings before and after the keyword are compared with the character strings existing before and after the search key "Tori" in the input character string, and the matching words are compared. Just take out. as a result,
The word "Ayari" will be extracted.
次に、第2の実施例として、「見聞を広めることは大切
である」という文字列、を入力したとする。第1の実施
例と同様に、検索キー抽出部1は、入力文字列中の「平
仮名カンジ」の部分を捜しにいく。そして、該当する
「見」を見つけると、その位置に印をつける。次に、
今、見つけた文字より後ろで、その文字と異なる字種に
初めて変わるところを捜しにいく。この例の場合では、
「を」を見つけて、その位置に印をつける。そうして、
前の印から次の印までの文字列を取り出す。この例では
“見聞”になる。これが、検索キーとなる。キーワード
辞書検索部3は、この検索キー“見聞”をキーとして、
キーワード辞書2を検索しにいく。そしてキーワードの
中から“見聞”を捜し出し、キーワード辞書から“見
聞”をキーワードとする単語を全て取り出す。そして、
その取り出した全ての単語の中から、キーワードの前の
文字列および後ろの文字列と、入力文字列中の検索キー
“見聞”の前後に存在する文字列とを比較し、一致する
単語だけを取り出す。その結果、「見聞」という単語だ
けが取り出され、「見聞き」という単語は除かれること
となる。Next, as a second example, it is assumed that a character string "It is important to spread the knowledge" is input. Similar to the first embodiment, the search key extraction unit 1 searches for the "Hiragana Kanji" portion in the input character string. When it finds the corresponding "look", it marks that position. next,
Now, I'm going to search for the first change to a character type that is different from the character that I found. In this case,
Find the "" and mark its position. And then
Extract the character string from the previous mark to the next mark. In this example, it's a "view." This is the search key. The keyword dictionary search unit 3 uses this search key “Kami” as a key.
Go to search the keyword dictionary 2. Then "search" is searched for in the keywords, and all words having "look" as the keyword are extracted from the keyword dictionary. And
From all the extracted words, the character strings before and after the keyword are compared with the character strings existing before and after the search key "Kami" in the input character string, and only matching words are compared. Take it out. As a result, only the word “view” is extracted and the word “view” is removed.
以上のように本実施例によれば、同一字種文字列からな
るキーワードに対応して、キーワード前後の文字列と情
報が入っているキーワード辞書と、入力文字列から同一
字種文字列の検索キーを取り出す検索キー抽出部と、検
索キー抽出部で取り出した検索キーを用いてキーワード
辞書中のキーワードを検索するキーワード辞書検索部と
を設け、キーワード辞書検索部は、検索キーとキーワー
ドとが一致した時、キーワードに対応してキーワード辞
書中に入っているキーワード前後の文字列と、入力文字
列中の検索キーの前後にある文字列とを比較し、一致す
ればキーワード辞書中の情報を抽出することにより、
「平仮名カンジ」の部分を持つような単語を含む文字
列を入力しても、例外辞書を設けることなく、またマッ
チング回数を増やすことなく、希望するキーワードから
の情報を得ることができる。As described above, according to the present embodiment, a keyword dictionary containing character strings before and after a keyword and information corresponding to a keyword composed of a character string of the same character type, and a search for the character string of the same character type from an input character string. A search key extraction unit for extracting a key and a keyword dictionary search unit for searching for a keyword in the keyword dictionary using the search key extracted by the search key extraction unit are provided, and the keyword dictionary search unit matches the search key with the keyword. Then, the character strings before and after the keyword in the keyword dictionary corresponding to the keyword are compared with the character strings before and after the search key in the input character string, and if they match, the information in the keyword dictionary is extracted. By doing
Even if a character string including a word having a “Hiragana kanji” part is input, information from a desired keyword can be obtained without providing an exception dictionary and increasing the number of matching times.
なお、第1および第2の実施例において、キーワード辞
書2は第2図のように、キーワードと単語情報格納部と
が分離していないものを用いて説明したが、キーワード
辞書2は第3図のようにキーワードと単語情報格納部と
が分離したものでも良い。この場合、キーワードはイン
デクスのような働きをする。In the first and second embodiments, the keyword dictionary 2 has been described by using the one in which the keyword and the word information storage unit are not separated as shown in FIG. 2, but the keyword dictionary 2 is shown in FIG. Alternatively, the keyword and the word information storage unit may be separated as shown in FIG. In this case, the keyword acts like an index.
また、第1および第2の実施例において、入力文字列と
して、漢字仮名混じりの単語について、キーワード辞書
の検索方法を説明したが、平仮名だけから成る単語につ
いては、その平仮名文字列でキーワード辞書を検索する
ことになる。Also, in the first and second embodiments, the method of searching the keyword dictionary for words mixed with kanji and kana as the input character string has been described. However, for words consisting only of hiragana, the keyword dictionary is defined by the hiragana character string. You will be searching.
発明の効果 以上のように本発明は、同一字種文字列からなるキーワ
ードに対応して、キーワード前後の文字列と情報が入っ
ているキーワード辞書と、入力文字列から同一字種文字
列の検索キーを取り出す検索キー抽出部と、検索キー抽
出部で取り出した検索キーを用いてキーワード辞書中の
キーワードを検索するキーワード辞書検索部とを設け、
キーワード辞書検索部は、検索キーとキーワードとが一
致した時、キーワードに対応してキーワード辞書中に入
っているキーワード前後の文字列と、入力文字列中の検
索キーの前後にある文字列とを比較し、一致すればキー
ワード辞書中の情報を抽出することにより、「平仮名
カンジ」の部分を持つような単語を含む文字列を入力し
ても、例外辞書を設けることなく、またマッチング回数
を増やすことなく、希望するキーワードからの情報を得
ることができる情報抽出装置を提供することができる。EFFECTS OF THE INVENTION As described above, according to the present invention, a keyword dictionary containing character strings before and after a keyword and information corresponding to a keyword consisting of a character string of the same character type, and a search for the same character type character string from an input character string A search key extraction unit for extracting a key and a keyword dictionary search unit for searching for a keyword in the keyword dictionary using the search key extracted by the search key extraction unit are provided.
When the search key and the keyword match, the keyword dictionary search unit searches for the character string before and after the keyword in the keyword dictionary corresponding to the keyword and the character string before and after the search key in the input character string. By comparing and extracting the information in the keyword dictionary if they match, even if you enter a character string containing a word that has the part of "Hiragana kanji", the number of matching times is increased without providing an exception dictionary. It is possible to provide an information extraction device that can obtain information from a desired keyword without any need.
第1図は本発明の一実施例における情報抽出装置の構成
図、第2図は第1図のキーワード辞書2のキーワードと
単語情報の格納状態を示した図、第3図は第2図におけ
るキーワードと単語情報格納部とが分離したものを示し
た図、第4図は入力された文字列から最適な情報を取り
出すまでの過程を示した図、第5図は従来の情報抽出装
置の構成図、第6図は第5図の単語辞書5の内部の一部
を示した図である。 1……検索キー抽出部、2……キーワード辞書、3……
キーワード辞書検索部、4……単語抽出部、5……単語
辞書、6……単語辞書検索部。FIG. 1 is a block diagram of an information extraction device in one embodiment of the present invention, FIG. 2 is a diagram showing a storage state of keywords and word information in the keyword dictionary 2 of FIG. 1, and FIG. 3 is a diagram of FIG. FIG. 4 is a diagram showing a keyword and a word information storage unit separated from each other, FIG. 4 is a diagram showing a process until optimum information is extracted from an input character string, and FIG. 5 is a configuration of a conventional information extraction device. FIG. 6 and FIG. 6 are views showing a part of the inside of the word dictionary 5 of FIG. 1 ... Search key extractor, 2 ... Keyword dictionary, 3 ...
Keyword dictionary search unit, 4 ... Word extraction unit, 5 ... Word dictionary, 6 ... Word dictionary search unit.
Claims (4)
して、キーワード前後の文字列と情報が入っているキー
ワード辞書と、入力文字列から同一字種文字列の検索キ
ーを取り出す検索キー抽出部と、前記検索キー抽出部で
取り出した検索キーを用いて前記キーワード辞書中のキ
ーワードを検索するキーワード辞書検索部とを備え、前
記キーワード辞書検索部は、前記検索キーと前記キーワ
ードとが一致した時、前記キーワードに対応して前記キ
ーワード辞書中に入っているキーワード前後の文字列
と、前記入力文字列中の前記検索キーの前後にある文字
列とを比較し、一致すれば前記キーワード辞書中の情報
を抽出することを特徴とする情報抽出装置。1. A keyword dictionary containing character strings before and after a keyword and information corresponding to a keyword having the same character type character string, and a search key extraction for extracting a search key of the same character type character string from an input character string. And a keyword dictionary search unit that searches for a keyword in the keyword dictionary using the search key extracted by the search key extraction unit, and the keyword dictionary search unit matches the search key with the keyword. At this time, the character strings before and after the keyword included in the keyword dictionary corresponding to the keyword are compared with the character strings before and after the search key in the input character string, and if they match, the character string in the keyword dictionary is compared. An information extraction device, which extracts information of.
先頭から平仮名以外の字種を探し、平仮名以外の字種の
文字があれば、その文字以降の同一字種文字列をキーワ
ードとし、平仮名以外の字種がなければ、その平仮名文
字列をキーワードとする請求項1記載の情報抽出装置。2. A keyword of a keyword dictionary searches for a character type other than hiragana from the beginning of the character string, and if there is a character of a character type other than hiragana, the same character type character string after that character is used as the keyword, and other than hiragana 2. The information extraction device according to claim 1, wherein the hiragana character string is used as a keyword if there is no character type.
ら平仮名以外の字種を探し、平仮名以外の字種の文字が
あれば、その文字以降の同一字種文字列を検索キーと
し、平仮名以外の字種がなければ、その平仮名文を検索
キーとする請求項1記載の情報抽出装置。3. The search key of the search key extraction unit searches for a character type other than hiragana from the beginning of the sentence, and if there is a character of a character type other than hiragana, the same character type character string after that character is used as the search key. The information extraction device according to claim 1, wherein if there is no character type other than hiragana, the hiragana sentence is used as a search key.
とは、文字列から請求項2記載のキーワードより前方に
わる文字列と後方にある文字列であるとする請求項1記
載の情報抽出装置。4. The information extraction device according to claim 1, wherein the character strings before and after the keyword in the keyword dictionary are a character string that comes before the keyword according to claim 2 and a character string that comes after the keyword.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP61282405A JPH0750487B2 (en) | 1986-11-26 | 1986-11-26 | Information extraction device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP61282405A JPH0750487B2 (en) | 1986-11-26 | 1986-11-26 | Information extraction device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS63133228A JPS63133228A (en) | 1988-06-06 |
| JPH0750487B2 true JPH0750487B2 (en) | 1995-05-31 |
Family
ID=17651980
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP61282405A Expired - Lifetime JPH0750487B2 (en) | 1986-11-26 | 1986-11-26 | Information extraction device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0750487B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP5569935B2 (en) * | 2010-07-23 | 2014-08-13 | 日本電信電話株式会社 | Software detection method, apparatus and program |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH067385B2 (en) * | 1983-08-03 | 1994-01-26 | 株式会社日立製作所 | Automatic keyword extraction method |
-
1986
- 1986-11-26 JP JP61282405A patent/JPH0750487B2/en not_active Expired - Lifetime
Also Published As
| Publication number | Publication date |
|---|---|
| JPS63133228A (en) | 1988-06-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5794177A (en) | Method and apparatus for morphological analysis and generation of natural language text | |
| US6493713B1 (en) | Dictionary and index creating system and document retrieval system | |
| JP2005038395A (en) | Database retrieval device | |
| JPS63157262A (en) | Ranking of word analogy | |
| JPS6118072A (en) | Automatic registration method of dictionary data | |
| JP2595934B2 (en) | Kana-Kanji conversion processor | |
| JPH0750487B2 (en) | Information extraction device | |
| KR100452024B1 (en) | Searching engine and searching method | |
| JPS6118074A (en) | Pre-editing system | |
| JPH03116375A (en) | Information retriever | |
| JPS63228326A (en) | Automatic key word extracting system | |
| JPH0950435A (en) | Translation device | |
| JPH01295369A (en) | Kanji/kana mixed phrase division processing method | |
| JPS63136224A (en) | Automatic key word extracting device | |
| KR860000681B1 (en) | Hangul/hanja(korean character/chinese character)word processor | |
| JPS62144269A (en) | information retrieval device | |
| JPS62180462A (en) | Voice input kana-kanji conversion device | |
| JP2995783B2 (en) | Katakana translation word estimator | |
| JPH0821031B2 (en) | Language analyzer | |
| JPS6395570A (en) | Language analysis system | |
| JPH0262659A (en) | Extracting device for correction candidate character of japanese sentence | |
| JPH01199263A (en) | Keyword extraction device | |
| JPH04188364A (en) | Device for extracting intrinsic wording of japanese sentence | |
| JPH05225183A (en) | Automatic error detector for words in japanese sentence | |
| JPH03161865A (en) | Method for retrieving document |