JP5630863B2 - 構造化文書に含まれるノードの全順序関係を、ログ情報に基づいて決定して可視化する方法、装置及びコンピュータプログラム - Google Patents
構造化文書に含まれるノードの全順序関係を、ログ情報に基づいて決定して可視化する方法、装置及びコンピュータプログラム Download PDFInfo
- Publication number
- JP5630863B2 JP5630863B2 JP2010264010A JP2010264010A JP5630863B2 JP 5630863 B2 JP5630863 B2 JP 5630863B2 JP 2010264010 A JP2010264010 A JP 2010264010A JP 2010264010 A JP2010264010 A JP 2010264010A JP 5630863 B2 JP5630863 B2 JP 5630863B2
- Authority
- JP
- Japan
- Prior art keywords
- nodes
- node
- log information
- total order
- information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 238000004590 computer program Methods 0.000 title claims 8
- 238000000034 method Methods 0.000 title claims 8
- 230000010365 information processing Effects 0.000 claims 7
- 230000007704 transition Effects 0.000 claims 6
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/93—Document management systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/901—Indexing; Data structures therefor; Storage structures
- G06F16/9027—Trees
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Software Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
(p2、text2)<(p3、text3)
(p2、text2’)<(p3、text3)
(p1、text1)<(p2、text2’) ・・・(式3)
<(p3、text3) ・・・(式4)
(p2、text2)<(p3、text3)
(p3、text2)<(p3’、text3)
(p2、text4)<(p3、text2)
(p1、text1)<(p2、text4) ・・・(式5)
(p2、text2)<(p3、text1)
(p3、text1)<(p4、text4)
(p4、text4)>(p1、text1)
(p2、text2)<(p1、text1) ・・・(式6)
11 CPU
12 メモリ
13 記憶装置
14 I/Oインタフェース
15 ビデオインタフェース
16 可搬型ディスクドライブ
17 通信インタフェース
18 内部バス
23 表示装置
90 可搬型記録媒体
100 コンピュータプログラム
Claims (18)
- 構造化文書に含まれるノードの全順序関係を、ノード間遷移に関するログ情報に基づいて決定して可視化する情報処理装置で実行することが可能な方法において、
前記情報処理装置は、
構造化文書に含まれるノード間の遷移に関する情報を時系列に記憶した、少なくともノードに対する操作の種類を含むログ情報を取得する工程と、
取得したログ情報に基づいて、遷移するノード間の相対的位置関係を特定する工程と、
特定したノード間の相対的位置関係を制約条件としてトポロジカルソートを実行して構造化文書に含まれるノードの全順序関係を決定する工程と
を含み、
前記構造化文書に含まれるノードが追加又は削除された場合、ノードのコンテンツに対応するデータに基づいてノードの全順序関係を決定する方法。 - 前記情報処理装置は、
決定したノードの全順序関係を表示する工程を含む請求項1記載の方法。 - 前記ログ情報は、少なくともノード間の移動量に関する情報を含み、
前記情報処理装置は、該ノード間の移動量に関する情報に基づいて、前記相対的位置関係を特定する請求項1又は2記載の方法。 - 前記構造化文書は木構造を有し、
前記ログ情報は、ノードを識別する識別情報、ノードに対する前記操作が行われた相対時刻、及びノードのコンテンツに対応するデータを少なくとも含み、
前記情報処理装置は、前記識別情報及び前記コンテンツに対応するデータの組み合わせを一のキー情報として、同一であるノードの存否を確認してノードの全順序関係を決定する請求項1乃至3のいずれか一項に記載の方法。 - 前記情報処理装置は、前記ログ情報に含まれる前記ノードに対する操作の種類に基づいて、ノード間の移動量を特定する請求項4記載の方法。
- 前記情報処理装置は、同一であるノードの指定を受け付ける請求項4又は5記載の方法。
- 構造化文書に含まれるノードの全順序関係を、ノード間遷移に関するログ情報に基づいて決定して可視化する装置において、
構造化文書に含まれるノード間の遷移に関する情報を時系列に記憶した、少なくともノードに対する操作の種類を含むログ情報を取得するログ情報取得部と、
取得したログ情報に基づいて、遷移するノード間の相対的位置関係を特定する位置関係特定部と、
特定したノード間の相対的位置関係を制約条件としてトポロジカルソートを実行して構造化文書に含まれるノードの全順序関係を決定する全順序関係決定部と
を備え、
前記構造化文書に含まれるノードが追加又は削除された場合、ノードのコンテンツに対応するデータに基づいてノードの全順序関係を決定するようにしてある装置。 - 決定したノードの全順序関係を表示する表示部を備える請求項7記載の装置。
- 前記ログ情報は、少なくともノード間の移動量に関する情報を含み、
該ノード間の移動量に関する情報に基づいて、前記相対的位置関係を特定するようにしてある請求項7又は8記載の装置。 - 前記構造化文書は木構造を有し、
前記ログ情報は、ノードを識別する識別情報、ノードに対する前記操作が行われた相対時刻、及びノードのコンテンツに対応するデータを少なくとも含み、
前記識別情報及び前記コンテンツに対応するデータの組み合わせを一のキー情報として、同一であるノードの存否を確認してノードの全順序関係を決定するようにしてある請求項7乃至9のいずれか一項に記載の装置。 - 前記ログ情報に含まれる前記ノードに対する操作の種類に基づいて、ノード間の移動量を特定するようにしてある請求項10記載の装置。
- 同一であるノードの指定を受け付ける指定受付部を備える請求項10又は11記載の装置。
- 構造化文書に含まれるノードの全順序関係を、ノード間遷移に関するログ情報に基づいて決定して可視化するコンピュータで実行することが可能なコンピュータプログラムにおいて、
前記コンピュータを、
構造化文書に含まれるノード間の遷移に関する情報を時系列に記憶した、少なくともノードに対する操作の種類を含むログ情報を取得するログ情報取得手段、
取得したログ情報に基づいて、遷移するノード間の相対的位置関係を特定する位置関係特定手段、及び
特定したノード間の相対的位置関係を制約条件としてトポロジカルソートを実行して構造化文書に含まれるノードの全順序関係を決定する全順序関係決定手段
として機能させ、
前記構造化文書に含まれるノードが追加又は削除された場合、前記全順序関係決定手段を、ノードのコンテンツに対応するデータに基づいてノードの全順序関係を決定する手段として機能させるコンピュータプログラム。 - 前記コンピュータを、決定したノードの全順序関係を表示する表示手段として機能させる請求項13記載のコンピュータプログラム。
- 前記ログ情報は、少なくともノード間の移動量に関する情報を含み、
前記位置関係特定手段を、該ノード間の移動量に関する情報に基づいて、前記相対的位置関係を特定する手段として機能させる請求項13又は14記載のコンピュータプログラム。 - 前記構造化文書は木構造を有し、
前記ログ情報は、ノードを識別する識別情報、ノードに対する前記操作が行われた相対時刻、及びノードのコンテンツに対応するデータを少なくとも含み、
前記全順序関係決定手段を、前記識別情報及び前記コンテンツに対応するデータの組み合わせを一のキー情報として、同一であるノードの存否を確認してノードの全順序関係を決定する手段として機能させる請求項13乃至15のいずれか一項に記載のコンピュータプログラム。 - 前記位置関係特定手段を、前記ログ情報に含まれる前記ノードに対する操作の種類に基づいて、ノード間の移動量を特定する手段として機能させる請求項16記載のコンピュータプログラム。
- 前記コンピュータを、同一であるノードの指定を受け付ける指定受付手段として機能させる請求項16又は17記載のコンピュータプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010264010A JP5630863B2 (ja) | 2010-11-26 | 2010-11-26 | 構造化文書に含まれるノードの全順序関係を、ログ情報に基づいて決定して可視化する方法、装置及びコンピュータプログラム |
US13/301,828 US9043695B2 (en) | 2010-11-26 | 2011-11-22 | Visualizing total order relation of nodes in a structured document |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010264010A JP5630863B2 (ja) | 2010-11-26 | 2010-11-26 | 構造化文書に含まれるノードの全順序関係を、ログ情報に基づいて決定して可視化する方法、装置及びコンピュータプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012113640A JP2012113640A (ja) | 2012-06-14 |
JP5630863B2 true JP5630863B2 (ja) | 2014-11-26 |
Family
ID=46127470
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010264010A Expired - Fee Related JP5630863B2 (ja) | 2010-11-26 | 2010-11-26 | 構造化文書に含まれるノードの全順序関係を、ログ情報に基づいて決定して可視化する方法、装置及びコンピュータプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US9043695B2 (ja) |
JP (1) | JP5630863B2 (ja) |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5966890B2 (ja) | 2012-11-29 | 2016-08-10 | 富士通株式会社 | 制約条件抽出プログラム、制約条件抽出装置および制約条件抽出方法 |
US11030259B2 (en) * | 2016-04-13 | 2021-06-08 | Microsoft Technology Licensing, Llc | Document searching visualized within a document |
US10740407B2 (en) | 2016-12-09 | 2020-08-11 | Microsoft Technology Licensing, Llc | Managing information about document-related activities |
US10726074B2 (en) | 2017-01-04 | 2020-07-28 | Microsoft Technology Licensing, Llc | Identifying among recent revisions to documents those that are relevant to a search query |
CN110069463B (zh) * | 2019-03-12 | 2021-07-16 | 北京奇艺世纪科技有限公司 | 用户行为处理方法、装置电子设备及存储介质 |
CN114338413B (zh) * | 2021-12-30 | 2024-01-26 | 中国工商银行股份有限公司 | 网络中设备的拓扑关系的确定方法、装置以及存储介质 |
CN115221979B (zh) * | 2022-09-15 | 2023-04-28 | 国网江西省电力有限公司电力科学研究院 | 一种基于最小生成树的配电台区拓扑辨识方法及系统 |
CN115755790A (zh) * | 2022-11-04 | 2023-03-07 | 深圳镁伽科技有限公司 | 自动化流程的管理方法、装置、电子设备及存储介质 |
CN115996176B (zh) * | 2023-03-24 | 2023-05-30 | 广州世炬网络科技有限公司 | 节点拓扑结构调整方法及装置 |
Family Cites Families (44)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH01267773A (ja) * | 1988-04-19 | 1989-10-25 | Nec Corp | 順序決定装置 |
US6226785B1 (en) * | 1994-09-30 | 2001-05-01 | Apple Computer, Inc. | Method and apparatus for storing and replaying creation history of multimedia software or other software content |
EP0731403A3 (en) | 1995-03-08 | 1997-07-23 | Sgs Thomson Microelectronics | Constant current source |
US20020042041A1 (en) * | 1995-03-22 | 2002-04-11 | Owens Terry S. | Systems and methods for organizing data relationships |
JPH09160821A (ja) | 1995-12-01 | 1997-06-20 | Matsushita Electric Ind Co Ltd | ハイパーテキスト文書作成装置 |
US5870559A (en) * | 1996-10-15 | 1999-02-09 | Mercury Interactive | Software system and associated methods for facilitating the analysis and management of web sites |
US20010013009A1 (en) * | 1997-05-20 | 2001-08-09 | Daniel R. Greening | System and method for computer-based marketing |
JP3619015B2 (ja) | 1998-05-27 | 2005-02-09 | 三菱電機株式会社 | 構造化文書処理方法 |
US6772139B1 (en) * | 1998-10-05 | 2004-08-03 | Smith, Iii Julius O. | Method and apparatus for facilitating use of hypertext links on the world wide web |
US6496842B1 (en) * | 1999-05-28 | 2002-12-17 | Survol Interactive Technologies | Navigating heirarchically organized information |
US7158986B1 (en) * | 1999-07-27 | 2007-01-02 | Mailfrontier, Inc. A Wholly Owned Subsidiary Of Sonicwall, Inc. | Method and system providing user with personalized recommendations by electronic-mail based upon the determined interests of the user pertain to the theme and concepts of the categorized document |
JP2001060202A (ja) * | 1999-08-23 | 2001-03-06 | Fujitsu Ltd | 文書閲覧システム及びそのシステムでの処理をコンピュータに行わせるためのプログラムを格納した記憶媒体 |
US6948134B2 (en) | 2000-07-21 | 2005-09-20 | Microsoft Corporation | Integrated method for creating a refreshable Web Query |
JP3587511B2 (ja) | 2000-09-04 | 2004-11-10 | 富士ゼロックス株式会社 | ノードデータ表示方法およびノードデータ表示装置およびハイパーテキスト装置 |
JP2002149544A (ja) * | 2000-10-23 | 2002-05-24 | Shimei Go | ホームページ活動記録装置およびホームページ活動記録再生装置 |
US20020152244A1 (en) * | 2000-12-22 | 2002-10-17 | International Business Machines Corporation | Method and apparatus to dynamically create a customized user interface based on a document type definition |
JP4843867B2 (ja) | 2001-05-10 | 2011-12-21 | ソニー株式会社 | 文書処理装置、文書処理方法および文書処理プログラム、ならびに、記録媒体 |
JP2003150296A (ja) | 2001-11-14 | 2003-05-23 | Nec Corp | 端末装置、情報表示方法、およびそのプログラム |
US7120622B2 (en) * | 2002-06-10 | 2006-10-10 | Xerox Corporation | Authoring tools, including content-driven treetables, for fluid text |
US7734745B2 (en) * | 2002-10-24 | 2010-06-08 | International Business Machines Corporation | Method and apparatus for maintaining internet domain name data |
JP2005115498A (ja) | 2003-10-06 | 2005-04-28 | Catena Corp | ソフトウェア開発前処理方法、ソフトウェア制御方法、ソフトウェア開発方法並びにソフトウェア開発装置 |
US7639881B2 (en) * | 2005-06-13 | 2009-12-29 | Microsoft Corporation | Application of grammatical parsing to visual recognition tasks |
US8230384B1 (en) * | 2006-03-30 | 2012-07-24 | Emc Corporation | Techniques for generating and processing a schema instance |
US20090248744A1 (en) * | 2006-07-17 | 2009-10-01 | Kika Medical | Transactional storage system for healthcare information |
US8032822B1 (en) * | 2006-07-28 | 2011-10-04 | Intuit Inc. | Method and system for explaining dependencies on a document |
JP4740060B2 (ja) * | 2006-07-31 | 2011-08-03 | 富士通株式会社 | 重複データ検出プログラム、重複データ検出方法および重複データ検出装置 |
JP4977480B2 (ja) | 2007-01-18 | 2012-07-18 | Necカシオモバイルコミュニケーションズ株式会社 | 電子機器及びプログラム |
FR2913299B1 (fr) * | 2007-03-01 | 2009-04-17 | Renault Sas | Pilotage d'une pluralite de bobines bougies via un unique etage de puissance. |
JP5154109B2 (ja) * | 2007-03-14 | 2013-02-27 | 株式会社ジャストシステム | 文書検索装置、方法、及びプログラム |
JP2009015378A (ja) * | 2007-06-29 | 2009-01-22 | Nomura Research Institute Ltd | ページ閲覧装置 |
JP5098504B2 (ja) | 2007-08-09 | 2012-12-12 | 富士通株式会社 | 文字認識プログラム、文字認識装置および文字認識方法 |
US8176084B2 (en) * | 2007-11-26 | 2012-05-08 | International Business Machines Corporation | Structure based storage, query, update and transfer of tree-based documents |
US9183281B2 (en) * | 2008-04-18 | 2015-11-10 | International Business Machines Corporation | Context-based document unit recommendation for sensemaking tasks |
KR101020206B1 (ko) * | 2008-06-16 | 2011-03-08 | 성균관대학교산학협력단 | 사용자 추천 방법 및 이를 위한 프로그램이 기록된 기록매체 |
WO2009154480A1 (en) * | 2008-06-20 | 2009-12-23 | Business Intelligence Solutions Safe B.V. | A method of graphically representing a tree structure |
US8930407B2 (en) * | 2008-06-20 | 2015-01-06 | Technion Research & Development Foundation Limited | Incremental clustering of indexed XML data |
US8473523B2 (en) * | 2008-10-31 | 2013-06-25 | Cavium, Inc. | Deterministic finite automata graph traversal with nodal bit mapping |
WO2010106680A1 (ja) * | 2009-03-19 | 2010-09-23 | 富士通株式会社 | 記憶媒体、トライ木生成方法およびトライ木生成装置 |
US8209353B2 (en) * | 2009-03-31 | 2012-06-26 | Oracle International Corporation | Storing hierarchical data to enable paging |
US20110022945A1 (en) * | 2009-07-24 | 2011-01-27 | Nokia Corporation | Method and apparatus of browsing modeling |
US8502823B2 (en) * | 2009-12-21 | 2013-08-06 | Business Objects Software Limited | Method and system for lane graph visualization |
US20110258538A1 (en) * | 2010-03-31 | 2011-10-20 | Heng Liu | Capturing DOM Modifications Mediated by Decoupled Change Mechanism |
US8239404B2 (en) * | 2010-06-10 | 2012-08-07 | Microsoft Corporation | Identifying entries and exits of strongly connected components |
US8615768B2 (en) * | 2010-09-27 | 2013-12-24 | Microsoft Corporation | Dependency-ordered resource synchronization across multiple environments using change list created based on dependency-ordered graphs of the multiple environments |
-
2010
- 2010-11-26 JP JP2010264010A patent/JP5630863B2/ja not_active Expired - Fee Related
-
2011
- 2011-11-22 US US13/301,828 patent/US9043695B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US9043695B2 (en) | 2015-05-26 |
US20120137209A1 (en) | 2012-05-31 |
JP2012113640A (ja) | 2012-06-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5630863B2 (ja) | 構造化文書に含まれるノードの全順序関係を、ログ情報に基づいて決定して可視化する方法、装置及びコンピュータプログラム | |
US20160055196A1 (en) | Methods and systems for improved document comparison | |
JP4775974B2 (ja) | ウェブページを編集するプログラム、装置、及びシステム | |
JP5413198B2 (ja) | ユーザインタフェース認識装置、ユーザインタフェース認識方法およびプログラム | |
EP3103002B1 (en) | Batch generation of links to documents based on document name and page content matching | |
JP6737151B2 (ja) | 同義表現抽出装置、同義表現抽出方法、及び同義表現抽出プログラム | |
JP2008257444A (ja) | 類似ファイル管理装置、その方法及びそのプログラム | |
US20100169760A1 (en) | Apparatus for displaying instance data, method, and computer program product | |
JP2009069973A (ja) | 検索方法、検索プログラム、記憶媒体および情報処理装置 | |
US9483578B2 (en) | Computer-readable storage medium storing update program, update method, and update device | |
JP2000090079A (ja) | コンテンツ作成装置及び方法並びにプログラムを記録したコンピュータ読み取り可能な記録媒体 | |
US20140223274A1 (en) | Information processing device and information processing method | |
JP2019148859A (ja) | フローダイアグラムを用いたモデル開発環境におけるデザインパターンの発見を支援する装置および方法 | |
JP3943582B2 (ja) | 対訳文対応付け装置 | |
JP2006127117A (ja) | Web閲覧操作の記録・再生方法及び装置及びプログラム及びプログラムを格納した記憶媒体 | |
JP5016333B2 (ja) | 文書作成支援装置及び文書作成支援プログラム | |
JP2009199164A (ja) | 文書管理装置、文書管理方法及び記録媒体 | |
JP4304146B2 (ja) | 辞書登録装置、辞書登録方法および辞書登録プログラム | |
JP5535270B2 (ja) | 文書成分分析装置およびプログラム | |
JP4072285B2 (ja) | データ処理方法及び装置及び記憶媒体 | |
JP4925711B2 (ja) | 一括登録情報生成装置及び一括登録情報生成方法及び一括登録情報生成プログラム | |
JP2013161182A (ja) | テスト項目生成装置、テスト項目生成方法 | |
JP2018018279A (ja) | 文書検索装置及びプログラム | |
JP4186837B2 (ja) | タイトル決定装置及びタイトル決定方法ならびにそのプログラム | |
JP2005190074A (ja) | 文書分割装置およびその方法、プログラム、インデックス作成装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130903 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140314 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140408 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140514 |
|
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: 20140916 |
|
RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20140922 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20141003 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5630863 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |