JPH0752447B2 - Search method and device - Google Patents
Search method and deviceInfo
- Publication number
- JPH0752447B2 JPH0752447B2 JP61028808A JP2880886A JPH0752447B2 JP H0752447 B2 JPH0752447 B2 JP H0752447B2 JP 61028808 A JP61028808 A JP 61028808A JP 2880886 A JP2880886 A JP 2880886A JP H0752447 B2 JPH0752447 B2 JP H0752447B2
- Authority
- JP
- Japan
- Prior art keywords
- text
- input
- search
- information
- character
- 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 - Fee Related
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、テキストまたは記号列のサーチ、さらには音
声や画像などを含め検素の単位を定め、検索する方法お
よび装置など検索方式一般に係り、特に、高速な記号
列、サーチ処理に好適な検索方法および装置に関するも
のである。The present invention relates generally to a search method such as a method or apparatus for searching a text or a symbol string, and further defining and searching a unit of an arsenic including voice and images. In particular, the present invention relates to a high-speed symbol string and a search method and apparatus suitable for search processing.
以下、本発明の代表的適用分野であるテキストサーチ方
式の従来技術について説明する。A conventional text search method, which is a typical application field of the present invention, will be described below.
オフィス・オートメイション化に伴って、文書情報のデ
ータベース化が急速に進んでおり、そのデータベースの
規模も大規模化する方向にある。したがって、文書情報
のデータベース処理の高速化は重要な課題である。重要
な処理の1つは、テキストと呼ばれる文字列のデータの
中から、パタンと呼ばれる特定の文字列を検索するテキ
スト・サーチ処理である。したがって、このテキスト・
サーチ処理を高速に実行することが非常に望まれてい
る。Along with the shift to office automation, a database of document information is rapidly being developed, and the scale of the database is also increasing. Therefore, speeding up the database processing of document information is an important issue. One of the important processes is a text search process for searching for a specific character string called a pattern from character string data called a text. Therefore, this text
It is highly desirable to perform the search process at high speed.
従来、数種のテキスト・サーチの方式および装置が提案
されている。例えば、「ハードウェア・システムズ・フ
ォア・テキスト・インフォメイション・リトリーバル」
(Hollaar、L.A.:Hardware Systems Sor Text Insormat
ion Retrieval、ACM SIGIR 6th conf.、1983)には、パ
タンを1文字ずつアレイ状にレジスタに格納しておき、
そこにテキストを先頭から1文字ずつ入力していきパタ
ンを検出するセルラ・アレイ法や、有限オートマトン法
を利用して、テキストを先頭から1文字ずつ入力しなが
ら、状態遷移テーブルを参照してパタンを検出する有限
オートマトン法などが知られている。しかし、これらの
従来の方法はテキストを先頭から1文字づつ入力してい
く方法であるため、テキスト長をn文字とすると、n文
字全てを入力せねばならず、それがネックとなってそれ
以上の高速化は原理的に不可能であった。In the past, several types of text search methods and devices have been proposed. For example, "Hardware Systems For Text Information Retrieve"
(Hollaar, LA: Hardware Systems Sor Text Insormat
ion Retrieval, ACM SIGIR 6th conf., 1983), each pattern is stored in a register in the form of an array.
The text is entered character by character from the beginning and the cellular array method that detects patterns and the finite automaton method are used to input the text character by character from the beginning and refer to the state transition table. A finite automaton method for detecting is known. However, these conventional methods are methods for inputting text one character at a time from the beginning, so if the text length is n characters, all n characters must be input, which becomes a bottleneck. It was impossible in principle to speed up.
一方、テキスト・サーチのソフトウェア的な方式とし
て、ケー・エム・ピー法(KMP法(Kunuth、D.E.他:Fast
Pattern Matching in Strings、SIAM J.Comput.、vol.
6、pp323-350、1977))やビー・エム法(BM法(Boye
r、R.S.他:A Fast String Searching Algorithm、CAC
M、vol.20、pp.762-772、1977))が知られているが、
これらの方式はテキストとパタンを一文字づつフェッチ
してきて比較し、その結果に応じていろいろな処理をす
るというもので、ソフト的にも高速でなく、またハード
化には向いていない方式であった。On the other hand, as a software method for text search, the KMP method (KMP method (Kunuth, DE, etc .: Fast
Pattern Matching in Strings, SIAM J. Comput., Vol.
6, pp323-350, 1977)) and the BM method (BM method (Boye
r, RS, etc .: A Fast String Searching Algorithm, CAC
M, vol.20, pp.762-772, 1977)), but
These methods fetch text and patterns one character at a time, compare them, and perform various processing according to the results, which is not fast in terms of software and is not suitable for hardware. .
上記において説明したように、従来技術は、パタンを検
出するのにテキスト長n文字全てを1文字ずつ順に入力
しなければならないというアルゴリズム上の問題があっ
た。As described above, the conventional technique has an algorithmic problem that all n characters in the text length must be input one by one in order to detect the pattern.
本発明の目的は、入力するテキストの文字または記号列
の数を極力減らすことにより、高速にパンタを検出でき
る検索方法および装置を提供することにある。An object of the present invention is to provide a search method and apparatus capable of detecting panto at high speed by reducing the number of characters or symbol strings of input text as much as possible.
上記目的は、サーチしている記号列の状態と新たに入力
する記号列の中の1記号または数記号との組から、次の
記号列の状態と次に新たに入力すべき1ないし数記号の
アドレスを簡単に求められるテーブル(以後、スキップ
・テーブルという)を用意することにより、達成され
る。The above-mentioned purpose is based on the combination of the state of the symbol string being searched and the one symbol or the number symbol in the newly input symbol sequence, and the state of the next symbol string and the one or several symbols to be newly input next. This is achieved by preparing a table (hereinafter referred to as a skip table) in which the address of is easily obtained.
本発明は検索一般に適用可能であって上述の記号列とし
ては文字、記号を始め検索の単位として取扱うようにし
た画像、図形パタン、音声パタンなども広く含むもので
ある。The present invention is generally applicable to retrieval, and broadly includes, as the above-mentioned symbol string, characters, symbols, images, graphic patterns, voice patterns, etc. which are handled as a unit for retrieval.
上記スキップ・テーブルを利用することにより、上述の
記号列・サーチを実行する際、スキップ・テーブルに格
納されているデータを参照することにより、記号列の中
から必要最小限の文字だけを入力するだけで記号列、サ
ーチが実現できるので、全記号列を入力する方法より大
幅な高速化が可能となる。By using the above skip table, when executing the above-mentioned symbol string search, refer to the data stored in the skip table to input only the minimum necessary characters from the symbol string. Since the symbol string and the search can be realized only by itself, the speed can be significantly increased as compared with the method of inputting all the symbol strings.
以下、本発明の主要な適用分野であるテキストサーチ方
式について実施例を詳細に説明する。本発明における、
テキスト・サーチ方式においてmをパタン長、nをテキ
スト長とする。また、P(j)(1≦j≦m)をパタン
のj番目の文字、P(j:k)をパタンのj番目からk番
目までの文字列T(i)(1≦i≦n)をテキストのi
番目の文字、T(i:k)をテキストのi番目からk番目
までの文字列とする。また、テキスト・サーチを実行す
る際、テキストは論理的には第8図のようにテキスト・
テーブル300の形でランダム・アクセス・メモリ(RAM)
に格納されているものとする。Hereinafter, embodiments of the text search method, which is a main application field of the present invention, will be described in detail. In the present invention,
In the text search method, m is the pattern length and n is the text length. Also, P (j) (1 ≦ j ≦ m) is the j-th character in the pattern, and P (j: k) is the character string T (i) (1 ≦ i ≦ n) from the j-th to the k-th pattern. The text i
Let the th character, T (i: k), be the i-th to k-th character string of the text. Also, when performing a text search, the text is logically as shown in FIG.
Random access memory (RAM) in the form of table 300
Stored in.
はじめに、テキストのサーチ状態(i、l)を定義す
る。ここで、iは次に入力すべきテキスト1文字のアド
レス、lはパタンと後方からl文字一致している状態を
表す。これを説明したのが第3図である。First, a text search state (i, l) is defined. Here, i represents the address of one character of the text to be input next, and l represents the state in which the pattern matches l characters from the rear. This is illustrated in FIG.
次に、サーチ状態の遷移について第4図と第5図を用い
て説明する。サーチ状態が(i、l)の時、アドレスが
iであるテキスト1文字T(i)がパタンのm−l番目
の文字P(m−l)と等しい場合は、i=i−1、l=
l+1とする(第4図)。等しくない場合は、パタンの
m−1番目より前で、テキストのi番目からi+l番目
までの文字列T(i:i+l)と完全に一致する文字列が
パタンに出現するまでパタンを移動することを考える。
すなわち、その一致するパタン内の文字列をP(H−l:
H)とすると、パタンをm−Hだけ移動し状態lを0す
れば良いのでi=i+m+l−H、l=0とする。。Next, transition of the search state will be described with reference to FIGS. 4 and 5. When the search state is (i, l) and one character T (i) of the text whose address is i is equal to the m-1st character P (m-1) of the pattern, i = i-1, l =
1 + 1 (FIG. 4). If they are not equal, move the pattern before the (m-1) th pattern until a string that exactly matches the i-th to i + 1-th character string T (i: i + 1) of the text appears in the pattern. think of.
That is, the character string in the matching pattern is P (H-1:
H), it suffices to move the pattern by m−H and set the state 1 to 0, so that i = i + m + l−H and 1 = 0. .
上記で述べたHは、次の式で求められる。The above-mentioned H is calculated by the following equation.
H(l、z)=max{x|(l+1≦x≦m−1 and P(x−l)=z and P(x−l+1:x) =P(m−l+1:m)) or (1≦x≦l−1 and P(1:x) =P(m−x+1:m)) or x=0}(0≦l≦m−1) このH(l、z)は、パタンだけから決められる関数で
ある。一例として、パタンが“AABCAAABCAA"の場合を考
えると、H(1、C)は、パタンの後から見ていって最
初に文字列“CA"が発見されるパタン内の位置(文字列
の最後の位置)“10"である。この例の場合のH(l、
z)のテーブルを第6図に示す。H (l, z) = max {x | (l + 1 ≦ x ≦ m−1 and P (x−1) = z and P (x−1 + 1: x) = P (m−1 + 1: m)) or (1 ≤x≤l-1 and P (1: x) = P (mx-1: m)) or x = 0} (0≤l≤m-1) This H (l, z) is determined only from the pattern. Is a function. As an example, considering the case where the pattern is “AABCAAABCAA”, H (1, C) is the position in the pattern where the character string “CA” is found first after the pattern (the end of the character string). Position) is "10". In the case of this example, H (l,
The table of z) is shown in FIG.
次に、この方式の具体的なフローチャートの一例を第2
図に示す。まず最初に、テキストのアドレスiにパタン
長m、状態lに0を設定する(101)。次に、iがテキ
スト長n以下であるかどうか判定し、iがnより大きい
時はテキスト、サーチを終了し、そうでない場合は続け
る(102)。Next, a second example of a concrete flowchart of this method will be described.
Shown in the figure. First, the pattern length m is set to the text address i, and 0 is set to the state 1 (101). Next, it is determined whether or not i is less than or equal to the text length n. When i is greater than n, the text search is terminated, and if not, the search is continued (102).
次に、iを引数としてテキスト・テーブルにアクセス
し、テキストのi番目の文字T(i)を入力し、それを
zに代入する。そして、現在の状態lと入力した文字z
の組(l、z)をアドレスとして、テーブルS(l、
z)を参照し、yに代入する(103)。Next, the text table is accessed using i as an argument, the i-th character T (i) of the text is input, and it is assigned to z. And the current state l and the entered character z
Of the table S (l,
z) is referenced and substituted for y (103).
ここで、テーブルS(l、z)は である。すなわち、次に入力すべきテキストのアドレス
と先に入力したテキストのアドレスとの差の情報であ
る。これを、スキップ幅と呼び、このテーブルS(l、
z)をスキップ・テーブルと呼ぶことにする。特に、現
在対象としているテキストの1文字z=T(i)がP
(m−l)と等しい時“−1"にすることに注意された
い。一例として、パタンが“AABCAAABCAA"の場合のスキ
ップ・テーブルS(l、z)を第7図に示す。さて、次
に、y=S(l、z)が“−1"であるかどうかを調べる
(104)。“−1"である場合は現在対象としているテキ
スト1文字とパタン1文字が等しいことを表しているの
で、現在の状態lが“m−1"でない時は状態lをカウン
ト・アップさせる(106、107)。現在の状態lが“m−
1"の時はテキストの中にパタンが含まれていることがわ
かったので、例えば、パタン発見情報OUTを“1"とす
る。そして、状態lを“0"にリセットし、さらに、スキ
ップ幅yに定数I=2m−F−1を代入する(108)。こ
こで F=max{x|(1≦x≦m and =P(1:x)=P(m−x+1:m)) or x=0} である。最後に、スキップ幅y=S(l、z)には、次
に入力すべきテキストのアドレスと先に入力したテキス
トのアドレスとの差が入っているのだから、次に入力す
べきテキストのアドレスiにi+yを代入して、ステッ
プ102に戻る(109)。Here, the table S (l, z) is Is. That is, it is the information on the difference between the address of the text to be input next and the address of the text input earlier. This is called a skip width, and this table S (l,
Let us call z) the skip table. In particular, one character z = T (i) of the current text is P
Note that it is "-1" when it is equal to (ml). As an example, FIG. 7 shows the skip table S (l, z) when the pattern is "AABCAAABCAA". Next, it is checked whether y = S (l, z) is "-1" (104). If it is "-1", it means that one character of the current text and one character of the pattern are equal, so when the current state 1 is not "m-1", the state 1 is counted up (106). , 107). The current state 1 is "m-
When it is 1 ", it is found that the text contains a pattern, so for example, the pattern discovery information OUT is set to" 1 ". Then, the state 1 is reset to" 0 ", and the skip width is further set. Substituting a constant I = 2m−F−1 for y (108), where F = max {x | (1 ≦ x ≦ m and = P (1: x) = P (m−x + 1: m)) or x = 0} Finally, since the skip width y = S (l, z) contains the difference between the address of the text to be input next and the address of the text previously input, Substitute i + y for the address i of the text to be input to and return to step 102 (109).
次に、この方式の動作例を第9図を用いて説明する。例
として、テキストを“AABCAAABABAABCBAABBAAABAA"とし
(第8図)、パタンを“AABCAAABCAA"とする。このパタ
ンの場合とスキップ・テーブルS(l、z)は第7図で
ある。最初に、i=m=11、l=0を設定する。1サイ
クル目では、テキストT(11)=Aを入力してzに代入
する。さらに、スキップ幅S(l、z)=S(o、A)
=−1をフェッチしてyに代入する。するとy=−1で
あるので、状態lをカウント・アップされl=1とな
り、次のテキストのアドレスiはi+y=10となる。2
サイクル目では、10番目のテキストT(10)=Bを入力
しzに代入する。さらに、スキップ幅y=S(1、B)
=11をフェッチする。すると、y≠−1なので、状態l
はl=0となり、また、i=i+y=21となる。3サイ
クル目、4サイクル目も同様に動作し、5サイクル目
で、テキスト・アドレスiが30となり、n=25を超える
のでテキスト・サーチ処理が終了する。このように、本
方式を用いると、この例の場合、25文字のテキストに対
するテキスト・サーチ処理を5サイクルで終了させるこ
とができる。したがって、テキスト25文字全てを入力せ
ねばならない有限オートマトン法やセルラ・アレイ法と
比べ高速な処理が可能となる。Next, an operation example of this system will be described with reference to FIG. As an example, the text is "AABCAAABABAABCBAABBAAABAA" (Fig. 8) and the pattern is "AABCAAABCAA". The case of this pattern and the skip table S (l, z) are shown in FIG. First, i = m = 11 and l = 0 are set. In the first cycle, the text T (11) = A is input and assigned to z. Further, the skip width S (l, z) = S (o, A)
Fetch = -1 and substitute into y. Then, since y = -1, the state 1 is counted up and l = 1, and the address i of the next text becomes i + y = 10. Two
In the cycle, the tenth text T (10) = B is input and substituted into z. Furthermore, skip width y = S (1, B)
= 11 is fetched. Then, since y ≠ -1, the state l
Becomes l = 0, and i = i + y = 21. The same operation is performed in the third cycle and the fourth cycle. In the fifth cycle, the text address i becomes 30, and n = 25 is exceeded, so the text search processing is completed. Thus, using this method, in this example, the text search process for 25-character text can be completed in 5 cycles. Therefore, it enables faster processing than the finite automaton method or the cellular array method, which requires inputting all 25 characters of text.
次に、上記方式を実現する回路の例を第1図に示す。1
はテキスト・テーブル300T(i)を格納しているRAM、
2はスキップ・テーブル200S(l、z)を格納している
RAM、6は1にアクセスするためのテキスト・アドレス
・レジスタ、11は2にアクセスするためのスキップ・テ
ーブル・アドレス・レジスタ、10と12は、それぞれ、1
と2に対応するメモリ・レジスタであり、論理的には、
6はテキスト・アドレスi、11はスキップ・テーブル・
アドレス(l、z)、10はテキストz=T(i)、12は
スキップ幅y=S(l、z)に対応する。さらに、4
は、第2図の本方式のフローチャートにおける110の部
分を実現する論理回路、5は、109の部分を実現する加
算回路、3は、102の部分を実現する判定回路である。
この動作例は、前述した本方式の動作例と同様である。Next, FIG. 1 shows an example of a circuit that realizes the above method. 1
Is the RAM that stores the text table 300T (i),
2 stores the skip table 200S (l, z)
RAM, 6 is a text address register for accessing 1, 11 is a skip table address register for accessing 2, and 10 and 12 are 1 respectively
And memory registers corresponding to 2 and logically,
6 is text address i, 11 is skip table
The address (l, z), 10 corresponds to the text z = T (i), and 12 corresponds to the skip width y = S (l, z). Furthermore, 4
2 is a logic circuit that realizes 110 in the flowchart of the present system in FIG. 2, 5 is an adder circuit that realizes 109 part, and 3 is a determination circuit that realizes 102 part.
This operation example is similar to the operation example of the present system described above.
以上の実施例では1文字単位でテーブルを操作する場合
を説明したが必要に応じて複数文字単位で操作すること
は、当業者において容易になし得るところである。また
本発明は、スキップ・テーブル200の内容種類、数など
を適宜に変更することにより複数のパタンを検出するこ
とも可能である。In the above embodiment, the case where the table is operated in units of one character has been described, but it is possible for those skilled in the art to easily operate the table in units of a plurality of characters as needed. Further, according to the present invention, a plurality of patterns can be detected by appropriately changing the content type and the number of the skip table 200.
さらに本発明は上述のようにソフト的手段、ハード的手
段のいずれの手段でも実施してその効果を発揮すること
が出来る。Furthermore, the present invention can be implemented by any of the software means and the hardware means as described above, and can exert its effect.
また上記実施例ではテキスト記号列の場合を中心に説明
したが、既述のように本発明は音声パタン、画像・図形
なども検索の単位を上記記号同様に特定し得るものには
すべて適用可能である。Further, in the above-mentioned embodiment, the description has been focused on the case of the text symbol string, but as described above, the present invention can be applied to all the voice patterns, images / figures, etc. in which the search unit can be specified similarly to the above-mentioned symbols. Is.
本発明によればパタン長がm記号、記号列長がn記号の
時は、最小の場合、n/mの長さの記号列を入力するだけ
で処理を終了することができるので、n記号全て入力す
る必要がある従来の方式に比べ、大幅な処理性能の向上
を実現することができる。また、ハード化も、セルラ・
アレイ法等の従来方式に大幅に少ない物量で実現するこ
とができる。According to the present invention, when the pattern length is m symbols and the symbol string length is n symbols, in the minimum case, the process can be completed by only inputting a symbol string having a length of n / m. Compared with the conventional method that requires inputting all, it is possible to realize significant improvement in processing performance. In addition, hardware is also
It can be realized with a significantly smaller amount of material than the conventional method such as the array method.
第1図は本発明の実施例であるテキスト・サーチ装置の
ブロック構成図、第2図は本発明を実現するテキスト・
サーチ方式のフローチャート、第3図、第4図、第5図
は本発明方式の説明図、第6図と第7図は本発明で用い
るテーブルの例を示す図、第8図はテキストの例を示す
図、第9図は本発明の動作例の説明図である。 1,2……ランダム・アクセス・メモリ、3……判定回
路、4……論理回路、5……加算回路、6,11……アドレ
ス・レジスタ、10,12……メモリ・レジスタ、200……ス
キップ・テーブル、300……テキスト・テーブル。FIG. 1 is a block configuration diagram of a text search device according to an embodiment of the present invention, and FIG. 2 is a text search device for realizing the present invention.
Flow chart of the search method, FIGS. 3, 4, and 5 are explanatory views of the method of the present invention, FIGS. 6 and 7 are diagrams showing examples of tables used in the present invention, and FIG. 8 is an example of text. FIG. 9 is an explanatory diagram of an operation example of the present invention. 1,2 ...... Random access memory, 3 ...... Decision circuit, 4 …… Logic circuit, 5 …… Adding circuit, 6,11 …… Address register, 10,12 …… Memory register, 200 …… Skip table, 300 ... text table.
───────────────────────────────────────────────────── フロントページの続き (72)発明者 土田 正士 神奈川県川崎市麻生区王禅寺1099番地 株 式会社日立製作所システム開発研究所内 (72)発明者 谷口 伸博 神奈川県秦野市堀山下1番地 株式会社日 立製作所神奈川工場内 (72)発明者 山下 芳明 神奈川県秦野市堀山下1番地 株式会社日 立製作所神奈川工場内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Masashi Tsuchida 1099 Ozenji, Aso-ku, Kawasaki-shi, Kanagawa Hitachi Ltd. System Development Laboratory (72) Inventor Nobuhiro Taniguchi 1st Horiyamashita, Hadano, Kanagawa (72) Inventor Yoshiaki Yamashita 1 Horiyamashita, Hadano City, Kanagawa Prefecture Hitate Manufacturing Co., Ltd. Kanagawa Factory
Claims (4)
パタンを検索する方法において、 前記記号列の中に少なくとも1つの前記所定のパタンが
含まれていることを検出するために現在の記号列サーチ
の状態と入力した少なくとも1つの記号の情報とから、
次に入力すべき記号列のアドレスと次の状態を算出する
ための情報を格納するテーブルを作成し、 記号列の入力に応じて、現在の状態と入力した記号列の
情報から前記テーブルにアクセスし、 前記テーブルに格納されているデータから次の状態及び
次に入力すべき記号列のアドレスを取り出し、 次に前記アドレスの記号列を入力して上記の処理を繰り
返すことを特徴とする検索方法。1. A method for searching a symbol pattern for a predetermined pattern using a processing device, the method for detecting at least one of the predetermined patterns in the symbol string, From the state of the symbol string search of and the information of at least one symbol entered,
Create a table to store the address of the symbol string to be input next and the information to calculate the next state, and access the table from the current state and the information of the input symbol string according to the input of the symbol string. Then, the next state and the address of the symbol string to be input next are extracted from the data stored in the table, the symbol string of the address is then input, and the above process is repeated. .
結果得られた情報と、新たに入力された少なくとも1つ
の記号からなる記号列の情報とに基づいて、無駄なサー
チに対応する情報を排除することを特徴とする第1項記
載の検索方法。2. In the table, information corresponding to a useless search is excluded based on information obtained as a result of an already-executed search and information on a newly input symbol string including at least one symbol. The search method according to item 1, wherein
タンが含まれていることを検出するために、現在のテキ
スト・サーチの状態と入力したテキスト中の1文字の情
報から、次に入力すべきテキストの1文字のアドレスと
次の状態を算出するための情報を格納するテーブルと、
テキストの1文字の入力に応じて、現在の状態と入力し
たテキストの1文字の情報とから前記テーブルにアクセ
スする手段と、 前記テーブルに格納されているデータから次の状態及び
次に入力すべきテキストのアドレスを算出する手段と、 前記アドレスに対応するテキストの1文字を入力するこ
とを繰り返す手段を有することを特徴とする検索装置。3. In order to detect that at least one predetermined pattern is included in the text, the next input from the current text search state and the information of one character in the input text is performed. A table that stores the address of one character of the power text and information for calculating the next state,
In response to the input of one character of the text, means for accessing the table from the current state and the information of the one character of the input text, and the next state and the next input from the data stored in the table A search device comprising: a means for calculating a text address; and a means for repeating inputting one character of text corresponding to the address.
結果得られた情報と、新たに入力された少なくとも1つ
の記号からなる記号列の情報とに基づいて、無駄なサー
チに対応する情報を排除する手段を有することを特徴と
する第3項記載の検索装置。4. In the table, information corresponding to a useless search is excluded based on information obtained as a result of an already-executed search and information on a newly input symbol string consisting of at least one symbol. The retrieval device according to claim 3, further comprising:
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61028808A JPH0752447B2 (en) | 1986-02-14 | 1986-02-14 | Search method and device |
EP87101819A EP0250705B1 (en) | 1986-02-14 | 1987-02-10 | Method and apparatus for retrieval of symbol strings from data |
DE3750277T DE3750277T2 (en) | 1986-02-14 | 1987-02-10 | Method and device for recovering symbol chains from data. |
KR1019870001080A KR940003700B1 (en) | 1986-02-14 | 1987-02-10 | Method and apparatus for search |
US07/013,049 US4916655A (en) | 1986-02-14 | 1987-02-10 | Method and apparatus for retrieval of a search string |
CN87100829A CN1016835B (en) | 1986-02-14 | 1987-02-14 | Method and device for searching |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61028808A JPH0752447B2 (en) | 1986-02-14 | 1986-02-14 | Search method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS62187930A JPS62187930A (en) | 1987-08-17 |
JPH0752447B2 true JPH0752447B2 (en) | 1995-06-05 |
Family
ID=12258716
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP61028808A Expired - Fee Related JPH0752447B2 (en) | 1986-02-14 | 1986-02-14 | Search method and device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0752447B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2504819B2 (en) * | 1988-12-22 | 1996-06-05 | 日本製紙株式会社 | Newspaper printing paper |
-
1986
- 1986-02-14 JP JP61028808A patent/JPH0752447B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPS62187930A (en) | 1987-08-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR940003700B1 (en) | Method and apparatus for search | |
US4514826A (en) | Relational algebra engine | |
JP2607818B2 (en) | Method and apparatus for determining whether a record is stored in a computer system | |
US6131092A (en) | System and method for identifying matches of query patterns to document text in a document textbase | |
US7584184B2 (en) | System of effectively searching text for keyword, and method thereof | |
Stone | Parallel querying of large databases: A case study | |
JPH05189490A (en) | Method and apparatus for saving and retrieving result of function | |
US5383142A (en) | Fast circuit and method for detecting predetermined bit patterns | |
JPH0752447B2 (en) | Search method and device | |
CN107622048B (en) | Text mode recognition method and system | |
Lee | ALTEP—A cellular processor for high-speed pattern matching | |
JP3534471B2 (en) | Merge sort method and merge sort device | |
JPH04111064A (en) | Parallel string search device | |
Cardillo et al. | On suboptimal sequential pattern recognition | |
JPH01259418A (en) | Character string retrieving device | |
JP3061486B2 (en) | Data sort processing system | |
JP2835065B2 (en) | String search method | |
CN115408491A (en) | Text retrieval method and system for historical data | |
JPH04182828A (en) | In-table entry selection system using psuedo-random number | |
Bisiani | The LOCUST system | |
JPH07319888A (en) | Index retrieval system | |
JPH07101382B2 (en) | Margin processing device | |
JP2989962B2 (en) | Vector processing equipment | |
JP2735255B2 (en) | Hatching treatment method | |
JPS60211542A (en) | Data retrieval circuit |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |