JP2018077670A - Analysis device, analysis method and analysis program - Google Patents

Analysis device, analysis method and analysis program Download PDF

Info

Publication number
JP2018077670A
JP2018077670A JP2016218911A JP2016218911A JP2018077670A JP 2018077670 A JP2018077670 A JP 2018077670A JP 2016218911 A JP2016218911 A JP 2016218911A JP 2016218911 A JP2016218911 A JP 2016218911A JP 2018077670 A JP2018077670 A JP 2018077670A
Authority
JP
Japan
Prior art keywords
item
value
similarity
calculation
type
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
JP2016218911A
Other languages
Japanese (ja)
Other versions
JP6677624B2 (en
Inventor
祐介 神
Yusuke Jin
祐介 神
敬志 大島
Takashi Oshima
敬志 大島
克己 河合
Katsumi Kawai
克己 河合
康勢 高井
Kosei Takai
康勢 高井
浩也 小澤
Hiroya Ozawa
浩也 小澤
真生 大谷
Masanari Otani
真生 大谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2016218911A priority Critical patent/JP6677624B2/en
Publication of JP2018077670A publication Critical patent/JP2018077670A/en
Application granted granted Critical
Publication of JP6677624B2 publication Critical patent/JP6677624B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an analysis device for appropriately generating dependency between each value of items in different documents.SOLUTION: An analysis device stores classification information in which a calculation condition that defines a calculation range of similarity and classification conditions related to a plurality of feature information for values of items corresponding to a type are associated with each other, and stores a plurality of first feature information relating to a value of a first item described in a first document and a plurality of second feature information relating to a value of a second item described in a second document. A processor of the analysis device refers to the classification conditions to specify the type of the first item based on the plurality of first feature information, specify the type of the value of the second item based on the plurality of second feature information, and specify the calculation condition corresponding to the type of the first item; calculates the similarity between the value of the first item and the value of the second item according to the calculation condition when the type of the first item and the type of the second item are the same; and generates dependency information indicating dependency between the value of the first item and the value of the second item using the similarity.SELECTED DRAWING: Figure 6

Description

本発明は、データを分析する分析装置、分析方法、および分析プログラムに関する。   The present invention relates to an analysis apparatus, an analysis method, and an analysis program for analyzing data.

データ編集処理などの情報システムの業務処理では、設計仕様間の依存関係の把握や影響調査を目的として、設計書間の依存関係を効率的に分析しトレースする技術が求められている。   In the business processing of information systems such as data editing processing, there is a demand for a technique for efficiently analyzing and tracing the dependency relationship between design documents for the purpose of grasping the dependency relationship between design specifications and investigating the influence.

特許文献1は、要件要素情報と設計要素情報との間の関連性を示す関連情報を抽出する技術を開示する。特許文献1には、「要件定義書から当該要件定義書に含まれる複数の要件要素情報と当該要件要素情報が有する項目情報である要件要素項目情報を取得するとともに、基本設計書から当該基本設計書に含まれる複数の設計要素情報と当該設計要素情報が有する項目情報である設計要素項目情報を取得し、取得した複数の設計要素情報のうち、該設計要素情報が有する前記設計要素項目情報の積集合が空集合でない設計要素情報の組み合わせを抽出するとともに、抽出した設計要素項目情報の和集合を生成し、前記取得した要件要素情報の1つを抽出し、当該抽出した要件要素情報が有する要件要素項目情報と前記生成した和集合とを比較して、当該要件要素項目情報が前記和集合に所定割合以上含まれていた場合に、当該要件要素項目情報に対応する要件要素情報と前記和集合に対応する設計要素情報との組を、前記要件要素情報と前記設計要素情報との間の関連性を示す関連情報として抽出する」という記載がある。   Patent Document 1 discloses a technique for extracting related information indicating the relationship between requirement element information and design element information. In Patent Document 1, “a plurality of requirement element information included in the requirement definition document and requirement element item information that is item information included in the requirement element information are acquired from the requirement definition document, and the basic design is obtained from the basic design document. A plurality of design element information included in a document and design element item information which is item information included in the design element information, and the design element item information included in the design element information among the acquired plurality of design element information. A combination of design element information whose intersection set is not an empty set is extracted, a union of the extracted design element item information is generated, one of the acquired requirement element information is extracted, and the extracted requirement element information has When the requirement element item information is compared with the generated union, and the requirement element item information is included in the union at a predetermined ratio or more, the requirement element item information A set of the design element information and response requirements element information corresponding to the union, there is a description that extracts "as related information indicating the association between the requirements element information and said design element information.

また、特許文献2は、複数のテーブルにおける項目間の関連を検出する技術を開示する。特許文献2には、「前記テーブルにおける項目毎に、該項目中の値毎の出現回数に基づく値である項目スコアを算出する項目評価ステップと、前記複数のテーブルの中から互いに異なるテーブルを関連元テーブル及び関連先テーブルとして選択し、前記関連元テーブル中の項目である関連元項目と前記関連先テーブル中の項目である関連先項目とを選択し、前記関連元項目と前記関連先項目の組み合わせを関連として生成する関連生成ステップと、前記関連生成ステップにより生成された関連毎に、前記関連先項目における前記関連元項目中の値毎の出現回数と前記関連元項目の項目スコアと前記関連先項目の項目スコアとに基づく値である関連スコアを算出する関連評価ステップとをコンピュータに実行させる」という記載がある。   Patent Document 2 discloses a technique for detecting a relationship between items in a plurality of tables. According to Patent Document 2, “for each item in the table, an item evaluation step for calculating an item score that is a value based on the number of appearances for each value in the item is associated with a different table from the plurality of tables. Select as a source table and a related destination table, select a related source item that is an item in the related source table and a related destination item that is an item in the related destination table, and select the related source item and the related destination item. A relation generation step for generating a combination as a relation, and for each relation generated by the relation generation step, the number of appearances for each value in the relation source item in the relation destination item, the item score of the relation source item, and the relation There is a description that "the computer executes a related evaluation step of calculating a related score that is a value based on the item score of the previous item".

特開2013−008237号公報JP 2013-008237 A 特開2008−27072号公報JP 2008-27072 A

特許文献1では、複数の項目の集合に対し、一致する項目の割合から関連性を調査する。したがって、項目に表記揺れが多く発生するなど一致しないなどの場合には、特許文献1の技術は、項目間の関連を抽出することができない。例えば、特許文献1の技術は、要件要素項目情報の要件要素項目が、設計要素項目情報の和集合である「区分」、「顧客コード」、「代表者名」、等に含まれているか否かをチェックする。このとき、要件要素項目に「お客様コード」が存在し、当該項目が設計要素項目情報の「顧客コード」と同義であったとしても、特許文献1の技術は、表記揺れによりこれらの間のトレースすることができない。   In Patent Document 1, the relevance of a set of a plurality of items is investigated from the ratio of matching items. Therefore, in the case where there is a large number of notation fluctuations in the items, for example, and they do not match, the technique of Patent Document 1 cannot extract the relationship between the items. For example, in the technique of Patent Document 1, whether the requirement element item of the requirement element item information is included in “classification”, “customer code”, “representative name”, etc., which are the union of design element item information. To check. At this time, even if “customer code” exists in the requirement element item and the item is synonymous with “customer code” in the design element item information, the technique of Patent Document 1 traces between them due to notation fluctuation. Can not do it.

また、特許文献2の技術は、テーブルが保有する値の表記揺れがあり値が一致しない場合は、一致を検出できない。そのため、表記揺れの割合が高く、関連スコアの低下が著しい場合、特許文献2の技術は、テーブル間の関連を検出できない可能性がある。さらに、関連スコアからテーブル間の関連を抽出できた場合でも、テーブルが保有する表記揺れがある値の間を関連付ける方法については、特許文献2には開示されていない。   Further, the technique of Patent Literature 2 cannot detect a match when there is a notation of a value held in the table and the values do not match. Therefore, when the rate of notation fluctuation is high and the decrease in the related score is significant, the technique of Patent Literature 2 may not be able to detect the relationship between the tables. Furthermore, even if the association between tables can be extracted from the association score, Patent Document 2 does not disclose a method for associating values having notation fluctuation held in the table.

本発明は、異なる文書内の各項目値間の依存関係を適切に生成することを目的とする。   An object of the present invention is to appropriately generate a dependency relationship between item values in different documents.

本願において開示される発明の一側面となる分析装置、分析方法、および分析プログラムは、プログラムを実行するプロセッサと、前記プログラムを記憶する記憶デバイスと、を有する分析装置、当該分析装置による分析方法、および記憶デバイスにアクセス可能なプロセッサに実行させる分析プログラムである。前記記憶デバイスは、文書内に出現する項目の種類と、当該種類の項目の値と同種の項目の他の値との類似度の算出範囲を規定する算出条件と、前記種類に該当するための前記項目の値が有する複数の特徴情報に関する分類条件と、を対応付けた分類情報を記憶する。また、前記記憶デバイスは、かつ、第1文書に記述されている第1項目の値に関する複数の第1特徴情報と、第2文書に記述されている第2項目の値に関する複数の第2特徴情報と、を記憶する。前記プロセッサは、前記分類情報の前記分類条件を参照して、前記複数の第1特徴情報に基づいて、前記第1項目の種類を特定し、前記複数の第2特徴情報に基づいて、前記第2項目の値の種類を特定し、前記第1項目の種類に対応する前記算出条件を特定する特定処理と、前記特定処理によって特定された前記第1項目の種類と前記特定処理によって特定された前記第2項目の種類とが同種である場合に、前記算出条件にしたがって、前記第1項目の値と前記第2項目の値との類似度を算出する算出処理と、前記算出処理によって算出された類似度を用いて、前記第1項目の値と前記第2項目の値との依存関係を示す依存関係情報を生成する生成処理と、を実行することを特徴とする。   An analysis apparatus, an analysis method, and an analysis program that are one aspect of the invention disclosed in the present application are an analysis apparatus including a processor that executes the program and a storage device that stores the program, an analysis method using the analysis apparatus, And an analysis program to be executed by a processor accessible to the storage device. The storage device includes a calculation condition for defining a calculation range of a type of an item appearing in a document, a similarity calculation range between the value of the item of the type and another value of the item of the same type, and for corresponding to the type The classification information in which the classification conditions related to the plurality of pieces of feature information included in the item values are associated is stored. The storage device also includes a plurality of first feature information related to the value of the first item described in the first document and a plurality of second features related to the value of the second item described in the second document. Information. The processor refers to the classification condition of the classification information, identifies the type of the first item based on the plurality of first feature information, and based on the plurality of second feature information, The value type of two items is specified, the specifying process specifying the calculation condition corresponding to the type of the first item, the type of the first item specified by the specifying process, and the specifying process When the type of the second item is the same type, a calculation process for calculating the degree of similarity between the value of the first item and the value of the second item according to the calculation condition is calculated by the calculation process. And generating processing for generating dependency relationship information indicating a dependency relationship between the value of the first item and the value of the second item, using the similarity.

本発明の代表的な実施の形態によれば、異なる文書内の各項目値間の依存関係を適切に生成することができる。前述した以外の課題、構成及び効果は、以下の実施例の説明により明らかにされる。   According to the exemplary embodiment of the present invention, it is possible to appropriately generate the dependency relationship between the item values in different documents. Problems, configurations, and effects other than those described above will become apparent from the description of the following embodiments.

図1は、ファイル仕様書における設計項目の分類例を示す説明図である。FIG. 1 is an explanatory diagram showing an example of design item classification in a file specification. 図2は、編集仕様書における設計項目の分類例を示す説明図である。FIG. 2 is an explanatory diagram illustrating an example of design item classification in an editing specification. 図3は、類似度算出方法の決定例を示す説明図である。FIG. 3 is an explanatory diagram illustrating an example of determining a similarity calculation method. 図4は、分析システムのシステム構成例を示す説明図である。FIG. 4 is an explanatory diagram showing a system configuration example of the analysis system. 図5は、分析装置のハードウェア構成例を示すブロック図である。FIG. 5 is a block diagram illustrating a hardware configuration example of the analysis apparatus. 図6は、分析装置の機能的構成例を示すブロック図である。FIG. 6 is a block diagram illustrating a functional configuration example of the analysis apparatus. 図7は、設計項目値格納テーブルの生成例を示す説明図である。FIG. 7 is an explanatory diagram of a generation example of the design item value storage table. 図8は、設計項目分類テーブルの一例を示す説明図である。FIG. 8 is an explanatory diagram showing an example of the design item classification table. 図9は、依存関係情報の一例を示す説明図である。FIG. 9 is an explanatory diagram of an example of the dependency relationship information. 図10は、選択部による重み付き2部グラフ最大マッチング例を示す説明図である。FIG. 10 is an explanatory diagram illustrating an example of weighted bipartite graph maximum matching by the selection unit. 図11は、設定画面例を示す説明図である。FIG. 11 is an explanatory diagram illustrating an example of a setting screen. 図12は、依存関係表示画面例を示す説明図である。FIG. 12 is an explanatory diagram illustrating an example of a dependency display screen. 図13は、分析装置による分析処理手順例を示すフローチャートである。FIG. 13 is a flowchart illustrating an exemplary analysis processing procedure performed by the analysis apparatus. 図14は、図13に示した設計項目値間の類似度算出処理(ステップS1308)の詳細な処理手順例を示すフローチャートである。FIG. 14 is a flowchart illustrating a detailed processing procedure example of the similarity calculation processing (step S1308) between design item values illustrated in FIG.

<分析例>
図1〜図3を用いて、データ間の依存関係の分析例について説明する。具体的には、分析装置は、第1文書に記述されている第1項目と第1文書とは異なる種類の第2文書に記述されている第2項目とが同種である場合に、第1項目の値と第2項目の値との類似度により第1項目の値と第2項目の値との依存関係を示す依存関係情報を生成する。その際に、分析装置は、(1)第1項目および第2項目をどのような指標で分類するか、および、(2)どのような指標で類似度の算出方法を決定するか、を類似度の算出前に決定する。(1)については、図1および図2で説明し、(2)については、図3で説明する。
<Example of analysis>
An analysis example of the dependency relationship between data will be described with reference to FIGS. Specifically, the analysis apparatus first determines that the first item described in the first document and the second item described in the second document of a different type from the first document are the same. Dependency relationship information indicating a dependency relationship between the value of the first item and the value of the second item is generated based on the similarity between the value of the item and the value of the second item. At that time, the analysis apparatus resembles (1) what index is used to classify the first item and the second item, and (2) what index is used to determine how to calculate the similarity. Determine before calculating the degree. (1) will be described with reference to FIGS. 1 and 2, and (2) will be described with reference to FIG.

なお、上記の説明において、文書とは、スプレッドシードのような表形式データを含む文書であり、表形式データのセル群には、項目を示す文字列と、項目の値を示す文字列が記述されている。また、以下の説明において、文書の一例として設計書を用い、項目の一例として設計項目を用いる。たとえば、第1文書の一例である設計書は、たとえば、ファイル定義仕様書であり、第2文書の一例である設計書は、ファイル定義仕様書とは異なる種類である編集仕様書である。   In the above description, a document is a document including tabular data such as a spread seed, and a character string indicating an item and a character string indicating an item value are described in a cell group of the tabular data. Has been. In the following description, a design document is used as an example of a document, and a design item is used as an example of an item. For example, the design document that is an example of the first document is, for example, a file definition specification, and the design document that is an example of the second document is an editing specification that is a different type from the file definition specification.

図1は、ファイル仕様書における設計項目の分類例を示す説明図である。図1において、ファイル仕様書群DXは、1以上のファイル仕様書を含む。ファイル仕様書とは、ファイルを定義する設計書である。分析装置は、ファイル仕様書群の各ファイル仕様書から設計項目および設計項目値を取得してスキーマ(第1設計項目値格納テーブル101)を生成する。図1の例では、ファイル仕様書の設計項目としてファイル名、項目名、説明といった設計項目が含まれているものとし、カラムCxa,Cxb,Cxc,…を生成する。   FIG. 1 is an explanatory diagram showing an example of design item classification in a file specification. In FIG. 1, a file specification group DX includes one or more file specifications. A file specification is a design document that defines a file. The analysis apparatus acquires a design item and a design item value from each file specification in the file specification group, and generates a schema (first design item value storage table 101). In the example of FIG. 1, it is assumed that design items such as a file name, item name, and description are included as design items of the file specification, and columns Cxa, Cxb, Cxc,... Are generated.

具体的には、たとえば、ファイル仕様書の1つである普通預金ファイルについては、カラムCxaに、設計項目であるファイル名の値として「普通預金ファイル」が格納される。また、カラムCxbに、設計項目である項目名の値として「Cxb1」,「Cxb2」,「Cxb3」,…が格納される。具体的には、たとえば、設計項目値Cxb1として、『出金年月日』が格納される。また、カラムCxcに、設計項目である説明の値として「Cxc1」,「Cxc2」,「Cxc3」,…が格納される。具体的には、たとえば、設計項目値Cxc1として、『出金年月日とは、出金した年月日を表す』が格納される。   Specifically, for example, for an ordinary deposit file that is one of the file specifications, “ordinary deposit file” is stored in the column Cxa as the value of the file name that is a design item. Also, “Cxb1”, “Cxb2”, “Cxb3”,... Are stored in the column Cxb as item name values that are design items. Specifically, for example, “withdrawal date” is stored as the design item value Cxb1. Also, “Cxc1”, “Cxc2”, “Cxc3”,... Are stored in the column Cxc as explanation values that are design items. Specifically, for example, “the withdrawal date represents the date of withdrawal” is stored as the design item value Cxc1.

分析装置は、第1文書(あるファイル仕様書)に記述されている第1項目(ある設計項目)の値を解析し、複数の第1特徴情報を第1解析結果102として生成する。複数の第1特徴情報とは、たとえば、各カラムについての複数の設計項目分類判定条件ごとの比率である。設計項目分類判定条件とは、各設計項目を分類するための判定条件であり、文字種と文字数と句読点の有無に分けられる。文字種は、たとえば、「数字のみ」、「英数字のみ」、「英数字、日本語混在」といったグループに分類される。文字数は、「文字数統一」、「文字数不定」といったグループに分類される。句読点の有無は、「句読点あり」、「句読点なし」といったグループに分類される。   The analysis device analyzes the value of the first item (a certain design item) described in the first document (a certain file specification), and generates a plurality of first feature information as the first analysis result 102. The plurality of first feature information is, for example, a ratio for each of a plurality of design item classification determination conditions for each column. The design item classification determination condition is a determination condition for classifying each design item, and is classified into the character type, the number of characters, and the presence or absence of punctuation marks. The character types are classified into groups such as “numbers only”, “alphanumeric characters only”, “alphanumeric characters and Japanese mixed”, for example. The number of characters is classified into groups such as “unified number of characters” and “undefined number of characters”. The presence / absence of punctuation marks is classified into groups such as “with punctuation marks” and “without punctuation marks”.

ここで、カラムCxbが6個の設計項目値Cxb1〜Cxb6で構成される場合において、文字種、文字数、および句読点の有無の比率を具体的に説明する。   Here, when the column Cxb is composed of six design item values Cxb1 to Cxb6, the character type, the number of characters, and the ratio of the presence or absence of punctuation marks will be specifically described.

たとえば、「数字のみ」の場合、数字のみからなる設定項目値がCxb1、Cxb2であれば、「数字のみ」のカラムCxb比率Rxb1は、Rxb1=2/6となる。「英数字のみ」、「英数字、日本語混在」についても同様に比率Rxb2、Rxb3が算出される。   For example, in the case of “numbers only”, if the setting item values consisting only of numbers are Cxb1 and Cxb2, the column Cxb ratio Rxb1 of “numbers only” is Rxb1 = 2/6. The ratios Rxb2 and Rxb3 are similarly calculated for “alphanumeric only” and “mixed alphanumeric and Japanese”.

また、「文字数統一」の場合、分析装置は、文字数のヒストグラムを生成し、最大同一文字数の占有率が比率となる。設計項目値Cxb1〜Cxb6の各文字数をそれぞれ、5,2,5,3,5,5とする。文字数5が4個あるため、最大同一文字数は5である。したがって、「文字数統一」のカラムCxb比率Rxb4は、Rxb4=4/6となる。逆に、「文字数不定」のカラムCxb比率Rxb5は、Rxb5=2/6となる。   In the case of “unification of the number of characters”, the analyzer generates a histogram of the number of characters, and the occupation ratio of the maximum number of the same characters is the ratio. The numbers of characters of the design item values Cxb1 to Cxb6 are 5, 2, 5, 3, 5, and 5, respectively. Since there are four characters, the maximum number of identical characters is five. Accordingly, the column Cxb ratio Rxb4 of “unified number of characters” is Rxb4 = 4/6. Conversely, the column Cxb ratio Rxb5 of “the number of characters is indefinite” is Rxb5 = 2/6.

また、「句読点あり」の場合、句読点を含む設定項目値がCxb1、Cxb2であれば、「句読点あり」のカラムCxb比率Rxb6は、Rxb6=2/6となる。逆に、「句読点なし」のカラムCxb比率Rxb7は、Rxb7=4/6となる。   In the case of “with punctuation marks”, if the setting item values including punctuation marks are Cxb1 and Cxb2, the column Cxb ratio Rxb6 of “with punctuation marks” is Rxb6 = 2/6. Conversely, the column Cxb ratio Rxb7 of “no punctuation” is Rxb7 = 4/6.

分析装置は、設計項目分類テーブル103を参照して、カラムごとの複数の設計項目分類判定条件を用いて、当該カラムの設計項目をいずれかの分類に特定する。特定される設計項目の分類を設計項目分類802と称す。本例では、たとえば、ID、物理名称(コンピュータが認識可能な英数字列)、日本語名称、数値、および文章の中から設計項目分類802が特定される。たとえば、カラムCxaの設計項目分類802は、「日本語名称」である。設計項目分類802には、依存関係成立条件804が関連付けられる。依存関係成立条件804とは、設計項目分類802に属する項目の値と同種の項目の他の値との類似度の算出範囲を規定する算出条件である。算出範囲には、たとえば、「完全一致のみ」、「類似を許容」、「対象外」がある。   The analysis apparatus refers to the design item classification table 103 and identifies the design item of the column as one of the classifications using a plurality of design item classification determination conditions for each column. The specified design item classification is referred to as a design item classification 802. In this example, the design item classification 802 is specified from, for example, an ID, a physical name (an alphanumeric string that can be recognized by a computer), a Japanese name, a numerical value, and a sentence. For example, the design item classification 802 of the column Cxa is “Japanese name”. The design item classification 802 is associated with a dependency establishment condition 804. The dependency relationship establishment condition 804 is a calculation condition that defines a calculation range of the degree of similarity between the value of an item belonging to the design item classification 802 and another value of the same type of item. The calculation range includes, for example, “complete match only”, “allow similarity”, and “not applicable”.

「完全一致のみ」は、両設計項目値が完全一致する場合にのみ依存関係が成立することを示す。「類似を許容」は、両設計項目値が類似関係にある場合に依存関係が成立することを示す。「対象外」は、両設計項目値の依存関係を求めないことを示す。たとえば、カラムCxaの設計項目分類「日本語名称」の依存関係成立条件は、「類似を許容」である。したがって、「日本語名称」の類似範囲まで検索される。   “Only complete match” indicates that the dependency relationship is established only when both design item values completely match. “Allow similarity” indicates that the dependency relationship is established when both design item values are in a similar relationship. “Not applicable” indicates that the dependency relationship between the two design item values is not obtained. For example, the dependency establishment condition for the design item classification “Japanese name” in the column Cxa is “allow similarity”. Therefore, a similar range of “Japanese name” is searched.

このようにして、ファイル仕様書内の設計項目(ファイル名、項目名、説明、…)について、設計項目分類が特定される。   In this way, the design item classification is specified for the design items (file name, item name, description,...) In the file specification.

図2は、編集仕様書における設計項目の分類例を示す説明図である。図2において、編集仕様書群DYは、1以上の編集仕様書を含む。編集仕様書とは、ファイルの定義を編集する設計書である。編集仕様書についても、分析装置は、ファイル仕様書群の各ファイル仕様書から設計項目および設計項目値を取得してスキーマ(第2設計項目値格納テーブル201)を生成する。また、分析装置は、第2文書(ある編集仕様書)に記述されている第2項目(ある設計項目)の値を解析し、複数の第2特徴情報を第2解析結果202として生成する。また、分析装置は、設計項目分類テーブル103を参照して、カラムごとの複数の設計項目分類判定条件を用いて、設計項目分類を特定する。このようにして、図1と同様、編集仕様書内の設計項目(出力ファイル名、出力項目、編集条件、…)について、設計項目分類が特定される。   FIG. 2 is an explanatory diagram illustrating an example of design item classification in an editing specification. In FIG. 2, the editing specification group DY includes one or more editing specifications. An edit specification is a design document for editing a file definition. As for the edit specifications, the analysis apparatus acquires design items and design item values from each file specification of the file specification group, and generates a schema (second design item value storage table 201). Further, the analysis apparatus analyzes the value of the second item (a certain design item) described in the second document (a certain editing specification), and generates a plurality of second feature information as the second analysis result 202. Further, the analysis device refers to the design item classification table 103 and identifies the design item classification using a plurality of design item classification determination conditions for each column. In this way, the design item classification is specified for the design items (output file name, output item, editing condition,...) In the editing specification as in FIG.

図3は、類似度算出方法の決定例を示す説明図である。類似度算出方法の決定例では、分析装置は、設計書−設計工程対応テーブル300と設計書関係分類テーブル310とを用い、設計項目値間依存関係格納テーブル320を生成する。設計書−設計工程対応テーブル300は、設計書と設計工程とを対応付けたテーブルである。設計工程は、どの工程で作成された設計書であるかを示すフィールドである。設計書は、どの種類の文書であるかを示すフィールドである。図1のファイル仕様書群については、設計書は「ファイル仕様書」に該当するため、設計工程は、「詳細設計書」となる。図2の編集仕様書群については、設計書は「編集仕様書」に該当するため、設計工程は、「詳細設計書」となる。   FIG. 3 is an explanatory diagram illustrating an example of determining a similarity calculation method. In the determination example of the similarity calculation method, the analysis apparatus uses the design document-design process correspondence table 300 and the design document relationship classification table 310 to generate the design item value dependency storage table 320. The design document-design process correspondence table 300 is a table in which a design document and a design process are associated with each other. The design process is a field indicating in which process the design document is created. The design document is a field indicating what kind of document it is. With respect to the file specification group shown in FIG. 1, the design document corresponds to the “file specification document”, so the design process is “detailed design document”. For the edit specification group in FIG. 2, the design document corresponds to “edit specification”, so the design process is “detailed design document”.

設計書関係分類テーブル310は、設計書関係分類311と類似度算出式312とを対応付けたテーブルである。設計書関係分類311は、関連元311aと関連先311bとを有する。すなわち、関連元311aと関連先311bの設計書関係分類311の組み合わせにより、類似度算出式312が決定される。ファイル仕様書および編集仕様書は、ともに「詳細設計書」に該当するため、関連元(たとえば、ファイル仕様書)311aと関連先(たとえば、編集仕様書)311bの組み合わせは、類似度算出式312の「文字列類似度」に該当する。   The design document relationship classification table 310 is a table in which the design document relationship classification 311 and the similarity calculation formula 312 are associated with each other. The design document relation classification 311 has a relation source 311a and a relation destination 311b. That is, the similarity calculation formula 312 is determined by the combination of the design document relation classification 311 of the relation source 311a and the relation destination 311b. Since both the file specification and the editing specification correspond to the “detailed design specification”, the combination of the related source (for example, the file specification) 311a and the related destination (for example, the editing specification) 311b is the similarity calculation formula 312. This corresponds to “character string similarity”.

そして、分析装置は、関連元の設計項目およびその値と、関連先の設計項目およびその値について適用される類似度算出式312を特定して、設計項目値間依存関係格納テーブル320を生成する。設計項目値間依存関係格納テーブル320は、関連元設計項目321と、関連元設計項目値322と、関連先設計項目323と、関連先設計項目値324と、類似度算出式325と、類似度326とを、格納する。   Then, the analysis apparatus specifies the design item of the relation source and the value thereof, the similarity calculation formula 312 applied to the design item of the relation destination and the value thereof, and generates the design item value dependency storage table 320. . The design item value dependency storage table 320 includes a related source design item 321, a related source design item value 322, a related destination design item 323, a related destination design item value 324, a similarity calculation formula 325, and a similarity. 326 are stored.

たとえば、4行目のエントリの関連元設計項目321はファイル名(Cxa)で、その関連元設計項目値322は、「外貨建定期預金ファイル」である。また、関連先設計項目323は出力ファイル名(Cya)で、その関連先設計項目値324は「外貨定期預金ファイル」である。両設計項目Cxa,Cyaは、それぞれファイル仕様書および編集仕様書に含まれるため、対応する類似度算出式325は、「文字列類似度」である。また、両設計項目Cxa,Cyaの設計項目分類は、図1および図2で説明したように「日本語名称」で、かつ、依存関係成立条件は「類似を許容」である。したがって、分析装置は、関連元設計項目321であるファイル名(Cxa)の関連元設計項目値322である「普通預金ファイル」と、関連先設計項目323である出力ファイル名(Cya)の関連先設計項目値324である「普通預金ファイル」との類似度326を、類似度算出式325である「文字列類似度」を用いて算出する。   For example, the related source design item 321 of the entry on the fourth line is a file name (Cxa), and the related source design item value 322 is “foreign currency time deposit file”. The related design item 323 is an output file name (Cya), and the related design item value 324 is “foreign currency time deposit file”. Since both design items Cxa and Cya are included in the file specification and the editing specification, respectively, the corresponding similarity calculation formula 325 is “character string similarity”. Further, the design item classification of both the design items Cxa and Cya is “Japanese name” as described in FIGS. 1 and 2, and the dependency establishment condition is “allow similarity”. Therefore, the analysis apparatus associates the “ordinary deposit file” that is the related source design item value 322 of the file name (Cxa) that is the related source design item 321 and the output destination (Cya) that is the related destination design item 323. The similarity 326 with the “ordinary deposit file” that is the design item value 324 is calculated using the “character string similarity” that is the similarity calculation formula 325.

なお、依存関係成立条件が「完全一致のみ」である場合、関連元設計項目値322および関連先設計項目値324が完全一致する場合にのみ、類似度326に最大類似度が格納される。また、依存関係成立条件が「対象外」である場合、関連元設計項目値322および関連先設計項目値324の類似度算出を実行せず、類似度326は空欄となる。   In addition, when the dependency relationship establishment condition is “complete match only”, the maximum similarity is stored in the similarity 326 only when the related source design item value 322 and the related destination design item value 324 completely match. When the dependency relationship establishment condition is “not applicable”, the similarity calculation of the related source design item value 322 and the related destination design item value 324 is not executed, and the similarity 326 is blank.

設計項目分類が一致する組み合わせであれば、他の設計項目についても同様に設計項目値間依存関係格納テーブル320のエントリが生成される。このようにして、分析装置は、表記揺れが存在する設計項目値の集合において、複数の集合間で設計項目値を関連付ける。したがって、文書間で依存関係がある項目どうしを高精度で関連付けることができる。   If the design item classification matches, an entry in the inter-design item value dependency storage table 320 is similarly generated for other design items. In this way, the analysis apparatus associates design item values among a plurality of sets in a set of design item values in which there is notation fluctuation. Therefore, items having a dependency relationship between documents can be associated with high accuracy.

なお、図3では、設計工程を例示したが、文書分類はこれに限らない。例えば、使用する用語が異なる2つのベンダが設計書を分担して作成する場合は、作成ベンダを文書分類の指標として用いてもよい。さらに、企業文化が異なる組織が経営統合や合併を行うにあたり、それぞれの組織が保有する情報システムの設計書が存在する場合が考えられる。この場合は、設計書を所有する組織を文書分類にしてもよい。上記に挙げた設計工程、作成ベンダ、所有組織やその他の文書分類指標を単独で用いてもよいし、複数の分類の複合条件として定義しても構わない。   Although FIG. 3 illustrates the design process, the document classification is not limited to this. For example, when two vendors with different terms to use create and share a design document, the creation vendor may be used as an index for document classification. Furthermore, when organizations with different corporate cultures perform management integration and mergers, there may be cases where there are information system design documents held by each organization. In this case, an organization that owns the design document may be classified as a document. The design process, creation vendor, owned organization, and other document classification indexes listed above may be used alone, or may be defined as a composite condition of a plurality of classifications.

<システム構成例>
図4は、分析システムのシステム構成例を示す説明図である。分析システム400は、分析装置401と、データベース(DB)402と、管理端末403と、を有する。分析装置401、DB402、および管理端末403は、インターネット,LAN(Local Area Network),WAN(Wide Area Network)などのネットワーク404を介して通信可能に接続される。DB402には、分析対象となる文書群(たとえば、ファイル仕様書群や編集仕様書群)が記憶されている。管理端末403は、ネットワーク404経由で分析装置401を操作する。
<System configuration example>
FIG. 4 is an explanatory diagram showing a system configuration example of the analysis system. The analysis system 400 includes an analysis device 401, a database (DB) 402, and a management terminal 403. The analysis device 401, the DB 402, and the management terminal 403 are communicably connected via a network 404 such as the Internet, a LAN (Local Area Network), and a WAN (Wide Area Network). The DB 402 stores a document group to be analyzed (for example, a file specification group and an editing specification group). The management terminal 403 operates the analysis device 401 via the network 404.

<ハードウェア構成例>
図5は、分析装置401のハードウェア構成例を示すブロック図である。分析装置401は、プロセッサ501と、記憶デバイス502と、入力デバイス503と、出力デバイス504と、通信インターフェース(通信IF505)と、を有する。プロセッサ501、記憶デバイス502、入力デバイス503、出力デバイス504、および通信IF505は、バスにより接続される。プロセッサ501は、分析装置401を制御する。記憶デバイス502は、プロセッサ501の作業エリアとなる。また、記憶デバイス502は、各種プログラムやデータを記憶する非一時的なまたは一時的な記録媒体である。記憶デバイス502としては、たとえば、ROM(Read Only Memory)、RAM(Random Access Memory)、HDD(Hard Disk Drive)、SSD(Solid State Drive)、フラッシュメモリがある。入力デバイス503は、データを入力する。入力デバイス503としては、たとえば、キーボード、マウス、タッチパネル、テンキー、スキャナがある。出力デバイス504は、データを出力する。出力デバイス504としては、たとえば、ディスプレイ、プリンタがある。通信IF505は、ネットワーク404と接続し、データを送受信する。以下、本発明にかかる実施例について説明する。
<Hardware configuration example>
FIG. 5 is a block diagram illustrating a hardware configuration example of the analysis apparatus 401. The analysis apparatus 401 includes a processor 501, a storage device 502, an input device 503, an output device 504, and a communication interface (communication IF 505). The processor 501, the storage device 502, the input device 503, the output device 504, and the communication IF 505 are connected by a bus. The processor 501 controls the analysis device 401. The storage device 502 serves as a work area for the processor 501. The storage device 502 is a non-temporary or temporary recording medium that stores various programs and data. Examples of the storage device 502 include a ROM (Read Only Memory), a RAM (Random Access Memory), a HDD (Hard Disk Drive), an SSD (Solid State Drive), and a flash memory. The input device 503 inputs data. Examples of the input device 503 include a keyboard, a mouse, a touch panel, a numeric keypad, and a scanner. The output device 504 outputs data. Examples of the output device 504 include a display and a printer. A communication IF 505 is connected to the network 404 to transmit / receive data. Examples according to the present invention will be described below.

<機能的構成例>
図6は、分析装置401の機能的構成例を示すブロック図である。分析装置401は、設計項目値格納テーブル601と、解析結果格納テーブル602と、設計項目分類テーブル103と、設計書−設計工程対応テーブル300と、設計書関係分類テーブル310と、設計項目値間依存関係格納テーブル320と、を記憶する。これらのテーブルは、具体的には、たとえば、図5に示した記憶デバイス502に記憶される。また、これらのテーブルは、DB402に記憶されてもよい。
<Functional configuration example>
FIG. 6 is a block diagram illustrating a functional configuration example of the analysis apparatus 401. The analysis apparatus 401 includes a design item value storage table 601, an analysis result storage table 602, a design item classification table 103, a design document-design process correspondence table 300, a design document relationship classification table 310, and dependency between design item values. The relationship storage table 320 is stored. Specifically, these tables are stored, for example, in the storage device 502 shown in FIG. Further, these tables may be stored in the DB 402.

設計項目値格納テーブル601は、図1および図2に示した第1設計項目値格納テーブル101および第2設計項目値格納テーブル201を格納するテーブルである。解析結果格納テーブル602は、図1および図2に示した第1解析結果102および第2解析結果202を格納するテーブルである。設計項目分類テーブル103は、設計項目をいずれかの設計項目分類に分類するためのテーブルである(図8で後述)。   The design item value storage table 601 is a table for storing the first design item value storage table 101 and the second design item value storage table 201 shown in FIGS. 1 and 2. The analysis result storage table 602 is a table that stores the first analysis result 102 and the second analysis result 202 shown in FIGS. 1 and 2. The design item classification table 103 is a table for classifying design items into one of the design item classifications (described later in FIG. 8).

また、分析装置401は、取得部611と、解析部612と、特定部613と、決定部614と、特定部613と、決定部614と、算出部615と、生成部616と、選択部617と、出力部618と、を有する。これらは、具体的には、たとえば、記憶デバイス502に記憶されたプログラムをプロセッサ501に実行させることで実現される機能である。   The analysis apparatus 401 includes an acquisition unit 611, an analysis unit 612, a specification unit 613, a determination unit 614, a specification unit 613, a determination unit 614, a calculation unit 615, a generation unit 616, and a selection unit 617. And an output unit 618. Specifically, these are functions realized by causing the processor 501 to execute a program stored in the storage device 502, for example.

取得部611は、DB402から文書を取得する。取得部611は、取得した文書をグループ分けする。具体的には、たとえば、取得部611は、取得した文書をファイル仕様書群DXや編集仕様書群DYに分類する。なお、分類については、取得部611が、ファイル名を参照して自動分類してもよく、また、入力デバイス503や管理端末403の操作にしたがって分類してもよい。取得部611は、取得した文書からカラムを抽出して、分類したグループごとに、設計項目値格納テーブル601を生成する。これにより、図1に示した第1設計項目値格納テーブル101や図2に示した第2設計項目値格納テーブル201が生成される。   The acquisition unit 611 acquires a document from the DB 402. The acquisition unit 611 groups the acquired documents. Specifically, for example, the acquisition unit 611 classifies the acquired document into a file specification group DX and an edit specification group DY. Regarding the classification, the acquisition unit 611 may perform automatic classification with reference to the file name, or may be classified according to the operation of the input device 503 or the management terminal 403. The acquisition unit 611 extracts a column from the acquired document and generates a design item value storage table 601 for each classified group. As a result, the first design item value storage table 101 shown in FIG. 1 and the second design item value storage table 201 shown in FIG. 2 are generated.

図7は、設計項目値格納テーブル601の生成例を示す説明図である。(A)は、あるファイル仕様書Dxからの第1設計項目値格納テーブル101の生成例を示し、(B)は、ある編集仕様書Dyからの第2設計項目値格納テーブル201の生成例を示す。太矢印は、データの抽出を示す。   FIG. 7 is an explanatory diagram showing a generation example of the design item value storage table 601. (A) shows a generation example of the first design item value storage table 101 from a certain file specification Dx, and (B) shows a generation example of the second design item value storage table 201 from a certain editing specification Dy. Show. Thick arrows indicate data extraction.

図6に戻り、解析部612は、図1および図2に示したように、項目の値(たとえば、設計項目値)を解析して複数の特徴情報を解析結果(第1解析結果102、第2解析結果202)として生成し、解析結果を解析結果格納テーブル602に格納する。解析結果とは、設計項目の特徴情報を示す。たとえば、上述したように、解析結果は、カラムごとに算出された複数の設計項目分類判定条件ごとの比率である。   Returning to FIG. 6, as shown in FIGS. 1 and 2, the analysis unit 612 analyzes an item value (for example, a design item value) and analyzes a plurality of pieces of feature information (first analysis result 102, first item). 2 analysis result 202), and the analysis result is stored in the analysis result storage table 602. The analysis result indicates feature information of the design item. For example, as described above, the analysis result is a ratio for each of the plurality of design item classification determination conditions calculated for each column.

これにより、分析装置401に文書群を与えることで、第1特徴情報および第2特徴情報から依存関係情報の生成までが自動実行される。したがって、依存関係分析の効率化を図ることができる。   Thus, by providing a document group to the analysis apparatus 401, the process from the first feature information and the second feature information to the generation of dependency relationship information is automatically executed. Therefore, the efficiency of dependency relationship analysis can be improved.

特定部613は、複数の特徴情報に基づいて、項目の値の種類を特定する。具体的には、たとえば、特定部613は、複数の第1特徴情報に基づいて、第1項目の値の種類を特定する。また、特定部613は、複数の第2特徴情報に基づいて、第2項目の値の種類を特定する。ここで、複数の特徴情報とは、解析部612においてカラムごとに算出された複数の設計項目分類判定条件ごとの比率である。複数の第1特徴情報は、図1に示したカラムごとの複数の比率であり、複数の第2特徴情報は、図2に示したカラムごとの複数の比率である。また、項目とは、たとえば、設計項目であり、項目の値とは、たとえば、設計項目値である。また、項目の値の種類とは、設計項目分類である。図1の例では、特定部613は、カラムCxa(ファイル名)の設計項目については、複数の設計項目分類から「日本語名称」を特定する。   The identifying unit 613 identifies the type of item value based on a plurality of pieces of feature information. Specifically, for example, the specifying unit 613 specifies the value type of the first item based on the plurality of pieces of first feature information. The specifying unit 613 specifies the value type of the second item based on the plurality of second feature information. Here, the plurality of feature information is a ratio for each of a plurality of design item classification determination conditions calculated for each column in the analysis unit 612. The plurality of first feature information is a plurality of ratios for each column shown in FIG. 1, and the plurality of second feature information is a plurality of ratios for each column shown in FIG. The item is, for example, a design item, and the item value is, for example, a design item value. The item value type is a design item classification. In the example of FIG. 1, the specifying unit 613 specifies “Japanese name” from a plurality of design item classifications for the design item of the column Cxa (file name).

また、特定部613は、第1項目の種類に対応する算出条件を特定する。具体的には、たとえば、特定部613は、ファイル仕様書についての設計項目が分類された設計項目分類に対応する算出条件である依存関係成立条件804を特定する。図1の例では、特定部613は、カラムCxa(ファイル名)の設計項目については、設計項目分類802である「日本語名称」に関連付けされている「類似を許容」を依存関係成立条件804として特定する。   The specifying unit 613 specifies a calculation condition corresponding to the type of the first item. Specifically, for example, the specifying unit 613 specifies the dependency establishment condition 804 that is a calculation condition corresponding to the design item classification in which the design items for the file specification are classified. In the example of FIG. 1, for the design item of the column Cxa (file name), the specifying unit 613 sets “acceptance of similarity” associated with “Japanese name” that is the design item classification 802 as the dependency establishment condition 804. As specified.

特定部613は、設計項目分類テーブル103を参照して、項目の値の種類や算出条件を特定する。ここで、設計項目分類テーブル103について説明する。   The identifying unit 613 refers to the design item classification table 103 and identifies the type of item value and the calculation condition. Here, the design item classification table 103 will be described.

図8は、設計項目分類テーブル103の一例を示す説明図である。設計項目分類テーブル103は、対象となる設計項目がどの設計項目分類に該当するかを特定する分類情報である。設計項目分類テーブル103は、フィールドとして、設計項目分類ID801と、設計項目分類802と、設計項目分類判定条件803と、依存関係成立条件804と、を有する。設計項目分類ID801は、設計項目分類802を一意に特定する識別情報である。設計項目分類802は、文書内に出現する設計項目の種類を示す。   FIG. 8 is an explanatory diagram showing an example of the design item classification table 103. The design item classification table 103 is classification information that identifies which design item classification a target design item corresponds to. The design item classification table 103 has, as fields, a design item classification ID 801, a design item classification 802, a design item classification determination condition 803, and a dependency establishment condition 804. The design item classification ID 801 is identification information that uniquely identifies the design item classification 802. The design item classification 802 indicates the type of design item that appears in the document.

設計項目分類判定条件803は、設計項目分類802に該当するための設計項目の値が有する複数の特徴情報(解析結果の各比率)に関する分類条件を示す。具体的には、たとえば、図1および図2に示したように、設計項目分類判定条件803は、複数種類の特徴についての特徴情報の組み合わせにより構成される。ここでは、例として、文字種831と、文字数832と、句読点の有無833という3種類の特徴についての特徴情報により構成される。依存関係成立条件804は、設計項目分類802の設計項目の値と同種の設計項目の他の値との類似度326の算出範囲を規定する算出条件を示す。   The design item classification determination condition 803 indicates a classification condition related to a plurality of pieces of feature information (each ratio of analysis results) possessed by the value of the design item for corresponding to the design item classification 802. Specifically, for example, as illustrated in FIGS. 1 and 2, the design item classification determination condition 803 is configured by a combination of feature information for a plurality of types of features. Here, as an example, it is composed of feature information about three types of features: a character type 831, the number of characters 832, and the presence or absence of punctuation marks 833. The dependency relationship establishment condition 804 indicates a calculation condition that defines the calculation range of the similarity 326 between the value of the design item of the design item classification 802 and another value of the same type of design item.

ここで、設計項目分類テーブル103を用いて設計項目分類802を特定する例について図1を用いて説明する。たとえば、カラムCxaの比率は、Rxa1〜Rxa7の7種類である。このうち、文字種831に関する比率は、Rxa1〜Rxa3の3種類の特徴情報である。特定部613は、たとえば、Rxa1〜Rxa3のうち最大比率となる文字種を、カラムCxaの設計項目分類判定条件803に適用する。また、たとえば、設計項目分類判定条件803にしきい値が設定されており、特定部613は、Rxa1〜Rxa3のうちしきい値を超えた比率となる文字種を、カラムCxaの設計項目分類判定条件803に適用してもよい。また、特定部613は、両方を充足する文字種を、カラムCxaの設計項目分類判定条件803に適用してもよい。   Here, an example in which the design item classification 802 is specified using the design item classification table 103 will be described with reference to FIG. For example, the ratio of the column Cxa is seven types of Rxa1 to Rxa7. Among these, the ratio regarding the character type 831 is three types of feature information Rxa1 to Rxa3. For example, the specifying unit 613 applies the character type having the maximum ratio among Rxa1 to Rxa3 to the design item classification determination condition 803 of the column Cxa. Further, for example, a threshold is set in the design item classification determination condition 803, and the specifying unit 613 selects a character type having a ratio exceeding the threshold among Rxa1 to Rxa3 as the design item classification determination condition 803 for the column Cxa. You may apply to. Further, the specifying unit 613 may apply a character type that satisfies both to the design item classification determination condition 803 of the column Cxa.

また、文字数832(統一または不定)に関する比率は、Rxa4,Rxa5の2種類の特徴情報である。特定部613は、たとえば、Rxa4,Rxa5のうち最大比率となる文字数を、カラムCxaの設計項目分類判定条件803に適用する。また、たとえば、各設計項目分類判定条件にしきい値が設定されており、特定部613は、Rxa4,Rxa5のうちしきい値を超えた比率となる文字数を、カラムCxaの設計項目分類判定条件803に適用してもよい。また、特定部613は、両方を充足する文字数を、カラムCxaの設計項目分類判定条件803に適用してもよい。   The ratio relating to the number of characters 832 (unified or indefinite) is two types of feature information Rxa4 and Rxa5. For example, the specifying unit 613 applies the number of characters having the maximum ratio among Rxa4 and Rxa5 to the design item classification determination condition 803 of the column Cxa. Further, for example, a threshold value is set for each design item classification determination condition, and the specifying unit 613 determines the number of characters that exceeds the threshold value among Rxa4 and Rxa5 as the design item classification determination condition 803 for the column Cxa. You may apply to. In addition, the specifying unit 613 may apply the number of characters satisfying both to the design item classification determination condition 803 of the column Cxa.

また、句読点の有無833に関する比率は、Rxa7,Rxa8の2種類の特徴情報である。特定部613は、たとえば、Rxa7,Rxa8のうち最大比率となる文字数を、カラムCxaの設計項目分類判定条件803に適用する。また、たとえば、設計項目分類判定条件803にしきい値が設定されており、特定部613は、Rxa7,Rxa8のうちしきい値を超えた比率となる文字数を、カラムCxaの設計項目分類判定条件803に適用してもよい。また、特定部613は、両方を充足する文字数を、カラムCxaの設計項目分類判定条件803に適用してもよい。このように、設計項目分類802に応じて類似算出の適用範囲が決定される。   The ratio regarding the presence or absence of punctuation marks 833 is two types of feature information Rxa7 and Rxa8. For example, the specifying unit 613 applies the number of characters having the maximum ratio among Rxa7 and Rxa8 to the design item classification determination condition 803 of the column Cxa. Further, for example, a threshold value is set in the design item classification determination condition 803, and the specifying unit 613 determines the number of characters having a ratio exceeding the threshold value among Rxa7 and Rxa8 as the design item classification determination condition 803 for the column Cxa. You may apply to. In addition, the specifying unit 613 may apply the number of characters satisfying both to the design item classification determination condition 803 of the column Cxa. Thus, the application range of similarity calculation is determined according to the design item classification 802.

図7に戻り、決定部614は、第1文書の種類と第2文書の種類との組み合わせに基づいて、第1項目の値と第2項目の値との類似度を算出する類似度算出方法を決定する。具体的には、たとえば、決定部614は、図3に示したように、設計書−設計工程対応テーブル300と設計書関係分類テーブル310とを用いて、類似度算出式325を決定し、設計項目値間依存関係格納テーブル320を生成する。   Returning to FIG. 7, the determination unit 614 calculates the similarity between the value of the first item and the value of the second item based on the combination of the first document type and the second document type. To decide. Specifically, for example, as illustrated in FIG. 3, the determination unit 614 determines the similarity calculation formula 325 using the design document-design process correspondence table 300 and the design document relationship classification table 310, and performs design. The item value dependency storage table 320 is generated.

ここで、類似度算出式325には、例えば「意味的類似度」や「文字列類似度」がある。「意味的類似度」は、例えば、同時に使用される(共起する)単語の頻度をベクトルで表現した共起ベクトルの方向および大きさに基づいて類似度として算出する類似度算出方法である。2つの設計項目値の共起ベクトルの方向および大きさの差が許容範囲内であれば、当該2つの設計項目値は類似する。「文字列類似度」は、例えば2つの文字列の差を0にするために必要となる削除・追加・置換の操作回数である編集距離に基づいて類似度として算出する類似度算出方法である。2つの設計項目値の編集距離の差が許容範囲内であれば、当該2つの設計項目値は類似する。   Here, the similarity calculation formula 325 includes, for example, “semantic similarity” and “character string similarity”. The “semantic similarity” is, for example, a similarity calculation method for calculating the similarity based on the direction and size of a co-occurrence vector that expresses the frequency of simultaneously used (co-occurring) words as a vector. If the difference in the direction and size of the co-occurrence vector between two design item values is within an allowable range, the two design item values are similar. “Character string similarity” is a similarity calculation method in which, for example, the similarity is calculated based on the edit distance that is the number of delete / add / replace operations required to set the difference between two character strings to 0. . If the difference in edit distance between two design item values is within an allowable range, the two design item values are similar.

ここで、算出部615による編集距離の算出例について説明する。類似度は、両設計項目値の間の編集距離を当該両設計項目値の文字数の平均値で割った値を、1から減算した値とする。例えば、両設計項目値が「外貨建定期預金ファイル」と「外貨定期預金ファイル」である場合、「外貨建定期預金ファイル」は、「建」の削除操作を1度行うことで「外貨定期預金ファイル」と一致する。したがって、編集距離は「1」である。また、「外貨建定期預金ファイル」の文字数(11)と「外貨定期預金ファイル」の文字数(10)の平均値は10.5である。両設計項目値の間の編集距離を当該両設計項目値の文字数の平均値で割った値は、(1÷10.5)である。したがって、類似度は0.90(=1−(1÷10.5))である。   Here, an example of calculating the edit distance by the calculation unit 615 will be described. The similarity is a value obtained by subtracting from 1 a value obtained by dividing the edit distance between the two design item values by the average number of characters of the two design item values. For example, if both design item values are “Foreign Currency Time Deposit File” and “Foreign Currency Time Deposit File”, the “Foreign Currency Time Deposit File” can be changed to “Foreign Currency Time Deposit” by performing the deletion operation of “Foreign Currency” once. Matches "file". Therefore, the edit distance is “1”. Further, the average value of the number of characters (11) of the “foreign currency time deposit file” and the number of characters (10) of the “foreign currency time deposit file” is 10.5. A value obtained by dividing the edit distance between the two design item values by the average value of the number of characters of the two design item values is (1 ÷ 10.5). Therefore, the similarity is 0.90 (= 1− (1 ÷ 10.5)).

算出部615は、特定部613によって特定された第1項目の種類と特定部613によって特定された第2項目の種類とが同種である場合に、算出条件にしたがって、第1項目の値と第2項目の値との類似度を算出する。具体的には、たとえば、具体的には、たとえば、ファイル仕様書から特定された設計項目(例:ファイル名)の設計項目分類802である「日本語名称」と、編集仕様書から特定された設計項目(例:出力ファイル名)の設計項目分類802である「日本語名称」とは、同種である。設計項目分類802である「日本語名称」に関連付けられる依存関係成立条件804は「類似を許容」である。この場合、算出部615は、設計項目(例:ファイル名)の値「外貨建定期預金ファイル」と、設計項目(例:出力ファイル名)の値「外貨定期預金ファイル」との類似度326を算出する。すなわち、両設計項目値が完全一致することは要求されない。   When the type of the first item specified by the specifying unit 613 and the type of the second item specified by the specifying unit 613 are the same type, the calculation unit 615 calculates the first item value and the first item according to the calculation conditions. The similarity with the values of the two items is calculated. Specifically, for example, specifically, “Japanese name” that is the design item classification 802 of the design item (eg, file name) specified from the file specification and the specification specified from the editing specification, for example. The “Japanese name” that is the design item classification 802 of the design item (eg, output file name) is the same type. The dependency establishment condition 804 associated with “Japanese name” which is the design item classification 802 is “allow similarity”. In this case, the calculation unit 615 calculates the similarity 326 between the value “foreign currency time deposit file” of the design item (eg, file name) and the value “foreign currency time deposit file” of the design item (eg, output file name). calculate. That is, it is not required that both design item values completely match.

また、決定部614によって類似度算出方法が決定された場合、算出部615は、決定された類似度算出方法を用いて、算出条件にしたがって、第1項目の値と第2項目の値との類似度を算出する。これにより、依存関係の生成対象となる両項目の値の類似度326の算出に先立って、具体的にどのような類似度算出方法が適切であるかが決定される。   When the determination unit 614 determines the similarity calculation method, the calculation unit 615 uses the determined similarity calculation method to calculate the value of the first item and the value of the second item according to the calculation condition. Calculate similarity. Thereby, prior to the calculation of the similarity 326 between the values of both items that are the generation targets of the dependency relationship, it is determined what specific similarity calculation method is appropriate.

また、算出部615は、算出条件が、類似度算出方法を適用対象外とする条件である場合、類似度を算出しない。これにより、無駄な類似度算出による負荷の増加を抑制し、分析処理の高速化を実現することができる。   The calculation unit 615 does not calculate the similarity when the calculation condition is a condition that excludes the similarity calculation method. As a result, an increase in load due to useless similarity calculation can be suppressed, and the analysis process can be speeded up.

また、算出部615は、算出条件が、類似度の算出対象の両項目の値が完全一致するという算出範囲を規定する条件である場合、第1項目の値と前記第2項目の値とが完全一致すれば、類似度を第1項目の値と前記第2項目の値とが同一であることを示す値に設定する。また、算出部615は、第1項目の値と第2項目の値とが完全一致しなければ、類似度を算出しない。   In addition, when the calculation condition is a condition that defines a calculation range in which the values of both items whose similarity is to be calculated completely match, the calculation unit 615 determines that the value of the first item and the value of the second item are If they completely match, the similarity is set to a value indicating that the value of the first item is the same as the value of the second item. In addition, the calculation unit 615 does not calculate the similarity unless the value of the first item and the value of the second item completely match.

具体的には、たとえば、設計項目分類802が「ID」であり、依存関係成立条件804が「完全一致のみ」とする。設計項目(例:ID)の値「0001」と、設計項目(例:出力ID)の値「0001」とは、完全一致する。算出部615は、類似度算出方法を用いて算出しないかわり、類似度を両者が同一であることを示す値(たとえば、類似度の最大値)に設定する。これにより、類似度算出負荷の低減を図り、分析処理の高速化を実現することができる。一方、設計項目(例:ID)の値「0001」と、設計項目(例:出力ID)の値「0002」とは、完全一致しない。この場合、算出条件が、「完全一致のみ」であるため、算出部615は、類似度を算出しない。これにより、無駄な類似度算出による負荷の増加を抑制し、分析処理の高速化を実現することができる。   Specifically, for example, it is assumed that the design item classification 802 is “ID” and the dependency establishment condition 804 is “complete match only”. The value “0001” of the design item (example: ID) completely matches the value “0001” of the design item (example: output ID). Instead of calculating using the similarity calculation method, the calculation unit 615 sets the similarity to a value (for example, the maximum value of similarity) indicating that both are the same. As a result, the similarity calculation load can be reduced, and the analysis process can be speeded up. On the other hand, the value “0001” of the design item (example: ID) does not completely match the value “0002” of the design item (example: output ID). In this case, since the calculation condition is “complete match only”, the calculation unit 615 does not calculate the similarity. As a result, an increase in load due to useless similarity calculation can be suppressed, and the analysis process can be speeded up.

また、算出部615は、算出条件が、類似度の算出対象の両項目の値が類似することを許容するという算出範囲を規定する条件である場合、第1項目の値と第2項目の値とが完全一致すれば、類似度を前記第1項目の値と前記第2項目の値とが同一であることを示す値に設定し、第1項目の値と第2項目の値とが完全一致しなければ、類似度算出方法を用いて、類似度を算出する。   In addition, when the calculation condition is a condition that defines a calculation range that allows the values of both items of similarity calculation targets to be similar, the calculation unit 615 determines the value of the first item and the value of the second item. Is completely matched, the similarity is set to a value indicating that the value of the first item and the value of the second item are the same, and the value of the first item and the value of the second item are completely If they do not match, the similarity is calculated using the similarity calculation method.

具体的には、たとえば、ファイル仕様書から特定された設計項目(例:ファイル名)の設計項目分類802である「日本語名称」と、編集仕様書から特定された設計項目(例:出力ファイル名)の設計項目分類802である「日本語名称」とは、同種である。この場合、算出部615は、設計項目(例:ファイル名)の値「普通預金ファイル」と、設計項目(例:出力ファイル名)の値「普通預金ファイル」とは、完全一致する。算出部615は、類似度算出方法を用いて算出しないかわり、類似度を両者が同一であることを示す値(たとえば、類似度の最大値)に設定する。これにより、類似度算出負荷の低減を図り、分析処理の高速化を実現することができる。   Specifically, for example, “Japanese name” which is the design item classification 802 of the design item (eg, file name) specified from the file specification, and the design item (eg, output file) specified from the edit specification “Japanese name” which is the design item classification 802 of “name” is the same kind. In this case, the calculation unit 615 completely matches the value “ordinary deposit file” of the design item (example: file name) and the value “ordinary deposit file” of the design item (example: output file name). Instead of calculating using the similarity calculation method, the calculation unit 615 sets the similarity to a value (for example, the maximum value of similarity) indicating that both are the same. As a result, the similarity calculation load can be reduced, and the analysis process can be speeded up.

一方、設計項目(例:ファイル名)の値「外貨建定期預金ファイル」と、設計項目(例:出力ファイル名)の値「外貨定期預金ファイル」とは、完全一致しない。これにより、類似範囲での類似度算出が許容される。したがって、依存関係分析の高精度化を図ることができる。そして、算出部615は類似度算出方法にしたがって類似度を算出する。   On the other hand, the design item (eg, file name) value “foreign currency time deposit file” and the design item (eg, output file name) value “foreign currency time deposit file” do not completely match. Thereby, the similarity calculation in the similar range is allowed. Therefore, it is possible to improve the accuracy of dependency analysis. Then, the calculation unit 615 calculates the similarity according to the similarity calculation method.

生成部616は、算出部615によって算出された類似度を用いて、第1項目の値と第2項目の値との依存関係を示す依存関係情報を生成する。具体的には、たとえば、生成部616は、第1項目の値と第2項目の値とそれぞれノードとし、両ノードをリンクで接続し、当該リンクに類似度を付与することにより、依存関係情報を生成する。生成部616は、生成した依存関係情報(関連元設計項目321〜類似度326)を設計項目値間依存関係格納テーブル320に格納する。   The generation unit 616 generates dependency relationship information indicating the dependency relationship between the value of the first item and the value of the second item, using the similarity calculated by the calculation unit 615. Specifically, for example, the generation unit 616 uses the value of the first item and the value of the second item as nodes, connects the nodes with links, and assigns similarity to the links, thereby obtaining the dependency relationship information. Is generated. The generation unit 616 stores the generated dependency relationship information (related source design item 321 to similarity 326) in the design item value dependency storage table 320.

選択部617は、生成部616によって生成された依存関係情報において、ある設計項目値が複数の設計項目値と依存関係がある場合、当該複数の設計項目値との類似度に基づいて、依存関係を選択する。具体的には、たとえば、選択部617は、重み付き2部グラフ最大マッチングを用いて依存関係を選択する。これにより、第1項目の値に最適な類似度を有する第2項目の値を、第1項目の値に割り当てることができ、依存関係分析の最適化を図ることができる。重み付き2部グラフ最大マッチングについては後述する。   When a certain design item value has a dependency relationship with a plurality of design item values in the dependency relationship information generated by the generation unit 616, the selection unit 617 determines the dependency relationship based on the similarity to the plurality of design item values. Select. Specifically, for example, the selection unit 617 selects a dependency using weighted bipartite graph maximum matching. As a result, the value of the second item having the optimum similarity to the value of the first item can be assigned to the value of the first item, and the dependency relationship analysis can be optimized. The weighted bipartite graph maximum matching will be described later.

出力部618は、生成部616によって生成された依存関係情報や選択部617による選択結果を出力する。具体的には、たとえば、出力部618は、出力デバイス504の一例であるディスプレイの表示画面を制御して、依存関係情報や選択結果を表示する。また、出力部618は、外部装置に依存関係情報や選択結果を送信する。   The output unit 618 outputs the dependency relationship information generated by the generation unit 616 and the selection result by the selection unit 617. Specifically, for example, the output unit 618 controls a display screen of a display that is an example of the output device 504, and displays dependency information and a selection result. In addition, the output unit 618 transmits dependency relationship information and selection results to the external device.

<依存関係情報の一例>
図9は、依存関係情報の一例を示す説明図である。左側が関連元設計項目値322を示す第1ノード群901であり、右側が関連先設計項目値324を示す第2ノード群902である。第1ノード群901および第2ノード群902のノード間を結ぶ線分は、ノード間を連結するリンクであり、両端のノードが示す設計項目値に依存関係があることを示す。また、リンク上の数値は、リンクで連結された両設計項目値間の類似度326である。また、類似度326の最大値(すなわち、完全一致を示す)を「1」とする。
<Example of dependency information>
FIG. 9 is an explanatory diagram of an example of the dependency relationship information. The left side is a first node group 901 showing a related source design item value 322, and the right side is a second node group 902 showing a related destination design item value 324. A line segment connecting the nodes of the first node group 901 and the second node group 902 is a link connecting the nodes, and indicates that there is a dependency relationship between the design item values indicated by the nodes at both ends. The numerical value on the link is the similarity 326 between the two design item values connected by the link. In addition, the maximum value of the similarity 326 (that is, indicating perfect match) is set to “1”.

ノードN9111の設計項目値「普通預金ファイル」とノードN921の設計項目値「普通預金ファイル」は、完全一致するため、類似度326は「1」である。ノードN9112の設計項目値「当座預金ファイル」とノードN922の設計項目値「当座預金ファイル」は、完全一致するため、類似度326は「1」である。これにより、依存関係が確定される。点線で囲まれたグラフ903内のノード群は、完全一致しないノード群であり、類似度が1未満であるため、互いに依存関係が確定されていない。   Since the design item value “ordinary deposit file” of the node N9111 and the design item value “ordinary deposit file” of the node N921 completely match, the similarity 326 is “1”. Since the design item value “current account file” of the node N9112 and the design item value “current account file” of the node N922 completely match, the similarity 326 is “1”. Thereby, the dependency relationship is determined. The node group in the graph 903 surrounded by the dotted line is a node group that does not completely match, and the degree of similarity is less than 1. Therefore, the dependency relationship is not established.

依存関係情報においては、同一文書内の設計項目値間のリンクおよび類似度は存在しない。すなわち、グラフ903は、関連元設計項目値322のノード群を第1部分集合931、関連先設計項目値324のノード群を第2部分集合932とし、第1部分集合931のいずれかの設計項目値と、第2部分集合932のいずれかの設計項目値との間にリンクおよび類似度326が存在する重み付き2部グラフである。   In the dependency relationship information, there is no link or similarity between design item values in the same document. That is, in the graph 903, the node group of the related source design item value 322 is the first subset 931, the node group of the related destination design item value 324 is the second subset 932, and any design item of the first subset 931 is displayed. It is a weighted bipartite graph in which a link and a similarity degree 326 exist between the value and any design item value of the second subset 932.

ここで、選択部617により、第1部分集合931の各ノードが、第2部分集合932のいずれか1つのノードとのみ対応づくように、かつ、類似度326が最大となるように選択する処理を、重み付き2部グラフ最大マッチングと称す。重み付き2部グラフ最大マッチングは、第1部分集合931および第2部分集合932の間で、類似度326の合計が最も大きくなる対応関係を求めることと同じである。これにより、設計項目値間の依存関係の生成を自動化することができる。   Here, the selection unit 617 performs selection so that each node of the first subset 931 corresponds to only one node of the second subset 932 and the similarity 326 is maximized. Is called weighted bipartite graph maximum matching. The weighted bipartite graph maximum matching is the same as obtaining a correspondence relationship between the first subset 931 and the second subset 932 that maximizes the sum of the similarities 326. Thereby, the generation of the dependency relationship between the design item values can be automated.

図10は、選択部617による重み付き2部グラフ最大マッチング例を示す説明図である。重み付き2部グラフ最小重み最大マッチングを求める方法として、ハンガリー法が知られている。以下では、ハンガリー法による解法の流れを説明する。類似度行列M1は、グラフ903内の設計項目値の組み合わせのうち、関連元設計項目値322を行、関連先設計項目値324を列として、これらの類似度326を示した行列である。類似度326を最大化する問題を最小化問題に置き換えるために、類似度行列M1の各値には−1を乗じている。   FIG. 10 is an explanatory diagram illustrating an example of a weighted bipartite graph maximum matching performed by the selection unit 617. The Hungarian method is known as a method for obtaining a weighted bipartite graph minimum weight maximum matching. In the following, the flow of solution by Hungarian law will be explained. The similarity matrix M1 is a matrix showing the similarity 326 of the combinations of design item values in the graph 903, with the related source design item values 322 as rows and the related destination design item values 324 as columns. In order to replace the problem of maximizing the similarity 326 with the minimization problem, each value of the similarity matrix M1 is multiplied by -1.

ハンガリー法では、選択部617は、類似度行列M1に対して各行内の最小の値を求め、求めた値を行内すべての値から減算する。さらに、各列内の最小の値を求め、求めた値を列内すべての値から減算する。類似度行列M1を上記手順によって変換した行列を変換後類似度行列M2とする。変換後類似度行列M2では、選択部617は、値が0の要素を、各行および各列に1つずつ含まれるように選択できるかを判定する。もし、このような選択できる場合には、変換後類似度行列M2で値が0の要素の位置と、同じ位置にある類似度行列M1の値がマッチングの解となる。   In the Hungarian method, the selection unit 617 obtains the minimum value in each row for the similarity matrix M1, and subtracts the obtained value from all the values in the row. Further, the minimum value in each column is obtained, and the obtained value is subtracted from all the values in the column. A matrix obtained by converting the similarity matrix M1 by the above procedure is referred to as a post-conversion similarity matrix M2. In the similarity matrix M2 after conversion, the selection unit 617 determines whether or not an element having a value of 0 can be selected so as to be included in each row and each column. If such a selection can be made, the position of the element whose value is 0 in the converted similarity matrix M2 and the value of the similarity matrix M1 at the same position are the matching solution.

行列M3は、マッチングの解となる値に丸印を付与した類似度行列である。この結果から求められるマッチングはグラフ1000に示したように、ノードN913(外貨定期預金ファイル)とノードN923(外貨建定期預金ファイル)とがリンクL33で関連付けられ、ノードN914(財形貯蓄預金ファイル)とノードN925(財形預金ファイル)とがリンクL45で関連付けられ、ノードN915(積定預金ファイル)とノードN924(積立定期預金ファイル)とがリンクL54で関連付けられる。   The matrix M3 is a similarity matrix in which circles are added to values serving as matching solutions. As shown in the graph 1000, the node N913 (foreign currency time deposit file) and the node N923 (foreign currency time deposit file) are associated with each other by a link L33, and the matching obtained from the result is represented by the node N914 (property savings file). Node N925 (property deposit file) is associated with link L45, and node N915 (funding deposit file) and node N924 (funded fixed deposit file) are associated with link L54.

ここで、ノードN913(外貨定期預金ファイル)とノードN923(外貨建定期預金ファイル)とは、「外貨」と「外貨建」に揺れが生じているケースである。ノードN914(財形貯蓄預金ファイル)とノードN925(財形預金ファイル)とは、「貯蓄」が省略されているケースである。ノードN915(積定預金ファイル)とノードN924(積立定期預金ファイル)とは、「積定」と「積立定期」が略称と正式名称の関係にあるケースである。いずれも表記上の違いはあるが、同一の対象を示していることから、目的の対応付けができたと言える。   Here, the node N913 (foreign currency time deposit file) and the node N923 (foreign currency time deposit file) are cases where fluctuations occur in “foreign currency” and “foreign currency denominated”. Node N 914 (property savings file) and node N 925 (property savings file) are cases where “saving” is omitted. The node N915 (funding deposit file) and the node N924 (funding fixed deposit file) are cases where “settlement” and “funding term” have a relationship between an abbreviated name and an official name. In both cases, there is a difference in notation, but because the same object is shown, it can be said that the objectives can be associated.

上記説明においては、2部グラフ最小重み最大マッチングによるモデル化の例を示したが、例えば、第1部分集合931の各設計項目値について、第2部分集合932の各設計項目値との間の類似度326を、類似度326の大きさによって付けられた類似度順位に置き換えてもよい。このように、類似度順位を算出し、対応付け相手の順位をできるだけ高くするようなマッチングを求める方法を用いてもよい。例えば、ゲール=シャプレー・アルゴリズムを用いて求められてマッチングでは、対応付け相手を組み換えても、今までの紐付け相手よりも互いに類似度順位が高くなるような組み換えができない安定したマッチングとなることが知られており(安定結婚問題)、当該アルゴリズムを用いてもよい。   In the above description, an example of modeling by bipartite graph minimum weight maximum matching has been shown, but for example, each design item value of the first subset 931 is between each design item value of the second subset 932. The degree of similarity 326 may be replaced with the degree of similarity ranking given by the size of the degree of similarity 326. In this way, a method may be used in which a similarity ranking is calculated and a matching is obtained so as to make the matching partner ranking as high as possible. For example, in the matching, which is obtained using the Gale-Chapley algorithm, even if the matching partner is recombined, it becomes a stable matching that cannot be recombined so that the similarity ranking is higher than the pasting partner. Is known (stable marriage problem), and the algorithm may be used.

<表示画面例>
図11は、設定画面例を示す説明図である。管理端末403は、分析装置401の記憶デバイスに記憶された設計項目分類テーブル103を、ネットワーク404を介して取得する。管理端末403は、取得した設計項目分類テーブル103を、管理端末403のディスプレイの設定画面1100の第1領域1101に表示する。また、第2領域1102は、設計項目分類802の入力欄1121と、設計項目分類判定条件の選択欄1122〜1124と、依存関係成立条件804の入力欄と、を表示する。管理端末403の入力装置を介して、各入力欄および選択欄1121〜1125が入力または選択される。
<Example of display screen>
FIG. 11 is an explanatory diagram illustrating an example of a setting screen. The management terminal 403 acquires the design item classification table 103 stored in the storage device of the analysis apparatus 401 via the network 404. The management terminal 403 displays the acquired design item classification table 103 in the first area 1101 of the display setting screen 1100 of the management terminal 403. The second area 1102 displays an input field 1121 for the design item classification 802, a selection field 1122 to 1124 for the design item classification determination condition, and an input field for the dependency relationship establishment condition 804. Each input column and selection column 1121 to 1125 are input or selected via the input device of the management terminal 403.

管理端末403は、その入力デバイスで登録ボタン1126を挿下する操作を受け付けたことを契機に、ネットワーク404を介して、各入力欄および選択欄1121〜1125に入力または選択された情報を、分析装置401に送信する。これにより、当該情報が、分析装置401の記憶デバイス502に記録された設計項目分類テーブル103に新しいレコードとして新規登録される。   The management terminal 403 analyzes the information input or selected in each of the input fields and the selection fields 1121 to 1125 via the network 404 when the operation for inserting the registration button 1126 is accepted by the input device. To the device 401. As a result, the information is newly registered as a new record in the design item classification table 103 recorded in the storage device 502 of the analysis apparatus 401.

また、管理端末403は、その入力デバイスで第1領域に表示された設計項目分類のうち少なくともいずれか1つが選択され、かつ、削除ボタン1127を挿下する操作を受け付けたことを契機に、当該選択項目および削除指示を、ネットワーク404を介して分析装置401に送信する。これにより、当該選択項目のレコードが、分析装置401の記憶デバイス502に記録された設計項目分類テーブル103から削除される。   In addition, the management terminal 403 receives the operation of selecting at least one of the design item classifications displayed in the first area on the input device and inserting the delete button 1127 as a trigger. The selection item and the deletion instruction are transmitted to the analysis apparatus 401 via the network 404. As a result, the record of the selected item is deleted from the design item classification table 103 recorded in the storage device 502 of the analysis apparatus 401.

これにより、分析装置401が対象とする設計書に応じて、柔軟に設計項目分類判定条件316や依存関係成立条件804を設定することができる。また、上記説明では、設計項目分類テーブル103の編集操作について説明したが、設計書関係分類テーブル310の設計書関係分類414についても追加、削除、修正を行うことができる。また、自動的に値が格納される設計項目値格納テーブル601や、設計項目値間依存関係格納テーブル320に対しても追加、削除、修正を可能としてもよい。   Accordingly, the design item classification determination condition 316 and the dependency relationship establishment condition 804 can be flexibly set according to the design document targeted by the analysis apparatus 401. In the above description, the editing operation of the design item classification table 103 has been described. However, the design document relationship classification 414 of the design document relationship classification table 310 can also be added, deleted, and modified. Further, addition, deletion, and correction may be made to the design item value storage table 601 in which values are automatically stored and the design item value dependency storage table 320.

図12は、依存関係表示画面例を示す説明図である。2部グラフで求めた設計項目値間の対応付けである依存関係情報は、設計項目値間依存関係格納テーブル320に格納される。これらの依存関係情報は、設計項目値間の依存関係を可視化するために利用することもできる。管理端末403は、その入力デバイスの操作により、そのディスプレイの依存関係表示画面1200において、依存関係をトレースする起点としてファイル名1112を選択する。   FIG. 12 is an explanatory diagram illustrating an example of a dependency display screen. Dependency relationship information, which is a correspondence between design item values obtained by a bipartite graph, is stored in a dependency relationship storage table 320 between design item values. Such dependency relationship information can also be used to visualize the dependency relationship between design item values. The management terminal 403 selects a file name 1112 as a starting point for tracing the dependency on the dependency relationship display screen 1200 of the display by operating the input device.

管理端末403は、表示ボタン1201を挿下する操作を受け付けたことを契機に、分析装置401の記憶デバイス502に記録された設計項目値間依存関係格納テーブル320の関連先設計項目値324を検索し、同じ行の関連元設計項目値322を特定する。以降、特定した関連元設計項目値322の値を元に、設計項目値間依存関係格納テーブル320の関連先設計項目値324を検索して、同じ行の関連元設計項目値322を特定するという処理を繰り返す。これにより、ファイル1210から、ファイル1211、ファイル1212、ファイル1213、ファイル1214を辿ることが可能となる。このように可視化することで、設計情報の依存関係の理解を促すことが可能となる。   The management terminal 403 retrieves the related design item value 324 in the inter-design item value dependency storage table 320 recorded in the storage device 502 of the analysis apparatus 401 when the operation for inserting the display button 1201 is accepted. Then, the related source design item value 322 in the same row is specified. Thereafter, based on the value of the specified related source design item value 322, the related destination design item value 324 of the inter-design item value dependency storage table 320 is searched to specify the related source design item value 322 in the same row. Repeat the process. As a result, the file 1211, the file 1212, the file 1213, and the file 1214 can be traced from the file 1210. By visualizing in this way, it becomes possible to promote understanding of the dependency relationship of design information.

なお、図11および図12では、管理端末403を操作することで管理端末403のディスプレイに情報を表示する例について説明したが、分析装置401の入力デバイス503を操作することで分析装置401のディスプレイに当該情報を表示することとしてもよい。   11 and 12, the example in which information is displayed on the display of the management terminal 403 by operating the management terminal 403 has been described. However, the display of the analysis apparatus 401 by operating the input device 503 of the analysis apparatus 401 is described. The information may be displayed on the screen.

<分析処理手順例>
図13は、分析装置401による分析処理手順例を示すフローチャートである。分析装置401は、取得部611により、DB402から取得した各設計書を文書種類ごとに分類して、文書種類ごとに設計情報として設計項目値格納テーブル601を生成する(ステップS1301)。
<Analysis processing procedure example>
FIG. 13 is a flowchart illustrating an exemplary analysis processing procedure performed by the analysis apparatus 401. The analysis apparatus 401 uses the acquisition unit 611 to classify each design document acquired from the DB 402 for each document type, and generate a design item value storage table 601 as design information for each document type (step S1301).

分析装置401は、解析部612により、図1の第1解析結果102および図2の第2解析結果202に示したように、各設計情報内の設計項目のカラムを解析して、設計項目のカラムごとに複数の比率を算出する(ステップS1302)。   As shown in the first analysis result 102 in FIG. 1 and the second analysis result 202 in FIG. 2, the analysis apparatus 401 analyzes the column of design items in each design information by the analysis unit 612 and displays the design item. A plurality of ratios are calculated for each column (step S1302).

分析装置401は、特定部613により、図1および図2に示したように、設計項目のカラムごとに、比率の組み合わせから設計項目分類802を特定する(ステップS1303)。   The analysis apparatus 401 uses the specifying unit 613 to specify the design item classification 802 from the combination of ratios for each column of the design items as illustrated in FIGS. 1 and 2 (step S1303).

分析装置401は、決定部614により、未選択の同一設計項目の組み合わせがあるか否かを判断する(ステップS1304)。未選択の組み合わせがある場合(ステップS1304:Yes)、分析装置401は、決定部614により、同一となる未選択の関連元設計項目321および関連先設計項目323の組み合わせを選択する(ステップS1305)。   The analysis apparatus 401 determines whether there is a combination of unselected identical design items by the determination unit 614 (step S1304). When there is an unselected combination (step S1304: Yes), the analysis apparatus 401 uses the determination unit 614 to select a combination of the same unselected related source design item 321 and related destination design item 323 (step S1305). .

分析装置401は、決定部614により、図3に示したように、選択した組み合わせにおいて、設計書−設計工程対応テーブル300を参照して設計工程を特定し、関連元設計項目321を含む設計書の設計書関係分類および関連先設計項目323を含む設計書の設計書関係分類を、設計書関係分類テーブル310を参照して特定する(ステップS1306)。   As shown in FIG. 3, the analysis apparatus 401 uses the determination unit 614 to identify the design process with reference to the design document-design process correspondence table 300 in the selected combination, and to include the design document including the related source design item 321. The design document relationship classification of the design document including the design document relationship classification and the related design item 323 is specified with reference to the design document relationship classification table 310 (step S1306).

分析装置401は、決定部614により、図3に示したように、ステップS1306で特定した関連元311aの設計書関係分類311と関連先311bの設計書関係分類311との組み合わせに対応する類似度算出式325を、設計書関係分類テーブル310を参照して決定する(ステップS1307)。   As illustrated in FIG. 3, the analysis apparatus 401 uses the determination unit 614 to calculate the similarity corresponding to the combination of the design document relationship classification 311 of the related source 311 a and the design document relationship classification 311 of the related destination 311 b specified in step S <b> 1306. The calculation formula 325 is determined with reference to the design document relation classification table 310 (step S1307).

分析装置401は、ステップS1303の特定結果とステップS1307の決定結果を用いて、設計項目値間の類似度算出処理を実行する(ステップS1308)。設計項目値間の類似度算出処理(ステップS1308)の詳細については図14で後述する。   The analysis apparatus 401 executes a similarity calculation process between design item values using the identification result in step S1303 and the determination result in step S1307 (step S1308). Details of the similarity calculation processing between design item values (step S1308) will be described later with reference to FIG.

分析装置401は、生成部616により、設計項目値間の依存関係を生成して設計項目値間依存関係格納テーブル320に保存する(ステップS1309)。そして、ステップS1304に戻る。ステップS1304において、未選択の組み合わせがない場合(ステップS1304:No)、分析装置401は、選択部617により、図10に示したように、重み付き2部グラフ最大マッチングを実行する(ステップS1310)。分析装置401は、ステップS1310の結果を出力する(ステップS1310)。これにより、分析装置401は、一連の処理を終了する。   The analysis apparatus 401 uses the generation unit 616 to generate a dependency relationship between design item values and store the dependency in the design item value dependency storage table 320 (step S1309). Then, the process returns to step S1304. If there is no unselected combination in step S1304 (step S1304: No), the analysis apparatus 401 uses the selection unit 617 to perform weighted bipartite graph maximum matching as shown in FIG. 10 (step S1310). . The analyzer 401 outputs the result of step S1310 (step S1310). Thereby, the analysis apparatus 401 ends a series of processes.

図14は、図13に示した設計項目値間の類似度算出処理(ステップS1308)の詳細な処理手順例を示すフローチャートである。分析装置401は、算出部615により、選択関連元設計項目321から未選択の関連元設計項目値322を選択する(ステップS1401)。分析装置401は、算出部615により、選択関連先設計項目323から未選択の関連先設計項目値324を選択する(ステップS1402)。   FIG. 14 is a flowchart illustrating a detailed processing procedure example of the similarity calculation processing (step S1308) between design item values illustrated in FIG. The analysis apparatus 401 uses the calculation unit 615 to select an unselected related source design item value 322 from the selected related source design items 321 (step S1401). The analysis apparatus 401 uses the calculation unit 615 to select an unselected related destination design item value 324 from the selected related destination design items 323 (step S1402).

分析装置401は、算出部615により、設計項目分類テーブル103を参照して、選択関連元設計項目値322(または選択関連先設計項目値324)が属する設計項目分類802に関連付けられている依存関係成立条件804が、「対象外」であるか否かを判断する(ステップS1403)。   The analysis apparatus 401 uses the calculation unit 615 to refer to the design item classification table 103 and depend on the design item classification 802 to which the selection related source design item value 322 (or selection related destination design item value 324) belongs. It is determined whether or not the fulfillment condition 804 is “not applicable” (step S1403).

「対象外」である場合(ステップS1403:Yes)、類似度326を算出しないため、ステップS1408に移行する。一方、「対象外」でない場合(ステップS1403:No)、分析装置401は、算出部615により、選択関連元設計項目値322および選択関連先設計項目値324が完全一致するか否かを判断する(ステップS1404)。完全一致する場合(ステップS1404:Yes)、選択関連元設計項目値322および選択関連先設計項目値324の類似度326を最大値に設定して(ステップS1405)、ステップS1408に移行する。すなわち、類似度算出式325を用いずに類似度326が設定される。   If it is “not applicable” (step S1403: Yes), the similarity 326 is not calculated, and the process proceeds to step S1408. On the other hand, if it is not “not applicable” (step S1403: No), the analysis apparatus 401 uses the calculation unit 615 to determine whether or not the selection related source design item value 322 and the selection related destination design item value 324 completely match. (Step S1404). When they completely match (step S1404: Yes), the similarity 326 between the selection related source design item value 322 and the selection related destination design item value 324 is set to the maximum value (step S1405), and the process proceeds to step S1408. That is, the similarity 326 is set without using the similarity calculation formula 325.

一方、完全一致でない場合(ステップS1404:No)、分析装置401は、算出部615により、設計項目分類テーブル103を参照して、選択関連元設計項目値322(または選択関連先設計項目値324)が属する設計項目分類802に関連付けられている依存関係成立条件804が、「類似を許容」であるか否かを判断する(ステップS1406)。   On the other hand, if not completely matched (step S1404: No), the analysis apparatus 401 refers to the design item classification table 103 by the calculation unit 615 and selects the selection related source design item value 322 (or the selection related destination design item value 324). It is determined whether or not the dependency relationship establishment condition 804 associated with the design item classification 802 to which the item belongs is “allow similarity” (step S1406).

「類似を許容」である場合(ステップS1406:Yes)、分析装置401は、算出部615により、類似度算出式325を用いて、選択関連元設計項目値322および選択関連先設計項目値324の類似度326を算出して(ステップS1407)、ステップS1408に移行する。   If “similarity is allowed” (step S1406: Yes), the analysis apparatus 401 uses the similarity calculation formula 325 by the calculation unit 615 to select the selection related source design item value 322 and the selection related destination design item value 324. The similarity 326 is calculated (step S1407), and the process proceeds to step S1408.

分析装置401は、算出部615により、未選択の関連先設計項目値324があるか否かを判断する(ステップS1408)。未選択の関連先設計項目値324がある場合(ステップS1408:Yes)、ステップS1402に戻る。一方、未選択の関連先設計項目値324がない場合(ステップS1408:No)、分析装置401は、算出部615により、未選択の関連元設計項目値322があるか否かを判断する(ステップS1409)。未選択の関連元設計項目値322がある場合(ステップS1408:Yes)、ステップS1401に戻る。一方、未選択の関連元設計項目値322がない場合(ステップS1408:No)、ステップS1309に移行する。   The analysis apparatus 401 determines whether there is an unselected related design item value 324 by the calculation unit 615 (step S1408). When there is an unselected related destination design item value 324 (step S1408: Yes), the process returns to step S1402. On the other hand, when there is no unselected related design item value 324 (step S1408: No), the analysis apparatus 401 determines whether there is an unselected related source design item value 322 by the calculation unit 615 (step S1408: No). S1409). When there is an unselected related source design item value 322 (step S1408: Yes), the process returns to step S1401. On the other hand, when there is no unselected related source design item value 322 (step S1408: No), the process proceeds to step S1309.

このように、分析装置401は、記憶デバイス502に、文書内に出現する項目の種類(設計項目分類802)と、当該種類の項目の値と同種の項目の他の値との類似度の算出範囲を規定する算出条件(依存関係成立条件804)と、種類に該当するための項目の値が有する複数の特徴情報(解析結果の各比率)に関する分類条件(設計項目分類判定条件803)と、を対応付けた分類情報(設計項目分類テーブル103)を記憶する。また、分析装置401は、記憶デバイス502に、第1文書(たとえば、ファイル仕様書)に記述されている第1項目(たとえば、ファイル名)の値(たとえば、「外貨建定期預金ファイル」)に関する複数の第1特徴情報(第1解析結果102の各比率)と、第2文書(たとえば、編集仕様書)に記述されている第2項目(たとえば、出力ファイル名)の値(たとえば、「外貨定期預金ファイル」)に関する複数の第2特徴情報(第2解析結果202の各比率)と、を記憶する。   As described above, the analysis apparatus 401 calculates, in the storage device 502, the degree of similarity between the type of item appearing in the document (design item classification 802) and the value of the item of the type and another value of the same type of item. A calculation condition (dependency establishment condition 804) that defines a range, a classification condition (design item classification determination condition 803) regarding a plurality of feature information (each ratio of analysis results) possessed by an item value corresponding to a type, Is stored (design item classification table 103). Further, the analysis apparatus 401 relates to the value (for example, “foreign currency fixed deposit file”) of the first item (for example, file name) described in the first document (for example, file specification) in the storage device 502. A plurality of first feature information (each ratio of the first analysis result 102) and a value (for example, “foreign currency”) of a second item (for example, an output file name) described in a second document (for example, an editing specification). A plurality of second feature information (each ratio of the second analysis result 202) related to the “time deposit file”) is stored.

そして、プロセッサ501は、分類情報の分類条件を参照して、複数の第1特徴情報に基づいて、第1項目の種類を特定し、複数の第2特徴情報に基づいて、第2項目の種類(設計項目分類802)を特定し、第1項目の種類に対応する算出条件を特定する。プロセッサ501は、プロセッサ501は、第1項目の種類と第2項目の種類とが同種である場合に、算出条件にしたがって、第1項目の値と第2項目の値との類似度326を算出する。プロセッサ501は、類似度326を用いて、第1項目の値と第2項目の値との依存関係を示す依存関係情報を生成する。   Then, the processor 501 refers to the classification condition of the classification information, specifies the type of the first item based on the plurality of first feature information, and determines the type of the second item based on the plurality of second feature information. (Design item classification 802) is specified, and calculation conditions corresponding to the type of the first item are specified. The processor 501 calculates the similarity 326 between the value of the first item and the value of the second item according to the calculation condition when the type of the first item and the type of the second item are the same type. To do. The processor 501 uses the similarity 326 to generate dependency relationship information indicating a dependency relationship between the value of the first item and the value of the second item.

すなわち、分析装置401は、依存関係の生成対象となる両項目の値の類似度の算出に先立って、当該両項目の特徴に応じて当該項目どうしが同種であり、かつ、当該種類にどのような算出条件が適用されるかを特定する。したがって、分析装置401は、項目の特徴に応じて、両項目の値に適した条件で類似度を算出することができ、項目値間の依存関係を適切に生成することができる。   In other words, prior to calculating the similarity of the values of both items for which the dependency relationship is to be generated, the analysis device 401 has the same type of items according to the characteristics of the two items, and how to determine the type. Specific calculation conditions are applied. Therefore, the analysis device 401 can calculate the degree of similarity under conditions suitable for the values of both items according to the feature of the item, and can appropriately generate the dependency relationship between the item values.

また、プロセッサ501は、第1文書の種類(たとえば、詳細設計書)と第2文書の種類(たとえば、詳細設計書)との組み合わせに基づいて、第1項目の値と第2項目の値との類似度326を算出する類似度算出方法(類似度算出式312の値である意味的類似度または文字列類似度)を決定する。プロセッサ501は、類似度算出方法を用いて、算出条件にしたがって、第1項目の値と第2項目の値との類似度を算出する。   Further, the processor 501 determines the value of the first item and the value of the second item based on the combination of the type of the first document (for example, detailed design document) and the type of the second document (for example, detailed design document). The similarity calculation method (the semantic similarity or the character string similarity which is the value of the similarity calculation formula 312) is determined. The processor 501 uses the similarity calculation method to calculate the similarity between the value of the first item and the value of the second item according to the calculation condition.

すなわち、分析装置401は、依存関係の生成対象となる両項目の値の類似度326の算出に先立って、具体的にどのような類似度算出方法が適切であるかを決定する。したがって、分析装置401は、項目の特徴に応じて、両項目の値に適した条件および方法で類似度326を算出することができ、項目値間の依存関係をより適切に生成することができる。   That is, the analysis apparatus 401 determines what kind of similarity calculation method is specifically appropriate prior to the calculation of the similarity 326 of the values of both items that are the generation targets of the dependency relationship. Therefore, the analysis apparatus 401 can calculate the similarity 326 using conditions and methods suitable for the values of both items according to the characteristics of the items, and can more appropriately generate the dependency between the item values. .

また、プロセッサ501は、算出条件が、類似度326を算出対象外とする条件である場合、類似度326を算出しない。   Further, the processor 501 does not calculate the similarity 326 when the calculation condition is a condition that excludes the similarity 326 from the calculation target.

これにより、これにより、無駄な類似度算出による負荷の増加が抑制される。したがって、依存関係分析の効率化を図ることができる。   Thereby, an increase in load due to useless similarity calculation is suppressed. Therefore, the efficiency of dependency relationship analysis can be improved.

また、プロセッサ501は、算出条件が、類似度326の算出対象の両項目の値が完全一致するという算出範囲を規定する条件である場合、第1項目の値と第2項目の値とが完全一致すれば、類似度326を第1項目の値と第2項目の値とが同一であることを示す値(たとえば、類似度326の最大値)に設定し、第1項目の値と第2項目の値とが完全一致しなければ、類似度326を算出しない。   In addition, when the calculation condition is a condition that defines a calculation range in which the values of both items to be calculated of the similarity 326 completely match, the value of the first item and the value of the second item are complete. If they match, the similarity 326 is set to a value (for example, the maximum value of the similarity 326) indicating that the value of the first item and the value of the second item are the same, and the value of the first item and the second value If the value of the item does not completely match, the similarity 326 is not calculated.

これにより、無駄な類似度算出による負荷の増加が抑制される。したがって、依存関係分析の効率化を図ることができる。   Thereby, an increase in load due to useless similarity calculation is suppressed. Therefore, the efficiency of dependency relationship analysis can be improved.

また、プロセッサ501は、算出条件が、類似度326の算出対象の両項目の値が類似することを許容するという算出範囲を規定する条件である場合、第1項目の値と第2項目の値とが完全一致すれば、類似度326を第1項目の値と第2項目の値とが同一であることを示す値(たとえば、類似度326の最大値)に設定し、第1項目の値と第2項目の値とが完全一致しなければ、類似度を算出することを特徴とする分析装置。   Further, when the calculation condition is a condition that defines a calculation range in which the values of both items to be calculated of the similarity 326 are allowed to be similar, the value of the first item and the value of the second item Are completely matched, the similarity 326 is set to a value indicating that the value of the first item and the value of the second item are the same (for example, the maximum value of the similarity 326), and the value of the first item If the value of the second item and the value of the second item do not completely match, the similarity is calculated.

これにより、類似範囲での類似度算出が許容される。したがって、依存関係分析の高精度化を図ることができる。   Thereby, the similarity calculation in the similar range is allowed. Therefore, it is possible to improve the accuracy of dependency analysis.

また、プロセッサ501は、依存関係情報において、第1項目の値が第2項目の複数の値と依存関係がある場合、第1項目の値と第2項目の各値との類似度に基づいて、第2項目の複数の値から、第1項目の値に依存させる値を選択する。   In addition, in the dependency relationship information, when the value of the first item has a dependency relationship with the plurality of values of the second item, the processor 501 determines the similarity between the value of the first item and each value of the second item. The value to be made dependent on the value of the first item is selected from the plurality of values of the second item.

これにより、第1項目の値に最適な類似度を有する第2項目の値を、第1項目の値に割り当てることができる。したがって、依存関係分析の最適化を図ることができる。   Thereby, the value of the second item having the optimum similarity to the value of the first item can be assigned to the value of the first item. Therefore, the dependency analysis can be optimized.

また、プロセッサ501は、第1文書に記述されている第1項目の値を解析して複数の第1特徴情報(第1解析結果102)を生成し、第2文書に記述されている第2項目の値を解析して複数の第2特徴情報(第2解析結果202)を生成して、記憶デバイス502に格納する。   In addition, the processor 501 analyzes the value of the first item described in the first document to generate a plurality of first feature information (first analysis result 102), and the second item described in the second document. The value of the item is analyzed to generate a plurality of second feature information (second analysis result 202) and stored in the storage device 502.

これにより、分析装置401に文書群を与えることで、第1特徴情報および第2特徴情報から依存関係情報の生成までが自動実行される。したがって、依存関係分析の効率化を図ることができる。   Thus, by providing a document group to the analysis apparatus 401, the process from the first feature information and the second feature information to the generation of dependency relationship information is automatically executed. Therefore, the efficiency of dependency relationship analysis can be improved.

なお、本発明は前述した実施例に限定されるものではなく、添付した特許請求の範囲の趣旨内における様々な変形例及び同等の構成が含まれる。例えば、前述した実施例は本発明を分かりやすく説明するために詳細に説明したものであり、必ずしも説明した全ての構成を備えるものに本発明は限定されない。また、ある実施例の構成の一部を他の実施例の構成に置き換えてもよい。また、ある実施例の構成に他の実施例の構成を加えてもよい。また、各実施例の構成の一部について、他の構成の追加、削除、または置換をしてもよい。   The present invention is not limited to the above-described embodiments, and includes various modifications and equivalent configurations within the scope of the appended claims. For example, the above-described embodiments have been described in detail for easy understanding of the present invention, and the present invention is not necessarily limited to those having all the configurations described. A part of the configuration of one embodiment may be replaced with the configuration of another embodiment. Moreover, you may add the structure of another Example to the structure of a certain Example. Moreover, you may add, delete, or replace another structure about a part of structure of each Example.

また、前述した各構成、機能、処理部、処理手段等は、それらの一部又は全部を、例えば集積回路で設計する等により、ハードウェアで実現してもよく、プロセッサがそれぞれの機能を実現するプログラムを解釈し実行することにより、ソフトウェアで実現してもよい。   In addition, each of the above-described configurations, functions, processing units, processing means, etc. may be realized in hardware by designing a part or all of them, for example, with an integrated circuit, and the processor realizes each function. It may be realized by software by interpreting and executing the program to be executed.

各機能を実現するプログラム、テーブル、ファイル等の情報は、メモリ、ハードディスク、SSD(Solid State Drive)等の記憶装置、又は、IC(Integrated Circuit)カード、SDカード、DVD(Digital Versatile Disc)の記録媒体に格納することができる。   Information such as programs, tables, and files for realizing each function is recorded on a memory, a hard disk, a storage device such as an SSD (Solid State Drive), or an IC (Integrated Circuit) card, an SD card, a DVD (Digital Versatile Disc). It can be stored on a medium.

また、制御線や情報線は説明上必要と考えられるものを示しており、実装上必要な全ての制御線や情報線を示しているとは限らない。実際には、ほとんど全ての構成が相互に接続されていると考えてよい。   Further, the control lines and the information lines are those that are considered necessary for the explanation, and not all the control lines and the information lines that are necessary for the mounting are shown. In practice, it can be considered that almost all the components are connected to each other.

103 設計項目分類テーブル
300 設計書−設計工程対応テーブル
310 設計書関係分類テーブル
316 設計項目分類判定条件
320 設計項目値間依存関係格納テーブル
325 類似度算出式
400 分析システム
401 分析装置
403 管理端末
404 ネットワーク
601 設計項目値格納テーブル
602 解析結果格納テーブル
611 取得部
612 解析部
613 特定部
614 決定部
615 算出部
616 生成部
617 選択部
618 出力部
802 設計項目分類
803 設計項目分類判定条件
804 依存関係成立条件
103 Design Item Classification Table 300 Design Document-Design Process Correspondence Table 310 Design Document Relationship Classification Table 316 Design Item Classification Determination Condition 320 Design Item Value Dependency Storage Table 325 Similarity Calculation Formula 400 Analysis System 401 Analyzer 403 Management Terminal 404 Network 601 Design item value storage table 602 Analysis result storage table 611 Acquisition unit 612 Analysis unit 613 Identification unit 614 Determination unit 615 Calculation unit 616 Generation unit 617 Selection unit 618 Output unit 802 Design item classification judgment condition 804 Dependence condition establishment condition

Claims (9)

プログラムを実行するプロセッサと、前記プログラムを記憶する記憶デバイスと、を有する分析装置であって、
前記記憶デバイスは、文書内に出現する項目の種類と、当該種類の項目の値と同種の項目の他の値との類似度の算出範囲を規定する算出条件と、前記種類に該当するための前記項目の値が有する複数の特徴情報に関する分類条件と、を対応付けた分類情報を記憶し、かつ、第1文書に記述されている第1項目の値に関する複数の第1特徴情報と、第2文書に記述されている第2項目の値に関する複数の第2特徴情報と、を記憶しており、
前記プロセッサは、
前記分類情報の前記分類条件を参照して、前記複数の第1特徴情報に基づいて、前記第1項目の種類を特定し、前記複数の第2特徴情報に基づいて、前記第2項目の値の種類を特定し、前記第1項目の種類に対応する前記算出条件を特定する特定処理と、
前記特定処理によって特定された前記第1項目の種類と前記特定処理によって特定された前記第2項目の種類とが同種である場合に、前記算出条件にしたがって、前記第1項目の値と前記第2項目の値との類似度を算出する算出処理と、
前記算出処理によって算出された類似度を用いて、前記第1項目の値と前記第2項目の値との依存関係を示す依存関係情報を生成する生成処理と、
を実行することを特徴とする分析装置。
An analysis apparatus comprising a processor that executes a program and a storage device that stores the program,
The storage device includes a calculation condition for defining a calculation range of a type of an item appearing in a document, a similarity calculation range between the value of the item of the type and another value of the item of the same type, and for corresponding to the type A plurality of pieces of first feature information relating to a value of the first item described in the first document; A plurality of pieces of second feature information related to the value of the second item described in the two documents;
The processor is
With reference to the classification condition of the classification information, the type of the first item is specified based on the plurality of first feature information, and the value of the second item is determined based on the plurality of second feature information. A specifying process for specifying the type of the first item and specifying the calculation condition corresponding to the type of the first item;
When the type of the first item specified by the specifying process and the type of the second item specified by the specifying process are the same type, the value of the first item and the first item are determined according to the calculation condition. A calculation process for calculating the similarity with the values of the two items;
Generation processing for generating dependency relationship information indicating a dependency relationship between the value of the first item and the value of the second item, using the similarity calculated by the calculation processing;
The analysis apparatus characterized by performing.
請求項1に記載の分析装置であって、
前記プロセッサは、
前記第1文書の種類と前記第2文書の種類との組み合わせに基づいて、前記第1項目の値と前記第2項目の値との類似度を算出する類似度算出方法を決定する決定処理を実行し、
前記算出処理では、前記プロセッサは、前記決定処理によって決定された類似度算出方法を用いて、前記算出条件にしたがって、前記第1項目の値と前記第2項目の値との類似度を算出することを特徴とする分析装置。
The analyzer according to claim 1,
The processor is
A determination process for determining a similarity calculation method for calculating a similarity between the value of the first item and the value of the second item based on a combination of the type of the first document and the type of the second document; Run,
In the calculation process, the processor calculates a similarity between the value of the first item and the value of the second item according to the calculation condition using the similarity calculation method determined by the determination process. An analyzer characterized by that.
請求項1に記載の分析装置であって、
前記算出処理では、前記プロセッサは、前記算出条件が、前記類似度を算出対象外とする条件である場合、前記類似度を算出しないことを特徴とする分析装置。
The analyzer according to claim 1,
In the calculation process, the processor does not calculate the similarity when the calculation condition is a condition that excludes the similarity from the calculation target.
請求項1に記載の分析装置であって、
前記算出処理では、前記プロセッサは、前記算出条件が、前記類似度の算出対象の両項目の値が完全一致するという算出範囲を規定する条件である場合、前記第1項目の値と前記第2項目の値とが完全一致すれば、前記類似度を前記第1項目の値と前記第2項目の値とが同一であることを示す値に設定し、前記第1項目の値と前記第2項目の値とが完全一致しなければ、前記類似度を算出しないことを特徴とする分析装置。
The analyzer according to claim 1,
In the calculation process, when the calculation condition is a condition that defines a calculation range in which the values of both items of the similarity calculation target completely match, the value of the first item and the second value If the value of the item completely matches, the similarity is set to a value indicating that the value of the first item and the value of the second item are the same, and the value of the first item and the second value If the value of the item does not completely match, the similarity is not calculated.
請求項1に記載の分析装置であって、
前記算出処理では、前記プロセッサは、前記算出条件が、前記類似度の算出対象の両項目の値が類似することを許容するという算出範囲を規定する条件である場合、前記第1項目の値と前記第2項目の値とが完全一致すれば、前記類似度を前記第1項目の値と前記第2項目の値とが同一であることを示す値に設定し、前記第1項目の値と前記第2項目の値とが完全一致しなければ、前記類似度を算出することを特徴とする分析装置。
The analyzer according to claim 1,
In the calculation process, when the calculation condition is a condition that defines a calculation range in which the values of both items of the similarity calculation target are allowed to be similar to each other, the value of the first item If the value of the second item completely matches, the similarity is set to a value indicating that the value of the first item is the same as the value of the second item, and the value of the first item is If the value of the second item does not completely match, the similarity is calculated.
請求項1に記載の分析装置であって、
前記プロセッサは、
前記生成処理によって生成された依存関係情報において、前記第1項目の値が前記第2項目の複数の値と依存関係がある場合、前記第1項目の値と前記第2項目の各値との類似度に基づいて、前記第2項目の複数の値から、前記第1項目の値に依存させる値を選択する選択処理を実行することを特徴とする分析装置。
The analyzer according to claim 1,
The processor is
In the dependency relationship information generated by the generation process, when the value of the first item has a dependency relationship with a plurality of values of the second item, the value of the first item and each value of the second item An analysis apparatus that performs a selection process of selecting a value that depends on the value of the first item from a plurality of values of the second item based on the similarity.
請求項1に記載の分析装置であって、
前記プロセッサは、
前記第1文書に記述されている前記第1項目の値を解析して前記複数の第1特徴情報を生成し、前記第2文書に記述されている前記第2項目の値を解析して前記複数の第2特徴情報を生成して、前記記憶デバイスに格納する解析処理を実行することを特徴とする分析装置。
The analyzer according to claim 1,
The processor is
Analyzing the value of the first item described in the first document to generate the plurality of first characteristic information, analyzing the value of the second item described in the second document, and An analysis apparatus that generates a plurality of second characteristic information and executes an analysis process of storing the second characteristic information in the storage device.
プログラムを実行するプロセッサと、前記プログラムを記憶する記憶デバイスと、を有する分析装置による分析方法であって、
前記記憶デバイスは、文書内に出現する項目の種類と、当該種類の項目の値と同種の項目の他の値との類似度の算出範囲を規定する算出条件と、前記種類に該当するための前記項目の値が有する複数の特徴情報に関する分類条件と、を対応付けた分類情報を記憶し、かつ、第1文書に記述されている第1項目の値に関する複数の第1特徴情報と、第2文書に記述されている第2項目の値に関する複数の第2特徴情報と、を記憶しており、
前記プロセッサは、
前記分類情報の前記分類条件を参照して、前記複数の第1特徴情報に基づいて、前記第1項目の種類を特定し、前記複数の第2特徴情報に基づいて、前記第2項目の値の種類を特定し、前記第1項目の種類に対応する前記算出条件を特定する特定処理と、
前記特定処理によって特定された前記第1項目の種類と前記特定処理によって特定された前記第2項目の種類とが同種である場合に、前記算出条件にしたがって、前記第1項目の値と前記第2項目の値との類似度を算出する算出処理と、
前記算出処理によって算出された類似度を用いて、前記第1項目の値と前記第2項目の値との依存関係を示す依存関係情報を生成する生成処理と、
を実行することを特徴とする分析方法。
An analysis method by an analysis apparatus having a processor that executes a program and a storage device that stores the program,
The storage device includes a calculation condition for defining a calculation range of a type of an item appearing in a document, a similarity calculation range between the value of the item of the type and another value of the item of the same type, and for corresponding to the type A plurality of pieces of first feature information relating to a value of the first item described in the first document; A plurality of pieces of second feature information related to the value of the second item described in the two documents;
The processor is
With reference to the classification condition of the classification information, the type of the first item is specified based on the plurality of first feature information, and the value of the second item is determined based on the plurality of second feature information. A specifying process for specifying the type of the first item and specifying the calculation condition corresponding to the type of the first item;
When the type of the first item specified by the specifying process and the type of the second item specified by the specifying process are the same type, the value of the first item and the first item are determined according to the calculation condition. A calculation process for calculating the similarity with the values of the two items;
Generation processing for generating dependency relationship information indicating a dependency relationship between the value of the first item and the value of the second item, using the similarity calculated by the calculation processing;
The analysis method characterized by performing.
記憶デバイスにアクセス可能なプロセッサに実行させる分析プログラムであって、
前記記憶デバイスは、文書内に出現する項目の種類と、当該種類の項目の値と同種の項目の他の値との類似度の算出範囲を規定する算出条件と、前記種類に該当するための前記項目の値が有する複数の特徴情報に関する分類条件と、を対応付けた分類情報を記憶し、かつ、第1文書に記述されている第1項目の値に関する複数の第1特徴情報と、第2文書に記述されている第2項目の値に関する複数の第2特徴情報と、を記憶しており、
前記プロセッサに、
前記分類情報の前記分類条件を参照して、前記複数の第1特徴情報に基づいて、前記第1項目の種類を特定し、前記複数の第2特徴情報に基づいて、前記第2項目の値の種類を特定し、前記第1項目の種類に対応する前記算出条件を特定する特定処理と、
前記特定処理によって特定された前記第1項目の種類と前記特定処理によって特定された前記第2項目の種類とが同種である場合に、前記算出条件にしたがって、前記第1項目の値と前記第2項目の値との類似度を算出する算出処理と、
前記算出処理によって算出された類似度を用いて、前記第1項目の値と前記第2項目の値との依存関係を示す依存関係情報を生成する生成処理と、
を実行させることを特徴とする分析プログラム。
An analysis program to be executed by a processor accessible to a storage device,
The storage device includes a calculation condition for defining a calculation range of a type of an item appearing in a document, a similarity calculation range between the value of the item of the type and another value of the item of the same type, and for corresponding to the type A plurality of pieces of first feature information relating to a value of the first item described in the first document; A plurality of pieces of second feature information related to the value of the second item described in the two documents;
In the processor,
With reference to the classification condition of the classification information, the type of the first item is specified based on the plurality of first feature information, and the value of the second item is determined based on the plurality of second feature information. A specifying process for specifying the type of the first item and specifying the calculation condition corresponding to the type of the first item;
When the type of the first item specified by the specifying process and the type of the second item specified by the specifying process are the same type, the value of the first item and the first item are determined according to the calculation condition. A calculation process for calculating the similarity with the values of the two items;
Generation processing for generating dependency relationship information indicating a dependency relationship between the value of the first item and the value of the second item, using the similarity calculated by the calculation processing;
An analysis program characterized in that
JP2016218911A 2016-11-09 2016-11-09 Analysis apparatus, analysis method, and analysis program Active JP6677624B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016218911A JP6677624B2 (en) 2016-11-09 2016-11-09 Analysis apparatus, analysis method, and analysis program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016218911A JP6677624B2 (en) 2016-11-09 2016-11-09 Analysis apparatus, analysis method, and analysis program

Publications (2)

Publication Number Publication Date
JP2018077670A true JP2018077670A (en) 2018-05-17
JP6677624B2 JP6677624B2 (en) 2020-04-08

Family

ID=62150486

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016218911A Active JP6677624B2 (en) 2016-11-09 2016-11-09 Analysis apparatus, analysis method, and analysis program

Country Status (1)

Country Link
JP (1) JP6677624B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7456136B2 (en) 2019-12-05 2024-03-27 富士フイルムビジネスイノベーション株式会社 Information processing device and program

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006099236A (en) * 2004-09-28 2006-04-13 Toshiba Corp Classification support device, classification support method, and classification support program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006099236A (en) * 2004-09-28 2006-04-13 Toshiba Corp Classification support device, classification support method, and classification support program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7456136B2 (en) 2019-12-05 2024-03-27 富士フイルムビジネスイノベーション株式会社 Information processing device and program

Also Published As

Publication number Publication date
JP6677624B2 (en) 2020-04-08

Similar Documents

Publication Publication Date Title
US11003636B2 (en) Generating and reusing transformations for evolving schema mapping
US11921737B2 (en) ETL workflow recommendation device, ETL workflow recommendation method and ETL workflow recommendation system
JP2014078109A (en) Forensic system, forensic method, and forensic program
JP5424798B2 (en) METADATA SETTING METHOD, METADATA SETTING SYSTEM, AND PROGRAM
JP2021073615A (en) Data transformation system and method
JP6242540B1 (en) Data conversion system and data conversion method
CN108280197A (en) A kind of method and system of the homologous binary file of identification
US20180329873A1 (en) Automated data extraction system based on historical or related data
US20190205299A1 (en) Library search apparatus, library search system, and library search method
JP6540384B2 (en) Evaluation program, procedure manual evaluation method, and evaluation device
JP5827206B2 (en) Document management system, document management method, and document management program
CN113361240A (en) Method, device, equipment and readable storage medium for generating target article
JP6677093B2 (en) Table data search device, table data search method, and table data search program
JP6677624B2 (en) Analysis apparatus, analysis method, and analysis program
CN116910650A (en) Data identification method, device, storage medium and computer equipment
JP2018037017A (en) Analysis device, analysis method, and analysis program
CN114416772A (en) Data query method and device, electronic equipment and storage medium
JP2012043258A (en) Retrieval system, retrieval device, retrieval program, recording medium and retrieval method
JP6763967B2 (en) Data conversion device and data conversion method
JP6455087B2 (en) Form information processing program, form information processing apparatus, and form information processing method
US11868726B2 (en) Named-entity extraction apparatus, method, and non-transitory computer readable storage medium
JP7312646B2 (en) Information processing device, document identification method, and information processing system
US11809398B1 (en) Methods and systems for connecting data with non-standardized schemas in connected graph data exchanges
US20230326225A1 (en) System and method for machine learning document partitioning
JP7418781B2 (en) Company similarity calculation server and company similarity calculation method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190225

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200115

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200121

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200225

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: 20200310

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200313

R150 Certificate of patent or registration of utility model

Ref document number: 6677624

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150