JP2009140020A - Annotation program, annotation device, and annotation method - Google Patents

Annotation program, annotation device, and annotation method Download PDF

Info

Publication number
JP2009140020A
JP2009140020A JP2007312699A JP2007312699A JP2009140020A JP 2009140020 A JP2009140020 A JP 2009140020A JP 2007312699 A JP2007312699 A JP 2007312699A JP 2007312699 A JP2007312699 A JP 2007312699A JP 2009140020 A JP2009140020 A JP 2009140020A
Authority
JP
Japan
Prior art keywords
annotation
information
article
pseudo
identifier
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
JP2007312699A
Other languages
Japanese (ja)
Other versions
JP5098605B2 (en
Inventor
Fumito Nishino
文人 西野
Terunobu Kume
照宣 粂
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2007312699A priority Critical patent/JP5098605B2/en
Publication of JP2009140020A publication Critical patent/JP2009140020A/en
Application granted granted Critical
Publication of JP5098605B2 publication Critical patent/JP5098605B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an annotation program, an annotation device and an annotation method for making annotation accurately act on information to which annotation has been applied even if the position of the information to which annotation has been applied is changed. <P>SOLUTION: A computer which applies annotation to information included in an information resource or makes annotation act is made to function as: an annotation application means for registering a first pseudo identifier for specifying information as the object of application in an annotation management means by making it associate with information resource specification information and annotation information based on the application request of annotation; and an annotation acting means for retrieving an annotation management means by a second pseudo identifier for specifying information included in the information resource based on the reference request of the information resource, and for making annotation information corresponding to the second pseudo identifier act on one or more information included in an information resource whose reference request has been made. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、アノテーションプログラム、アノテーション装置及びアノテーション方法に係り、特に利用者からの付与要求に基づき情報へアノテーションを付与し、又は利用者からの参照要求に基づき情報にアノテーションを作用させるアノテーションプログラム、アノテーション装置及びアノテーション方法に関する。   The present invention relates to an annotation program, an annotation apparatus, and an annotation method, and in particular, an annotation program that adds an annotation to information based on a request from a user, or acts on information based on a reference request from a user, an annotation The present invention relates to an apparatus and an annotation method.

近年、インターネットやイントラネット等のネットワーク上の情報資源(例えばWebページ)に二次的情報としてアノテーションを付与するWebアノテーションが、よく利用されるようになった。   In recent years, Web annotations that give annotations as secondary information to information resources (for example, Web pages) on a network such as the Internet or an intranet have come to be frequently used.

Webアノテーションは、ネットワーク上のWebページに対してWebページの作者と異なる別の第三者が、そのWebページに対して、付箋,下線,又はマーカなどのアノテーションを付与し、Webページの閲覧(参照)時に、付与したアノテーションをWebページと同時に表示したり、又は付与したアノテーションに基づいた処理をWebページに加えたりするものである。   In Web annotation, another third party different from the creator of the Web page gives an annotation such as a tag, underline, or marker to the Web page on the network, and browses the Web page ( (Reference), the added annotation is displayed simultaneously with the Web page, or processing based on the added annotation is added to the Web page.

通常はアノテーションが付与されたときに、そのWebページに対する一意の名前(例えばURL)を保持しておき、そのURLで指定されるWebページの閲覧時に、Webページに付与したアノテーションを復元することにより、時間をおいてのWebページの閲覧や、アノテーションを付与したアノテータと異なる第三者による閲覧であってもアノテーションを復元できる。   Normally, when an annotation is added, a unique name (for example, URL) for the Web page is held, and when the Web page specified by the URL is browsed, the annotation attached to the Web page is restored. An annotation can be restored even when browsing a Web page over time or browsing by a third party different from the annotator with the annotation.

従来、Webページの情報に対してアノテーションを付与し、付与したアノテーションを複数の利用者で共有する場合は、共通サーバにWebページのURLと、そのURLで示されるHTMLファイルに付与されたアノテーションの位置及び内容とを管理テーブルに登録することがよく行われている。   Conventionally, when an annotation is given to Web page information and the given annotation is shared by a plurality of users, the URL of the Web page on the common server and the annotation given to the HTML file indicated by the URL are displayed. It is common to register the location and contents in a management table.

利用者がURLを指定してWebサーバにHTMLファイルを要求すると、共通サーバはWebサーバからHTMLファイルを取得する。次に、共通サーバは管理テーブルを参照し、指定されたURLに対応するアノテーションが登録されていれば、アノテーションをHTMLファイルに埋め込んで利用者のクライアントに送信する。共通サーバは、上記のようにすることで、Webページの情報に付与されたアノテーションを複数の利用者で共有できる(例えば引用文献1参照)。   When the user designates a URL and requests an HTML file from the Web server, the common server acquires the HTML file from the Web server. Next, the common server refers to the management table, and if an annotation corresponding to the designated URL is registered, the annotation is embedded in the HTML file and transmitted to the user's client. The common server can share the annotation given to the information on the Web page among a plurality of users by doing the above (see, for example, cited document 1).

なお、引用文献1に記載されている技術は、電子書籍のようなデジタルコンテンツを対象としているため、アノテーションの位置の特定に、ページ識別子と行識別子とを用いている。すなわち、従来の技術はWebページが一意のURLを持ち、時間を経てもURLが変わらない場合に有効であった。   Note that the technique described in the cited document 1 targets digital content such as an electronic book, and therefore uses a page identifier and a row identifier to specify the position of the annotation. In other words, the conventional technique is effective when a Web page has a unique URL and the URL does not change over time.

また、従来、一般の電子文書に対するアノテーションの付与に対して、電子文書が更新されてもアノテーションを付与時の文書要素に関連付けて表示する場合は、付与された周辺情報を保持し、電子文書の更新後に、保持している周辺情報と近似する文書要素にアノテーションを復元する方法が知られている(例えば引用文献2参照)。   Conventionally, when annotation is added to a general electronic document, even if the electronic document is updated, if the annotation is displayed in association with the document element at the time of grant, the attached peripheral information is retained, A method is known in which annotation is restored to a document element that approximates retained peripheral information after updating (see, for example, cited document 2).

Webページに対するアノテーションでは、記事が追加されてWebページ内部の構成は変化するが構造は変化しない。また、アノテーションの付与時と同一のURL内に記事が存在する場合には、アノテーションの付与時に、記事そのもの或いは記事の特徴を取り出して記事を特定できるようにした情報(記事の疑似ID)を抽出し、その疑似IDをアノテーションのURL,内容,論理位置と共に保持する。   In an annotation for a Web page, an article is added and the configuration inside the Web page changes, but the structure does not change. Also, if an article exists in the same URL as when the annotation is assigned, the information (article pseudo-ID) that allows the article to be identified by extracting the article itself or the feature of the article when the annotation is assigned is extracted. The pseudo ID is held together with the URL, contents, and logical position of the annotation.

論理位置とは、XY座標のような表示に依存する物理的な位置ではなく、何段落目の何文字目のような表示とは独立な文字の位置をいう。例えばW3Cで規定されているXML文書の一部をアドレッシングするXpath(XML Path Language)言語が代表的なものである。   The logical position is not a physical position depending on the display such as the XY coordinates, but a character position independent of the display of what character in what paragraph. For example, a typical example is an Xpath (XML Path Language) language that addresses a part of an XML document defined by the W3C.

Webページの閲覧時には単純に指定された論理位置にアノテーションを復元するのではなく、兄弟記事のそれぞれから同一の疑似IDを有する記事を探し出し、移動した先の記事に対応する位置にアノテーションを復元する方法も知られている(例えば非特許文献1参照)。
特開2000−155766号公報 特許第3755315号 電子情報通信学会Webインテリジェンスとインタラクション研究会2007.7「What’s New型WebページにおけるXpathと記事のマッチング手法」
Rather than simply restoring the annotation to the specified logical position when browsing the Web page, the article having the same pseudo ID is searched from each sibling article, and the annotation is restored to the position corresponding to the moved article. A method is also known (see, for example, Non-Patent Document 1).
JP 2000-155766 A Japanese Patent No. 3755315 IEICE Web Intelligence and Interaction Research Group 20077.7 “How to Match Xpath and Article in What's New Type Web Page”

ところで、ネットワーク上のWebページが扱う情報はフロー型情報とストック型情報とに大別される。ブログやニュース等はフロー型情報の一例である。ブログやニュース等を扱うサイトでは、一つのURLで指定されるWebページに複数の記事を有する。これらの記事は、ある場合に別のURLで指定されるWebページ(例えば単独の記事だけを有するWebページ,カテゴリ別あるいは月別などに構成され直されたWebページ)に存在することもある。   By the way, information handled by Web pages on the network is roughly classified into flow type information and stock type information. Blogs and news are examples of flow-type information. A site handling blogs and news has a plurality of articles on a Web page specified by one URL. In some cases, these articles may exist on a Web page specified by a different URL (for example, a Web page having only a single article, a Web page reconfigured by category, month, or the like).

また、ブログやニュース等を扱うサイトでは時間とともに別の記事が追加され、Webページ内の構成が変更される。Webページ内の記事数が制限されている場合には「次のページ」というような形式で、最初のURLとは別のURLで指定されるWebページの中に記事が移動する場合もあった。   Also, in a site that handles blogs and news, other articles are added over time, and the configuration within the Web page is changed. When the number of articles in a web page is limited, the article may move to a web page specified by a URL different from the first URL in a format such as “next page”. .

このため、引用文献1に記載されている技術におけるページという概念を使用することができないという問題があった。また、ブログやニュース等を扱うサイトでは行という概念もないため、引用文献1に記載されている技術における行という概念を使用することもできないという問題があった。   For this reason, there was a problem that the concept of a page in the technique described in the cited document 1 cannot be used. Moreover, since there is no concept of a line in a site that handles blogs and news, there is a problem that the concept of a line in the technology described in the cited document 1 cannot be used.

ブログやニュース等を扱うサイトでは、アノテーションがWebページそのものに付与されるというよりも記事に対して付与される。そこで、ブログやニュース等を扱うサイトでは、記事のコピーが別のURLで指定されるWebページにも存在したり、あるいは記事が別のURLで指定されるWebページに移動したりしても、記事のコピーが存在するWebページが閲覧される場合、記事に付与されたアノテーションとして表示等、作用させる必要があった。   In sites that handle blogs and news, annotations are assigned to articles rather than Web pages themselves. Therefore, in a site that handles blogs and news, even if a copy of an article exists on a Web page specified by another URL, or an article moves to a Web page specified by another URL, When a Web page on which a copy of an article exists is browsed, it has been necessary to display or act as an annotation attached to the article.

また、引用文献2及び非特許文献1に記載されている技術では同一記事のコピーが別のURLで指定されるWebページに存在する場合、別のURLで指定されるWebページの閲覧においてアノテーションを表示等、作用させることができなかった。また、引用文献2及び非特許文献1に記載されている技術では、同一記事のコピーが別のURLで指定されるWebページに移動した場合、移動先の別のURLで指定されるWebページの閲覧においてアノテーションを表示等、作用させることができなかった。   Further, in the techniques described in the cited document 2 and the non-patent document 1, when a copy of the same article exists on a Web page specified by another URL, annotation is performed when browsing the Web page specified by another URL. It was not possible to act on the display. Further, in the techniques described in the cited document 2 and the non-patent document 1, when a copy of the same article is moved to a Web page specified by another URL, the Web page specified by another URL of the destination is moved. Annotation could not be displayed or operated during browsing.

本発明は、上記の点に鑑みなされたもので、アノテーションを付与した情報の位置が変化しても、アノテーションを付与した情報にアノテーションを正確に作用させることができるアノテーションプログラム、アノテーション装置及びアノテーション方法を提供することを目的とする。   The present invention has been made in view of the above points. An annotation program, an annotation apparatus, and an annotation method capable of causing an annotation to accurately act on the annotated information even if the position of the annotated information is changed. The purpose is to provide.

上記課題を解決するため、本発明は、ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるコンピュータを、利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与手段と、利用者からの前記情報資源の参照要求に基づき、前記情報資源に含まれている1つ以上の情報を特定する第2疑似識別子で前記アノテーション管理手段を検索し、前記第2疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用手段として機能させる為のアノテーションプログラムであることを特徴とする。   In order to solve the above-described problems, the present invention provides a computer that gives an annotation to one or more pieces of information included in an information resource on a network or acts on the information by a user. An annotation providing means for registering in the annotation management means a first pseudo identifier that specifies information to be annotated based on an annotation grant request, in association with information resource specifying information and annotation information; Based on an information resource reference request, the annotation management means is searched for a second pseudo identifier that specifies one or more information included in the information resource, and the annotation information corresponding to the second pseudo identifier is One or more pieces of information included in the information resource requested by the user Characterized in that it is a annotation program for causing to function as an annotation action means for use.

なお、本発明の構成要素、表現または構成要素の任意の組合せを、方法、装置、システム、コンピュータプログラム、記録媒体、データ構造などに適用したものも本発明の態様として有効である。   In addition, what applied the component, expression, or arbitrary combination of the component of this invention to a method, an apparatus, a system, a computer program, a recording medium, a data structure, etc. is also effective as an aspect of this invention.

本発明によれば、アノテーションを付与した情報の位置が変化しても、アノテーションを付与した情報にアノテーションを正確に作用させることができるアノテーションプログラム、アノテーション装置及びアノテーション方法を提供可能である。   According to the present invention, it is possible to provide an annotation program, an annotation apparatus, and an annotation method capable of causing an annotation to accurately act on the annotated information even if the position of the information to which the annotation is added changes.

次に、本発明を実施するための最良の形態を、以下の実施例に基づき図面を参照しつつ説明していく。   Next, the best mode for carrying out the present invention will be described based on the following embodiments with reference to the drawings.

(本発明の概要)
一般に同一記事のコピーが保持されていたり、同一記事のコピーが移動したりするURLは元の記事のURLと無関係なものではなく、同系列(サイトが同じ、ディレクトリが同じなど)にある。
(Outline of the present invention)
In general, the URL at which a copy of the same article is held or the copy of the same article is moved is not unrelated to the URL of the original article, but is in the same series (the same site, the same directory, etc.).

本発明は、インターネットやイントラネット等のネットワーク上のWebページに含まれる記事に付与されたアノテーションにおいて、無秩序に(人の自由意志によって)行われるコピーや移動ではないシステマティックな記事のコピー・移動があった場合に、アノテーションの付与されたWebページのURLとは別のURLへの記事の移動・コピーに際しても、そのコピー先あるいは移動先のURLのWebページの閲覧において、正確にアノテーションの表示等、作用させるものである。   According to the present invention, in annotations attached to articles included in a web page on a network such as the Internet or an intranet, there is a systematic article copying / moving which is not performed in a random manner (by human free will) and is not moved. When an article is moved / copied to a URL different from the URL of the Web page with the annotation, the annotation is displayed correctly when browsing the Web page of the copy destination or destination URL, etc. It works.

例えば、本発明はURLが「http://foo/bar1.html」のWebページにある記事Aにアノテーションを付与したとして、URLが「http://foo/bar2.html」のWebページの閲覧に際して、記事Aと同じものがURL「http://foo/bar2.html」のWebページにあった場合に、URL「http://foo/bar1.html」のWebページに含まれる記事AのアノテーションをURL「http://foo/bar2.html」のWebページに反映させるものである。   For example, in the present invention, assuming that an annotation is added to an article A in a web page with a URL “http: //foo/bar1.html”, browsing a web page with a URL “http: //foo/bar2.html” At this time, when the same thing as the article A is in the web page with the URL “http: //foo/bar2.html”, the article A included in the web page with the URL “http: //foo/bar1.html” The annotation is reflected on the Web page of the URL “http: //foo/bar2.html”.

次に、サンプルのHTMLテキストで説明する。例えばURL「http://foo/bar1.html」のWebページが図1に示すようなものであるとする。図1は、Webページの一例のイメージ図である。図1のWebページは、記事が水平線で区切られ、各記事に日付,タイトル,記事内容が含まれている。そして、図1のWebページは新しい記事が登録されると上に追加される。図1のWebページには一定の記事数だけが掲載される。図1のWebページは底に「前のページ」というリンクがあって、古くなった記事がリンク先に掲載されている。   Next, sample HTML text will be described. For example, it is assumed that the Web page with the URL “http: //foo/bar1.html” is as shown in FIG. FIG. 1 is an image diagram of an example of a Web page. In the Web page of FIG. 1, articles are divided by a horizontal line, and each article includes a date, title, and article content. 1 is added to the top when a new article is registered. Only a certain number of articles are posted on the Web page in FIG. The web page in FIG. 1 has a link “Previous Page” at the bottom, and an old article is posted at the link destination.

図1のWebページに含まれる記事3012の「記事3012の内容」という文字列にアノテーションを付与したとすると、図2のWebページに示すように、指定した文字列の後にアノテーションが表示される。図2は、アノテーションが付与されたWebページの一例のイメージ図である。図2のWebページは、記事3012の「記事3012の内容」という文字列の後にアノテーションが表示された例を表している。   If an annotation is added to the character string “contents of article 3012” of the article 3012 included in the web page in FIG. 1, the annotation is displayed after the designated character string as shown in the web page in FIG. FIG. 2 is an image diagram of an example of a Web page to which an annotation is given. 2 represents an example in which an annotation is displayed after the character string “contents of the article 3012” of the article 3012.

図2のWebページは時間が経つと記事が追加されるため、誰かが閲覧すると例えば図3のWebページのようになっている。図3は、記事が追加されたWebページの一例のイメージ図である。   Since an article is added to the Web page in FIG. 2 over time, when someone browses it, for example, it looks like the Web page in FIG. FIG. 3 is an image diagram of an example of a Web page to which an article has been added.

図3のWebページは、図2のWebページとURLが同じであるが、記事3014及び3015が追加され、図2のWebページに掲載されていた記事3011及び3012が「前のページ」という図4に示すようなリンク先のWebページに移動している。図4はリンク先のWebページの一例のイメージ図である。例えばリンク先のWebページのURLは「http://foo/bar2.html」であるとする。   The web page in FIG. 3 has the same URL as the web page in FIG. 2, but articles 3014 and 3015 are added, and the articles 3011 and 3012 posted on the web page in FIG. 2 are “previous page”. It has moved to the linked web page as shown in FIG. FIG. 4 is an image diagram of an example of a linked Web page. For example, it is assumed that the URL of the linked Web page is “http: //foo/bar2.html”.

Webページ内部の位置だけを憶えている従来の技術では、記事3012に付与したアノテーションを記事3014のところに表示し、URLが「http://foo/bar2.html」の記事3012のところに何も表示しない。また、Webページ内の記事の移動を考慮する場合には、URLが「http://foo/bar1.html」の記事3014のところにアノテーションが表示されなくなるが、相変わらずURLが「http://foo/bar2.html」の記事3012のところにアノテーションが表示されないままである。   In the conventional technology that remembers only the position inside the Web page, the annotation added to the article 3012 is displayed at the article 3014, and what is in the article 3012 whose URL is “http: //foo/bar2.html”. Is not displayed. Further, when considering the movement of an article in a Web page, an annotation is not displayed at the article 3014 with the URL “http: //foo/bar1.html”, but the URL is still “http: // An annotation is not displayed at the article 3012 of “foo / bar2.html”.

本発明はURLが「http://foo/bar1.html」の記事3012に付与されたアノテーションを記事3012のWebページ間の移動があっても復元するものである。例えば図4のWebページではURLが「http://foo/bar2.html」のWebページにアクセスした際、記事3012の対応する位置にアノテーションを復元しようとするものである。   The present invention restores the annotation given to the article 3012 whose URL is “http: //foo/bar1.html” even if the article 3012 moves between Web pages. For example, in the Web page of FIG. 4, when accessing a Web page whose URL is “http: //foo/bar2.html”, an annotation is to be restored to a corresponding position in the article 3012.

すなわち、本発明は図5のWebページに示すように、アノテーションを復元するものである。図5はリンク先のWebページに復元したアノテーションの一例のイメージ図である。図5のWebページに復元されたアノテーションは、図2のWebページに付与されたときとURL及び位置が物理的に変化している。   That is, the present invention restores the annotation as shown in the Web page of FIG. FIG. 5 is an image diagram of an example of the annotation restored to the linked Web page. The annotations restored to the Web page in FIG. 5 are physically different in URL and position from those given in the Web page in FIG.

なお、図1〜図5では説明を容易化するため、「記事3010」のように記事番号で記事が一意に特定できるようにしたが、実際に、このような記事番号が付与されているのではなく、通常のテキストがタイトルになっており、本文が別の記事であってもタイトルが同じというようなこともあり得る。   In FIG. 1 to FIG. 5, for ease of explanation, an article can be uniquely identified by an article number such as “article 3010”, but such an article number is actually given. Instead, normal text is the title, and the title may be the same even if the body is another article.

(本発明の原理)
図6は本発明の原理を表した説明図である。図6中、同系統URLグループ抽出部1はURLが与えられたときに、そのURLが指示する情報資源(Webページ)の中の記事のコピーが置かれたWebページ、あるいは時間の経過によって記事が移動する先のWebページ又は移動元のWebページのURLの集合(パターン)を求める。
(Principle of the present invention)
FIG. 6 is an explanatory diagram showing the principle of the present invention. In FIG. 6, when the URL is given, the URL group extraction unit 1 is a Web page on which a copy of the article in the information resource (Web page) indicated by the URL is placed, or an article over time. A set (pattern) of URLs of the destination web page or the source web page is obtained.

アノテーション取り出し部2は同系統URLグループ抽出部1が求めたURLの集合を与えられると、同系統URLグループ抽出部1が求めたURLの集合の各URLに付与されたアノテーションデータを取り出す。   When the annotation retrieval unit 2 is given the set of URLs obtained by the same-system URL group extraction unit 1, the annotation retrieval unit 2 retrieves annotation data given to each URL of the URL group obtained by the same-system URL group extraction unit 1.

同一記事判定部3はアノテーション取り出し部2が取り出したアノテーションデータを与えられると、アノテーション取り出し部2で取り出された各アノテーションデータに対して、そのアノテーションデータが指し示す記事と同一とみなせる記事が、現在閲覧しようとするWebページの中に存在するかどうかを判定する。   When the same article determination unit 3 is given the annotation data extracted by the annotation extraction unit 2, for each annotation data extracted by the annotation extraction unit 2, an article that can be regarded as the same as the article indicated by the annotation data is currently viewed It is determined whether or not the web page to be present exists.

アノテーション処理部4は同一記事判定部3でアノテーションデータが指し示す記事と同一とみなせる記事が、現在閲覧しようとするWebページの中に存在すると判定された場合に、同一記事判定部3で同一とみなせる記事が存在するアノテーションデータに対して、そのアノテーションデータを現在閲覧しようとするWebページに作用させる。ここでアノテーションデータを現在閲覧しようとするWebページに作用させるとは、例えばアノテーションを付加情報としてWebページ上に表示させるように、適切な形式でアノテーションデータをWebページに埋め込む処理を意味する。   The annotation processing unit 4 can be regarded as the same by the same article determination unit 3 when it is determined by the same article determination unit 3 that an article that can be regarded as the same as the article indicated by the annotation data exists in the Web page to be browsed now. For annotation data in which an article exists, the annotation data is applied to a Web page to be browsed now. Here, the action of the annotation data on the Web page to be browsed currently means a process of embedding the annotation data in an appropriate format so that the annotation is displayed on the Web page as additional information, for example.

以上のように、本発明ではURLを同系列のグループで管理し、アノテーションの付与された記事の同一性を判定することで、アノテーションを付与した記事のコピーや移動に対して、アノテーションが付与されたWebページのURLとは異なるURLが指示するWebページの閲覧においてもアノテーションを作用させることが可能となる。   As described above, in the present invention, URLs are managed in groups of the same series, and by determining the identity of an annotated article, an annotation is assigned to the copy or movement of the annotated article. It is also possible to make annotations work when browsing a Web page designated by a URL different from the URL of the Web page.

また、本発明では同一記事判定部3を有することで、アノテーションを付与したURLが指示するWebページの再度の閲覧において、元の記事の消滅に対してアノテーションを付与しなくすることも可能となる。   Further, in the present invention, by having the same article determination unit 3, it is possible to make no annotation given to the disappearance of the original article in the re-browsing of the Web page designated by the URL to which the annotation is added. .

図7は本発明の他の原理を表した説明図である。図7はアノテーション位置の復元を伴う点で図6に表した原理と異なる。図6は、別のURLが指示するWebページの閲覧において、同系列のURLの中でアノテーションが付与された記事の有無が分かるが、付与された位置を保持するアノテーションの場合、アノテーションの付与時とWebページの構成等が変わってしまうため、アノテーションが付与されていた記事中の位置を復元することができない。   FIG. 7 is an explanatory view showing another principle of the present invention. FIG. 7 differs from the principle shown in FIG. 6 in that the annotation position is restored. FIG. 6 shows the presence or absence of an annotated article in the URL of the same series when browsing a Web page designated by another URL. Since the configuration of the web page changes, the position in the article to which the annotation has been attached cannot be restored.

そこで、図7では図6の構成にアノテーション位置復元部5を追加している。このアノテーション位置復元部5では、アノテーション付与時にアノテーションの記事内での相対位置を求め、閲覧時に同一記事判定部3でアノテーションデータが指し示す記事と同一とみなせると判定された記事に対する相対位置から、閲覧するWebページ内におけるアノテーションの絶対位置を求める。   Therefore, in FIG. 7, the annotation position restoration unit 5 is added to the configuration of FIG. The annotation position restoration unit 5 obtains the relative position in the article of the annotation when the annotation is given, and browses from the relative position with respect to the article determined to be the same as the article indicated by the annotation data by the same article determination unit 3 at the time of browsing. The absolute position of the annotation in the Web page to be obtained is obtained.

具体的に、アノテーション位置復元部5は同一記事判定部3でアノテーションデータが指し示す記事と同一とみなせる記事が、現在閲覧しようとするWebページの中に存在すると判定された場合に、同一とみなせる記事が存在するアノテーションの記事に対する相対位置から、閲覧するWebページ内でアノテーションを付与する絶対位置を求め、アノテーションの絶対位置をアノテーション処理部4に与える。アノテーション位置復元部5を有することで、本発明ではアノテーションが付与された記事中の位置を復元できる。   Specifically, the annotation position restoration unit 5 can be regarded as the same article when it is determined by the same article determination unit 3 that an article that can be regarded as the same as the article indicated by the annotation data exists in the Web page to be browsed now. The absolute position to which the annotation is given in the Web page to be browsed is obtained from the relative position with respect to the article of the annotation in which the annotation exists, and the absolute position of the annotation is given to the annotation processing unit 4. By having the annotation position restoration unit 5, in the present invention, the position in the article to which the annotation is given can be restored.

図8は本発明の他の原理を説明した説明図である。図8は記事の疑似IDをキーとした点で図6及び図7に表した原理と異なる。図6及び図7に表した原理はURLをキーとした為、同一記事の判定が必要であった。   FIG. 8 is an explanatory diagram illustrating another principle of the present invention. FIG. 8 differs from the principle shown in FIGS. 6 and 7 in that the pseudo ID of the article is used as a key. Since the principle shown in FIGS. 6 and 7 uses the URL as a key, it is necessary to determine the same article.

記事取り出し部6は現在閲覧しようとするWebページの記事を取り出す。記事ID取得部7は記事取り出し部6が取り出した記事から記事の疑似IDを取得する。記事IDによるアノテーション獲得部8は記事ID取得部7が取得した記事の疑似IDをキーとしてアノテーションデータを獲得する。アノテーション処理部4は、獲得したアノテーションデータを現在閲覧しようとするWebページに作用させる。   The article retrieval unit 6 retrieves an article of a Web page that is currently being browsed. The article ID acquisition unit 7 acquires a pseudo ID of the article from the article extracted by the article extraction unit 6. An annotation acquisition unit 8 based on article ID acquires annotation data using the pseudo ID of the article acquired by the article ID acquisition unit 7 as a key. The annotation processing unit 4 causes the acquired annotation data to act on the Web page that is currently viewed.

以上のように、記事(の疑似ID)をキーとすることで、本発明では同一記事の判定や同系列のURLのグループの抽出が原理的には不要になる。   As described above, by using an article (pseudo ID) as a key, in the present invention, the determination of the same article and the extraction of a group of URLs of the same series become unnecessary in principle.

図9は本発明によるアノテーション方法を実現するシステムの一例の構成図である。図9のシステムは、アノテーション付与装置10,アノテーション管理サーバ20及びアノテーション作用装置30を含む構成である。   FIG. 9 is a block diagram of an example of a system for realizing the annotation method according to the present invention. The system in FIG. 9 includes an annotation assigning device 10, an annotation management server 20, and an annotation action device 30.

アノテーション付与装置10は、URLで指定されるWebページにアノテーションを付与する。アノテーション管理サーバ20はWebページに付与されたアノテーションを管理する。アノテーション作用装置30はURLで指定されるWebページにアクセスした時にアノテーションを作用させる。   The annotation assignment apparatus 10 assigns an annotation to a Web page specified by a URL. The annotation management server 20 manages annotations given to Web pages. The annotation operation device 30 operates the annotation when accessing the Web page specified by the URL.

典型的なアノテーション付与装置10は、Web閲覧器(例えばブラウザ)に拡張機能を追加したものである。アノテーション付与装置10は、Webページ受信部11と、アノテーション情報獲得部12と、論理位置特定部13と、記事特定部14と、記事内部相対論理位置取得部15と、アノテーション作成部16と、記事疑似ID付与部17と、アノテーション送信部18とを含む構成である。   A typical annotation assigning apparatus 10 is obtained by adding an extended function to a Web browsing device (for example, a browser). The annotation assigning apparatus 10 includes a web page receiving unit 11, an annotation information acquiring unit 12, a logical position specifying unit 13, an article specifying unit 14, an article internal relative logical position acquiring unit 15, an annotation creating unit 16, and an article. The pseudo-ID assigning unit 17 and the annotation transmitting unit 18 are included.

Webページ受信部11は、ネットワーク上のWebサーバにURLを送り、対応するWebページを受け取る。アノテーション情報獲得部12は、ユーザによるWebページ内のフラグメントの指定とアノテーション内容の指定の結果を受け取る。論理位置特定部13は指定されたフラグメントのWebページ内での論理位置を計算する。   The web page receiving unit 11 sends a URL to a web server on the network and receives a corresponding web page. The annotation information acquisition unit 12 receives the result of the specification of the fragment in the Web page and the specification of the annotation content by the user. The logical position specifying unit 13 calculates the logical position of the designated fragment in the Web page.

アノテーション作成部16は、論理位置特定部13によって計算された論理位置及びアノテーション内容からアノテーション管理サーバ20のアノテーションデータベース22に格納するアノテーションデータを作成する。アノテーション送信部18は作成されたアノテーションデータを、アノテーションデータベース22の管理を行うアノテーション管理サーバ20に送る。   The annotation creation unit 16 creates annotation data to be stored in the annotation database 22 of the annotation management server 20 from the logical position and annotation contents calculated by the logical position specifying unit 13. The annotation sending unit 18 sends the created annotation data to the annotation management server 20 that manages the annotation database 22.

ここまでは典型的なアノテーション付与装置10の構成である。本発明では、記事特定部14と、記事内部相対論理位置取得部15と、記事疑似ID付与部17とを更に含む構成である。記事特定部14は、付与されたアノテーションが、どの記事に付与されたかを求める。   Up to this point, the configuration of the typical annotation assigning apparatus 10 has been described. In this invention, it is the structure further including the article specific | specification part 14, the article internal relative logical position acquisition part 15, and the article pseudo ID provision part 17. FIG. The article specifying unit 14 obtains to which article the given annotation is given.

記事疑似ID付与部17は、記事を一意に特定するために、記事の特徴情報から記事を特定するための疑似IDを生成し、アノテーションデータに記事疑似IDを与える。記事内部相対論理位置取得部15は、後でアノテーション位置を復元する為、アノテーションが付与された論理位置から記事内部での相対論理位置を求め、アノテーションデータにアノテーション相対論理位置を与える。   The article pseudo ID giving unit 17 generates a pseudo ID for specifying an article from the feature information of the article in order to uniquely specify the article, and gives the article pseudo ID to the annotation data. In order to restore the annotation position later, the article internal relative logical position acquisition unit 15 obtains the relative logical position inside the article from the logical position to which the annotation is given, and gives the annotation relative logical position to the annotation data.

また、アノテーション管理サーバ20は、アノテーションデータベース管理部21及びアノテーションデータベース22を含む構成である。アノテーションデータベース22はアノテーションデータを格納している。アノテーションデータベース管理部21は、アノテーションデータベース22に対するアノテーションの格納、検索などを行う。   The annotation management server 20 includes an annotation database management unit 21 and an annotation database 22. The annotation database 22 stores annotation data. The annotation database management unit 21 stores and searches annotations with respect to the annotation database 22.

また、典型的なアノテーション作用装置30も、Web閲覧器に拡張機能を追加したものである。アノテーション作用装置30は、アノテーション取り出し部31と、アノテーション作用部32と、記事特定部33と、同一記事判定部34と、同系列URLグループ抽出部35と、Webページ受信部36と、アノテーション位置復元部37とを含む構成である。   The typical annotation action device 30 also has an extended function added to the Web browsing device. The annotation operation device 30 includes an annotation extraction unit 31, an annotation operation unit 32, an article specification unit 33, an identical article determination unit 34, an in-series URL group extraction unit 35, a web page reception unit 36, and an annotation position restoration. Part 37.

Webページ受信部36は、URLを与えるとWebサーバからWebページを取ってくる。なお、アノテーション作用装置30は受信したWebページを表示する表示部(図示せず)も含む構成である。   The Web page receiving unit 36 fetches a Web page from the Web server when a URL is given. Note that the annotation action device 30 also includes a display unit (not shown) that displays the received web page.

アノテーション取り出し部31は、指定されたURLに対するアノテーションデータをアノテーション管理サーバ20に問い合わせ、指定されたURLに対するアノテーションデータをアノテーション管理サーバ20から取ってくる。また、アノテーション作用部32はアノテーション管理サーバ20から取ってきたアノテーションデータをWebページに作用させる。   The annotation retrieval unit 31 inquires the annotation management server 20 about annotation data for the designated URL, and fetches annotation data for the designated URL from the annotation management server 20. In addition, the annotation action unit 32 causes the annotation data acquired from the annotation management server 20 to act on the Web page.

最も典型的なアノテーションの作用はアノテーションの内容をWebページと合わせて表示するものである。その場合、アノテーション作用部32は、アノテーションデータをWebページに埋め込んで表示部に渡すという処理を行う。   The most typical action of annotation is to display the contents of the annotation together with the Web page. In that case, the annotation operation unit 32 performs processing of embedding annotation data in a Web page and passing it to the display unit.

同系列URLグループ抽出部35は与えられたURLから同系列のURLのグループを取り出す。アノテーション取り出し部31は同系列のURLのグループとして取り出された個々のURLに対するアノテーションデータをアノテーション管理サーバ20から取り出す。記事特定部33は、指定されたURLに対するWebページに含まれる記事を特定する。   The same series URL group extraction unit 35 extracts a group of URLs of the same series from the given URL. The annotation extraction unit 31 extracts annotation data for each URL extracted as a group of URLs of the same series from the annotation management server 20. The article specifying unit 33 specifies an article included in the Web page for the designated URL.

同一記事判定部34はアノテーション管理サーバ20から取り出されたアノテーションデータが付与されている記事と同一とみなせる記事が、指定されたURLに対するWebページに含まれるかを判定し、同一とみなせる記事が含まれると判定したアノテーションデータをアノテーション作用部32に引き渡す。   The same article determination unit 34 determines whether an article that can be regarded as the same as an article to which annotation data extracted from the annotation management server 20 is included is included in the Web page for the specified URL, and includes articles that can be regarded as the same. The annotation data determined to be received is delivered to the annotation action unit 32.

さらに記事におけるアノテーションの位置を保持するために、アノテーション位置復元部37は、同一とみなせる記事があると判定されたアノテーションに対して、元々のアノテーションの記事内部での相対位置及び現在のWebページの対応する記事の位置からアノテーションを作用させる位置を決める。   In addition, in order to hold the position of the annotation in the article, the annotation position restoration unit 37 compares the relative position of the original annotation within the article and the current web page with respect to the annotation determined to have an article that can be regarded as the same. The position where the annotation is applied is determined from the position of the corresponding article.

図9のアノテーション付与装置10,アノテーション管理サーバ20,アノテーション作用装置30は、例えば図10のようなハードウェア構成により実現される。なお、アノテーション付与装置10,アノテーション管理サーバ20,アノテーション作用装置30は別々の筐体により実現してもよいし、1つの筐体により実現してもよい。以下の説明ではアノテーション付与装置10,アノテーション管理サーバ20,アノテーション作用装置30をアノテーション装置と総称する。   The annotation assigning device 10, the annotation management server 20, and the annotation action device 30 in FIG. 9 are realized by a hardware configuration as shown in FIG. Note that the annotation assigning device 10, the annotation management server 20, and the annotation action device 30 may be realized by separate cases, or may be realized by a single case. In the following description, the annotation assigning device 10, the annotation management server 20, and the annotation action device 30 are collectively referred to as an annotation device.

図10は、アノテーション装置の一例のハードウェア構成図である。アノテーション装置は、それぞれバスBで相互に接続されている入力装置51,出力装置52,ドライブ装置53,補助記憶装置54,主記憶装置55,演算処理装置56およびインターフェース装置57で構成される。   FIG. 10 is a hardware configuration diagram of an example of the annotation apparatus. The annotation device includes an input device 51, an output device 52, a drive device 53, an auxiliary storage device 54, a main storage device 55, an arithmetic processing device 56, and an interface device 57 that are mutually connected by a bus B.

入力装置51はキーボードやマウスなどで構成され、各種信号を入力するために用いられる。出力装置52はディスプレイ装置などで構成され、各種ウインドウやデータ等を表示するために用いられる。インターフェース装置57は、モデム,LANカードなどで構成されており、ネットワークに接続する為に用いられる。   The input device 51 includes a keyboard and a mouse, and is used for inputting various signals. The output device 52 includes a display device and is used to display various windows, data, and the like. The interface device 57 includes a modem, a LAN card, and the like, and is used for connecting to a network.

本発明のアノテーションプログラムはアノテーション装置を制御する各種プログラムの少なくとも一部である。アノテーションプログラムは記録媒体58の配布やネットワークからのダウンロードなどによって提供される。アノテーションプログラムを記録した記録媒体58は、CD−ROM、フレキシブルディスク、光磁気ディスク等の様に情報を光学的,電気的或いは磁気的に記録する記録媒体、ROM、フラッシュメモリ等の様に情報を電気的に記録する半導体メモリ等、様々なタイプの記録媒体を用いることができる。   The annotation program of the present invention is at least a part of various programs that control the annotation apparatus. The annotation program is provided by distributing the recording medium 58 or downloading it from the network. The recording medium 58 on which the annotation program is recorded is information such as a CD-ROM, a flexible disk, a magneto-optical disk, etc., a recording medium for recording information optically, electrically or magnetically, a ROM, a flash memory, etc. Various types of recording media such as a semiconductor memory for electrical recording can be used.

また、アノテーションプログラムを記録した記録媒体58がドライブ装置53にセットされると、アノテーションプログラムは記録媒体58からドライブ装置53を介して補助記憶装置54にインストールされる。ネットワークからダウンロードされたアノテーションプログラムは、インターフェース装置57を介して補助記憶装置54にインストールされる。   When the recording medium 58 on which the annotation program is recorded is set in the drive device 53, the annotation program is installed from the recording medium 58 to the auxiliary storage device 54 via the drive device 53. The annotation program downloaded from the network is installed in the auxiliary storage device 54 via the interface device 57.

アノテーション装置は、インストールされたアノテーションプログラムを格納すると共に、必要なファイル,データ等を格納する。主記憶装置55は、起動時に補助記憶装置54からアノテーションプログラムを読み出して格納する。そして、演算処理装置56は主記憶装置55に格納されたアノテーションプログラムに従って、後述するような各種処理を実現している。   The annotation device stores the installed annotation program and also stores necessary files, data, and the like. The main storage device 55 reads and stores the annotation program from the auxiliary storage device 54 at the time of activation. The arithmetic processing unit 56 implements various processes as described later in accordance with the annotation program stored in the main storage device 55.

(典型的な閲覧器)
図9ではアノテーション付与装置10とアノテーション作用装置30とを別々のものとして説明した。しかしながら、典型的な実施例では、1つのWeb閲覧器に対して、アノテーション付与の拡張とアノテーション作用の拡張の両方を施したものになる。このような実施例では閲覧器の処理は以下のようになる。
(Typical browsing device)
In FIG. 9, the annotation giving device 10 and the annotation action device 30 have been described as being separate. However, in a typical embodiment, one Web browser is provided with both annotation extension and annotation action extension. In such an embodiment, the processing of the browsing device is as follows.

図11は典型的な閲覧器の処理手順を表したフローチャートである。閲覧時の処理として閲覧器はまず、ステップS1に進み、Webページの表示を行う。閲覧器はステップS2に進み、利用者のアクションを受け付ける。利用者のアクションとしては、例えばアノテーション付与要求がある。利用者は、マウスドラッグによりWebページ中のフラグメントを指定し、そのまま右クリックしてメニューを表示させ、そのメニューの中からアノテーション付与という項目を選ぶ。そして、利用者はアノテーション内容としてテキストを入力することによってアノテーション付与要求を行う。閲覧器は受け付けたアクションに応じた処理をステップS3以降で行う。   FIG. 11 is a flowchart showing a processing procedure of a typical browsing device. As a process at the time of browsing, the browsing device first proceeds to step S1 and displays a Web page. The browsing device proceeds to step S2 and accepts a user action. An example of a user action is an annotation assignment request. The user designates a fragment in the Web page by dragging the mouse, right-clicks as it is to display a menu, and selects an item of annotation from the menu. Then, the user makes an annotation assignment request by inputting text as the annotation content. The browsing device performs processing corresponding to the accepted action in step S3 and subsequent steps.

ステップS3では、閲覧器がアノテーション付与要求を受け付けたかを判定する。アノテーション付与要求を受け付けたと判定すると、閲覧器はステップS4に進み、受け付けたアクションのアクション解析(マウスドラッグされたフラグメントや入力されたテキストを取り出し、フラグメントを求める)をする。ステップS5に進み、閲覧器はフラグメントの論理位置(Xpath)を求める。なお、Xpathの具体例は後述する。   In step S3, it is determined whether the browsing device has accepted an annotation assignment request. If it is determined that the annotation grant request has been received, the browsing device proceeds to step S4, and performs an action analysis of the accepted action (takes out a mouse dragged fragment or input text and obtains a fragment). In step S5, the browsing device obtains the logical position (Xpath) of the fragment. A specific example of Xpath will be described later.

ステップS6に進み、閲覧器はアノテーション登録(現WebページのURLと論理位置、アノテーション内容などからなるアノテーションデータ(レコード)を作り出して、それをアノテーション管理サーバ20に送ってアノテーションデータベース22への登録を要求する)を行う。その後、閲覧器はステップS1の閲覧時の処理に戻ることで、付与したアノテーションを表示に反映させることになる。   In step S6, the browsing device creates an annotation registration (annotation data (record) including the URL and logical position of the current Web page, annotation content, etc.) and sends it to the annotation management server 20 to register it in the annotation database 22. Request). Thereafter, the browsing device returns to the processing at the time of browsing in step S1 to reflect the assigned annotation on the display.

なお、利用者のアクションとしては、アノテーション付与要求以外に、アノテーション削除などのアノテーションに関するものや、アドレス欄に移動先のURLを記述する移動要求とかの一般の閲覧器におけるアクションがある。   In addition to the annotation assignment request, the user action includes an action related to an annotation such as annotation deletion, and an action in a general browsing device such as a movement request describing a destination URL in the address field.

(アノテーションデータ例)
アノテーションデータはアノテーション管理サーバ20のアノテーションデータベース22で管理される。図12はアノテーションデータの一例の構成図である。図12に示したアノテーションデータは、アノテーションが付与されたWebページのURLと、アノテーションが付与された記事を特定するための記事疑似IDと、Webページ内のどこにアノテーションが付与されたかを示すアノテーションの論理位置と、アノテーションの内容とを有している。その他、アノテーションデータは、アノテーション付与日、アノテーション付与者、アノテーション内容のカテゴリ等の付帯情報を有することもある。
(Annotation data example)
The annotation data is managed by the annotation database 22 of the annotation management server 20. FIG. 12 is a configuration diagram of an example of annotation data. The annotation data shown in FIG. 12 includes the URL of the Web page with the annotation, the article pseudo-ID for specifying the article with the annotation, and the annotation indicating where the annotation is added within the Web page. It has a logical position and the content of the annotation. In addition, the annotation data may have incidental information such as an annotation assignment date, an annotation assignor, and an annotation content category.

例えば図12のアノテーションデータにおいて、第2レコードは、ある時点でURL「http://foo/bar1.html」の論理位置「/body/div/div/div[2]/div/p/text()[0:9]」で示されるフラグメントに「アノテーション」というテキストがアノテーションとして付与されたことを示している。また、このアノテーションが付与された時の、そのフラグメントが属する記事は記事疑似ID「34e3fce74489」で示されるものである。仮にアノテーションが付与された時のURL「http://foo/bar1.html」が図13のHTMLであったとする。   For example, in the annotation data of FIG. 12, the second record has a logical position “/ body / div / div / div [2] / div / p / text () of the URL“ http: //foo/bar1.html ”at a certain time. ) [0: 9] ”indicates that the text“ annotation ”has been added as an annotation. Further, when this annotation is given, the article to which the fragment belongs is indicated by the article pseudo ID “34e3fce74489”. Assume that the URL “http: //foo/bar1.html” when the annotation is given is the HTML of FIG.

図13はHTMLの一例の構成図である。図13に示したHTMLの木構造は図14のようになる。図14はHTMLの木構造を表した一例の構成図である。例えば図13のHTMLに含まれる2番目の記事「記事3012」のテキストまでのパスは、図14の点線で示したようになる。   FIG. 13 is a configuration diagram of an example of HTML. The tree structure of the HTML shown in FIG. 13 is as shown in FIG. FIG. 14 is a block diagram showing an example of an HTML tree structure. For example, the path to the text of the second article “article 3012” included in the HTML of FIG. 13 is as shown by the dotted line in FIG.

例えば図13のHTMLに含まれる2番目の記事「記事3012」のテキストまでのパスをXpathで表現すると「/body/div/div/div[2]/div/p/text()」となる。アノテーションの具体的な位置は、さらにテキスト(文字列)内のオフセットが必要であり、また始点と終点が必要になる。したがって、「記事3012」の本文の0から9文字目というフラグメントは「/body/div/div/div[2]/div/p/text()[0:9]」と表現されることになる。ここでは簡単のために始点と終点やオフセットを同時に表現したが、分割して表現してもよい。   For example, when the path to the text of the second article “article 3012” included in the HTML of FIG. 13 is expressed in Xpath, “/ body / div / div / div [2] / div / p / text ()” is obtained. The specific position of the annotation further requires an offset in the text (character string), and also requires a start point and an end point. Therefore, the fragment from the 0th character to the ninth character of the body of “Article 3012” is expressed as “/ body / div / div / div [2] / div / p / text () [0: 9]”. . Here, for the sake of simplicity, the start point, the end point, and the offset are expressed simultaneously, but may be expressed separately.

なお、今閲覧しようとしているWebページとアノテーションが付与された時のWebページとは時間差もあるので、同じではないかもしれない。また、URLや論理位置が同じであっても同じ記事とは限らない。さらに、上の例では「http://foo/bar2.html」にアノテーションが付与された時の記事は、閲覧しようとしている今はもうないかもしれない。   Note that there is a time difference between the Web page that is being browsed and the Web page when the annotation is added, so it may not be the same. Even if the URL and logical position are the same, the articles are not necessarily the same. Furthermore, in the above example, the article when “http: //foo/bar2.html” is annotated may not be present now.

また図12では、第2レコードも第3レコードも同じURLの同じ論理位置へのアノテーションであるが、記事疑似IDが異なるので違う記事に付与されていることを示している。このように記事疑似IDは記事を特定するために記事から計算して求めたものであり、例えば記事(上の例では<hr />に囲まれた部分のテキスト)のハッシュコードなどが用いられる。記事の疑似IDについては後述する。   FIG. 12 also shows that both the second record and the third record are annotations to the same logical position of the same URL, but are assigned to different articles because the article pseudo IDs are different. In this way, the article pseudo ID is obtained by calculating from the article in order to identify the article, and for example, a hash code of the article (in the above example, the text surrounded by <hr />) is used. . The pseudo ID of the article will be described later.

(閲覧時の処理)
閲覧時における閲覧器の処理は図15に示すようになる。図15は閲覧時における閲覧器の処理手順を表したフローチャートである。
(Processing when browsing)
The processing of the browsing device at the time of browsing is as shown in FIG. FIG. 15 is a flowchart showing the processing procedure of the browsing device during browsing.

ステップS11に進み、閲覧器は、まず「http://foo/bar2.html」のような表示すべきWebページのURLが与えられる。ステップS12に進み、閲覧器は与えられたURLに対応するWebページを読み込む。ここまでは通常の閲覧器と同じである。   In step S11, the browsing device is first given the URL of the Web page to be displayed, such as “http: //foo/bar2.html”. In step S12, the browsing device reads a Web page corresponding to the given URL. Up to this point, it is the same as a normal browsing device.

従来のWebアノテーション機能付きの閲覧器では、ここで指定されたURLに付与されたアノテーションデータをアノテーション管理サーバ20から取り出す。本発明による閲覧器は同系列URLグループ抽出部35を有しており、ステップS13において、指定されたURLの同系列のグループの全アノテーションデータを読み込むことが大きな違いである。   In the conventional browsing device with the Web annotation function, the annotation data given to the URL specified here is taken out from the annotation management server 20. The browsing device according to the present invention has the same-series URL group extraction unit 35, and in step S13, the main difference is that all annotation data of the same-series group of the specified URL is read.

例えばアノテーションデータが図12のようなものである場合、従来の閲覧器であればURLが「http://foo/bar2.html」と一致するレコードのみを読み込む。一方、本発明の閲覧器では、URLが「http://foo/bar2.html」と一致するレコードの他、同系列のURLのグループのレコードであるURLが「http://foo/bar1.html」のレコードも読み込む。   For example, in the case where the annotation data is as shown in FIG. 12, in the case of a conventional browsing device, only the record whose URL matches “http: //foo/bar2.html” is read. On the other hand, in the browsing device of the present invention, in addition to the record whose URL matches “http: //foo/bar2.html”, the URL which is a record of a group of URLs of the same series is “http: // foo / bar1. Also read "html" record.

図12のアノテーションデータでは、第2,3及び4のレコードが読み込まれることになる。この処理の実施例は後述する。閲覧器は、取り出されたアノテーションデータの集合の個々の要素であるアノテーションデータに対して以下の処理を行う。   In the annotation data of FIG. 12, the second, third and fourth records are read. An example of this process will be described later. The browsing device performs the following processing on the annotation data, which is an individual element of the extracted annotation data set.

ステップS14に進み、閲覧器はステップS13でアノテーション管理サーバ20から取り出したアノテーションデータがまだあるか否かを判定する。アノテーションデータがまだあれば、閲覧器は一つのアノテーションデータを選択する。   In step S14, the browsing device determines whether there is still annotation data extracted from the annotation management server 20 in step S13. If annotation data still exists, the browsing device selects one annotation data.

ステップS15に進み、閲覧器はステップS11で指定されたURLに対応するWebページにステップS14で選択したアノテーションの付与された記事が存在するか(対応する記事があるか)を判定する(同一記事判定部34)。なお、記事の定義及び同一記事判定部34の詳細については後述する。   In step S15, the browsing device determines whether there is an article with the annotation selected in step S14 on the Web page corresponding to the URL specified in step S11 (whether there is a corresponding article) (same article). Determination unit 34). The details of the article definition and the same article determination unit 34 will be described later.

対応する記事があれば、閲覧器はステップS16に進み、その対応する記事に対してアノテーションデータを作用させる(アノテーション作用部32)。なお、アノテーション作用部32の詳細については後述する。ステップS16に続いてステップS17に進み、閲覧器はステップS13でアノテーション管理サーバ20から取り出した次のアノテーションデータを扱うため、ステップS14に戻る。   If there is a corresponding article, the browsing device proceeds to step S16, and the annotation data is applied to the corresponding article (annotation action unit 32). Details of the annotation action unit 32 will be described later. Progressing to step S17 following step S16, the browsing device returns to step S14 in order to handle the next annotation data extracted from the annotation management server 20 in step S13.

なお、対応する記事がなければ、閲覧器は、ステップS14で選択したアノテーションデータに関して何もしない。閲覧器はステップS15に続いてステップS17に進み、ステップS13でアノテーション管理サーバ20から取り出した次のアノテーションデータを扱うため、ステップS14に戻る。   If there is no corresponding article, the browsing device does nothing with the annotation data selected in step S14. The browser proceeds to step S17 following step S15, and returns to step S14 in order to handle the next annotation data extracted from the annotation management server 20 in step S13.

このように閲覧器は指定されたURLの同系列のグループの全アノテーションデータの個々のアノテーションデータに対して、そのアノテーションデータに対応する記事が指定されたURLに対応するWebページに有るかを判定する。アノテーションデータに対応する記事が指定されたURLに対応するWebページにあれば、閲覧器はアノテーションを作用させる(アノテーション作用部32)。アノテーション作用部32の具体例は後述する。   In this way, the browsing device determines, for each annotation data of all annotation data in the group of the same series of the specified URL, whether an article corresponding to the annotation data is on the Web page corresponding to the specified URL. To do. If the article corresponding to the annotation data is on the Web page corresponding to the specified URL, the browsing device operates the annotation (annotation operation unit 32). A specific example of the annotation action unit 32 will be described later.

すべてのアノテーションデータの処理が終わったら、閲覧器はステップS14に続いてステップS18に進み、アノテーションを作用させたWebページの表示を行う。図15では同系列のURLの集合をWebページの閲覧時に求める実施例を示したが、別の実施例として、アノテーションの付与時に同系列のURLの集合を求めてもよい。この場合は同系列のURLの集合をアノテーションデータとともに保持しておく。   When the processing of all annotation data is completed, the browsing device proceeds to step S18 following step S14, and displays the web page on which the annotation is applied. Although FIG. 15 shows an example in which a set of URLs of the same series is obtained when browsing a Web page, as another example, a set of URLs of the same series may be obtained when an annotation is given. In this case, a set of URLs of the same series is held together with the annotation data.

アノテーション取り出し部31では、閲覧しようとしているURLの同系列の集合とアノテーションを貼られた時のURLとのマッチングを取る代わりに、閲覧しようとしているURLと、アノテーションを貼られた時のURLから求めた同系列のURLの集合とのマッチングがとられることになる。   The annotation retrieval unit 31 obtains from the URL to be browsed and the URL at the time when the annotation is pasted instead of matching the set of the same series of URLs to be browsed with the URL when the annotation is pasted. Matching with a set of URLs of the same series is taken.

(同系列のグループの全アノテーションデータの読み込みの処理)
閲覧しようとしているURLの同系列のグループの全アノテーションの読み込み時における処理は、図16に示すようになる。図16は、閲覧しようとしているURLの同系列のグループの全アノテーションの読み込み時における処理手順を表したフローチャートである。
(Process to read all annotation data of the same series group)
The process at the time of reading all annotations of the group of the same series of the URL to be browsed is as shown in FIG. FIG. 16 is a flowchart showing a processing procedure at the time of reading all annotations of a group of the same series of URLs to be browsed.

ステップS21に進み、アノテーション取り出し部31は表示すべきWebページのURLを受け取る。アノテーション処理部31はステップS22に進み、ステップS21で与えられたURLに対する同系列のURLのグループを求める。この同系列のURLのグループを求める手順の詳細は後述する。   In step S21, the annotation extraction unit 31 receives the URL of the Web page to be displayed. In step S22, the annotation processing unit 31 obtains a group of URLs in the same series with respect to the URL given in step S21. Details of the procedure for obtaining a group of URLs of the same series will be described later.

同系列のURLのグループはURLを元とする集合である。したがって、同系列のURLのグループは、外延的記法(集合に属する元をすべて列挙する)で表現することもできるし、内包的記法(集合に属するための元が満たさなければならない条件を明示する)で表現することもできる。   A group of URLs of the same series is a set based on URLs. Therefore, a group of URLs of the same series can be expressed in an extended notation (listing all the elements belonging to the set), or an inclusive notation (specifying the conditions that elements to belong to the set must satisfy) ).

同系列のURLのグループの具体的な表現としては、正規表現(パターン表現)で記述することができる。閲覧器は同系列のURLのグループのパターン表現をアノテーション管理サーバ20に送る。   A specific expression of a group of URLs of the same series can be described by a regular expression (pattern expression). The browsing device sends the pattern representation of the group of URLs of the same series to the annotation management server 20.

アノテーション管理サーバ20はステップS23に進み、アノテーションデータを読み込む。ステップS24に進み、アノテーション管理サーバ20はアノテーションデータがまだあれば、ステップS25に進む。アノテーション管理サーバ20は、ステップS23で読み込んだアノテーションデータのURLが同系列のURLのグループのパターン表現とマッチするかを判定する。   The annotation management server 20 proceeds to step S23 and reads the annotation data. Proceeding to step S24, the annotation management server 20 proceeds to step S25 if annotation data still exists. The annotation management server 20 determines whether the URL of the annotation data read in step S23 matches the pattern expression of the URL group of the same series.

同系列のURLのグループのパターン表現とマッチすれば、アノテーション管理サーバ20はステップS26に進み、ステップS23で読み込んだアノテーションデータを適合として残す。アノテーション管理サーバ20は同系列のURLのグループのパターン表現とマッチしなければステップS27に進み、ステップS23で読み込んだアノテーションデータを不適合として捨てる。   If it matches the pattern expression of the group of URLs of the same series, the annotation management server 20 proceeds to step S26 and leaves the annotation data read in step S23 as a match. If the annotation management server 20 does not match the pattern expression of the group of URLs of the same series, the process proceeds to step S27, and the annotation data read in step S23 is discarded as nonconforming.

アノテーション管理サーバ20は、ステップS24においてアノテーションデータがもう無いと判定するまで、ステップS23〜S27の処理を繰り返し行う。アノテーション管理サーバ20は、ステップS24においてアノテーションデータがもう無いと判定するとステップS28に進み、適合として残したアノテーションデータを閲覧器に返すことにより閲覧しようとしているURLの同系列のグループの全アノテーションデータを閲覧器に返すことができる。   The annotation management server 20 repeats the processes in steps S23 to S27 until it is determined in step S24 that there is no more annotation data. If the annotation management server 20 determines in step S24 that there is no more annotation data, the annotation management server 20 proceeds to step S28 and returns all annotation data of the same series of URLs to be browsed by returning the annotation data left as conformance to the browsing device. Can be returned to the viewer.

図16に示したフローチャートでは、同系列のURLのグループのパターン表現に合致するURLのアノテーションデータを取り込むことで、同系列のURLのグループの全アノテーションデータの読み込みができる。   In the flowchart shown in FIG. 16, by fetching URL annotation data that matches the pattern expression of the URL group of the same series, all annotation data of the URL group of the same series can be read.

(同系列のURLのグループを求める処理)
同系列のグループのURLとは、一つの記事のコピーが置かれたり、時間経過に伴って記事が移動されたりするURLを言う。ブログやニュースでは、同系列のグループのURLのタイプがほぼ決まっており、例えば与えられたURLに対して通常一つ上のディレクトリが以下のすべてのURLというように決めておけばよい。
(Process for obtaining a group of URLs of the same series)
The URL of the group of the same series means a URL where a copy of one article is placed or an article is moved as time passes. In blogs and news, the types of URLs of groups in the same series are almost determined. For example, a directory that is usually one higher than a given URL may be determined as all the following URLs.

すなわち現在のURLが「http://サイト名/ディレクトリ1/…/ディレクトリn-1/ディレクトリn/ファイル名」ならば「ディレクトリn-1」配下のすべてのURLとしておけばよい。しかし、これでは本来、同系列のグループでないURLが混入することもある。   That is, if the current URL is “http: // site name / directory 1 /.. ./Directory n-1 / directory n / file name”, all URLs under “directory n-1” may be used. However, in this case, a URL that is not originally a group of the same series may be mixed.

雑音の混入を防ぐためには、例えば全てのディレクトリの全てのファイルとするのではなく、cat[1-9]+/[0-9]*.{html,htm,php}のようにディレクトリ名やファイル名を、パターンを指定することで制約することもできる。いずれにしろ同系列のURLをより正しく求めることは別の技術課題である。なお、同系列でないURLの混入があっても同一記事判定部34で同一の記事がないと判定されるので、無駄な同一判定をするという時間的ロスがあるだけで本発明を実施する上では、大きな問題にはならない。 In order to prevent noise contamination, for example, not all files in all directories but directory names such as cat [1-9] + /[0-9]*.{html,htm,php} File names can also be constrained by specifying a pattern. In any case, obtaining the URL of the same series more correctly is another technical problem. Note that even if URLs that are not in the same series are mixed, the same article determination unit 34 determines that there is no same article. Therefore, in implementing the present invention, there is only a time loss of making a wasteful determination of the same. It ’s not a big problem.

(記事の定義と認定処理)
記事は文章の単位である。記事はブログにおいてエントリーと呼ばれることもある。記事は、日付、タイトル、本文、投稿者、投稿日時、コメント、トラックバック、パーマリンクなどを持つ。記事の認定処理の一つの実施例は、規則による切り分けである。一般にブログは定型的な構造を持つ。そこで、記事の認定処理では、各ブログに対して予めどのようなパターンで記事が存在するかを規則で保持し、その規則を参照することで記事を切り出す。図13の例では、<hr />と<hr />との間を記事として切り出せばよい。
(Article definition and certification process)
An article is a unit of text. Articles are sometimes called entries in blogs. An article has a date, title, text, contributor, posting date, comment, trackback, permalink, and the like. One example of the article certification process is the separation by rule. In general, a blog has a typical structure. Therefore, certified process article, whether the article advance with any pattern exists with respect to each blog held at regular, cut out articles by referring to the rule. In the example of FIG. 13, it is only necessary to cut out between <hr /> and <hr /> as an article.

別の例として例えば「MovableType」というツールで作成したブログでは、記事が図17のような構造をしている。図17は記事の構造を表した一例の構成図である。図17の例では、例えば「class="entry"」の内部を記事とするように決めてやればよい。   As another example, in a blog created by a tool called “MovableType”, for example, an article has a structure as shown in FIG. FIG. 17 is a block diagram showing an example of the structure of an article. In the example of FIG. 17, for example, the inside of “class =“ entry ”” may be determined as an article.

認定処理の別の実施例としては個々の規則によらず自動認定を行うこともできる。例えば記事が複数存在するならば、その構造は繰り返しになることから、繰り返し構造を利用して記事を認定できる("HTML2RSS: Automatic Generation of RSS Feed based on Structure
Analysis of HTML Document" http://www2006.org/programme/item.php?id=p3など)。
As another example of the certification process, automatic certification can be performed regardless of individual rules. For example, if there are multiple articles, the structure will be repeated, so you can authorize articles using the repeated structure ("HTML2RSS: Automatic Generation of RSS Feed based on Structure
Analysis of HTML Document "http://www2006.org/programme/item.php?id=p3 etc.).

実際の運用では、規則が存在するならば規則を利用し、存在しなければ自動認定を行うなどの融合的な処理が行われる。   In actual operation, if the rule exists, the rule is used, and if it does not exist, integrated processing such as automatic recognition is performed.

(同一記事の判定処理)
同一記事の判定処理は、アノテーションデータが示すアノテーションの付与された記事が現在閲覧しようとするWebページに存在するかを判定するものである。
(Judgment process for the same article)
In the same article determination process, it is determined whether an article to which an annotation indicated by the annotation data is present is present on the Web page to be browsed.

同一記事の判定処理の一つの実施例は、アノテーション付与時における記事疑似IDの付与がある。即ち、アノテーション付与アクションにおいて通常のアクション解析、フラグメントの論理位置計算、アノテーション登録において、フラグメントの論理位置計算とアノテーション登録の間に、閲覧器は図18に示すような処理を行う。   One example of determination processing for the same article is the provision of an article pseudo-ID at the time of annotation assignment. In other words, in normal action analysis, fragment logical position calculation, and annotation registration in an annotation assignment action, the browsing device performs processing as shown in FIG. 18 between fragment logical position calculation and annotation registration.

図18はアノテーション付与時における記事疑似ID付与の処理手順を表した一例のフローチャートである。ステップS31に進み、閲覧器はアノテーションが付与された記事の取り出しを行う。ステップS32に進み、閲覧器はアノテーションが付与された記事から後述のように記事疑似IDの作成を行う。   FIG. 18 is a flowchart illustrating an example of the processing procedure of article pseudo ID assignment at the time of annotation assignment. Proceeding to step S31, the browsing device takes out the article with the annotation. Proceeding to step S32, the browsing device creates an article pseudo-ID from the article with the annotation as described later.

ステップS33に進み、閲覧器は通常のアノテーションデータに、記事疑似IDを付け加えてアノテーションデータとして、アノテーション登録を行う。図18に示した処理手順によりアノテーションデータは記事疑似IDを有することになる。なお、記事IDではなく記事疑似IDとしたのは、記事IDが記事に対して一意のものであるのに対し、記事疑似IDが記事の特徴から作成したものであり、一意性を100%保証できていないことによる。   In step S33, the browsing device adds the article pseudo ID to the normal annotation data and registers the annotation as annotation data. The annotation data has the article pseudo ID by the processing procedure shown in FIG. Note that the article pseudo-ID is not the article ID, but the article ID is created from the feature of the article, whereas the article ID is unique to the article, and the uniqueness is 100% guaranteed. Because it was not done.

Webページの閲覧時、同一記事判定部34は図19に示すような処理を行う。図19はWebページの閲覧時における同一記事の判定処理手順を表した一例のフローチャートである。   When browsing a Web page, the same article determination unit 34 performs processing as shown in FIG. FIG. 19 is a flowchart illustrating an example of a determination process procedure for the same article when browsing a Web page.

ステップS41に進み、同一記事判定部34は現在閲覧しようとするWebページと同系列のURLのグループの全アノテーションデータのうち、同一記事の判定処理を行う記事の記事疑似IDを取り出しておく。ステップS42,S43に進み、同一記事判定部34は現在閲覧しようとするWebページの最初の記事から順に記事がなくなるまで記事を取り出して以下の処理を行う。   In step S41, the same article determination unit 34 extracts an article pseudo-ID of an article for which the same article determination process is performed from all annotation data of a group of URLs in the same series as the Web page to be currently browsed. Proceeding to steps S42 and S43, the same article determination unit 34 extracts articles in order from the first article of the Web page to be browsed until there are no more articles, and performs the following processing.

同一記事判定部34は、ステップS44に進み、取り出した(注目している)記事の記事疑似IDを求める。ステップS45に進み、ステップS44で求めた記事疑似IDがステップS41でアノテーションデータから取り出された記事疑似IDと一致しているならば、注目している記事はアノテーションデータが示すところの記事と同じとみなせることになる。   The same article determination unit 34 proceeds to step S44, and obtains the article pseudo ID of the extracted (attention) article. Proceeding to step S45, if the article pseudo ID obtained in step S44 matches the article pseudo ID extracted from the annotation data in step S41, the article of interest is the same as the article indicated by the annotation data. It can be considered.

したがって、ステップS44で求めた記事疑似IDがステップS41でアノテーションデータから取り出された記事疑似IDと一致していれば、同一記事判定部34はステップS48に進み、現在閲覧しようとするWebページに記事疑似IDで示される記事があると判定する。   Therefore, if the article pseudo ID obtained in step S44 matches the article pseudo ID extracted from the annotation data in step S41, the same article determination unit 34 proceeds to step S48, and the article is displayed on the Web page to be browsed now. It is determined that there is an article indicated by a pseudo ID.

もし一致しないのならば、同一記事判定部34は、注目している記事がアノテーションデータの示す記事と異なるので、ステップS46に進み、次の記事の処理に進む。同一記事判定部34は現在閲覧しようとするWebページの最初の記事から順に記事がなくなるまで記事を取り出したあと、ステップS47に進み、現在閲覧しようとするWebページに記事疑似IDで示される記事がないと判定する。   If they do not match, the same article determination unit 34 proceeds to step S46 and proceeds to processing of the next article because the article of interest is different from the article indicated by the annotation data. The same article determination unit 34 extracts articles in order from the first article of the Web page that is currently being browsed until there are no more articles, and then proceeds to step S47, and the article indicated by the article pseudo ID is currently displayed on the Web page that is currently being browsed. Judge that there is no.

(記事の記事疑似ID取得処理)
記事の記事疑似ID取得処理は、記事の同一性を判定するために、記事の特徴情報から記事疑似IDを求めるものである。最も単純な手法は、記事全体あるいはタイトルの文字列を記事疑似IDとするものである。しかし、記事全体あるいはタイトルの文字列を記事疑似IDとする手法は記事疑似IDの容量が大きくなり、また同一性の判定にも時間がかかる。
(Article pseudo-ID acquisition processing for articles)
The article pseudo ID acquisition process of an article is to obtain an article pseudo ID from the feature information of the article in order to determine the identity of the article. The simplest method is to use the entire article or a character string of the title as the article pseudo ID. However, the method of using the entire article or the character string of the title as the article pseudo-ID increases the capacity of the article pseudo-ID, and it takes time to determine the identity.

そこで通常は、記事の記事疑似ID取得処理として、記事全体あるいは一部の文字列をハッシュコードにより数値化することが行われている。その他の記事疑似IDとしては記事が投稿された日時情報を用いることもできる。また各記事のパーマリンクを記事疑似IDとすることもできる。パーマリンク(固定リンク)とは、Webページの中の個々の記事に対して設けられたURLを与えたものである。
(参考:IT用語辞典 http://www.sophia-it.com/
content/%E3%83%91%E3%83%BC%E3%83%9E%E3%83%AA%E3%83%B3%E3%82%AF)
(アノテーション処理)
アノテーション作用部32は、アノテーションデータを、その対応する記事に対して作用させる。アノテーションデータには、少なくともアノテーションが付与されたWebページのURLと、アノテーションが付与された記事を特定するための記事疑似IDと、アノテーション内容とを持っている。また、アノテーションの位置を復元する場合にはアノテーションを作用させるべき位置として論理位置を持っている。
Therefore, normally, as an article pseudo-ID acquisition process for an article, the entire article or a part of a character string is digitized by a hash code. As other article pseudo-IDs, date / time information when an article is posted can be used. The permalink of each article can also be used as an article pseudo ID. A permalink (fixed link) is a URL provided for each article in a Web page.
(Reference: IT Glossary http://www.sophia-it.com/
content /% E3% 83% 91% E3% 83% BC% E3% 83% 9E% E3% 83% AA% E3% 83% B3% E3% 82% AF)
(Annotation processing)
The annotation action unit 32 causes the annotation data to act on the corresponding article. The annotation data has at least the URL of the Web page with the annotation, the article pseudo ID for specifying the article with the annotation, and the annotation content. Further, when restoring the position of the annotation, it has a logical position as a position where the annotation should act.

アノテーションデータの記事に対する作用としての典型例は、アノテーションデータの追加表示である。この場合、アノテーションデータを作用させるとは、Webページの適切な位置にアノテーションデータの示すデータを埋め込んだ表示用のWebページを作りあげていくことであり、最後にアノテーションデータが埋め込まれたWebページを表示するものである。なお、アノテーションの記事に対する作用の別例としては、メタデータの埋め込みなどのWebページに副作用を持たせるものもある(表示の色や大きさを変えるなど)。   A typical example of the action of annotation data on an article is an additional display of annotation data. In this case, to operate the annotation data means to create a display web page in which the data indicated by the annotation data is embedded at an appropriate position of the web page, and finally to the web page in which the annotation data is embedded. To display. As another example of the action of annotations on an article, there is a Web page such as metadata embedding that has side effects (such as changing the display color or size).

図20は、アノテーション処理手順を表した一例のフローチャートである。ステップS51,S52に進み、アノテーション作用部32は同一記事の判定処理により現在閲覧しようとするWebページにあると判定された記事のアノテーションデータを無くなるまで順番に取り出す。   FIG. 20 is a flowchart illustrating an example of the annotation processing procedure. Proceeding to steps S51 and S52, the annotation action unit 32 sequentially extracts the annotation data of the articles determined to be in the Web page to be browsed currently by the same article determination processing until the articles disappear.

アノテーションデータを取り出すと、アノテーション作用部32はステップS53に進み、取り出したアノテーションデータに含まれる論理位置からWebページにおける実際の位置を求める。アノテーション作用部32は、ステップS54に進み、取り出したアノテーションの種類が表示用か、その他の種類かを判定する。   When the annotation data is extracted, the annotation operation unit 32 proceeds to step S53, and obtains the actual position on the Web page from the logical position included in the extracted annotation data. In step S54, the annotation action unit 32 determines whether the type of the extracted annotation is for display or other types.

取り出したアノテーションの種類が表示用であれば、アノテーション作用部32はステップS55に進み、表示用のHTMLフラグメントを作成する。ステップS56に進み、アノテーション作用部32は作成した表示用のHTMLフラグメントを表示用一時HTMLに埋め込み、Webページの適切な位置にアノテーションデータの示すデータを埋め込んだ表示用のWebページを作りあげる。   If the extracted annotation type is for display, the annotation operation unit 32 proceeds to step S55 and creates an HTML fragment for display. In step S56, the annotation action unit 32 embeds the created display HTML fragment in the temporary display HTML, and creates a display Web page in which the data indicated by the annotation data is embedded at an appropriate position of the Web page.

なお、アノテーション作用部32は同一記事の判定処理により現在閲覧しようとするWebページにあると判定された記事のアノテーションデータを無くなるまで順番に取り出したあと、ステップS57に進み、表示用一時HTMLを表示部に渡すことによりアノテーションデータが埋め込まれたWebページを表示できる。   Note that the annotation action unit 32 sequentially extracts the annotation data of the articles determined to be on the Web page to be browsed by the same article determination process until no longer exists, and then proceeds to step S57 to display the temporary display HTML. The web page in which the annotation data is embedded can be displayed by passing it to the section.

(アノテーション位置の復元処理)
アノテーションが付与された時のアノテーションの記事内部での位置を復元する為にはアノテーション付与時にアノテーションの付与された位置がどの記事の内部にあたるのかアノテーションが付与された記事を特定し、アノテーションが付与された位置の記事内部での論理位置を求め、その論理位置をアノテーションが付与されたWebページのURL,アノテーションが付与された記事の記事疑似IDやアノテーションの内容と共にアノテーションデータとして記録しておく。
(Annotation position restoration processing)
In order to restore the position of the annotation inside the article when the annotation is given, the article with the annotation is specified and the annotation is assigned to the article where the annotation is given. The logical position within the article at the selected position is obtained, and the logical position is recorded as annotation data together with the URL of the Web page with the annotation, the article pseudo-ID of the article with the annotation, and the content of the annotation.

そしてWebページの閲覧時、アノテーションを復元する際に、アノテーションデータから記事の論理位置を取り出し、対応する記事の論理位置の場所を求め、その場所をアノテーションの作用位置とする。図21及び図22はHTMLの木構造を表した一例の構成図である。   When browsing the Web page, when restoring the annotation, the logical position of the article is extracted from the annotation data, the location of the logical position of the corresponding article is obtained, and the location is set as the action position of the annotation. FIG. 21 and FIG. 22 are configuration diagrams of an example representing an HTML tree structure.

例えば図21の木構造の例では、<hr />と<hr />の間を記事として定義するならば「/body/div/div/div[2]/div/p/text()」の記事は点線で示した「/body/div/div/hr[2]/」から「/body/div/div/hr[3]/」の範囲になる。したがって、記事内でのアノテーションの論理位置は「div/div/p/text()」となる。   For example, in the example of the tree structure in FIG. 21, if an article between <hr /> and <hr /> is defined as “/ body / div / div / div [2] / div / p / text ()”, Articles range from "/ body / div / div / hr [2] /" to "/ body / div / div / hr [3] /" shown by dotted lines. Therefore, the logical position of the annotation in the article is “div / div / p / text ()”.

したがって、記事3012が「http://foo/bar2.html」に移った例では、記事3012の位置を認識した後は、例えば図22に点線で示す論理位置を使ってアノテーションを付与するべき位置を決定することができる。アノテーション位置の復元処理における論理位置の計算は、例えば図23のフローチャートで示す処理手順により行われる。図23は論理位置の計算を行う処理手順を表した一例のフローチャートである。   Therefore, in the example in which the article 3012 has moved to “http: //foo/bar2.html”, after the position of the article 3012 is recognized, for example, the position where the annotation should be added using the logical position indicated by the dotted line in FIG. Can be determined. The calculation of the logical position in the annotation position restoration process is performed, for example, according to the processing procedure shown in the flowchart of FIG. FIG. 23 is a flowchart illustrating an example of a processing procedure for calculating a logical position.

ステップS61に進み、アノテーション位置復元部37は、まず記事のパターンから記事範囲の上位ノードを求める。図21の例では<hr />で区切られた範囲を記事と認定したので、記事範囲の上位ノードのXpathが「/body/div/div」となる。   In step S61, the annotation position restoration unit 37 first obtains the upper node of the article range from the article pattern. In the example of FIG. 21, since the range delimited by <hr /> is recognized as an article, the Xpath of the upper node of the article range is “/ body / div / div”.

ステップS62に進み、アノテーション位置復元部37はアノテーションのXpathを求める。図21の例ではアノテーションのXpathとして「/body/div/div/div[2]/div/p/text()」を求める。ステップS63,S64ではアノテーション位置復元部37が、記事範囲外に出るまでアノテーションのXpath「/body/div/div/div[2]/div/p/text()」を1つずつ上位にたどる。この例では「/body/div/div」までたどりつく。   In step S62, the annotation position restoration unit 37 obtains the Xpath of the annotation. In the example of FIG. 21, “/ body / div / div / div [2] / div / p / text ()” is obtained as the Xpath of the annotation. In steps S63 and S64, the annotation position restoration unit 37 traces the annotation Xpath “/ body / div / div / div [2] / div / p / text ()” one by one until it goes out of the article range. In this example, it reaches "/ body / div / div".

記事範囲外に出ると、アノテーション位置復元部37はステップS65に進み、記事パターンからアノテーションを包含する記事範囲を求める(点線で囲まれた部分)。そしてアノテーション位置復元部37は、現在位置である「/body/div/div」からアノテーション位置までの記事範囲内でのXpathを求める。   If it goes out of the article range, the annotation position restoration unit 37 proceeds to step S65, and obtains an article range including the annotation from the article pattern (a part surrounded by a dotted line). Then, the annotation position restoration unit 37 obtains Xpath within the article range from “/ body / div / div”, which is the current position, to the annotation position.

図21の例では、現在位置である「/body/div/div」からアノテーション位置までの記事範囲内でのXpathが「div/div/p/text()」となる。なお、上位ノードからの全体範囲では2番目の「div」なので「div[2]/div/p/text()」であるが、記事範囲に限定すると最初の「div」になるのでこのようになる。   In the example of FIG. 21, Xpath within the article range from “/ body / div / div”, which is the current position, to the annotation position is “div / div / p / text ()”. In addition, it is “div [2] / div / p / text ()” because it is the second “div” in the entire range from the upper node, but this is because it becomes the first “div” when limited to the article range. Become.

これまではアノテーションデータベース22にアノテーションの論理位置を格納した例を示したが、アノテーション位置の復元をする上では記事内部での相対論理位置を格納する方が良い。相対論理位置を格納するとアノテーションデータは図24のようになる。図24は相対論理位置を格納するとアノテーションデータの一例の構成図である。なお、実際には記事以外の固定部分へのアノテーションも考えられる。そのようなアノテーションに対しては、論理位置を保持しておくことになる。   The example in which the annotation logical position is stored in the annotation database 22 has been shown so far, but it is better to store the relative logical position within the article in order to restore the annotation position. When the relative logical position is stored, the annotation data becomes as shown in FIG. FIG. 24 is a configuration diagram of an example of annotation data when relative logical positions are stored. Actually, annotations to fixed parts other than articles can be considered. For such annotations, the logical position is retained.

相対論理位置からのアノテーション位置の復元は、例えば図25のフローチャートで示す処理手順により行われる。図25は相対論理位置からのアノテーション位置の復元処理手順を表した一例のフローチャートである。相対論理位置からのアノテーション位置の復元処理では、認定された記事と相対論理位置からアノテーションの位置を復元する。   The annotation position is restored from the relative logical position by, for example, the processing procedure shown in the flowchart of FIG. FIG. 25 is a flowchart illustrating an example of an annotation position restoration process procedure from a relative logical position. In the annotation position restoration process from the relative logical position, the annotation position is restored from the recognized article and the relative logical position.

ステップS71に進み、アノテーション位置復元部37は記事の上位ノード「/body/div/div」を求める。ステップS72に進み、アノテーション位置復元部37は相対論理位置及び記事範囲から最初の子ノードを求める。アノテーション位置復元部37は記事の上位ノードから相対論理位置のXpathにしたがって木構造をたどる。   In step S71, the annotation position restoration unit 37 obtains the upper node “/ body / div / div” of the article. In step S72, the annotation position restoration unit 37 obtains the first child node from the relative logical position and the article range. The annotation position restoration unit 37 follows the tree structure according to the Xpath of the relative logical position from the upper node of the article.

その際、アノテーション位置復元部37は、最初の子ノードを認定された記事範囲内での相対論理位置としてたどる。図21の例では、記事の上位ノードが「/body/div/div」であり、相対論理位置が「div/div/p/text()」であるが、記事範囲から最初の「div」が全体でも最初の「div」であることを求め、後は順にたどることで、「/body/div/div/div/div/p/text()」にたどりつく。アノテーション位置復元部37はステップS75に進み、たどりついたところを復元場所とする。   At that time, the annotation position restoration unit 37 follows the first child node as a relative logical position within the certified article range. In the example of FIG. 21, the upper node of the article is “/ body / div / div” and the relative logical position is “div / div / p / text ()”, but the first “div” from the article range is As a whole, the first “div” is requested, and the subsequent steps are followed in order to arrive at “/ body / div / div / div / div / p / text ()”. The annotation position restoration unit 37 proceeds to step S75 and sets the place where the annotation is reached as a restoration place.

(まとめ)
本発明は、フロー型情報のアノテーションに対応するために、記事内容から記事を特定するための情報(記事疑似ID)を計算して持たせるが、ページをまたがった移動や、関連ページへの複写に対応するために、指定されたURLに付与されたアノテーションだけではなく、閲覧しようとしているURLの同系列のグループの全アノテーションをとりにいくことがポイントである。しかし、これだけではアノテーションの位置を復元できないので、本発明はアノテーションの位置を各URLに依存した位置ではなく記事における相対位置で管理することでアノテーションの位置の復元も可能としている。
(Summary)
The present invention calculates and has information (article pseudo-ID) for specifying an article from the article contents in order to correspond to the annotation of the flow type information, but it is possible to move across pages and copy to related pages. In order to cope with the above, it is important to collect not only the annotations assigned to the specified URL but also all annotations of the same series of URLs to be browsed. However, since the position of the annotation cannot be restored only by this, the present invention enables the restoration of the position of the annotation by managing the position of the annotation not by the position depending on each URL but by the relative position in the article.

実施例1では閲覧しようとしているURLをキーとして、閲覧しようとしているURLの同系列のグループの全アノテーション(関連するアノテーション)を取り出す例を示したが、別の実施例として、記事疑似IDをキーとして関連するアノテーションを取り出すこともできる。   In the first embodiment, an example in which all annotations (related annotations) of a group of the same series of URLs to be browsed are extracted using the URL to be browsed as a key, but as another example, an article pseudo ID is used as a key. As well as related annotations.

閲覧時における閲覧器の処理は図26に示すようになる。図26は閲覧時における閲覧器の処理手順を表したフローチャートである。   The processing of the browsing device at the time of browsing is as shown in FIG. FIG. 26 is a flowchart showing the processing procedure of the browsing device during browsing.

ステップS81に進み、閲覧器は、まず「http://foo/bar2.html」のような表示すべきWebページのURLが与えられる。ステップS82に進み、閲覧器は与えられたURLに対応するWebページを読み込む。ステップS83,S84では、閲覧器が、読み込んだWebページ中にある記事を順番に取り出す。   In step S81, the browsing device is first given the URL of the Web page to be displayed, such as “http: //foo/bar2.html”. In step S82, the browsing device reads a Web page corresponding to the given URL. In steps S83 and S84, the browsing device sequentially extracts articles in the read web page.

ステップS85に進み、閲覧器は取り出した記事の記事疑似IDを求める。ステップS86に進み、閲覧器はステップS85で求めた記事疑似IDをキーとしてアノテーション管理サーバ20に対してアノテーションデータを取り出すように依頼する。   Proceeding to step S85, the browsing device obtains an article pseudo ID of the extracted article. In step S86, the browsing device requests the annotation management server 20 to extract annotation data using the article pseudo ID obtained in step S85 as a key.

アノテーション管理サーバ20は記事疑似IDに対応するアノテーションデータがあれば、記事疑似IDに対応する1つ以上のアノテーションデータを閲覧器に渡す。ステップS87に進み、閲覧器は記事疑似IDに対応するアノテーションデータを渡されると、ステップS88に進み、アノテーションデータを対応する記事に作用させたあと、ステップS83に戻る。閲覧器は記事疑似IDに対応するアノテーションデータを渡されなければ、そのままステップS83に戻る。なお、アノテーションデータを対応する記事に作用させる仕方は実施例1と同様である。   If there is annotation data corresponding to the article pseudo-ID, the annotation management server 20 passes one or more annotation data corresponding to the article pseudo-ID to the browsing device. Proceeding to step S87, when the annotation data corresponding to the article pseudo-ID is passed, the browsing device proceeds to step S88, where the annotation data is applied to the corresponding article, and then returns to step S83. If the annotation data corresponding to the article pseudo-ID is not passed, the browsing device directly returns to step S83. Note that the method of causing annotation data to act on the corresponding article is the same as in the first embodiment.

読み込んだWebページ中にあるすべての記事に対して処理が終了したら、閲覧器はステップS84に続いてステップS89に進み、アノテーションを作用させたWebページの表示を行う。   When the processing is completed for all articles in the read web page, the browsing device proceeds to step S89 following step S84, and displays the web page on which the annotation is applied.

例えば与えられたURL「http://foo/bar2.html」に対して図27のHTMLで表されるWebページを読み込んだとする。図27はHTMLの一例の構成図である。閲覧器は図27の点線で囲んだ<hr />と<hr />との間を記事として認定し、図27の点線で囲んだ部分を記事として切り出す。   For example, assume that a Web page represented by HTML in FIG. 27 is read with respect to a given URL “http: //foo/bar2.html”. FIG. 27 is a configuration diagram of an example of HTML. The browsing device recognizes between <hr /> and <hr /> enclosed by the dotted line in FIG. 27 as an article, and cuts out the part enclosed by the dotted line in FIG. 27 as an article.

閲覧器は、切り出した記事から記事疑似ID「34e3fce74489」を計算し、この記事疑似ID「34e3fce74489」をキーとしてアノテーションデータベース22からアノテーションデータを取り出す。例えば図24のアノテーションデータの場合、第2レコードを構成するURL「http://foo/bar1.html」、記事疑似ID「34e3fce74489」、相対論理位置「div/div/p/text()[0:9]、アノテーション内容「アノテーション」が見つかるので、閲覧器は前述のようにアノテーションデータをWebページに作用させたあと、Webページを表示させる。   The browsing device calculates the article pseudo ID “34e3fce74489” from the extracted article, and takes out the annotation data from the annotation database 22 using the article pseudo ID “34e3fce74489” as a key. For example, in the case of the annotation data in FIG. 24, the URL “http: //foo/bar1.html”, the article pseudo ID “34e3fce74489”, and the relative logical position “div / div / p / text () [0] that configure the second record. : 9] Since the annotation content “annotation” is found, the browsing device causes the annotation data to act on the Web page as described above, and then displays the Web page.

(まとめ)
本発明は、フロー型情報のアノテーションに対応するために、記事内容から記事を特定するための情報(記事疑似ID)を計算して持たせるが、ページをまたがった移動や、関連ページへの複写に対応するために、閲覧しようとしているURLの同系列のグループを特定せずに、記事疑似IDを直接検索することにより記事単位のアノテーションを可能としている。
(Summary)
The present invention calculates and has information (article pseudo-ID) for specifying an article from the article contents in order to correspond to the annotation of the flow type information, but it is possible to move across pages and copy to related pages. In order to cope with the above, annotations in units of articles are made possible by directly searching for article pseudo IDs without specifying the same series group of URLs to be browsed.

本発明は、以下に記載する付記のような構成が考えられる。
(付記1)
ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるコンピュータを、
利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与手段と、
利用者からの前記情報資源の参照要求に基づき、前記情報資源に含まれている1つ以上の情報を特定する第2疑似識別子で前記アノテーション管理手段を検索し、前記第2疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用手段と
して機能させる為のアノテーションプログラム。
(付記2)
前記情報は、ネットワーク上の情報資源に含まれる1つ以上の記事であり、
前記アノテーション付与手段は、前記コンピュータを、
利用者からの前記アノテーションの付与要求に基づいて前記アノテーションの付与対象となる記事を特定する第1記事特定手段と、
前記特定した記事から前記第1疑似識別子を生成する第1疑似識別子生成手段と、
前記生成した第1疑似識別子を前記情報資源特定情報及び前記アノテーション情報と対応付けてアノテーション管理手段に登録する登録手段と
して機能させる為の付記1記載のアノテーションプログラム。
(付記3)
前記アノテーション情報は、前記アノテーションの内容を有しており、
前記アノテーション作用手段は、前記コンピュータを、
利用者からの前記ネットワーク上の情報資源の参照要求に基づいて前記情報資源に含まれる1つ以上の記事を特定する第2記事特定手段と、
前記特定した記事から第2疑似識別子を生成する第2疑似識別子生成手段と、
前記第2疑似識別子に対応する前記アノテーションの内容を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の記事に作用させるように前記情報資源を更新するアノテーション処理手段と
して機能させる付記2記載のアノテーションプログラム。
(付記4)
ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるコンピュータを、
利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与手段と、
利用者からの前記情報資源の参照要求に基づき、前記情報資源に関連のある同系列の前記情報資源のグループを前記情報資源特定情報に基づいて抽出し、前記アノテーション管理手段から前記グループの前記情報資源特定情報に対応する前記アノテーション情報及び第1疑似識別子を検索し、利用者からの参照要求のあった前記情報資源に含まれる1つ以上の情報を特定する第2疑似識別子に前記第1疑似識別子と同一のものがあれば前記第1疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用手段と
して機能させる為のアノテーションプログラム。
(付記5)
前記情報は、ネットワーク上の情報資源に含まれる1つ以上の記事であり、
前記アノテーション付与手段は、前記コンピュータを、
前記アノテーションの付与対象となる記事を特定する第1疑似識別子を更に前記記事上の前記アノテーションを付与した論理位置情報と対応付けてアノテーション管理手段に登録するアノテーション位置登録手段として機能させ、
前記アノテーション作用手段は、前記コンピュータを、
利用者からの参照要求のあった前記情報資源に含まれる1つ以上の記事を特定する第2疑似識別子に前記第1疑似識別子と同一のものがあれば前記第1疑似識別子に対応する前記論理位置情報から、前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の記事に作用させる位置を復元するアノテーション位置復元手段と
して機能させる付記4記載のアノテーションプログラム。
(付記6)
ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるアノテーション装置であって、
利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与手段と、
利用者からの前記情報資源の参照要求に基づき、前記情報資源に含まれている1つ以上の情報を特定する第2疑似識別子で前記アノテーション管理手段を検索し、前記第2疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用手段と
を有するアノテーション装置。
(付記7)
ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるアノテーション装置であって、
利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与手段と、
利用者からの前記情報資源の参照要求に基づき、前記情報資源に関連のある同系列の前記情報資源のグループを前記情報資源特定情報に基づいて抽出し、前記アノテーション管理手段から前記グループの前記情報資源特定情報に対応する前記アノテーション情報及び第1疑似識別子を検索し、利用者からの参照要求のあった前記情報資源に含まれる1つ以上の情報を特定する第2疑似識別子に前記第1疑似識別子と同一のものがあれば前記第1疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用手段と
を有するアノテーション装置。
(付記8)
ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるアノテーション装置のアノテーション方法であって、
前記アノテーション装置が、利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与ステップと、
前記アノテーション装置が、利用者からの前記情報資源の参照要求に基づき、前記情報資源に含まれている1つ以上の情報を特定する第2疑似識別子で前記アノテーション管理手段を検索し、前記第2疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用ステップと
を有するアノテーション方法。
(付記9)
ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるアノテーション装置のアノテーション方法であって、
前記アノテーション装置が、利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与ステップと、
前記アノテーション装置が、利用者からの前記情報資源の参照要求に基づき、前記情報資源に関連のある同系列の前記情報資源のグループを前記情報資源特定情報に基づいて抽出し、前記アノテーション管理手段から前記グループの前記情報資源特定情報に対応する前記アノテーション情報及び第1疑似識別子を検索し、利用者からの参照要求のあった前記情報資源に含まれる1つ以上の情報を特定する第2疑似識別子に前記第1疑似識別子と同一のものがあれば前記第1疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用ステップと
を有するアノテーション方法。
The present invention may have the following configurations as described below.
(Appendix 1)
An annotation is given to one or more pieces of information included in an information resource on a network, or a computer that operates an annotation on the information,
Annotation providing means for registering in the annotation management means a first pseudo-identifier that specifies information to which the annotation is to be assigned, in association with information resource specifying information and annotation information, based on the annotation assignment request from the user;
Based on a reference request from the user for the information resource, the annotation management unit is searched for a second pseudo identifier that specifies one or more pieces of information included in the information resource, and corresponds to the second pseudo identifier. An annotation program for causing the annotation information to function as an annotation action unit that acts on one or more pieces of information included in the information resource requested to be referred to by the user.
(Appendix 2)
The information is one or more articles included in an information resource on the network;
The annotation giving means makes the computer
First article specifying means for specifying an article to which the annotation is to be assigned based on a request for giving the annotation from a user;
First pseudo identifier generation means for generating the first pseudo identifier from the identified article;
The annotation program according to appendix 1, for causing the generated first pseudo identifier to function as a registration unit that registers the first pseudo identifier in association with the information resource specifying information and the annotation information in an annotation management unit.
(Appendix 3)
The annotation information has the content of the annotation,
The annotation operation means is configured to make the computer
Second article specifying means for specifying one or more articles included in the information resource based on a reference request for the information resource on the network from a user;
Second pseudo identifier generation means for generating a second pseudo identifier from the identified article;
Annotation processing means for updating the information resource so that the content of the annotation corresponding to the second pseudo identifier acts on one or more articles included in the information resource requested to be referred to by the user. The annotation program according to appendix 2 to be functioned.
(Appendix 4)
An annotation is given to one or more pieces of information included in an information resource on a network, or a computer that causes an annotation to act on the information.
Based on a request for giving the annotation from the user, an annotation giving means for registering the first pseudo identifier for specifying the information to be given the annotation in the annotation management means in association with the information resource specifying information and the annotation information;
Based on a reference request for the information resource from a user, a group of the information resources of the same series related to the information resource is extracted based on the information resource specifying information, and the information of the group is extracted from the annotation management unit. The annotation information and the first pseudo identifier corresponding to the resource specifying information are searched, and the first pseudo identifier is specified as a second pseudo identifier that specifies one or more pieces of information included in the information resource requested by the user. If there is an identifier identical to the identifier, the annotation function corresponding to the annotation information corresponding to the first pseudo identifier acts on one or more pieces of information included in the information resource requested by the user Annotation program to let you.
(Appendix 5)
The information is one or more articles included in an information resource on the network;
The annotation giving means makes the computer
The first pseudo identifier that identifies the article to which the annotation is to be added is further associated with the logical position information to which the annotation has been added on the article, and functions as an annotation position registration unit that registers in the annotation management unit,
The annotation operation means is configured to make the computer
The logic corresponding to the first pseudo-identifier if there is a second pseudo-identifier specifying the one or more articles included in the information resource requested by the user that is identical to the first pseudo-identifier The annotation program according to appendix 4, which functions as annotation position restoration means for restoring the position where the annotation information is applied to one or more articles included in the information resource requested to be referred to by the user from the position information. .
(Appendix 6)
An annotation device that annotates one or more pieces of information included in an information resource on a network or causes an annotation to act on the information,
Annotation providing means for registering in the annotation management means a first pseudo-identifier that specifies information to which the annotation is to be assigned, in association with information resource specifying information and annotation information, based on the annotation assignment request from the user;
Based on a reference request from the user for the information resource, the annotation management unit is searched for a second pseudo identifier that specifies one or more pieces of information included in the information resource, and corresponds to the second pseudo identifier. An annotation apparatus comprising: an annotation action unit that causes the annotation information to act on one or more pieces of information included in the information resource requested to be referred to by the user.
(Appendix 7)
An annotation device that annotates one or more pieces of information included in an information resource on a network or causes an annotation to act on the information,
Based on a request for giving the annotation from the user, an annotation giving means for registering the first pseudo identifier for specifying the information to be given the annotation in the annotation management means in association with the information resource specifying information and the annotation information;
Based on a reference request for the information resource from a user, a group of the information resources of the same series related to the information resource is extracted based on the information resource specifying information, and the information of the group is extracted from the annotation management unit. The annotation information and the first pseudo identifier corresponding to the resource specifying information are searched, and the first pseudo identifier is specified as a second pseudo identifier that specifies one or more pieces of information included in the information resource requested by the user. An annotation action means for causing the annotation information corresponding to the first pseudo identifier to act on one or more pieces of information included in the information resource requested by the user if there is an identifier identical to the identifier. Annotation device that has.
(Appendix 8)
An annotation method for an annotation device that annotates one or more pieces of information included in an information resource on a network or causes an annotation to act on the information,
The annotation apparatus registers a first pseudo identifier for identifying information to be annotated on the annotation management unit in association with information resource identification information and annotation information based on a request for the annotation from a user. Annotating step,
The annotation device searches the annotation management means with a second pseudo identifier that identifies one or more pieces of information contained in the information resource based on a reference request for the information resource from a user, An annotation method comprising: an annotation action step of causing the annotation information corresponding to the pseudo identifier to act on one or more pieces of information included in the information resource requested to be referred to by the user.
(Appendix 9)
An annotation method for an annotation device that annotates one or more pieces of information included in an information resource on a network or causes an annotation to act on the information,
The annotation apparatus registers a first pseudo identifier for identifying information to be annotated on the annotation management unit in association with information resource identification information and annotation information based on a request for the annotation from a user. Annotating step,
The annotation device extracts a group of the information resources of the same series related to the information resource based on the information resource identification information based on a reference request for the information resource from a user, and from the annotation management unit A second pseudo identifier that searches for the annotation information and the first pseudo identifier corresponding to the information resource specifying information of the group and specifies one or more information included in the information resource for which a reference request has been received from a user If there is the same one as the first pseudo-identifier, the annotation information corresponding to the first pseudo-identifier is made to act on one or more information included in the information resource requested by the user. An annotation method having an annotation action step.

本発明は、具体的に開示された実施例に限定されるものではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。   The present invention is not limited to the specifically disclosed embodiments, and various modifications and changes can be made without departing from the scope of the claims.

Webページの一例のイメージ図である。It is an image figure of an example of a web page. アノテーションが付与されたWebページの一例のイメージ図である。It is an image figure of an example of the web page to which the annotation was given. 記事が追加されたWebページの一例のイメージ図である。It is an image figure of an example of the web page to which the article was added. リンク先のWebページの一例のイメージ図である。It is an image figure of an example of the web page of a link destination. リンク先のWebページに復元したアノテーションの一例のイメージ図である。It is an image figure of an example of the annotation decompress | restored to the web page of a link destination. 本発明の原理を表した説明図である。It is explanatory drawing showing the principle of this invention. 本発明の他の原理を表した説明図である。It is explanatory drawing showing the other principle of this invention. 本発明の他の原理を説明した説明図である。It is explanatory drawing explaining the other principle of this invention. 本発明によるアノテーション方法を実現するシステムの一例の構成図である。It is a block diagram of an example of the system which implement | achieves the annotation method by this invention. アノテーション装置の一例のハードウェア構成図である。It is a hardware block diagram of an example of an annotation apparatus. 典型的な閲覧器の処理手順を表したフローチャートである。It is a flowchart showing the processing procedure of a typical browsing device. アノテーションデータの一例の構成図である。It is a block diagram of an example of annotation data. HTMLの一例の構成図である。It is a block diagram of an example of HTML. HTMLの木構造を表した一例の構成図である。It is a block diagram of an example showing the tree structure of HTML. 閲覧時における閲覧器の処理手順を表したフローチャートである。It is a flowchart showing the processing procedure of the browsing device at the time of browsing. 閲覧しようとしているURLの同系列のグループの全アノテーションの読み込み時における処理手順を表したフローチャートである。It is a flowchart showing the process sequence at the time of reading all the annotations of the group of the same series of URL which is going to browse. 記事の構造を表した一例の構成図である。It is a block diagram of an example showing the structure of the article. アノテーション付与時における記事疑似ID付与の処理手順を表した一例のフローチャートである。It is a flowchart of an example showing the process sequence of article pseudo ID provision at the time of annotation provision. Webページの閲覧時における同一記事の判定処理手順を表した一例のフローチャートである。It is a flowchart of an example showing the determination process procedure of the same article at the time of browsing a web page. アノテーション処理手順を表した一例のフローチャートである。It is an example flowchart showing the annotation processing procedure. HTMLの木構造を表した一例の構成図である。It is a block diagram of an example showing the tree structure of HTML. HTMLの木構造を表した一例の構成図である。It is a block diagram of an example showing the tree structure of HTML. 論理位置の計算を行う処理手順を表した一例のフローチャートである。It is a flowchart of an example showing the process sequence which calculates a logical position. 相対論理位置を格納するとアノテーションデータの一例の構成図である。FIG. 6 is a configuration diagram of an example of annotation data when a relative logical position is stored. 相対論理位置からのアノテーション位置の復元処理手順を表した一例のフローチャートである。It is a flowchart of an example showing the restoration process procedure of the annotation position from a relative logical position. 閲覧時における閲覧器の処理手順を表したフローチャートである。It is a flowchart showing the processing procedure of the browsing device at the time of browsing. HTMLの一例の構成図である。It is a block diagram of an example of HTML.

符号の説明Explanation of symbols

1 同系統URLグループ抽出部
2 アノテーション取り出し部
3 同一記事判定部
4 アノテーション処理部
5 アノテーション位置復元部
6 記事取り出し部
7 記事ID取得部
8 記事IDによるアノテーション獲得部
10 アノテーション付与装置
11 Webページ受信部
12 アノテーション情報獲得部
13 論理位置特定部
14 記事特定部
15 記事内部相対論理位置取得部
16 アノテーション作成部
17 記事疑似ID付与部
18 アノテーション送信部
20 アノテーション管理サーバ
21 アノテーションデータベース管理部
22 アノテーションデータベース
30 アノテーション作用装置
31 アノテーション取り出し部
32 アノテーション作用部
33 記事特定部
34 同一記事判定部
35 同系列URLグループ抽出部
36 Webページ受信部
37 アノテーション位置復元部
DESCRIPTION OF SYMBOLS 1 Same system URL group extraction part 2 Annotation extraction part 3 Same article determination part 4 Annotation processing part 5 Annotation position restoration part 6 Article extraction part 7 Article ID acquisition part 8 Annotation acquisition part by article ID 10 Annotation giving apparatus 11 Web page reception part DESCRIPTION OF SYMBOLS 12 Annotation information acquisition part 13 Logical position specification part 14 Article specification part 15 Article internal relative logical position acquisition part 16 Annotation creation part 17 Article pseudo-ID assignment part 18 Annotation transmission part 20 Annotation management server 21 Annotation database management part 22 Annotation database 30 Annotation Action Device 31 Annotation Extraction Unit 32 Annotation Action Unit 33 Article Identification Unit 34 Same Article Determination Unit 35 Same Series URL Group Extraction Unit 36 Web page reception unit 37 Annotation position restoration unit

Claims (7)

ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるコンピュータを、
利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与手段と、
利用者からの前記情報資源の参照要求に基づき、前記情報資源に含まれている1つ以上の情報を特定する第2疑似識別子で前記アノテーション管理手段を検索し、前記第2疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用手段と
して機能させる為のアノテーションプログラム。
An annotation is given to one or more pieces of information included in an information resource on a network, or a computer that causes an annotation to act on the information.
Based on a request for giving the annotation from the user, an annotation giving means for registering the first pseudo identifier for specifying the information to be given the annotation in the annotation management means in association with the information resource specifying information and the annotation information;
Based on a reference request from the user for the information resource, the annotation management unit is searched for a second pseudo identifier that specifies one or more pieces of information included in the information resource, and corresponds to the second pseudo identifier. An annotation program for causing the annotation information to function as an annotation action unit that acts on one or more pieces of information included in the information resource requested to be referred to by the user.
前記情報は、ネットワーク上の情報資源に含まれる1つ以上の記事であり、
前記アノテーション付与手段は、前記コンピュータを、
利用者からの前記アノテーションの付与要求に基づいて前記アノテーションの付与対象となる記事を特定する第1記事特定手段と、
前記特定した記事から前記第1疑似識別子を生成する第1疑似識別子生成手段と、
前記生成した第1疑似識別子を前記情報資源特定情報及び前記アノテーション情報と対応付けてアノテーション管理手段に登録する登録手段と
して機能させる為の請求項1記載のアノテーションプログラム。
The information is one or more articles included in an information resource on the network;
The annotation giving means makes the computer
First article specifying means for specifying an article to which the annotation is to be assigned based on a request for giving the annotation from a user;
First pseudo identifier generation means for generating the first pseudo identifier from the identified article;
The annotation program according to claim 1, wherein the annotation program functions as a registration unit that registers the generated first pseudo identifier in the annotation management unit in association with the information resource specifying information and the annotation information.
前記アノテーション情報は、前記アノテーションの内容を有しており、
前記アノテーション作用手段は、前記コンピュータを、
利用者からの前記ネットワーク上の情報資源の参照要求に基づいて前記情報資源に含まれる1つ以上の記事を特定する第2記事特定手段と、
前記特定した記事から第2疑似識別子を生成する第2疑似識別子生成手段と、
前記第2疑似識別子に対応する前記アノテーションの内容を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の記事に作用させるように前記情報資源を更新するアノテーション処理手段と
して機能させる請求項2記載のアノテーションプログラム。
The annotation information has the content of the annotation,
The annotation operation means is configured to make the computer
Second article specifying means for specifying one or more articles included in the information resource based on a reference request for the information resource on the network from a user;
Second pseudo identifier generation means for generating a second pseudo identifier from the identified article;
Annotation processing means for updating the information resource so that the content of the annotation corresponding to the second pseudo identifier acts on one or more articles included in the information resource requested to be referred to by the user. The annotation program according to claim 2, which is made to function.
ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるコンピュータを、
利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与手段と、
利用者からの前記情報資源の参照要求に基づき、前記情報資源に関連のある同系列の前記情報資源のグループを前記情報資源特定情報に基づいて抽出し、前記アノテーション管理手段から前記グループの前記情報資源特定情報に対応する前記アノテーション情報及び第1疑似識別子を検索し、利用者からの参照要求のあった前記情報資源に含まれる1つ以上の情報を特定する第2疑似識別子に前記第1疑似識別子と同一のものがあれば前記第1疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用手段と
して機能させる為のアノテーションプログラム。
An annotation is given to one or more pieces of information included in an information resource on a network, or a computer that causes an annotation to act on the information.
Based on a request for giving the annotation from the user, an annotation giving means for registering the first pseudo identifier for specifying the information to be given the annotation in the annotation management means in association with the information resource specifying information and the annotation information;
Based on a reference request for the information resource from a user, a group of the information resources of the same series related to the information resource is extracted based on the information resource specifying information, and the information of the group is extracted from the annotation management unit. The annotation information and the first pseudo identifier corresponding to the resource specifying information are searched, and the first pseudo identifier is specified as a second pseudo identifier that specifies one or more pieces of information included in the information resource requested by the user. If there is an identifier identical to the identifier, the annotation function corresponding to the annotation information corresponding to the first pseudo identifier acts on one or more pieces of information included in the information resource requested by the user Annotation program to let you.
前記情報は、ネットワーク上の情報資源に含まれる1つ以上の記事であり、
前記アノテーション付与手段は、前記コンピュータを、
前記アノテーションの付与対象となる記事を特定する第1疑似識別子を更に前記記事上の前記アノテーションを付与した論理位置情報と対応付けてアノテーション管理手段に登録するアノテーション位置登録手段として機能させ、
前記アノテーション作用手段は、前記コンピュータを、
利用者からの参照要求のあった前記情報資源に含まれる1つ以上の記事を特定する第2疑似識別子に前記第1疑似識別子と同一のものがあれば前記第1疑似識別子に対応する前記論理位置情報から、前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の記事に作用させる位置を復元するアノテーション位置復元手段と
して機能させる請求項4記載のアノテーションプログラム。
The information is one or more articles included in an information resource on the network;
The annotation giving means makes the computer
The first pseudo identifier that identifies the article to which the annotation is to be added is further associated with the logical position information to which the annotation has been added on the article, and functions as an annotation position registration unit that registers in the annotation management unit,
The annotation operation means is configured to make the computer
The logic corresponding to the first pseudo-identifier if there is a second pseudo-identifier specifying the one or more articles included in the information resource requested by the user that is identical to the first pseudo-identifier The annotation according to claim 4, wherein the annotation functions as an annotation position restoring unit that restores a position that causes the annotation information to act on one or more articles included in the information resource requested to be referenced from the user. program.
ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるアノテーション装置であって、
利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与手段と、
利用者からの前記情報資源の参照要求に基づき、前記情報資源に含まれている1つ以上の情報を特定する第2疑似識別子で前記アノテーション管理手段を検索し、前記第2疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用手段と
を有するアノテーション装置。
An annotation device that annotates one or more pieces of information included in an information resource on a network or causes an annotation to act on the information,
Based on a request for giving the annotation from the user, an annotation giving means for registering the first pseudo identifier for specifying the information to be given the annotation in the annotation management means in association with the information resource specifying information and the annotation information;
Based on a reference request from the user for the information resource, the annotation management unit is searched for a second pseudo identifier that specifies one or more pieces of information included in the information resource, and corresponds to the second pseudo identifier. An annotation apparatus comprising: an annotation action unit that causes the annotation information to act on one or more pieces of information included in the information resource requested to be referred to by the user.
ネットワーク上の情報資源に含まれている1つ以上の情報に対してアノテーションを付与し、又は前記情報にアノテーションを作用させるアノテーション装置であって、
利用者からの前記アノテーションの付与要求に基づき、前記アノテーションの付与対象となる情報を特定する第1疑似識別子を情報資源特定情報及びアノテーション情報と対応付けてアノテーション管理手段に登録するアノテーション付与手段と、
利用者からの前記情報資源の参照要求に基づき、前記情報資源に関連のある同系列の前記情報資源のグループを前記情報資源特定情報に基づいて抽出し、前記アノテーション管理手段から前記グループの前記情報資源特定情報に対応する前記アノテーション情報及び第1疑似識別子を検索し、利用者からの参照要求のあった前記情報資源に含まれる1つ以上の情報を特定する第2疑似識別子に前記第1疑似識別子と同一のものがあれば前記第1疑似識別子に対応する前記アノテーション情報を前記利用者から参照要求のあった前記情報資源に含まれている1つ以上の情報に作用させるアノテーション作用手段と
を有するアノテーション装置。
An annotation device that annotates one or more pieces of information included in an information resource on a network or causes an annotation to act on the information,
Based on a request for giving the annotation from the user, an annotation giving means for registering the first pseudo identifier for specifying the information to be given the annotation in the annotation management means in association with the information resource specifying information and the annotation information;
Based on a reference request for the information resource from a user, a group of the information resources of the same series related to the information resource is extracted based on the information resource specifying information, and the information of the group is extracted from the annotation management unit. The annotation information and the first pseudo identifier corresponding to the resource specifying information are searched, and the first pseudo identifier is specified as a second pseudo identifier that specifies one or more pieces of information included in the information resource requested by the user. An annotation action means for causing the annotation information corresponding to the first pseudo identifier to act on one or more pieces of information included in the information resource requested by the user if there is an identifier identical to the identifier. Annotation device that has.
JP2007312699A 2007-12-03 2007-12-03 Annotation program, annotation device Active JP5098605B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007312699A JP5098605B2 (en) 2007-12-03 2007-12-03 Annotation program, annotation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007312699A JP5098605B2 (en) 2007-12-03 2007-12-03 Annotation program, annotation device

Publications (2)

Publication Number Publication Date
JP2009140020A true JP2009140020A (en) 2009-06-25
JP5098605B2 JP5098605B2 (en) 2012-12-12

Family

ID=40870596

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007312699A Active JP5098605B2 (en) 2007-12-03 2007-12-03 Annotation program, annotation device

Country Status (1)

Country Link
JP (1) JP5098605B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011209886A (en) * 2010-03-29 2011-10-20 Fujitsu Ltd Method, program, and device for annotation
WO2012042669A1 (en) * 2010-10-01 2012-04-05 わっぜか株式会社 Part designation device, part designation program, meta information display control device, and meta information display system
JP2012203831A (en) * 2011-03-28 2012-10-22 Nec Corp Electronic tag creation and display program, electronic tag creation and display method, and electronic tag creation and display device
JP2014081958A (en) * 2014-01-20 2014-05-08 Fujitsu Ltd Annotation adding method, annotation restoring method, annotation adding device, and annotation restoring device
JP2015228228A (en) * 2015-07-06 2015-12-17 ファンラーニング株式会社 Part designation device, part designation program and record medium
WO2017012437A1 (en) * 2015-07-22 2017-01-26 腾讯科技(深圳)有限公司 Method and device for displaying webpage annotation, and mobile terminal

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07295970A (en) * 1994-04-21 1995-11-10 Fuji Xerox Co Ltd Document processor
JP2003058535A (en) * 2001-08-16 2003-02-28 Oki Electric Ind Co Ltd Information management device
JP2006244199A (en) * 2005-03-04 2006-09-14 Seiko Epson Corp Electronic file writing system, program, and method of reflecting write information to electronic file

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07295970A (en) * 1994-04-21 1995-11-10 Fuji Xerox Co Ltd Document processor
JP2003058535A (en) * 2001-08-16 2003-02-28 Oki Electric Ind Co Ltd Information management device
JP2006244199A (en) * 2005-03-04 2006-09-14 Seiko Epson Corp Electronic file writing system, program, and method of reflecting write information to electronic file

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011209886A (en) * 2010-03-29 2011-10-20 Fujitsu Ltd Method, program, and device for annotation
WO2012042669A1 (en) * 2010-10-01 2012-04-05 わっぜか株式会社 Part designation device, part designation program, meta information display control device, and meta information display system
JP5814926B2 (en) * 2010-10-01 2015-11-17 ファンラーニング株式会社 Part designation device, part designation program, meta information display control device, and meta information display system
JP2012203831A (en) * 2011-03-28 2012-10-22 Nec Corp Electronic tag creation and display program, electronic tag creation and display method, and electronic tag creation and display device
JP2014081958A (en) * 2014-01-20 2014-05-08 Fujitsu Ltd Annotation adding method, annotation restoring method, annotation adding device, and annotation restoring device
JP2015228228A (en) * 2015-07-06 2015-12-17 ファンラーニング株式会社 Part designation device, part designation program and record medium
WO2017012437A1 (en) * 2015-07-22 2017-01-26 腾讯科技(深圳)有限公司 Method and device for displaying webpage annotation, and mobile terminal
US10817586B2 (en) 2015-07-22 2020-10-27 Tencent Technology (Shenzhen) Company Limited Web page annotation displaying method and apparatus, and mobile terminal
US11200295B2 (en) 2015-07-22 2021-12-14 Tencent Technology (Shenzhen) Company Limited Web page annotation displaying method and apparatus, and mobile terminal

Also Published As

Publication number Publication date
JP5098605B2 (en) 2012-12-12

Similar Documents

Publication Publication Date Title
US11372935B2 (en) Automatically generating a website specific to an industry
US8554800B2 (en) System, methods and applications for structured document indexing
CA2636429C (en) Presenting digitized content on a network
Denoue et al. An annotation tool for Web browsers and its applications to information retrieval.
CA2410747C (en) System and method for saving browsed data
US8584009B2 (en) Automatically propagating changes in document access rights for subordinate document components to superordinate document components
US20090089278A1 (en) Techniques for keyword extraction from urls using statistical analysis
CN1750001A (en) Adding metadata to a stock content item
TW201142628A (en) Method and system for compiling a unique sample code for specific web content
US20070239770A1 (en) Data Compilation Apparatus and Method
JP5098605B2 (en) Annotation program, annotation device
US20170109442A1 (en) Customizing a website string content specific to an industry
JP2008090404A (en) Document retrieval apparatus, method and program
JP2005275488A (en) Input support method and program
US8559764B2 (en) Editing an image representation of a text
JP6586050B2 (en) Management device, management method, and management program
JP2006065467A (en) Device for creating data extraction definition information and method for creating data extraction definition information
KR20060115488A (en) Personalized search method using bookmark list of web browser and system for enabling the method
JP5712496B2 (en) Annotation restoration method, annotation assignment method, annotation restoration program, and annotation restoration apparatus
JP2005339580A (en) Document data management device and program
JP5187064B2 (en) Web resource tracking management program, Web resource tracking management device, and Web resource tracking management method
JP5391738B2 (en) Annotation program, annotation apparatus, and annotation method
JP2001022788A (en) Information retrieving device and recording medium recording information retrieval program
JP5765452B2 (en) Annotation addition / restoration method and annotation addition / restoration apparatus
JP2009110506A (en) Information processing apparatus and information processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100715

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120605

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120806

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120828

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120910

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151005

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5098605

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150