JP2008117138A - Method for displaying web page search result - Google Patents

Method for displaying web page search result Download PDF

Info

Publication number
JP2008117138A
JP2008117138A JP2006299241A JP2006299241A JP2008117138A JP 2008117138 A JP2008117138 A JP 2008117138A JP 2006299241 A JP2006299241 A JP 2006299241A JP 2006299241 A JP2006299241 A JP 2006299241A JP 2008117138 A JP2008117138 A JP 2008117138A
Authority
JP
Japan
Prior art keywords
management server
database management
web page
image
information
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
JP2006299241A
Other languages
Japanese (ja)
Inventor
Hideaki Mitsui
秀明 三ツ井
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.)
Hitachi Systems and Services Ltd
Original Assignee
Hitachi Systems and Services 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 Hitachi Systems and Services Ltd filed Critical Hitachi Systems and Services Ltd
Priority to JP2006299241A priority Critical patent/JP2008117138A/en
Publication of JP2008117138A publication Critical patent/JP2008117138A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a method for displaying web page search results that allows visually recognizing web pages full of text and images. <P>SOLUTION: Text in a web page found based on a keyword is separated into words using a word separation means. After the words are checked with words registered in a language dictionary database, a positive/negative degree conversion means obtains the number (X-axis) of pieces of positive information and the number (Y-axis) of pieces of negative information about each word. Also, the file size of each image in the Web page found based on the keyword is obtained by an image size obtaining means and checked with an image file size registered in an image size dictionary database to obtain the number of useful images. Thereafter, the number of useful images is checked with display dot color information to determine display colors. The results obtained are plotted against the coordinates of the X and Y axis, are output to a computer as search results for the search keyword, and displayed in the computer. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、Webページ検索結果表示方法に係り、特に、前記有用単語数、前記有用画像数を元にXYグラフに検索結果をポインティングする方法に関する。   The present invention relates to a Web page search result display method, and more particularly to a method for pointing a search result to an XY graph based on the number of useful words and the number of useful images.

従来、Webページの検索結果を表示する方法としては、一般に、検索結果の被リンク数やアクセス数を元にWebページの価値を計算し上位より表示する方法が知られている。   Conventionally, as a method of displaying a search result of a Web page, a method of calculating the value of a Web page based on the number of linked pages and the number of accesses of the search result and displaying it from the top is known.

前述した方法によれば、Webページ内のテキストや画像といったコンテンツの有用性分析を欠いているため、内容が充実したWebページを必ずしも検索結果の上位に表示することができないと言う問題があった。
本発明は、前記従来技術の問題点を解決するためになされたものであり、本発明の目的は、Webページ検索結果表示方法において、テキストや画像が充実したWebページを視覚的に認識可能となる技術を提供することにある。
本発明の前記ならびにその他の目的と新規な特徴は、本明細書の記述及び添付図面によって明らかにする。
According to the above-described method, there is a problem in that the usefulness of the content such as text and images in the Web page is lacking, so that a Web page with rich contents cannot always be displayed at the top of the search results. .
The present invention has been made to solve the above-described problems of the prior art, and an object of the present invention is to visually recognize a Web page with rich text and images in a Web page search result display method. Is to provide a technology.
The above and other objects and novel features of the present invention will become apparent from the description of this specification and the accompanying drawings.

本願において開示される発明のうち、代表的なものの概要を簡単に説明すれば、下記の通りである。
前述の目的を達成するために、本発明は、コンピュータと、データベース管理サーバとがネットワークを介して接続され、前記データベース管理サーバは、前記コンピュータから入力されたキーワードに従って、前記データベース管理サーバ内のデータベースから検索ヒットした関連情報を予め設定した「ポジティブ情報」、および「ネガティブ情報」と照合し、検索結果を絞り込み表示するWebページ検索結果表示方法であって、前記データベース管理サーバは、各単語毎にポジティブに属するかネガティブに属するかの情報を有する言語辞書データベースと、画像サイズ辞書データベースと、有用画像数と表示する有用画像数のドット色との関係を予め設定した表示ドット色情報とを備え、前記コンピュータのキーワード送信手段が、利用者が入力した検索対象キーワードを前記データベース管理サーバに送信するステップと、前記データベース管理サーバの検索手段が、前記コンピュータの前記キーワード送信手段から受信した前記キーワードを基にWebページを検索するステップと、前記データベース管理サーバの単語分解手段が、前記検索手段により検索されたWebページ内のテキストを単語ごとに分解するステップと、前記データベース管理サーバの正負度合変換手段が、前記単語分解手段で分解された単語を、前記言語辞書データベースに登録されている単語と照合し、前記Webページ内のテキストの「ポジティブ情報」の数と、「ネガティブ情報」の数を取得するステップと、前記データベース管理サーバの画像サイズ取得手段が、前記検索手段により検索されたWebページ内の各画像のファイルサイズを取得するステップと、前記データベース管理サーバの有用画像数取得手段が、前記画像サイズ取得手段により取得された各画像のファイルサイズと、前記画像サイズ辞書データベースに登録されている画像ファイルサイズと照合し、有用画像数を取得するステップと、前記データベース管理サーバの表示色決定手段が、前記有用画像数取得手段で取得した有用画像数量と前記表示ドット色情報と照合して表示色を決定するステップと、前記データベース管理サーバの出力手段が、X座標とY座標から成るグラフ上の、前記正負度合変換手段で取得した「ポジティブ情報」の数と、「ネガティブ情報」の数の座標値に、前記表示色決定手段で決定された表示色の記号をプロットし、前記検索キーワードに対する検索結果として前記コンピュータに出力するステップと、前記コンピュータの検索結果表示手段が、前記データベース管理サーバから送信される前記キーワードに対する検索結果を表示するステップとを有する。
Of the inventions disclosed in this application, the outline of typical ones will be briefly described as follows.
In order to achieve the above-described object, according to the present invention, a computer and a database management server are connected to each other via a network, and the database management server stores a database in the database management server according to a keyword input from the computer. Is a Web page search result display method for collating related information that has been searched for from “positive information” and “negative information” set in advance, and narrowing down and displaying the search results. A language dictionary database having information on whether it belongs to positive or negative, an image size dictionary database, and display dot color information in which the relationship between the number of useful images and the dot color of the number of useful images to be displayed is preset, The keyword transmitting means of the computer is Transmitting a search target keyword input by a user to the database management server; and searching a Web page based on the keyword received from the keyword transmission unit of the computer by a search unit of the database management server; The word decomposition means of the database management server decomposes the text in the Web page searched by the search means for each word, and the positive / negative degree conversion means of the database management server is decomposed by the word decomposition means. Checking the words registered in the language dictionary database to obtain the number of “positive information” and the number of “negative information” of the text in the Web page; The image size acquisition means is detected by the search means. A step of acquiring a file size of each image in the Web page, and a useful image number acquisition unit of the database management server, wherein the file size of each image acquired by the image size acquisition unit and the image size dictionary database The useful image quantity acquired by the useful image number acquisition means by the display color determination means of the database management server, and the display dot color information. And determining the display color by comparing with the number of “positive information” obtained by the positive / negative degree conversion means on the graph composed of the X coordinate and the Y coordinate by the output means of the database management server; The symbol of the display color determined by the display color determination means is plotted on the coordinate value of the number of “information”, and the search key A search result display unit of the computer outputs the search result for the keyword transmitted from the database management server.

本願において開示される発明のうち代表的なものによって得られる効果を簡単に説明すれば、下記の通りである。
本発明のWebページ検索結果表示方法によれば、テキストや画像が充実したWebページを視覚的に認識することが可能となる。
The effects obtained by the representative ones of the inventions disclosed in the present application will be briefly described as follows.
According to the Web page search result display method of the present invention, it is possible to visually recognize a Web page rich in text and images.

以下、図面を参照して本発明の実施例を詳細に説明する。
なお、実施例を説明するための全図において、同一機能を有するものは同一符号を付け、その繰り返しの説明は省略する。
図1は、本発明のWebページ検索結果表示方法が適用されるシステムの概略構成を示すブロック図である。
図1に示すシステムは、コンピュータ(以下、PCという)10と、データベース管理サーバ20とが、インターネットなどのネットワーク30を介して接続されて構成される。
図2は、図1に示すPC10のハードウェア構成を示すブロック図である。
図1に示すPC10は、PC10に電源を入力する電源部301と、CPUを有しデータを処理する制御部302と、処理するデータを保存する記憶部303と、処理結果を表示する表示部304と、データ処理を操作するキーボード部305と、ハードウェアの各部位を接続するコネクタ部306とで構成される。
図3は、図1に示すデータベース管理サーバ20のハードウェア構成を示すブロック図である。
図1に示すデータベース管理サーバ20は、データベース管理サーバ20に電源を入力する電源部401と、CPUを有しデータを処理する制御部402と、処理するデータを保存する記憶部403と、処理作業を表示する表示部404と、データ処理を操作するキーボード部405とで構成される。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
In all the drawings for explaining the embodiments, parts having the same functions are given the same reference numerals, and repeated explanation thereof is omitted.
FIG. 1 is a block diagram showing a schematic configuration of a system to which a Web page search result display method of the present invention is applied.
The system shown in FIG. 1 is configured by connecting a computer (hereinafter referred to as a PC) 10 and a database management server 20 via a network 30 such as the Internet.
FIG. 2 is a block diagram showing a hardware configuration of the PC 10 shown in FIG.
A PC 10 illustrated in FIG. 1 includes a power supply unit 301 that inputs power to the PC 10, a control unit 302 that includes a CPU and processes data, a storage unit 303 that stores data to be processed, and a display unit 304 that displays processing results. And a keyboard unit 305 for operating data processing, and a connector unit 306 for connecting each part of the hardware.
FIG. 3 is a block diagram showing a hardware configuration of the database management server 20 shown in FIG.
The database management server 20 shown in FIG. 1 includes a power supply unit 401 that inputs power to the database management server 20, a control unit 402 that has a CPU and processes data, a storage unit 403 that stores data to be processed, and processing operations. Display section 404 and a keyboard section 405 for operating data processing.

本発明の実施例のWebページ検索結果表示方法では、PC10が、データベース管理サーバ20に接続され、データベース管理サーバ20が、前記PC10から入力されたキーワード(ジャンル名)に従って、データベース管理サーバ20内のデータベースから検索ヒットした結果のWebページ内テキストを単語分解し、単語を言語辞書データベースと照合することで、単語のポジティブ(正)情報、ネガティブ(負)情報を取得すると同時に、Webページ内画像の画像サイズを画像サイズ辞書データベースと照合し、表示ドット色情報を取得した後、Webページ内テキストの正負情報に基づく座標位置に、表示ドット色情報から成る記号(シンボル)をXYグラフにブロットして検索結果を表示する。
PC10は、キーワード送信手段と、検索結果表示手段とを有し、これらの手段は、制御部302のCPUがプログラムを実行することにより実現される機能手段である。
データベース管理サーバ20は、各単語毎にポジティブに属するか、ネガティブに属するかの情報を有する言語辞書データベースと、画像サイズ辞書データベースと、有用画像数の量と、表示する有用画像数のドット色との関係を予め設定した表示ドット色情報(所謂、テーブル)とを備えている。これらの情報は、記憶部403に格納される。
また、データベース管理サーバ20は、検索手段と、単語分解手段と、正負度合変換手段と、画像サイズ取得手段と、有用画像数取得手段と、表示色決定手段と、出力手段とを有する。これらの手段は、制御部402のCPUがプログラムを実行することにより実現される機能手段である。
In the Web page search result display method according to the embodiment of the present invention, the PC 10 is connected to the database management server 20, and the database management server 20 stores the database management server 20 in accordance with the keyword (genre name) input from the PC 10. The text in the web page as a result of the search hit from the database is decomposed into words, and the word is collated with the language dictionary database, so that the positive (positive) information and the negative (negative) information of the word are acquired, and at the same time, the image in the web page After checking the image size against the image size dictionary database and obtaining the display dot color information, the symbol (symbol) consisting of the display dot color information is blotted on the XY graph at the coordinate position based on the positive / negative information of the text in the Web page. Display search results.
The PC 10 includes a keyword transmission unit and a search result display unit, and these units are functional units realized by the CPU of the control unit 302 executing a program.
The database management server 20 includes a language dictionary database having information on whether each word belongs to positive or negative, an image size dictionary database, the amount of useful images, and the dot color of the number of useful images to be displayed. Display dot color information (so-called table) in which the above relationship is set in advance. These pieces of information are stored in the storage unit 403.
Further, the database management server 20 includes search means, word decomposition means, positive / negative degree conversion means, image size acquisition means, useful image number acquisition means, display color determination means, and output means. These means are functional means realized by the CPU of the control unit 402 executing a program.

図4は、本発明の実施例のWebページ検索結果表示方法を実現するための、データベース管理サーバ20の処理手順を示すフローチャートである。
初めに、PC10のキーワード送信手段が、利用者が入力した検索対象キーワードをデータベース管理サーバ20に送信すると(ステップ101)が、データベース管理サーバの検索手段が、当該受信したキーワードを基にWebページを検索する(ステップ102)。
次に、キーワードに該当するWebページが有るか否かを判断し(ステップ103)、ステップ103で、キーワードに該当するWebページが無ければ、キーワード入力に戻り、ステップ103で、キーワードに該当するWebページが有った場合には、Webページ内にあるテキストと画像を取得する(ステップ104)。
次に、取得したWebページ内にテキストが有るか否かを判定し(ステップ105)、ステップ105で、取得したWebページ内にテキストが無い場合は、ステップ108に進む。
ステップ105で、取得したWebページ内にテキストがある場合は、単語分解手段を用いて、形態素解析により、テキストを単語に分解する(ステップ106)。
次に、正負度合変換手段が、単語分解手段で分解された単語を、言語辞書データベースに登録されている単語と照合し、Webページ内のテキストの「ポジティブ情報」の数と、「ネガティブ情報」の数を取得する(ステップ107)。
FIG. 4 is a flowchart showing a processing procedure of the database management server 20 for realizing the Web page search result display method according to the embodiment of the present invention.
First, when the keyword transmission unit of the PC 10 transmits the search target keyword input by the user to the database management server 20 (step 101), the search unit of the database management server creates a Web page based on the received keyword. Search (step 102).
Next, it is determined whether or not there is a web page corresponding to the keyword (step 103). If there is no web page corresponding to the keyword in step 103, the process returns to keyword input. In step 103, the web page corresponding to the keyword is returned. If there is a page, the text and image in the Web page are acquired (step 104).
Next, it is determined whether or not there is text in the acquired web page (step 105). If there is no text in the acquired web page in step 105, the process proceeds to step 108.
If there is a text in the acquired web page in step 105, the text is decomposed into words by morphological analysis using word decomposing means (step 106).
Next, the positive / negative degree conversion means collates the words decomposed by the word decomposition means with the words registered in the language dictionary database, and the number of “positive information” of the text in the Web page and “negative information” Is acquired (step 107).

次に、取得したWebページ内に画像が有るか否かを判定し(ステップ108)、ステップ108で、取得したWebページ内に画像が無い場合は、ステップ111に進む。
ステップ108で、取得したWebページ内に画像がある場合は、画像サイズ取得手段が、取得したWebページ内の各画像のファイルサイズを取得する(ステップ109)。
次に、有用画像数取得手段が、画像サイズ取得手段により取得された各画像のファイルサイズと、画像サイズ辞書データベースに登録されている画像ファイルサイズと照合し、有用画像数を取得した後、表示色決定手段が、有用画像数取得手段で取得した有用画像数量と表示ドット色情報と照合して表示色を決定する(ステップ110)。
Webページ内には、有用画像以外にもクリックするためだけのボタン画像等の画像も含まれており、画像のファイルサイズが小さすぎるものは、このようなボタン画像等に該当しやすい。ステップ110は、所定のファイルサイズ以下の画像をフィルタリングして、画像のファイルサイズが小さすぎた場合は有用画像として認識しないようにするための処理である。
次に、出力手段が、X座標とY座標から成るグラフ上の、正負度合変換手段で取得した「ポジティブ情報(正:X軸)」の数と、「ネガティブ情報(負:Y軸)」の数の座標値に、表示色決定手段で決定された表示色の記号(シンボル)をプロットし、検索キーワードに対する検索結果として、PC10に出力する(ステップ111)。
PC10は、検索結果表示手段を用いて、データベース管理サーバ20から送信された、キーワードに対する検索結果を表示する。
Next, it is determined whether or not there is an image in the acquired web page (step 108). If there is no image in the acquired web page in step 108, the process proceeds to step 111.
If there is an image in the acquired Web page in Step 108, the image size acquisition means acquires the file size of each image in the acquired Web page (Step 109).
Next, the useful image number acquisition unit compares the file size of each image acquired by the image size acquisition unit with the image file size registered in the image size dictionary database, acquires the number of useful images, and then displays The color determining means determines the display color by comparing the useful image quantity acquired by the useful image number acquiring means with the display dot color information (step 110).
In addition to useful images, Web pages include images such as button images only for clicking, and images whose file size is too small are likely to fall under such button images. Step 110 is a process for filtering an image having a predetermined file size or smaller so that the image is not recognized as a useful image if the file size of the image is too small.
Next, the number of “positive information (positive: X axis)” acquired by the output means is obtained by the degree conversion means on the graph composed of the X coordinate and the Y coordinate, and “negative information (negative: Y axis)” The symbol (symbol) of the display color determined by the display color determining means is plotted on the coordinate value of the number, and is output to the PC 10 as a search result for the search keyword (step 111).
The PC 10 displays the search result for the keyword transmitted from the database management server 20 using the search result display means.

図5は、本実施例のWebページ検索結果表示方法により表示される検索結果画面の一例を示す図である。
図5において、201Xは、検索結果を表示するベースとなるX軸(ポジティブ軸)、201Yは、Y軸(ネガティブ軸)を示し、202は、ポジティブ(正)情報と、ネガティブ(負)情報とが豊富なWebページをプロットした結果を示し、203は、ポジティブ(正)情報と、ネガティブ(負)情報がないWebページをプロットした結果を示している。
例えば、有用画像が1つしかないWebページは青色、有用画像が10個あるWebページは赤色のように、プロットされたドットの色は、各ページの表示ドット色情報によって異なっている。
なお、図5では、XYグラフにプロットされる記号は、ドット(あるいは、丸)の場合を図示しているが、これ以外の記号(例えば、四角形等)であってもよい。
以上説明したように、本実施例によれば、Webページの検索結果の中で、それぞれのWebページのテキストや画像が有用なものが多いかどうか、キーワードに対してネガティブなテキストが多いページか、キーワードに対してポジティブなテキストが多いページかを視覚的に認識することが可能となる。
以上、本発明者によってなされた発明を、前記実施例に基づき具体的に説明したが、本発明は、前記実施例に限定されるものではなく、その要旨を逸脱しない範囲において種々変更可能であることは勿論である。
FIG. 5 is a diagram illustrating an example of a search result screen displayed by the Web page search result display method according to the present embodiment.
In FIG. 5, 201X indicates an X axis (positive axis) serving as a base for displaying search results, 201Y indicates a Y axis (negative axis), and 202 indicates positive (positive) information, negative (negative) information, and Indicates a result of plotting a Web page with abundant numbers, and 203 indicates a result of plotting a Web page without positive (positive) information and negative (negative) information.
For example, the color of the plotted dots differs depending on the display dot color information of each page, such as blue for a web page having only one useful image and red for a web page with 10 useful images.
In FIG. 5, the symbols plotted in the XY graph are dots (or circles), but other symbols (for example, squares) may be used.
As described above, according to the present embodiment, whether there are many useful Web page texts and images, or whether there are many negative texts for keywords. It is possible to visually recognize whether the page has a lot of positive text for the keyword.
As mentioned above, the invention made by the present inventor has been specifically described based on the above embodiments. However, the present invention is not limited to the above embodiments, and various modifications can be made without departing from the scope of the invention. Of course.

本発明のWebページ検索結果表示方法が適用されるシステムの概略構成を示すブロック図である。1 is a block diagram showing a schematic configuration of a system to which a Web page search result display method of the present invention is applied. 図1に示すPCのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of PC shown in FIG. 図1に示すデータベース管理サーバのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the database management server shown in FIG. 本発明の実施例のWebページ検索結果表示方法を実現するための、データベース管理サーバの処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the database management server for implement | achieving the web page search result display method of the Example of this invention. 本発明の実施例のWebページ検索結果表示方法により表示される検索結果画面の一例を示す図である。It is a figure which shows an example of the search result screen displayed by the web page search result display method of the Example of this invention.

符号の説明Explanation of symbols

10 コンピュータ
20 データベース管理サーバ
30 ネットワーク
101キーワード入力処理
102 検索処理
103 Webページ有無判別処理
104 テキスト、画像抽出処理
105 テキスト有無判別処理
106 単語分解処理
107 正負度合変換処理
108 画像有無判別処理
109 画像サイズ取得処理
110 表示ドット色取得処理
111 検索結果表示処理
201X ポジティブ軸
201X ネガティブ軸
202 ポジティブ、ネガティブが豊富なWebページ
203 ポジティブ、ネガティブがないWebページ
301 PCの電源部
302 PCの制御部
303 PCの記憶部
304 PCの表示部
305 PCのキーボード部
306 PCのコネクタ部
401 データベース管理サーバの電源部
402 データベース管理サーバの制御部
403 データベース管理サーバの記憶部
404 データベース管理サーバの表示部
405 データベース管理サーバのキーボード部
DESCRIPTION OF SYMBOLS 10 Computer 20 Database management server 30 Network 101 Keyword input process 102 Search process 103 Web page presence determination process 104 Text, image extraction process 105 Text presence determination process 106 Word decomposition process 107 Positive / negative degree conversion process 108 Image presence determination process 109 Image size acquisition Processing 110 Displayed dot color acquisition processing 111 Search result display processing 201X Positive axis 201X Negative axis 202 Web page with abundant positive and negative 203 Web page without positive and negative 301 PC power supply unit 302 PC control unit 303 PC storage unit 304 PC Display Unit 305 PC Keyboard Unit 306 PC Connector Unit 401 Database Management Server Power Supply Unit 402 Database Management Server Configuration Keyboard portion of the display unit 405 the database management server storage unit 404 database management server control unit 403 database management server

Claims (1)

コンピュータと、データベース管理サーバとがネットワークを介して接続され、前記データベース管理サーバは、前記コンピュータから入力されたキーワードに従って、前記データベース管理サーバ内のデータベースから検索ヒットした関連情報を予め設定した「ポジティブ情報」、および「ネガティブ情報」と照合し、検索結果を絞り込み表示するWebページ検索結果表示方法であって、
前記データベース管理サーバは、各単語毎にポジティブに属するかネガティブに属するかの情報を有する言語辞書データベースと、画像サイズ辞書データベースと、有用画像数と表示する有用画像数のドット色との関係を予め設定した表示ドット色情報とを備え、
前記コンピュータのキーワード送信手段が、利用者が入力した検索対象キーワードを前記データベース管理サーバに送信するステップと、
前記データベース管理サーバの検索手段が、前記コンピュータの前記キーワード送信手段から受信した前記キーワードを基にWebページを検索するステップと、
前記データベース管理サーバの単語分解手段が、前記検索手段により検索されたWebページ内のテキストを単語ごとに分解するステップと、
前記データベース管理サーバの正負度合変換手段が、前記単語分解手段で分解された単語を、前記言語辞書データベースに登録されている単語と照合し、前記Webページ内のテキストの「ポジティブ情報」の数と、「ネガティブ情報」の数を取得するステップと、
前記データベース管理サーバの画像サイズ取得手段が、前記検索手段により検索されたWebページ内の各画像のファイルサイズを取得するステップと、
前記データベース管理サーバの有用画像数取得手段が、前記画像サイズ取得手段により取得された各画像のファイルサイズと、前記画像サイズ辞書データベースに登録されている画像ファイルサイズと照合し、有用画像数を取得するステップと、
前記データベース管理サーバの表示色決定手段が、前記有用画像数取得手段で取得した有用画像数量と前記表示ドット色情報と照合して表示色を決定するステップと、
前記データベース管理サーバの出力手段が、X座標とY座標から成るグラフ上の、前記正負度合変換手段で取得した「ポジティブ情報」の数と、「ネガティブ情報」の数の座標値に、前記表示色決定手段で決定された表示色の記号をプロットし、前記検索キーワードに対する検索結果として前記コンピュータに出力するステップと、
前記コンピュータの検索結果表示手段が、前記データベース管理サーバから送信される前記キーワードに対する検索結果を表示するステップとを有することを特徴とするWebページ検索結果表示方法。
A computer and a database management server are connected to each other via a network, and the database management server pre-sets “positive information” in which related information retrieved from a database in the database management server is preset according to a keyword input from the computer. ”And“ negative information ”, and a Web page search result display method for narrowing and displaying the search results,
The database management server predetermines a relationship between a language dictionary database having information on whether each word belongs to positive or negative, an image size dictionary database, the number of useful images, and the dot color of the number of useful images to be displayed. With set display dot color information,
The keyword transmitting means of the computer transmits a search target keyword input by a user to the database management server;
A search unit of the database management server searching a Web page based on the keyword received from the keyword transmission unit of the computer;
A step of decomposing the word in the database management server for each word of the text in the web page searched by the search unit;
The positive / negative degree conversion means of the database management server collates the words decomposed by the word decomposition means with the words registered in the language dictionary database, and the number of “positive information” of the text in the Web page; , Obtaining the number of “negative information”;
An image size acquisition unit of the database management server acquiring a file size of each image in the Web page searched by the search unit;
The useful image number acquisition unit of the database management server compares the file size of each image acquired by the image size acquisition unit with the image file size registered in the image size dictionary database, and acquires the number of useful images. And steps to
The display color determining means of the database management server determines the display color by comparing the useful image quantity acquired by the useful image number acquiring means with the display dot color information;
The output means of the database management server displays the display color on the coordinate value of the number of “positive information” and the number of “negative information” acquired by the positive / negative degree conversion means on the graph composed of the X coordinate and the Y coordinate. Plotting the symbol of the display color determined by the determining means, and outputting to the computer as a search result for the search keyword;
A search result display method of the computer, comprising: displaying a search result for the keyword transmitted from the database management server.
JP2006299241A 2006-11-02 2006-11-02 Method for displaying web page search result Pending JP2008117138A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006299241A JP2008117138A (en) 2006-11-02 2006-11-02 Method for displaying web page search result

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006299241A JP2008117138A (en) 2006-11-02 2006-11-02 Method for displaying web page search result

Publications (1)

Publication Number Publication Date
JP2008117138A true JP2008117138A (en) 2008-05-22

Family

ID=39503004

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006299241A Pending JP2008117138A (en) 2006-11-02 2006-11-02 Method for displaying web page search result

Country Status (1)

Country Link
JP (1) JP2008117138A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013109513A (en) * 2011-11-18 2013-06-06 Ntt Communications Kk Information display control device, information display control method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013109513A (en) * 2011-11-18 2013-06-06 Ntt Communications Kk Information display control device, information display control method, and program

Similar Documents

Publication Publication Date Title
US9411827B1 (en) Providing images of named resources in response to a search query
US20070098263A1 (en) Data entry apparatus and program therefor
JP2007317022A (en) Handwritten character processor and method for processing handwritten character
US20180082105A1 (en) Digitized handwriting sample ingestion systems and methods
US10120937B2 (en) Method and system for masking and filtering web contents and computer program product
KR101253502B1 (en) System and method for displaying application document
JP5229102B2 (en) Form search device, form search program, and form search method
JP2002342384A (en) Method for rendering piping and instrumentation diagram intelligent
JP2008117138A (en) Method for displaying web page search result
JP2017111500A (en) Character recognizing apparatus, and program
US11727023B2 (en) Information search and display system
JP2006023968A (en) Unique expression extracting method and device and program to be used for the same
US20130332824A1 (en) Embedded font processing method and device
JP7331551B2 (en) Information processing device and information processing program
JP5162215B2 (en) Data processing apparatus, data processing method, and program
JP5959460B2 (en) Data processing apparatus, data processing method, and program
JP5811435B2 (en) Display device and display control program
JP2005316881A (en) Program for drawing retrieval, drawing retrieval device, and method for displaying drawing retrieval result
JP7234010B2 (en) Information processing device and information processing method
JP4617015B2 (en) Document display device, document display method, and program
JP2007122258A (en) Data search device, data search program or data search method
JP2010134766A (en) Document data processing apparatus and program thereof
WO2020090356A1 (en) Ink data generation device, method, and program
US20080294652A1 (en) Personalized Identification Of System Resources
WO2015189941A1 (en) Information processing device, information processing method, and program