JP2017049639A - Evaluation program, procedure manual evaluation method, and evaluation device - Google Patents

Evaluation program, procedure manual evaluation method, and evaluation device Download PDF

Info

Publication number
JP2017049639A
JP2017049639A JP2015170274A JP2015170274A JP2017049639A JP 2017049639 A JP2017049639 A JP 2017049639A JP 2015170274 A JP2015170274 A JP 2015170274A JP 2015170274 A JP2015170274 A JP 2015170274A JP 2017049639 A JP2017049639 A JP 2017049639A
Authority
JP
Japan
Prior art keywords
procedure
procedure manual
manuals
manual
concreteness
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
JP2015170274A
Other languages
Japanese (ja)
Other versions
JP6540384B2 (en
Inventor
隆史 ▲柳▼▲瀬▼
隆史 ▲柳▼▲瀬▼
Takashi Yanase
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2015170274A priority Critical patent/JP6540384B2/en
Publication of JP2017049639A publication Critical patent/JP2017049639A/en
Application granted granted Critical
Publication of JP6540384B2 publication Critical patent/JP6540384B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To appropriately evaluate a procedure manual in terms of whether the procedure manual is easy to automatically perform work.SOLUTION: An evaluation device 10 extracts a plurality of words expressing operation from a plurality of procedure manuals 11a, 11b, .... Next, the evaluation device 10 counts the number of appearances of a word at a work name in the plurality of procedure manuals 11a, 11b, ..., and the number of appearances of the word at an operation procedure in the plurality of procedure manuals 11a, 11b, ... for each of the plurality of words. Next, the evaluation device 10 compares a value corresponding to the number of appearances of the word at the work name in the plurality of procedure manuals 11a, 11b, ..., and a value corresponding to the number of appearances of the word at the operation procedure in the plurality of procedure manuals 11a, 11b for each of the plurality of words, ... and determines weight values. Then, the evaluation device 10 evaluates the concreteness of description of the operation procedure for each of the plurality of procedures on the basis of the total of the weight values of the words included in the operation procedure.SELECTED DRAWING: Figure 1

Description

本発明は、評価プログラム、手順書評価方法、および評価装置に関する。   The present invention relates to an evaluation program, a procedure manual evaluation method, and an evaluation apparatus.

コンピュータシステムを運用する場合、システムに含まれるコンピュータに対して様々な作業が行われる。作業は、データのバックアップ、ログの収集、ソフトウェアの更新などをコンピュータに指示する一連の操作である。1つの作業を実施するには、複数の操作を伴うことが多い。1つの作業を行うための一連の操作は、運用手順として定義される。運用手順は、自然言語でテキスト化され、手順書として、例えば運用管理サーバに保持される。   When operating a computer system, various operations are performed on computers included in the system. The work is a series of operations for instructing the computer to back up data, collect logs, update software, and the like. A single operation often involves a plurality of operations. A series of operations for performing one work is defined as an operation procedure. The operation procedure is converted into text in a natural language, and is stored as a procedure document in, for example, the operation management server.

システムの作業者は、手順書を参照して、システム内の作業対象のコンピュータに対して、手順書通りの操作を行う。なお作業対象のコンピュータの数が大量になると、作業者の作業負担が過大となる。そこで最近は、作業の自動化が推進されている。   The system operator refers to the procedure manual and performs operations according to the procedure manual on the computer to be worked in the system. If the number of computers to be worked becomes large, the work load on the worker becomes excessive. Recently, automation of work has been promoted.

作業の自動化では、例えば、手順書に記載された個々の操作をコマンドに置き換えたスクリプトのような、作業自動実行用のプログラム(以下、自動化プログラムと呼ぶ)が用いられる。手順書の操作表現が具体的であれば、置き換えるべきコマンドを一意に特定しやすく、手順書に基づいて自動化プログラムを自動生成することも可能である。他方、操作表現が具体的でなければ、どのようなコマンドに置き換えればよいか分からないため、自動化プログラムの自動生成は難しい。   In the automation of work, for example, a program for automatic work execution (hereinafter referred to as an automation program) such as a script in which individual operations described in a procedure manual are replaced with commands is used. If the operation expression of the procedure manual is specific, it is easy to uniquely identify the command to be replaced, and an automated program can be automatically generated based on the procedure manual. On the other hand, if the operation expression is not specific, it is difficult to automatically generate an automation program because it is not known what command should be replaced.

大規模なシステムでは、運用操作に作業が多岐にわたり、手順書の量も膨大である。しかも、同じ作業に対する手順書が、異なる表現で複数作成されている場合もあり得る。そのため、手順書に基づいて運用操作自動化用の自動化プログラムを作成する場合、膨大な手順書の中から、自動化プログラムの生成が可能なほど具体的な手順書を抽出する作業が発生する。   In a large-scale system, operations are diverse and the amount of procedure manuals is enormous. In addition, a plurality of procedure manuals for the same work may be created with different expressions. Therefore, when creating an automation program for automating operation based on a procedure manual, an operation of extracting a specific procedure manual from the enormous procedure manual so that the automation program can be generated occurs.

文書の具体性を決定する手法としては、例えば、文書のテーマ数をその文書のクラスタ数により決定し、その文書の具体性をテーマ数により決定する方法がある。また、自然言語で書かれた曖昧語を含む文書から、曖昧性の高い箇所の指摘を可能にする文書分析システムも考えられている。   As a method for determining the concreteness of a document, for example, there is a method in which the number of themes of a document is determined by the number of clusters of the document, and the concreteness of the document is determined by the number of themes. In addition, a document analysis system that can point out a highly ambiguous part from a document including an ambiguous word written in a natural language is also considered.

特開2009−093654号公報JP 2009-093654 A 特開2014−225174号公報JP 2014-225174 A

作業の手順書に基づいてその作業の自動化プログラムを生成する場合、手順書内の操作手順の記述が具体的であることが重要である。しかし、従来の文書に対する具体性の判断技術は、作業の手順書の操作手順に重点を置いて具体性を評価するものではない。そのため、従来の技術では、手順書の具体性を適切に評価することができない。   When the work automation program is generated based on the work procedure manual, it is important that the description of the operation procedure in the procedure manual is specific. However, the conventional technology for determining the concreteness of a document does not evaluate the concreteness with an emphasis on the operation procedure of the work procedure manual. Therefore, the conventional technique cannot appropriately evaluate the concreteness of the procedure manual.

手順書の具体性が適切に評価できないと、例えば、同じ作業に関する複数の手順書の中から、どの手順書に基づいて自動化プログラムを生成すればよいのかが分からない。誤って曖昧な記述の手順書に基づいて自動化プログラムを生成すると、不完全なプログラムが生成され、プログラムの修正に手間がかかる。   If the concreteness of the procedure manual cannot be evaluated appropriately, for example, it is not known which procedure manual should be used to generate the automation program from among a plurality of procedure manuals related to the same work. If an automated program is generated based on a procedure manual with an ambiguous description by mistake, an incomplete program is generated and it takes time to correct the program.

1つの側面では、本発明は、手順書の具体性を適切に評価できるようにすることを目的とする。   In one aspect, an object of the present invention is to enable appropriate evaluation of the concreteness of a procedure manual.

1つの案では、コンピュータに、以下の処理を実行させる評価プログラムが提供される。この評価プログラムに基づいて、コンピュータは、管理対象システムに対して実施する作業に関する複数の手順書であり、作業の名称を示す作業名と管理対象システムに対する操作手順とが記述された複数の手順書から、操作を表現する複数の語句を抽出する。次にコンピュータは、複数の語句それぞれについて、複数の手順書の作業名における語句の出現数と、複数の手順書の操作手順における語句の出現数とを計数する。さらにコンピュータは、複数の語句それぞれについて、複数の手順書の作業名における語句の出現数に応じた値と、複数の手順書の操作手順における該語句の出現数に応じた値とを比較して、該語句で表現される操作の具体性の度合いを示す重み値を決定する。そしてコンピュータは、複数の手順書それぞれについて、手順書の操作手順に含まれる語句の重み値に基づいて、該操作手順の記述の具体性を評価する。   In one proposal, an evaluation program is provided that causes a computer to execute the following processing. Based on this evaluation program, the computer is a plurality of procedure manuals related to the work to be performed on the managed system, and a plurality of procedure manuals describing the work name indicating the name of the work and the operation procedure for the managed system. From this, a plurality of phrases expressing the operation are extracted. Next, for each of the plurality of words, the computer counts the number of occurrences of words in the work names of the plurality of procedure manuals and the number of occurrences of words in the operation procedures of the plurality of procedure books. Further, for each of the plurality of words, the computer compares the value according to the number of occurrences of the word in the work names of the plurality of procedure manuals with the value according to the number of occurrences of the word in the operation procedure of the plurality of procedure books. Then, a weight value indicating the degree of concreteness of the operation expressed by the phrase is determined. Then, for each of the plurality of procedure manuals, the computer evaluates the concreteness of the description of the operation procedure based on the word weight value included in the operation procedure of the procedure manual.

1態様によれば、作業を自動実行させやすい手順書かどうかを適切に評価できる。   According to the first aspect, it is possible to appropriately evaluate whether or not the procedure manual facilitates the automatic operation.

第1の実施の形態に係る評価装置の機能構成例を示す図である。It is a figure which shows the function structural example of the evaluation apparatus which concerns on 1st Embodiment. 第2の実施の形態に係るシステムの構成例を示す図である。It is a figure which shows the structural example of the system which concerns on 2nd Embodiment. 本実施の形態に用いる運用管理サーバのハードウェアの一構成例を示す図である。It is a figure which shows the example of 1 structure of the hardware of the operation management server used for this Embodiment. 手順書の具体性評価およびスクリプト生成機能を示すブロック図である。It is a block diagram which shows the concreteness evaluation of a procedure manual, and a script production | generation function. 手順書DBの一例を示す図である。It is a figure which shows an example of procedure manual DB. 具体度情報記憶部の一例を示す図である。It is a figure which shows an example of a specific information storage part. 手順書評価部の機能の一例を示す図である。It is a figure which shows an example of the function of a procedure manual evaluation part. 手順書評価処理手順の一例を示す図である。It is a figure which shows an example of a procedure book evaluation process sequence. 操作手順抽出処理の一例を示す図である。It is a figure which shows an example of an operation procedure extraction process. 操作手順抽出処理の一例を示す図である。It is a figure which shows an example of an operation procedure extraction process. 操作分布取得処理の一例を示す図である。It is a figure which shows an example of operation distribution acquisition process. 操作分布取得処理の手順の一例を示すフローチャートの前半である。It is the first half of the flowchart which shows an example of the procedure of operation distribution acquisition processing. 操作分布取得処理の手順の一例を示すフローチャートの後半である。It is the latter half of the flowchart which shows an example of the procedure of operation distribution acquisition processing. 操作重み算出処理の一例を示す図である。It is a figure which shows an example of an operation weight calculation process. 操作重み算出処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of an operation weight calculation process. 手順書操作重み量の算出例を示す図である。It is a figure which shows the example of calculation of procedure manual operation weight amount. 手順書操作重み量の算出手順の一例を示すフローチャートである。It is a flowchart which shows an example of the calculation procedure of procedure manual operation weight amount. 標準操作重み量の算出例を示す図である。It is a figure which shows the example of calculation of standard operation weight amount. 標準操作重み量算出処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of a standard operation weight amount calculation process. 手順書の評価例を示す図である。It is a figure which shows the example of evaluation of a procedure manual. 手順書具体性評価処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of a procedure manual concreteness evaluation process. 手順書の検索結果の一例を示す図である。It is a figure which shows an example of the search result of a procedure manual. 手順書具体度が高い手順書に基づくスクリプト生成例を示す図である。It is a figure which shows the example of a script production | generation based on a procedure manual with high procedure manual concrete degree. 手順書具体度が低い手順書に基づくスクリプト生成例を示す図である。It is a figure which shows the example of a script production | generation based on a procedure manual with low procedure manual concreteness. 第3の実施の形態の手順書評価部の機能を示す図である。It is a figure which shows the function of the procedure manual evaluation part of 3rd Embodiment. 具体度上位手順情報の一例を示す図である。It is a figure which shows an example of the specific high-order procedure information. 第3の実施の形態の手順書評価処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure document evaluation process sequence of 3rd Embodiment. 第3の実施の形態における操作手順抽出処理の一例を示すフローチャートである。It is a flowchart which shows an example of the operation procedure extraction process in 3rd Embodiment. 手順書選別処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of a procedure book selection process.

以下、本実施の形態について図面を参照して説明する。なお各実施の形態は、矛盾のない範囲で複数の実施の形態を組み合わせて実施することができる。
〔第1の実施の形態〕
まず第1の実施の形態について説明する。第1の実施の形態は、コンピュータシステムの運用操作の作業の手順書の具体性を評価する評価装置に関するものある。
Hereinafter, the present embodiment will be described with reference to the drawings. Each embodiment can be implemented by combining a plurality of embodiments within a consistent range.
[First Embodiment]
First, a first embodiment will be described. The first embodiment relates to an evaluation apparatus that evaluates the concreteness of a procedure manual for operation operations of a computer system.

図1は、第1の実施の形態に係る評価装置の機能構成例を示す図である。評価装置10は、記憶部11と演算部12とを有する。
記憶部11は、管理対象システムに対して実施する作業に関する複数の手順書11a,11b,・・・を記憶する。複数の手順書11a,11b,・・・は、作業の名称を示す作業名と管理対象システムに対する操作手順とが記述されている。作業名は、作業全体で実行する処理を上位概念で表現しており、曖昧な語句(1つの単語、または複数の単語が連なった句)が使用されることが多い。他方、操作手順は、例えば実施する作業が時系列に記述されており、具体的な語句が使用されることが多い。ただし、複数の手順書11a,11b,・・・の中には、操作手順の記述が曖昧なものも存在する。そこで、演算部12が、複数の手順書11a,11b,・・・の具体性を適切に評価する評価処理を実行する。評価処理の手順は以下の通りである。
FIG. 1 is a diagram illustrating a functional configuration example of the evaluation apparatus according to the first embodiment. The evaluation device 10 includes a storage unit 11 and a calculation unit 12.
The storage unit 11 stores a plurality of procedure manuals 11a, 11b,... Related to work performed on the management target system. In the plurality of procedure manuals 11a, 11b,..., A work name indicating a work name and an operation procedure for the management target system are described. The work name expresses a process executed in the entire work in a superordinate concept, and ambiguous words (a phrase in which one word or a plurality of words are connected) are often used. On the other hand, in the operation procedure, for example, work to be performed is described in time series, and specific words are often used. However, some of the plurality of procedure manuals 11a, 11b,... Therefore, the arithmetic unit 12 executes an evaluation process for appropriately evaluating the concreteness of the plurality of procedure manuals 11a, 11b,. The procedure of the evaluation process is as follows.

まず、演算部12は、複数の手順書11a,11b,・・・から、操作を表現する複数の語句を抽出する(ステップS1)。例えば演算部12は、複数の手順書11a,11b,・・・を解析し、「作成」、「コピー」などの操作を表現する動詞を抽出する。また演算部12は、「メールで送信」のような、「名詞+手段を表す格助詞+動詞」という関係の句を抽出してもよい。このとき演算部12は、手順書の作業名から抽出した語句と、手順書の操作手順から抽出した語句とを区別する。   First, the calculation unit 12 extracts a plurality of words and phrases expressing the operation from the plurality of procedure manuals 11a, 11b,... (Step S1). For example, the calculation unit 12 analyzes a plurality of procedure manuals 11a, 11b,... And extracts verbs expressing operations such as “creation” and “copy”. Further, the arithmetic unit 12 may extract a phrase having a relationship of “noun + case particle representing means + verb” such as “send by e-mail”. At this time, the calculation unit 12 distinguishes a word extracted from the work name of the procedure manual and a word extracted from the operation procedure of the procedure manual.

次に演算部12は、抽出した複数の語句それぞれについて、複数の手順書11a,11b,・・・の作業名における語句の出現数と、複数の手順書の操作手順における語句の出現数とを計数する(ステップS2)。このとき演算部12は、各語句の、作業名と操作手順とのそれぞれにおける出現頻度を計算してもよい。例えば演算部12は、複数の手順書11a,11b,・・・の作業名におけるすべての語句の出現数の合計に対する、複数の手順書11a,11b,・・・の作業名における決定対象の語句の出現数の割合を示す第1の出現頻度を算出する。また演算部12は、複数の手順書11a,11b,・・・の操作手順におけるすべての語句の出現数の合計に対する、複数の手順書11a,11b,・・・の操作手順における決定対象の語句の出現数の割合を示す第2の出現頻度を算出する。   Next, for each of the plurality of extracted words, the calculation unit 12 calculates the number of appearances of words in the work names of the plurality of procedure manuals 11a, 11b,... And the number of appearances of words in the operation procedures of the plurality of procedure books. Count (step S2). At this time, the calculation unit 12 may calculate the appearance frequency of each word / phrase in the work name and the operation procedure. For example, the arithmetic unit 12 determines the phrases to be determined in the work names of the plurality of procedure manuals 11a, 11b,... With respect to the total number of appearances of all the phrases in the work names of the plurality of procedure manuals 11a, 11b,. The first appearance frequency indicating the ratio of the number of appearances is calculated. Further, the calculation unit 12 determines the phrase to be determined in the operation procedure of the plurality of procedure manuals 11a, 11b,... With respect to the total number of appearances of all the phrases in the operation procedure of the plurality of procedure manuals 11a, 11b,. 2nd appearance frequency which shows the ratio of the appearance number of is calculated.

次に演算部12は、複数の語句それぞれについて、語句で表現される操作の具体性の度合いを示す重み値を決定する(ステップS3)。例えば演算部12は、複数の手順書11a,11b,・・・の作業名における語句の出現数に応じた値と、複数の手順書11a,11b,・・・の操作手順における該語句の出現数に応じた値とを比較する。そして、演算部12は、複数の手順書11a,11b,・・・の作業名における出現数が少ない語句ほど重み値を高くし、複数の手順書11a,11b,・・・の操作手順における出現数が多い語句ほど重み値を高くする。   Next, the computing unit 12 determines a weight value indicating the degree of the concreteness of the operation expressed by the phrase for each of the plurality of phrases (step S3). For example, the calculation unit 12 determines a value corresponding to the number of appearances of words / phrases in the work names of the plurality of procedure manuals 11a, 11b,. Compare the value according to the number. Then, the calculation unit 12 increases the weight value for a phrase having a smaller number of appearances in the work names of the plurality of procedure manuals 11a, 11b,..., And appears in the operation procedure of the plurality of procedure manuals 11a, 11b,. The higher the number, the higher the weight value.

演算部12は、重み値の決定に、第1の出現頻度と第2の出現頻度とを用いることもできる。例えば演算部12は、決定対象の語句の第2の出現頻度を、その語句の第1の出現頻度で除算した値を、その語句の重み値として算出する。これにより、操作手順への出現頻度が高い語句ほど重み値が高くなり、作業項目名への出現頻度が低い語句ほど重み値が高くなる。   The computing unit 12 can also use the first appearance frequency and the second appearance frequency for determining the weight value. For example, the calculation unit 12 calculates a value obtained by dividing the second appearance frequency of the word to be determined by the first appearance frequency of the word as the weight value of the word. As a result, the higher the frequency of appearance in the operation procedure, the higher the weight value, and the lower the frequency of appearance in the work item name, the higher the weight value.

その後、演算部12は、複数の手順書11a,11b,・・・それぞれについて、手順書の操作手順に含まれる語句の重み値に基づいて、操作手順の記述の具体性を評価する(ステップS4〜S6)。具体性の評価は、例えば以下の手順で実行される。   Thereafter, the arithmetic unit 12 evaluates the concreteness of the description of the operation procedure for each of the plurality of procedure manuals 11a, 11b,... Based on the weight value of the phrase included in the operation procedure of the procedure manual (step S4). To S6). The evaluation of the concreteness is executed by the following procedure, for example.

演算部12は、複数の手順書11a,11b,・・・について、手順書の操作手順に含まれるすべての語句の重み値の合計を算出する(ステップS4)。この合計を、手順書操作重み量とする。手順書11aの例であれば、語句「作成」、「コピー」、「メールで送信」それぞれの重み値の合計が、手順書11aの手順書操作重み量となる。   The calculation unit 12 calculates the sum of the weight values of all the words included in the operation procedure of the procedure manual for the plurality of procedure books 11a, 11b,... (Step S4). This sum is used as the procedure manual operation weight amount. In the example of the procedure manual 11a, the sum of the weight values of the phrases “create”, “copy”, and “send by e-mail” is the procedure manual operation weight amount of the procedure manual 11a.

次に演算部12は、複数の語句それぞれを、標準操作重み量の算出対象の語句とし、算出対象の語句が操作手順に出現する手順書を抽出し、抽出された手順書の手順書操作重み量の平均を、算出対象の語句の標準操作重み量として算出する(ステップS5)。例えば、語句「コピー」が操作手順に出現する手順書は、手順書11aと手順書11bだけであるものとする。この場合、手順書11aの手順書操作重み量「5.5」と、手順書11bの手順書操作重み量「3.5」との平均値「4.5」が、語句「コピー」の標準操作重み量となる。語句の標準操作重み量は、操作手順内にその語句が出現する手順書の標準的な手順書操作重み量を表している。標準操作重み量が高い語句は、具体性の高い語句を操作手順内に多く含む手順書で使用されることが多い語句である。   Next, the calculation unit 12 sets each of the plurality of words as a word for which the standard operation weight amount is to be calculated, extracts a procedure manual in which the calculation target word appears in the operation procedure, and extracts the procedure manual operation weight of the extracted procedure manual. The average of the amounts is calculated as the standard operation weight amount of the calculation target word (step S5). For example, the procedure manual in which the phrase “copy” appears in the operation procedure is only the procedure manual 11a and the procedure manual 11b. In this case, the average value “4.5” of the procedure manual operation weight amount “5.5” of the procedure manual 11a and the procedure manual operation weight amount “3.5” of the procedure manual 11b is the standard of the phrase “copy”. This is the operation weight. The standard operation weight amount of a word represents a standard procedure manual operation weight amount of a procedure manual in which the word appears in the operation procedure. A phrase with a high standard operation weight amount is a phrase that is often used in a procedure manual that includes a lot of highly specific phrases in the operation procedure.

次に演算部12は、複数の手順書11a,11b,・・・それぞれについて、手順書内の操作手順に含まれるすべての語句の重み値の合計を、その手順書の操作手順に出現する語句それぞれの標準操作重み量のうちの最大値で除算する。そして演算部12は、除算結果を、手順書の操作手順の記述の具体性の高さを示す具体度とする(ステップS6)。手順書の具体度は、値が大きいほど、操作手順の具体性が高いことを示す。   Next, for each of the plurality of procedure manuals 11a, 11b,..., The arithmetic unit 12 adds the sum of the weight values of all the words included in the operation procedure in the procedure manual to the words that appear in the operation procedure of the procedure manual. Divide by the maximum value of each standard operation weight. Then, the calculation unit 12 sets the division result as a concrete level indicating the level of concreteness of the description of the operation procedure in the procedure manual (step S6). The concreteness of the procedure manual indicates that the greater the value is, the more specific the operation procedure is.

手順書の具体度が「1」以上となるのは、操作手順内の語句の標準操作重み量の最大値よりも、その手順書の手順書操作重み量が高い場合である。高い具体度(例えば1以上)を有する手順書は、特定の語句を操作手順内に含む手順書群の中で、平均以上の具体性を有している。しかもその手順書群の操作手順に出現する特定の語句は、具体度算出対象の手順書の操作手順において標準操作重み量が最も高い語句であり、その語句を含む手順書群も、具体性が比較的高い手順書の集まりであると言える。このような手順書群の中で手順書操作重み量が大きい方の手順書であれば、操作手順の具体性はかなり高いといえる。   The concreteness of the procedure manual is “1” or more when the procedure manual operation weight amount of the procedure manual is higher than the maximum standard operation weight amount of the words in the operation procedure. A procedure manual having a high degree of concreteness (for example, 1 or more) has a concreteness higher than the average in a group of procedure manuals including a specific word / phrase in the operation procedure. In addition, the specific word that appears in the operation procedure of the procedure manual group is the word that has the highest standard operation weight amount in the operation procedure of the procedure manual for which the concreteness is to be calculated, and the procedure manual group that includes the word is also specific. It can be said that it is a collection of relatively high procedures. If the procedure manual has a larger procedure manual operation weight amount in such a group of procedure manuals, it can be said that the concreteness of the operation procedure is quite high.

演算部12は、複数の手順書11a,11b,・・・それぞれの具体度を比較することで、各手順書の具体性を評価する。例えば、手順書11aと手順書11bとを比べた場合、手順書11aの方が具体性が高いと評価され、手順書11bの方が具体性が低いと評価される。例えば演算部12は、手順書の検索が行われたとき、検索結果を具体度で降順にソートして出力することができる。これにより、操作手順の具体性が高い手順書を容易に選択できる。   The arithmetic unit 12 evaluates the concreteness of each procedure manual by comparing the concreteness of each of the plurality of procedure manuals 11a, 11b,. For example, when the procedure manual 11a and the procedure manual 11b are compared, the procedure manual 11a is evaluated to be more specific, and the procedure manual 11b is evaluated to be less specific. For example, when the procedure manual is searched, the calculation unit 12 can sort and output the search results in descending order by the degree of concreteness. Thereby, it is possible to easily select a procedure manual with a high specificity of the operation procedure.

このようにして、評価装置10により、複数の手順書11a,11b,・・・の具体性を評価することができる。例えばログ取得の作業を自動化させる場合、手順書11a,11bの具体度を比較することで、手順書11aの方が具体性が高いことが分かる。そこで、作業者は、手順書11aに基づいて、スクリプトのような自動化プログラムを生成するのが適切であることが、容易に理解できる。このように、複数の手順書11a,11b,・・・の中から、自動化プログラムの生成に適した手順書を容易に見つけ出すことができ、自動化プログラムの生成が容易となる。   In this way, the evaluation device 10 can evaluate the specificities of the plurality of procedure manuals 11a, 11b,. For example, when automating the log acquisition work, it is understood that the procedure manual 11a is more specific by comparing the specificities of the procedure manuals 11a and 11b. Therefore, the operator can easily understand that it is appropriate to generate an automated program such as a script based on the procedure manual 11a. As described above, it is possible to easily find a procedure manual suitable for generating an automated program from among the plurality of procedure manuals 11a, 11b,...

しかも第1の実施の形態では、手順書の操作手順の記述に重点を置いて具体性を評価しており、高い信頼性の評価結果を得ることができる。すなわち、作業名よりも操作手順への出現頻度が高い語句の重み値を高くすることで、作業名を表すような曖昧な語句が、手順書内の操作手順に頻出する場合、その手順書の手順書操作重み量は低く抑えられる。その結果、曖昧な語句で操作手順が記述された手順書について、具体性が高く評価されることが抑止されている。   Moreover, in the first embodiment, the concreteness is evaluated with emphasis on the description of the operation procedure in the procedure manual, and a highly reliable evaluation result can be obtained. In other words, by increasing the weight value of a word that appears more frequently in the operation procedure than the work name, if an ambiguous word that represents the work name appears frequently in the operation procedure in the procedure document, The procedure manual operation weight is kept low. As a result, it is prevented that the procedure manual in which the operation procedure is described with an ambiguous word is highly evaluated.

なお、図1の例では、各手順書の具体度によって具体性を評価しているが、他の方法で評価してもよい。例えば、手順書操作重み量によって手順書の具体性を評価することもできる。この場合、手順書操作重み量が大きい手順書ほど、具体性が高く評価される。また、例えば手順書の操作手順に含まれる語句の中に、重み値が所定値以下の語句が少なくとも1つある場合、その手順書の具体性を低く評価するようにしてもよい。これにより、コマンドに置き換えることが困難な操作表現が存在する手順書の評価を下げ、誤ってその手順書に基づいて自動化プログラムを生成することを抑止できる。   In the example of FIG. 1, the concreteness is evaluated according to the concreteness of each procedure manual, but may be evaluated by other methods. For example, the concreteness of the procedure manual can be evaluated by the procedure manual operation weight amount. In this case, the greater the procedure manual operation weight amount, the higher the concreteness is evaluated. Further, for example, when there is at least one word whose weight value is equal to or less than a predetermined value among words included in the operation procedure of the procedure manual, the concreteness of the procedure manual may be evaluated low. As a result, it is possible to reduce the evaluation of the procedure manual having an operation expression that is difficult to replace with a command, and to prevent the automation program from being erroneously generated based on the procedure manual.

また、手順書の具体性の評価は、新たな手順書が記憶部11に格納されるごとに繰り返し実行してもよい。この場合、具体性が低いと分かっている手順書については、具体性評価時の処理の対象から除外してもよい。すなわち、演算部12は、複数の手順書11a,11b,・・・から語句を抽出する際に、既に具体性が評価されている手順書のうちの、具体性の評価が高い方から所定数の手順書と、具体性が未評価の手順書とから、語句を抽出することができる。これにより、具体性の評価の精度を向上させることができる。   Further, the evaluation of the concreteness of the procedure manual may be repeatedly performed every time a new procedure manual is stored in the storage unit 11. In this case, the procedure manual that is known to have low specificity may be excluded from the processing target at the time of concreteness evaluation. That is, when the computing unit 12 extracts words from the plurality of procedure manuals 11a, 11b,..., A predetermined number of the procedure manuals that have already been evaluated for concreteness. The phrase can be extracted from the procedural manual and the procedural manual that has not yet been evaluated. Thereby, the accuracy of evaluation of concreteness can be improved.

なお、演算部12は、例えば評価装置10が有するプロセッサにより実現することができる。また、記憶部11は、例えば評価装置10が有するメモリまたはストレージ装置により実現することができる。   In addition, the calculating part 12 is realizable with the processor which the evaluation apparatus 10 has, for example. Moreover, the memory | storage part 11 is realizable with the memory or storage apparatus which the evaluation apparatus 10 has, for example.

〔第2の実施の形態〕
次に第2の実施の形態について説明する。第2の実施の形態は、具体性の高い手順書を抽出し、その手順書に基づいてスクリプトを生成するものである。
[Second Embodiment]
Next, a second embodiment will be described. In the second embodiment, a highly specific procedure manual is extracted, and a script is generated based on the procedure manual.

図2は、第2の実施の形態に係るシステムの構成例を示す図である。例えば運用管理サーバ100が、ネットワーク20を介して、管理対象システム200に接続されている。管理対象システム200は、例えば複数のコンピュータ210,220,230を含んでいる。   FIG. 2 is a diagram illustrating a configuration example of a system according to the second embodiment. For example, the operation management server 100 is connected to the management target system 200 via the network 20. The management target system 200 includes, for example, a plurality of computers 210, 220, and 230.

運用管理サーバ100は、ネットワーク20を介して管理対象システム200にアクセスし、運用管理に関する作業を実施する。作業は、例えば自然言語で記述された手順書に基づいて、作業者が手作業で実施する。作業の内容を自動的に実行させるためのスクリプトが運用管理サーバ100に用意されていれば、作業者は、そのスクリプトの実行命令を入力するだけで済む。   The operation management server 100 accesses the management target system 200 via the network 20 and performs operations related to operation management. The work is performed manually by the worker based on a procedure manual written in a natural language, for example. If a script for automatically executing the contents of work is prepared in the operation management server 100, the worker only has to input an execution command for the script.

運用管理サーバ100は、自然言語で記述された作業の手順書から、その作業を自動化させるスクリプトを自動生成する機能を有している。ただし、手順書の記述が具体的でない場合、スクリプトの自動生成に失敗する。そこで第2の実施の形態では、運用管理サーバ100に、スクリプトの自動生成が可能なほどに手順書が具体的かどうかについて評価する機能が実装されている。   The operation management server 100 has a function of automatically generating a script for automating a work procedure document written in a natural language. However, if the description of the procedure manual is not concrete, automatic script generation fails. Therefore, in the second embodiment, the operation management server 100 is provided with a function for evaluating whether or not the procedure manual is specific enough to automatically generate a script.

図3は、本実施の形態に用いる運用管理サーバのハードウェアの一構成例を示す図である。運用管理サーバ100は、プロセッサ101によって装置全体が制御されている。プロセッサ101には、バス109を介してメモリ102と複数の周辺機器が接続されている。プロセッサ101は、マルチプロセッサであってもよい。プロセッサ101は、例えばCPU(Central Processing Unit)、MPU(Micro Processing Unit)、またはDSP(Digital Signal Processor)である。プロセッサ101がプログラムを実行することで実現する機能の少なくとも一部を、ASIC(Application Specific Integrated Circuit)、PLD(Programmable Logic Device)などの電子回路で実現してもよい。   FIG. 3 is a diagram illustrating a configuration example of hardware of the operation management server used in the present embodiment. The entire operation management server 100 is controlled by the processor 101. A memory 102 and a plurality of peripheral devices are connected to the processor 101 via a bus 109. The processor 101 may be a multiprocessor. The processor 101 is, for example, a CPU (Central Processing Unit), an MPU (Micro Processing Unit), or a DSP (Digital Signal Processor). At least a part of the functions realized by the processor 101 executing the program may be realized by an electronic circuit such as an ASIC (Application Specific Integrated Circuit) or a PLD (Programmable Logic Device).

メモリ102は、運用管理サーバ100の主記憶装置として使用される。メモリ102には、プロセッサ101に実行させるOS(Operating System)のプログラムやアプリケーションプログラムの少なくとも一部が一時的に格納される。また、メモリ102には、プロセッサ101による処理に必要な各種データが格納される。メモリ102としては、例えばRAM(Random Access Memory)などの揮発性の半導体記憶装置が使用される。   The memory 102 is used as a main storage device of the operation management server 100. The memory 102 temporarily stores at least part of an OS (Operating System) program and application programs to be executed by the processor 101. The memory 102 stores various data necessary for processing by the processor 101. As the memory 102, for example, a volatile semiconductor storage device such as a RAM (Random Access Memory) is used.

バス109に接続されている周辺機器としては、ストレージ装置103、グラフィック処理装置104、入力インタフェース105、光学ドライブ装置106、機器接続インタフェース107およびネットワークインタフェース108がある。   Peripheral devices connected to the bus 109 include a storage device 103, a graphic processing device 104, an input interface 105, an optical drive device 106, a device connection interface 107, and a network interface 108.

ストレージ装置103は、内蔵した記憶媒体に対して、電気的または磁気的にデータの書き込みおよび読み出しを行う。ストレージ装置103は、コンピュータの補助記憶装置として使用される。ストレージ装置103には、OSのプログラム、アプリケーションプログラム、および各種データが格納される。なお、ストレージ装置103としては、例えばHDD(Hard Disk Drive)やSSD(Solid State Drive)を使用することができる。   The storage device 103 writes and reads data electrically or magnetically with respect to a built-in storage medium. The storage device 103 is used as an auxiliary storage device of a computer. The storage device 103 stores an OS program, application programs, and various data. For example, an HDD (Hard Disk Drive) or an SSD (Solid State Drive) can be used as the storage device 103.

グラフィック処理装置104には、モニタ21が接続されている。グラフィック処理装置104は、プロセッサ101からの命令に従って、画像をモニタ21の画面に表示させる。モニタ21としては、CRT(Cathode Ray Tube)を用いた表示装置や液晶表示装置などがある。   A monitor 21 is connected to the graphic processing device 104. The graphic processing device 104 displays an image on the screen of the monitor 21 in accordance with an instruction from the processor 101. Examples of the monitor 21 include a display device using a CRT (Cathode Ray Tube) and a liquid crystal display device.

入力インタフェース105には、キーボード22とマウス23とが接続されている。入力インタフェース105は、キーボード22やマウス23から送られてくる信号をプロセッサ101に送信する。なお、マウス23は、ポインティングデバイスの一例であり、他のポインティングデバイスを使用することもできる。他のポインティングデバイスとしては、タッチパネル、タブレット、タッチパッド、トラックボールなどがある。   A keyboard 22 and a mouse 23 are connected to the input interface 105. The input interface 105 transmits signals sent from the keyboard 22 and the mouse 23 to the processor 101. The mouse 23 is an example of a pointing device, and other pointing devices can also be used. Examples of other pointing devices include a touch panel, a tablet, a touch pad, and a trackball.

光学ドライブ装置106は、レーザ光などを利用して、光ディスク24に記録されたデータの読み取りを行う。光ディスク24は、光の反射によって読み取り可能なようにデータが記録された可搬型の記録媒体である。光ディスク24には、DVD(Digital Versatile Disc)、DVD−RAM、CD−ROM(Compact Disc Read Only Memory)、CD−R(Recordable)/RW(ReWritable)などがある。   The optical drive device 106 reads data recorded on the optical disc 24 using laser light or the like. The optical disc 24 is a portable recording medium on which data is recorded so that it can be read by reflection of light. The optical disc 24 includes a DVD (Digital Versatile Disc), a DVD-RAM, a CD-ROM (Compact Disc Read Only Memory), a CD-R (Recordable) / RW (ReWritable), and the like.

機器接続インタフェース107は、運用管理サーバ100に周辺機器を接続するための通信インタフェースである。例えば機器接続インタフェース107には、メモリ装置25やメモリリーダライタ26を接続することができる。メモリ装置25は、機器接続インタフェース107との通信機能を搭載した記録媒体である。メモリリーダライタ26は、メモリカード27へのデータの書き込み、またはメモリカード27からのデータの読み出しを行う装置である。メモリカード27は、カード型の記録媒体である。   The device connection interface 107 is a communication interface for connecting peripheral devices to the operation management server 100. For example, the memory device 25 and the memory reader / writer 26 can be connected to the device connection interface 107. The memory device 25 is a recording medium equipped with a communication function with the device connection interface 107. The memory reader / writer 26 is a device that writes data to the memory card 27 or reads data from the memory card 27. The memory card 27 is a card type recording medium.

ネットワークインタフェース108は、ネットワーク20に接続されている。ネットワークインタフェース108は、ネットワーク20を介して、他のコンピュータまたは通信機器との間でデータの送受信を行う。   The network interface 108 is connected to the network 20. The network interface 108 transmits and receives data to and from other computers or communication devices via the network 20.

以上のようなハードウェア構成によって、第2の実施の形態の処理機能を実現することができる。なお、第1の実施の形態に示した評価装置10も、図3に示した運用管理サーバ100と同様のハードウェアにより実現することができる。   With the hardware configuration described above, the processing functions of the second embodiment can be realized. Note that the evaluation apparatus 10 shown in the first embodiment can also be realized by the same hardware as the operation management server 100 shown in FIG.

運用管理サーバ100は、例えばコンピュータ読み取り可能な記録媒体に記録されたプログラムを実行することにより、第2の実施の形態の処理機能を実現する。運用管理サーバ100に実行させる処理内容を記述したプログラムは、様々な記録媒体に記録しておくことができる。例えば、運用管理サーバ100に実行させるプログラムをストレージ装置103に格納しておくことができる。プロセッサ101は、ストレージ装置103内のプログラムの少なくとも一部をメモリ102にロードし、プログラムを実行する。また運用管理サーバ100に実行させるプログラムを、光ディスク24、メモリ装置25、メモリカード27などの可搬型記録媒体に記録しておくこともできる。可搬型記録媒体に格納されたプログラムは、例えばプロセッサ101からの制御により、ストレージ装置103にインストールされた後、実行可能となる。またプロセッサ101が、可搬型記録媒体から直接プログラムを読み出して実行することもできる。   The operation management server 100 implements the processing functions of the second embodiment by executing a program recorded on a computer-readable recording medium, for example. A program describing the processing contents to be executed by the operation management server 100 can be recorded in various recording media. For example, a program to be executed by the operation management server 100 can be stored in the storage device 103. The processor 101 loads at least a part of the program in the storage apparatus 103 into the memory 102 and executes the program. A program to be executed by the operation management server 100 can also be recorded on a portable recording medium such as the optical disc 24, the memory device 25, and the memory card 27. The program stored in the portable recording medium becomes executable after being installed in the storage apparatus 103 under the control of the processor 101, for example. The processor 101 can also read and execute a program directly from a portable recording medium.

運用管理サーバ100は、例えばストレージ装置103に格納したプログラムに基づいて、手順書の具体性評価機能とスクリプト生成機能とを実現する。
図4は、手順書の具体性評価およびスクリプト生成機能を示すブロック図である。運用管理サーバ100は、手順書データベース(DB)110、手順書評価部120、具体度情報記憶部130、およびスクリプト生成部140を有する。
The operation management server 100 realizes a procedure evaluation function and a script generation function based on a program stored in the storage device 103, for example.
FIG. 4 is a block diagram showing the concreteness evaluation and script generation function of the procedure manual. The operation management server 100 includes a procedure manual database (DB) 110, a procedure manual evaluation unit 120, a concreteness information storage unit 130, and a script generation unit 140.

手順書DB110は、複数の手順書111に関する情報を記憶する。手順書DB110としては、例えばストレージ装置103の記憶領域の一部が使用される。
手順書評価部120は、手順書内の記述の具体性を評価する。例えば手順書評価部120は、キーボード22などの入力装置を介して手順書の評価指示が入力されると、手順書DB110に格納されている複数の手順書111を読み出し、内容を解析する。そして手順書評価部120は、各手順書の具体度を示す数値を算出する。手順書評価部120は、各手順書の具体度を示す手順書具体度情報131を、具体度情報記憶部130に格納する。
The procedure manual DB 110 stores information regarding a plurality of procedure manuals 111. For example, a part of the storage area of the storage apparatus 103 is used as the procedure manual DB 110.
The procedure manual evaluation unit 120 evaluates the concreteness of the description in the procedure manual. For example, when a procedure manual evaluation instruction is input via an input device such as the keyboard 22, the procedure manual evaluation unit 120 reads a plurality of procedure manuals 111 stored in the procedure manual DB 110 and analyzes the contents. And the procedure manual evaluation part 120 calculates the numerical value which shows the specific degree of each procedure manual. The procedure manual evaluation unit 120 stores the procedure manual concreteness information 131 indicating the concreteness of each procedure manual in the concreteness information storage unit 130.

具体度情報記憶部130は、手順書具体度情報131を記憶する。具体度情報記憶部130としては、メモリ102またはストレージ装置103の記憶領域の一部が使用される。   The concreteness information storage unit 130 stores procedure manual concreteness information 131. As the degree-of-specificity information storage unit 130, a part of the storage area of the memory 102 or the storage apparatus 103 is used.

スクリプト生成部140は、特定の手順書に示される各操作をコマンドに置き換えることで、その手順書に対応する運用操作を自動実行させるためのスクリプトを生成する。例えばスクリプト生成部140は、所定の作業に関する複数の手順書のうち、手順書評価部120により具体度が最も高いと判定された手順書に基づいて、スクリプトを生成する。   The script generation unit 140 generates a script for automatically executing an operation operation corresponding to the procedure manual by replacing each operation indicated in the specific procedure manual with a command. For example, the script generation unit 140 generates a script based on a procedure manual determined by the procedure manual evaluation unit 120 as having the highest degree of concreteness among a plurality of procedure manuals related to a predetermined work.

次に、手順書DB110の内容を詳細に説明する。
図5は、手順書DBの一例を示す図である。手順書DB110には、複数の手順書111a,111b,111c,・・・が格納されている。各手順書111a,111b,111c,・・・には、手順書ID、作業項目名、および操作手順が記載されている。手順書IDは、手順書を識別する識別情報である。作業項目名は、手順書において実施する運用作業の名称である。操作手順は、運用作業において実施する操作の内容である。
Next, the contents of the procedure manual DB 110 will be described in detail.
FIG. 5 is a diagram illustrating an example of the procedure manual DB. The procedure manual DB 110 stores a plurality of procedure manuals 111a, 111b, 111c,. Each procedure manual 111a, 111b, 111c,... Describes a procedure manual ID, a work item name, and an operation procedure. The procedure manual ID is identification information for identifying the procedure manual. The work item name is the name of the operation work performed in the procedure manual. The operation procedure is the content of the operation performed in the operation work.

次に、具体度情報記憶部130の内容を詳細に説明する。
図6は、具体度情報記憶部の一例を示す図である。図6の例では、具体度情報記憶部130に、テーブル形式の手順書具体度情報131が格納されている。手順書具体度情報131には、手順書ID、作業項目名、および手順書具体度の欄が設けられている。手順書IDの欄には、手順書IDが設定される。作業項目名の欄には、手順書の作業項目名が設定される。手順書具体度の欄には、手順書に記載された操作手順の具体度を表す数値(手順書具体度)が設定される。
Next, the contents of the concreteness information storage unit 130 will be described in detail.
FIG. 6 is a diagram illustrating an example of the concreteness information storage unit. In the example of FIG. 6, procedure manual concreteness information 131 in a table format is stored in the concreteness information storage unit 130. The procedure manual specificity information 131 includes columns for procedure manual ID, work item name, and procedure manual concreteness. The procedure manual ID is set in the column of the procedure manual ID. In the work item name column, the work item name of the procedure manual is set. In the column of procedure manual concreteness, a numerical value (procedure manual concreteness) representing the concreteness of the operation procedure described in the procedure manual is set.

次に、手順書評価部120の機能を詳細に説明する。
図7は、手順書評価部の機能の一例を示す図である。手順書評価部120は、記憶部121、操作抽出部122、操作分布取得部123、操作重み算出部124、手順書操作重み量算出部125、標準操作重み量算出部126、および手順書具体性評価部127を有する。
Next, the function of the procedure manual evaluation unit 120 will be described in detail.
FIG. 7 is a diagram illustrating an example of the function of the procedure manual evaluation unit. The procedure manual evaluation unit 120 includes a storage unit 121, an operation extraction unit 122, an operation distribution acquisition unit 123, an operation weight calculation unit 124, a procedure manual operation weight amount calculation unit 125, a standard operation weight amount calculation unit 126, and a procedure manual specificity. An evaluation unit 127 is included.

記憶部121は、手順書の評価過程で使用する情報を記憶する。例えば記憶部121には、手順書操作情報121a、操作分布情報121b、操作重み情報121c、手順書操作重み量情報121d、および標準操作重み量情報121eが記憶される。手順書操作情報121aは、手順書DB110から読み出した手順書の内容を管理する情報である。操作分布情報121bは、手順書の操作手順内に出現する操作表現(語句)が、作業項目と操作手順とのそれぞれに、どの程度の割合で出現するのかを示す情報である。操作重み情報121cは、手順書の操作手順内に出現する各操作表現の具体性を表す値(操作重み値)を示す情報である。手順書操作重み量情報121dは、複数の手順書それぞれの、操作手順に含まれる操作表現の操作重み値を合計した値(手順書操作重み量)を示す情報である。標準操作重み量情報121eは、各操作表現について、その操作表現を含む手順書の手順書操作重み量の平均値(標準操作重み量)を示す情報である。   The storage unit 121 stores information used in the procedure manual evaluation process. For example, the procedure part operation information 121a, the operation distribution information 121b, the operation weight information 121c, the procedure manual operation weight amount information 121d, and the standard operation weight amount information 121e are stored in the storage unit 121. The procedure manual operation information 121a is information for managing the contents of the procedure manual read from the procedure manual DB 110. The operation distribution information 121b is information indicating how much the operation expression (word) appearing in the operation procedure of the procedure manual appears in each of the work item and the operation procedure. The operation weight information 121c is information indicating a value (operation weight value) representing the specificity of each operation expression that appears in the operation procedure of the procedure manual. The procedure manual operation weight amount information 121d is information indicating a value (procedure manual operation weight amount) obtained by totaling operation weight values of operation expressions included in the operation procedure for each of the plurality of procedure manuals. The standard operation weight amount information 121e is information indicating an average value (standard operation weight amount) of the procedure manual operation weight amount of the procedure manual including the operation expression for each operation expression.

操作抽出部122は、手順書DB110から手順書を抽出し、手順書操作情報121aを生成する。操作抽出部122は、生成した手順書操作情報121aを記憶部121に格納する。   The operation extraction unit 122 extracts the procedure manual from the procedure manual DB 110 and generates the procedure manual operation information 121a. The operation extraction unit 122 stores the generated procedure manual operation information 121 a in the storage unit 121.

操作分布取得部123は、手順書操作情報121aに基づいて、各操作表現の出現する手順書の割合(分布状況)を取得し、操作分布情報121bを生成する。操作分布取得部123は、生成した操作分布情報121bを記憶部121に格納する。   The operation distribution acquisition unit 123 acquires the ratio (distribution status) of the procedure manuals in which each operation expression appears based on the procedure manual operation information 121a, and generates the operation distribution information 121b. The operation distribution acquisition unit 123 stores the generated operation distribution information 121b in the storage unit 121.

操作重み算出部124は、操作分布情報121bに基づいて、各操作表現の操作重み値を算出し、操作重み情報121cを生成する。操作重み算出部124は、生成した操作重み情報121cを記憶部121に格納する。   The operation weight calculation unit 124 calculates an operation weight value for each operation expression based on the operation distribution information 121b, and generates operation weight information 121c. The operation weight calculation unit 124 stores the generated operation weight information 121 c in the storage unit 121.

手順書操作重み量算出部125は、操作重み情報121cに基づいて、手順書ごとの手順書操作重み量を算出し、手順書操作重み量情報121dを生成する。手順書操作重み量算出部125は、生成した手順書操作重み量情報121dを記憶部121に格納する。   The procedure manual operation weight amount calculation unit 125 calculates a procedure manual operation weight amount for each procedure document based on the operation weight information 121c, and generates procedure manual operation weight amount information 121d. The procedure manual operation weight amount calculation unit 125 stores the generated procedure manual operation weight amount information 121 d in the storage unit 121.

標準操作重み量算出部126は、手順書操作重み量情報121dに基づいて、操作表現ごとの標準操作重み量を算出し、標準操作重み量情報121eを生成する。標準操作重み量算出部126は、生成した標準操作重み量情報121eを記憶部121に格納する。   The standard operation weight amount calculation unit 126 calculates a standard operation weight amount for each operation expression based on the procedure manual operation weight amount information 121d, and generates standard operation weight amount information 121e. The standard operation weight amount calculation unit 126 stores the generated standard operation weight amount information 121e in the storage unit 121.

手順書具体性評価部127は、手順書操作重み量情報121dと標準操作重み量情報121eとに基づいて、手順書ごとの具体度を計算し、手順書具体度情報131を生成する。手順書具体性評価部127は、生成した手順書具体度情報131を、具体度情報記憶部130に格納する。   The procedure manual concreteness evaluation unit 127 calculates the concreteness for each procedure manual based on the procedure manual operation weight information 121d and the standard operation weight information 121e, and generates the procedure manual concreteness information 131. The procedure manual concreteness evaluation unit 127 stores the generated procedure manual concreteness information 131 in the concreteness information storage unit 130.

次に、手順書評価部120における手順書評価処理を詳細に説明する。
図8は、手順書評価処理手順の一例を示す図である。図8に示すように、最初に、操作抽出部122により、操作手順抽出処理が実行される(ステップS101)。次に、操作分布取得部123により、操作分布取得処理が実行される(ステップS102)。次に操作重み算出部124により、操作重み算出処理が実行される(ステップS103)。次に、手順書操作重み量算出部125により、手順書操作重み量算出処理が実行される(ステップS104)。次に、標準操作重み量算出部126により、標準操作重み量算出処理が実行される(ステップS105)。次に、手順書具体性評価部127により、手順書具体性評価処理が実行される(ステップS106)。
Next, the procedure manual evaluation process in the procedure manual evaluation unit 120 will be described in detail.
FIG. 8 is a diagram illustrating an example of a procedure manual evaluation process procedure. As shown in FIG. 8, first, an operation procedure extraction process is executed by the operation extraction unit 122 (step S101). Next, an operation distribution acquisition process is executed by the operation distribution acquisition unit 123 (step S102). Next, an operation weight calculation process is executed by the operation weight calculation unit 124 (step S103). Next, the procedure manual operation weight amount calculation unit 125 executes a procedure manual operation weight amount calculation process (step S104). Next, the standard operation weight amount calculation unit 126 executes standard operation weight amount calculation processing (step S105). Next, the procedure manual concreteness evaluation unit 127 executes a procedure manual concreteness evaluation process (step S106).

次に、図8に示す各ステップの処理を詳細に説明する。まず図9、図10を参照して操作手順抽出処理を説明する。
図9は、操作手順抽出処理の一例を示す図である。操作抽出部122は、手順書DB110から複数の手順書111a,111b,111c,・・・を読み出す。そして操作抽出部122は、複数の手順書111a,111b,111c,・・・それぞれの内容を解析し、作業項目名と操作手順とを抽出する。そして操作抽出部122は、抽出結果に基づいて、手順書操作情報121aを生成する。
Next, the process of each step shown in FIG. 8 will be described in detail. First, the operation procedure extraction process will be described with reference to FIGS.
FIG. 9 is a diagram illustrating an example of the operation procedure extraction process. The operation extraction unit 122 reads a plurality of procedure manuals 111a, 111b, 111c,... From the procedure manual DB 110. Then, the operation extracting unit 122 analyzes the contents of the plurality of procedure manuals 111a, 111b, 111c,..., And extracts work item names and operation procedures. And the operation extraction part 122 produces | generates the procedure manual operation information 121a based on an extraction result.

手順書操作情報121aには、手順書ID、作業項目名、および操作手順の欄が設けられている。手順書IDの欄には、手順書に付与されている手順書IDが設定される。作業項目名の欄には、手順書の作業項目名が設定される。操作手順の欄には、手順書に記載されている操作手順が設定される。   The procedure manual operation information 121a includes columns for a procedure manual ID, a work item name, and an operation procedure. The procedure manual ID assigned to the procedure manual is set in the column of the procedure manual ID. In the work item name column, the work item name of the procedure manual is set. An operation procedure described in the procedure manual is set in the operation procedure column.

図10は、操作手順抽出処理の一例を示す図である。以下、図10に示す処理をステップ番号に沿って説明する。
[ステップS111]操作抽出部122は、入力する手順書の手順書IDを1つ選択する。入力する手順書の手順書IDは、例えば、評価指示の入力時に指定される。例えば手順書DB110内のすべての手順書が、入力する手順書と指定された場合、操作抽出部122は、手順書DB110内のすべての手順書それぞれの手順書IDを1つずつ選択する。
FIG. 10 is a diagram illustrating an example of the operation procedure extraction process. In the following, the process illustrated in FIG. 10 will be described in order of step number.
[Step S111] The operation extraction unit 122 selects one procedure manual ID of the procedure manual to be input. The procedure manual ID of the procedure manual to be input is specified, for example, when an evaluation instruction is input. For example, when all the procedure manuals in the procedure manual DB 110 are designated as input procedure manuals, the operation extraction unit 122 selects one procedure manual ID for each of the procedure manuals in the procedure manual DB 110 one by one.

[ステップS112]操作抽出部122は、選択した手順書IDの手順書を、手順書DB110から読み込む。
[ステップS113]操作抽出部122は、読み込んだ手順書を解析し、作業項目名と操作手順とを取得する。例えば操作抽出部122は、手順書から「作業項目名:」という文字列を検索する。そして操作抽出部122は、検出した文字列に続く文字列(改行があるまで)を、その手順書の作業項目名として取得する。また操作抽出部122は、手順書から「操作手順:」という文字列を取得する。そして操作抽出部122は、検出した文字列以降のすべての行の文字列を、操作手順として取得する。
[Step S112] The operation extraction unit 122 reads the procedure manual with the selected procedure manual ID from the procedure manual DB 110.
[Step S113] The operation extraction unit 122 analyzes the read procedure manual and obtains a work item name and an operation procedure. For example, the operation extraction unit 122 searches for a character string “work item name:” from the procedure manual. Then, the operation extraction unit 122 acquires a character string (until there is a line break) following the detected character string as a work item name of the procedure manual. In addition, the operation extraction unit 122 acquires a character string “operation procedure:” from the procedure manual. Then, the operation extraction unit 122 acquires character strings in all lines after the detected character string as an operation procedure.

[ステップS114]操作抽出部122は、選択した手順書IDと、抽出した作業項目名および操作手順とを関連付けて、手順書操作情報121aに記録する。
[ステップS115]操作抽出部122は、すべての手順書IDについて処理が完了したか否かを判断する。すべての手順書IDで処理が完了した場合、操作手順抽出処理を終了する。未処理の手順書IDがある場合、処理がステップS111に進められる。
[Step S114] The operation extraction unit 122 associates the selected procedure manual ID with the extracted work item name and operation procedure, and records them in the procedure manual operation information 121a.
[Step S115] The operation extraction unit 122 determines whether or not processing has been completed for all procedure manual IDs. When the process is completed for all the procedure manual IDs, the operation procedure extraction process is terminated. If there is an unprocessed procedure manual ID, the process proceeds to step S111.

このようにして、操作手順抽出処理が実行され、手順書操作情報121aが生成される。
次に、図11〜図13を参照し、操作分布取得処理について説明する。
In this way, the operation procedure extraction process is executed, and the procedure manual operation information 121a is generated.
Next, the operation distribution acquisition process will be described with reference to FIGS.

図11は、操作分布取得処理の一例を示す図である。操作分布取得部123は、手順書操作情報121aに基づき、各手順書の作業項目名から、作業項目分布度数を取得する。例えば操作分布取得部123は、作業項目名に含まれる文字列の形態素解析を行い、以下の品詞パターンにあてはまる表現を操作表現として抽出する。
・動詞(「する」「します」などは省く)
・名詞+「で(手段を表す格助詞)」+動詞
例えば「ログ取得」から「取得」が抽出され、「ジョブ設定変更」から「変更」が抽出される。操作分布取得部123は、抽出した操作表現ごとに、抽出した回数を計数し、作業項目分布度数とする。そして操作分布取得部123は、抽出された操作表現の総数に対する操作表現の作業項目分布度数の比率を、その操作表現の作業項目分布比率とする。
FIG. 11 is a diagram illustrating an example of the operation distribution acquisition process. The operation distribution acquisition unit 123 acquires the work item distribution frequency from the work item name of each procedure manual based on the procedure manual operation information 121a. For example, the operation distribution acquisition unit 123 performs a morphological analysis of a character string included in the work item name, and extracts an expression applicable to the following part of speech pattern as an operation expression.
・ Verbs (Omit “do” and “do”)
Noun + “de (case particle representing means)” + verb For example, “acquire” is extracted from “log acquisition”, and “change” is extracted from “job setting change”. The operation distribution acquisition unit 123 counts the number of times of extraction for each extracted operation expression and sets it as the work item distribution frequency. Then, the operation distribution acquisition unit 123 sets the ratio of the work item distribution frequency of the operation expression to the total number of extracted operation expressions as the work item distribution ratio of the operation expression.

また操作分布取得部123は、手順書操作情報121aに基づき、各手順書の操作手順から、操作手順分布度数を取得する。例えば操作分布取得部123は、操作手順に含まれる文字列の形態素解析を行い、操作表現を示す動詞を抽出する。例えば「サーバからログファイルをコピーします。」から「コピー」が抽出され、「変更結果を確認します。」から「確認」が抽出される。操作分布取得部123は、「メールで送信」というように、操作の手段を示す語句を含めて、操作表現として抽出することもできる。操作分布取得部123は、抽出した操作表現ごとに、抽出した回数を計数し、操作手順分布度数とする。そして操作分布取得部123は、抽出された操作表現の総数に対する操作表現の操作手順分布度数の比率を、その操作表現の操作手順分布比率とする。   The operation distribution acquisition unit 123 acquires the operation procedure distribution frequency from the operation procedure of each procedure manual based on the procedure manual operation information 121a. For example, the operation distribution acquisition unit 123 performs morphological analysis of a character string included in the operation procedure, and extracts a verb indicating an operation expression. For example, “Copy” is extracted from “Copy log file from server”, and “Confirm” is extracted from “Confirm change result”. The operation distribution acquisition unit 123 can also extract an operation expression including a word indicating an operation means, such as “send by e-mail”. The operation distribution acquisition unit 123 counts the number of times of extraction for each extracted operation expression and sets it as the operation procedure distribution frequency. Then, the operation distribution acquisition unit 123 sets the ratio of the operation procedure distribution frequency of the operation expression to the total number of extracted operation expressions as the operation procedure distribution ratio of the operation expression.

操作分布取得部123は、得られた情報を用いて、操作分布情報121bを生成する。操作分布情報121bには、例えば操作表現、作業項目分布度数、作業項目分布比率、操作手順分布度数、および操作手順分布比率の欄が設けられている。操作表現の欄には、抽出された操作表現を示す文字列が設定される。作業項目分布度数の欄には、対応する操作表現の作業項目分布度数が設定される。作業項目分布比率の欄には、対応する操作項目の作業項目分布比率が設定される。操作手順分布度数の欄には、対応する操作項目の操作手順分布度数が設定される。操作手順分布比率の欄には、対応する操作項目の操作手順分布比率が設定される。   The operation distribution acquisition unit 123 generates operation distribution information 121b using the obtained information. In the operation distribution information 121b, for example, columns of operation expression, work item distribution frequency, work item distribution ratio, operation procedure distribution frequency, and operation procedure distribution ratio are provided. In the operation expression column, a character string indicating the extracted operation expression is set. The work item distribution frequency of the corresponding operation expression is set in the work item distribution frequency column. The work item distribution ratio of the corresponding operation item is set in the work item distribution ratio column. The operation procedure distribution frequency of the corresponding operation item is set in the operation procedure distribution frequency column. The operation procedure distribution ratio of the corresponding operation item is set in the operation procedure distribution ratio column.

図12は、操作分布取得処理の手順の一例を示すフローチャートの前半である。以下、図12に示す処理をステップ番号に沿って説明する。
[ステップS121]操作分布取得部123は、手順書操作情報121aから手順書IDを1つ選択する。
FIG. 12 is the first half of a flowchart illustrating an example of the procedure of the operation distribution acquisition process. In the following, the process illustrated in FIG. 12 will be described in order of step number.
[Step S121] The operation distribution acquisition unit 123 selects one procedure manual ID from the procedure manual operation information 121a.

[ステップS122]操作分布取得部123は、選択した手順書IDの作業項目名を手順書操作情報121aから読み込み、解析する。例えば操作分布取得部123は、読み込んだ操作項目の形態素解析を行う。そして操作分布取得部123は、解析結果に基づいて、操作表現を取得する。このとき、1または複数の操作表現が取得される。   [Step S122] The operation distribution acquisition unit 123 reads the work item name of the selected procedure manual ID from the procedure manual operation information 121a and analyzes it. For example, the operation distribution acquisition unit 123 performs morphological analysis of the read operation item. The operation distribution acquisition unit 123 acquires an operation expression based on the analysis result. At this time, one or a plurality of operation expressions are acquired.

[ステップS123]操作分布取得部123は、ステップS122で取得した操作表現を1つ選択する。
[ステップS124]操作分布取得部123は、選択した操作表現が、操作分布情報121bに登録済みか否かを判断する。例えば操作分布取得部123は、操作分布情報121bの操作表現の欄から、ステップS123で選択した操作表現を検索する。操作分布取得部123は、該当する操作表現がある場合、登録済みと判断する。登録済みであれば、処理がステップS126に進められる。登録済みでなければ、処理がステップS125に進められる。
[Step S123] The operation distribution acquisition unit 123 selects one operation expression acquired in step S122.
[Step S124] The operation distribution acquisition unit 123 determines whether or not the selected operation expression has been registered in the operation distribution information 121b. For example, the operation distribution acquisition unit 123 searches the operation expression selected in step S123 from the operation expression column of the operation distribution information 121b. The operation distribution acquisition unit 123 determines that it is registered when there is a corresponding operation expression. If registered, the process proceeds to step S126. If not registered, the process proceeds to step S125.

[ステップS125]操作分布取得部123は、操作分布情報121bに新たなレコードを追加し、そのレコードの操作表現の欄に、ステップS123で選択した操作表現を設定する。また操作分布取得部123は、新たに追加したレコードの作業項目分布度数に「1」を設定する。その後、処理がステップS127に進められる。   [Step S125] The operation distribution acquisition unit 123 adds a new record to the operation distribution information 121b, and sets the operation expression selected in step S123 in the operation expression column of the record. Further, the operation distribution acquisition unit 123 sets “1” to the work item distribution frequency of the newly added record. Thereafter, the process proceeds to step S127.

[ステップS126]操作分布取得部123は、選択した操作表現に対応するレコードの作業項目分布度数に「1」を加える。
[ステップS127]操作分布取得部123は、ステップS122で取得したすべての操作表現に対して処理を完了したか否かを判断する。すべての操作表現に対する処理が完了した場合、処理がステップS131(図13参照)に進められる。未処理の操作表現がある場合、処理がステップS123に進められる。
[Step S126] The operation distribution acquisition unit 123 adds “1” to the work item distribution frequency of the record corresponding to the selected operation expression.
[Step S127] The operation distribution acquisition unit 123 determines whether or not processing has been completed for all the operation expressions acquired in step S122. When the processes for all the operation expressions are completed, the process proceeds to step S131 (see FIG. 13). If there is an unprocessed operation expression, the process proceeds to step S123.

図13は、操作分布取得処理の手順の一例を示すフローチャートの後半である。以下、図13に示す処理をステップ番号に沿って説明する。
[ステップS131]操作分布取得部123は、ステップS121で選択した手順書IDの操作手順を手順書操作情報121aから読み込み、解析する。例えば操作分布取得部123は、読み込んだ操作手順の形態素解析を行う。そして操作分布取得部123は、解析結果に基づいて、操作表現を取得する。このとき、1または複数の操作表現が取得される。
FIG. 13 is the second half of the flowchart showing an example of the procedure of the operation distribution acquisition process. In the following, the process illustrated in FIG. 13 will be described in order of step number.
[Step S131] The operation distribution acquisition unit 123 reads the operation procedure of the procedure manual ID selected in step S121 from the procedure manual operation information 121a and analyzes it. For example, the operation distribution acquisition unit 123 performs morphological analysis of the read operation procedure. The operation distribution acquisition unit 123 acquires an operation expression based on the analysis result. At this time, one or a plurality of operation expressions are acquired.

[ステップS132]操作分布取得部123は、ステップS131で取得した操作表現を1つ選択する。
[ステップS133]操作分布取得部123は、選択した操作表現が、操作分布情報121bに登録済みか否かを判断する。登録済みであれば、処理がステップS135に進められる。登録済みでなければ、処理がステップS134に進められる。
[Step S132] The operation distribution acquisition unit 123 selects one operation expression acquired in step S131.
[Step S133] The operation distribution acquisition unit 123 determines whether or not the selected operation expression has been registered in the operation distribution information 121b. If registered, the process proceeds to step S135. If not registered, the process proceeds to step S134.

[ステップS134]操作分布取得部123は、操作分布情報121bに新たなレコードを追加し、そのレコードの操作表現の欄に、ステップS132で選択した操作表現を設定する。また操作分布取得部123は、新たに追加したレコードの操作手順分布度数に「1」を設定する。その後、処理がステップS136に進められる。   [Step S134] The operation distribution acquisition unit 123 adds a new record to the operation distribution information 121b, and sets the operation expression selected in step S132 in the operation expression column of the record. Further, the operation distribution acquisition unit 123 sets “1” to the operation procedure distribution frequency of the newly added record. Thereafter, the process proceeds to step S136.

[ステップS135]操作分布取得部123は、選択した操作表現に対応するレコードの操作手順分布度数に「1」を加える。
[ステップS136]操作分布取得部123は、ステップS131で取得したすべての操作表現に対して処理を完了したか否かを判断する。すべての操作表現に対する処理が完了した場合、処理がステップS137に進められる。未処理の操作表現がある場合、処理がステップS132に進められる。
[Step S135] The operation distribution acquisition unit 123 adds “1” to the operation procedure distribution frequency of the record corresponding to the selected operation expression.
[Step S136] The operation distribution acquisition unit 123 determines whether or not the processing has been completed for all the operation expressions acquired in step S131. When the processes for all the operation expressions are completed, the process proceeds to step S137. If there is an unprocessed operation expression, the process proceeds to step S132.

[ステップS137]操作分布取得部123は、手順書操作情報121aに設定されているすべての手順書IDに対して、処理が完了したか否かを判断する。すべての手順書IDに対する処理が完了していれば、処理がステップS138に進められる。未処理の手順書IDがあれば、処理がステップS121(図12参照)に進められる。   [Step S137] The operation distribution acquisition unit 123 determines whether or not the processing has been completed for all the procedure manual IDs set in the procedure manual operation information 121a. If the processing for all procedure manual IDs has been completed, the processing proceeds to step S138. If there is an unprocessed procedure manual ID, the process proceeds to step S121 (see FIG. 12).

[ステップS138]操作分布取得部123は、各操作表現の作業項目分布度数を合計する。また操作分布取得部123は、各操作表現の操作手順分布度数を合計する。
[ステップS139]操作分布取得部123は、各操作項目の、作業項目分布比率と操作手順分布比率とを算出し、操作分布情報121bに設定する。
[Step S138] The operation distribution acquisition unit 123 sums up the work item distribution frequencies of the operation expressions. Further, the operation distribution acquisition unit 123 sums up the operation procedure distribution frequencies of the respective operation expressions.
[Step S139] The operation distribution acquisition unit 123 calculates a work item distribution ratio and an operation procedure distribution ratio for each operation item, and sets them in the operation distribution information 121b.

例えば操作分布取得部123は、操作分布情報121bに設定されている操作表現を順番に選択する。操作分布取得部123は、選択した操作表現の作業項目分布度数を、全操作表現の作業項目分布度数の合計で除算する。操作分布取得部123は、除算結果を、選択した操作表現の作業項目分布比率として、操作分布情報121bに設定する。また操作分布取得部123は、選択した操作表現の操作手順分布度数を、全操作表現の操作手順分布度数の合計で除算する。操作分布取得部123は、除算結果を、選択した操作表現の操作手順分布比率として、操作分布情報121bに設定する。その後、操作分布取得処理が終了する。   For example, the operation distribution acquisition unit 123 sequentially selects the operation expressions set in the operation distribution information 121b. The operation distribution acquisition unit 123 divides the work item distribution frequency of the selected operation expression by the sum of the work item distribution frequencies of all operation expressions. The operation distribution acquisition unit 123 sets the division result in the operation distribution information 121b as a work item distribution ratio of the selected operation expression. Further, the operation distribution acquisition unit 123 divides the operation procedure distribution frequency of the selected operation expression by the sum of the operation procedure distribution frequencies of all operation expressions. The operation distribution acquisition unit 123 sets the division result in the operation distribution information 121b as the operation procedure distribution ratio of the selected operation expression. Thereafter, the operation distribution acquisition process ends.

次に、図14、図15を参照し、操作重み算出処理について詳細に説明する。
図14は、操作重み算出処理の一例を示す図である。操作重み算出部124は、操作分布情報121bに基づいて、各操作表現の操作重み値を算出する。例えば操作重み算出部124は、以下の式により操作重み値を算出する。
(操作重み値)=(操作手順分布比率)/(作業項目分布比率)
この操作重み値は、操作手順に登場する頻度が高い操作表現ほど、値が高くなる。また操作重み値は、作業項目名に登場する頻度が高い操作表現ほど、値が低くなる。操作重み値が高い操作表現ほど、具体性が高いと評価できる。すなわち、作業項目名と操作手順とを比較した場合、作業項目名は、運用操作全体を表しており、抽象的な用語が使用されることが多い。それに対して、操作手順は、その操作手順に基づいて作業者が作業を実施することが目的であり、具体的な用語が使用されていることが多い。そこで第2の実施の形態では、作業項目名よりも操作表現で多く使用されている操作表現ほど、操作重み値を高くしている。
Next, the operation weight calculation process will be described in detail with reference to FIGS. 14 and 15.
FIG. 14 is a diagram illustrating an example of the operation weight calculation process. The operation weight calculation unit 124 calculates an operation weight value for each operation expression based on the operation distribution information 121b. For example, the operation weight calculation unit 124 calculates an operation weight value using the following equation.
(Operation weight value) = (Operation procedure distribution ratio) / (Work item distribution ratio)
The operation weight value increases as the operation expression appears more frequently in the operation procedure. In addition, the operation weight value is lower as the operation expression appears more frequently in the work item name. An operation expression with a higher operation weight value can be evaluated as more specific. That is, when the work item name is compared with the operation procedure, the work item name represents the entire operation operation, and abstract terms are often used. On the other hand, the operation procedure is intended to be performed by an operator based on the operation procedure, and specific terms are often used. Therefore, in the second embodiment, the operation weight value is set higher for the operation expression that is used more in the operation expression than the work item name.

操作重み算出部124は、算出した操作重み値により、操作重み情報121cを生成する。操作重み情報121cには、操作表現と操作重み値との欄が設けられている。操作表現の欄には、手順書から抽出された操作表現が設定される。操作重み値の欄には、対応する操作表現の重み値が設定される。   The operation weight calculation unit 124 generates operation weight information 121c based on the calculated operation weight value. The operation weight information 121c has columns for operation expression and operation weight value. The operation expression extracted from the procedure manual is set in the operation expression column. In the operation weight value column, the weight value of the corresponding operation expression is set.

図15は、操作重み算出処理の手順の一例を示すフローチャートである。以下、図15に示す処理をステップ番号に沿って説明する。
[ステップS141]操作重み算出部124は、操作分布情報121bから操作表現を1つ選択する。
FIG. 15 is a flowchart illustrating an example of the procedure of the operation weight calculation process. In the following, the process illustrated in FIG. 15 will be described in order of step number.
[Step S141] The operation weight calculation unit 124 selects one operation expression from the operation distribution information 121b.

[ステップS142]操作重み算出部124は、操作分布情報121bから、選択した操作表現の作業項目分布比率と操作手順分布比率とを読み込む。
[ステップS143]操作重み算出部124は、操作重み情報121cに新たなレコードを追加し、追加したレコードの操作表現の欄に、選択した操作表現を設定する。
[Step S142] The operation weight calculation unit 124 reads the work item distribution ratio and the operation procedure distribution ratio of the selected operation expression from the operation distribution information 121b.
[Step S143] The operation weight calculation unit 124 adds a new record to the operation weight information 121c, and sets the selected operation expression in the operation expression column of the added record.

[ステップS144]操作重み算出部124は、ステップS142で読み込んだ作業項目分布比率が「0」より大きいか否かを判断する。作業項目分布比率が「0」より大きい場合、処理がステップS145に進められる。作業項目分布比率が「0」であれば、処理がステップS146に進められる。   [Step S144] The operation weight calculation unit 124 determines whether or not the work item distribution ratio read in step S142 is greater than “0”. If the work item distribution ratio is greater than “0”, the process proceeds to step S145. If the work item distribution ratio is “0”, the process proceeds to step S146.

[ステップS145]操作重み算出部124は、ステップS142で読み込んだ作業項目分布比率と操作手順分布比率とにより、(操作手順分布比率)/(作業項目分布比率)を計算する。そして操作重み算出部124は、計算結果を操作重み値として、選択した操作表現に対応付けて操作重み情報121cに記録する。   [Step S145] The operation weight calculation unit 124 calculates (operation procedure distribution ratio) / (work item distribution ratio) based on the work item distribution ratio and the operation procedure distribution ratio read in step S142. Then, the operation weight calculation unit 124 records the calculation result as the operation weight value in the operation weight information 121c in association with the selected operation expression.

[ステップS146]操作重み算出部124は、操作分布情報121b内のすべての操作表現に対してステップS141〜S145の処理が完了したか否かを判断する。すべての操作表現に対して処理が完了していれば、処理がステップS147に進められる。未処理の操作表現があれば、処理がステップS141に進められる。   [Step S146] The operation weight calculation unit 124 determines whether or not the processing in steps S141 to S145 has been completed for all operation expressions in the operation distribution information 121b. If the processing has been completed for all operation expressions, the processing proceeds to step S147. If there is an unprocessed operation expression, the process proceeds to step S141.

[ステップS147]操作重み算出部124は、操作重み値が未記録の操作表現があるか否かを判断する。ステップS144の判断において作業項目分布比率が「0」と判断された操作表現は、操作重み値が未記録である。該当する操作表現がある場合、処理がステップS148に進められる。該当する操作表現がない場合、操作重み値算出処理が終了する。   [Step S147] The operation weight calculation unit 124 determines whether there is an operation expression whose operation weight value is not recorded. For the operation expression for which the work item distribution ratio is determined to be “0” in the determination in step S144, the operation weight value is not recorded. If there is a corresponding operation expression, the process proceeds to step S148. If there is no corresponding operation expression, the operation weight value calculation process ends.

[ステップS148]操作重み算出部124は、操作重み情報121cに設定されている操作重み値の最大値を取得する。そして操作重み算出部124は、取得した最大値を、操作重み値が未記録の操作表現に対する操作重み値の暫定値として、操作重み情報121cに設定する。   [Step S148] The operation weight calculation unit 124 acquires the maximum value of the operation weight value set in the operation weight information 121c. Then, the operation weight calculation unit 124 sets the acquired maximum value in the operation weight information 121c as a provisional value of the operation weight value for the operation expression for which the operation weight value is not recorded.

このようにして、各操作表現に対して操作重み値が設定される。
次に、図16、図17を参照して、手順書操作重み量算出処理について詳細に説明する。
In this way, an operation weight value is set for each operation expression.
Next, the procedure manual operation weight amount calculation processing will be described in detail with reference to FIGS.

図16は、手順書操作重み量の算出例を示す図である。手順書操作重み量算出部125は、手順書操作情報121aに示される手順書IDごとに、操作手順内の操作表現を抽出する。そして手順書操作重み量算出部125は、手順書IDごとに、操作手順から抽出した操作表現それぞれの操作重み値を合計し、合計値を、手順書IDに対応する手順書操作重み量として、手順書操作重み量情報121dに設定する。   FIG. 16 is a diagram illustrating a calculation example of the procedure manual operation weight amount. The procedure manual operation weight amount calculation unit 125 extracts an operation expression in the operation procedure for each procedure manual ID indicated in the procedure manual operation information 121a. Then, the procedure manual operation weight amount calculation unit 125 sums up the operation weight values of the operation expressions extracted from the operation procedures for each procedure document ID, and uses the total value as the procedure manual operation weight amount corresponding to the procedure document ID. The procedure manual operation weight information 121d is set.

なお、操作表現それぞれの操作重み値の合計を、操作手順における操作ステップ数で除算した値を、手順書操作重み量としてもよい。操作ステップ数は、例えば操作手順に示されるステップ番号(各行の先頭の数字)の最大値である。また操作手順の記述の行数を操作ステップ数としてもよい。図16の手順書ID「1」の例であれば、操作ステップ数は「3」である。すると操作表現それぞれの操作重み値の合計を操作ステップ数で除算した値は、「5.5/3=1.83」となる。操作重み値の合計を操作ステップ数で除算することで、1ステップ当たりの操作重み量が得られる。この1ステップ当たりの操作重み量を、手順書操作重み量とすることで、手順書操作重み量が操作手順の長さの影響を受けることを抑止できる。   A value obtained by dividing the total operation weight value of each operation expression by the number of operation steps in the operation procedure may be used as the procedure manual operation weight amount. The number of operation steps is, for example, the maximum value of step numbers (first numbers in each row) indicated in the operation procedure. The number of lines describing the operation procedure may be the number of operation steps. In the example of the procedure manual ID “1” in FIG. 16, the number of operation steps is “3”. Then, the value obtained by dividing the total operation weight value of each operation expression by the number of operation steps is “5.5 / 3 = 1.83”. By dividing the total operation weight value by the number of operation steps, an operation weight amount per step is obtained. By setting the operation weight amount per step as the procedure manual operation weight amount, it is possible to prevent the procedure manual operation weight amount from being affected by the length of the operation procedure.

手順書操作重み量情報121dには、手順書ID、操作表現、および手順書操作重み量の欄が設けられている。手順書IDの欄には、手順書操作情報121aに含まれる手順書IDが設定される。操作表現の欄には、手順書IDに対応する操作手順に含まれる操作表現が設定される。手順書操作重み量の欄には、対応する操作表現それぞれの操作重み値の合計(手順書操作重み量)が設定される。   The procedure manual operation weight information 121d has columns of procedure manual ID, operation expression, and procedure manual operation weight. The procedure manual ID included in the procedure manual operation information 121a is set in the procedure manual ID column. In the operation expression column, an operation expression included in the operation procedure corresponding to the procedure manual ID is set. In the column for the procedure manual operation weight amount, the total of the operation weight values of each corresponding operation expression (procedure manual operation weight amount) is set.

図17は、手順書操作重み量の算出手順の一例を示すフローチャートである。以下、図17に示す処理をステップ番号に沿って説明する。
[ステップS151]手順書操作重み量算出部125は、手順書操作情報121aから手順書IDを1つ選択する。
FIG. 17 is a flowchart illustrating an example of a procedure for calculating the procedure manual operation weight amount. In the following, the process illustrated in FIG. 17 will be described in order of step number.
[Step S151] The procedure manual operation weight amount calculation unit 125 selects one procedure manual ID from the procedure manual operation information 121a.

[ステップS152]手順書操作重み量算出部125は、選択した手順書IDの操作手順を、手順書操作情報121aから読み込み、解析する。そして手順書操作重み量算出部125は、読み込んだ操作手順内の操作表現を取得する。   [Step S152] The procedure manual operation weight amount calculation unit 125 reads the operation procedure of the selected procedure manual ID from the procedure manual operation information 121a and analyzes it. Then, the procedure manual operation weight amount calculation unit 125 acquires an operation expression in the read operation procedure.

[ステップS153]手順書操作重み量算出部125は、取得した操作表現を、手順書操作重み量情報121dに記録する。
[ステップS154]手順書操作重み量算出部125は、取得した操作表現それぞれの操作重み値を、操作重み情報121cから読み取る。そして手順書操作重み量算出部125は、取得した操作表現それぞれの操作重み値を積算する。
[Step S153] The procedure manual operation weight amount calculation unit 125 records the acquired operation expression in the procedure manual operation weight amount information 121d.
[Step S154] The procedure manual operation weight amount calculation unit 125 reads the operation weight value of each acquired operation expression from the operation weight information 121c. Then, the procedure manual operation weight calculation unit 125 integrates the operation weight values of the acquired operation expressions.

[ステップS155]手順書操作重み量算出部125は、ステップS154における積算値を、手順書操作重み量として、手順書操作重み量情報121dに記録する。
[ステップS156]手順書操作重み量算出部125は、すべての手順書IDについて処理が完了したか否かを判断する。すべての手順書IDについて処理が完了した場合、手順書操作重み量算出処理が終了する。未処理の手順書IDがある場合、処理がステップS151に進められる。
[Step S155] The procedure manual operation weight amount calculation unit 125 records the integrated value in step S154 as the procedure manual operation weight amount in the procedure manual operation weight amount information 121d.
[Step S156] The procedure manual operation weight amount calculation unit 125 determines whether or not processing has been completed for all procedure manual IDs. When the processing is completed for all the procedure manual IDs, the procedure manual operation weight amount calculation processing ends. If there is an unprocessed procedure manual ID, the process proceeds to step S151.

このようにして、手順書IDごとの手順書操作重み量が算出される。手順書操作重み量は、具体性(操作重み値)が高い操作表現が操作手順内に多く含まれるほど高い値となる。   In this way, the procedure manual operation weight amount for each procedure manual ID is calculated. The procedure manual operation weight amount increases as the operation procedure includes more operation expressions having high specificities (operation weight values).

次に、図18、図19を参照し、標準操作重み量算出処理について説明する。
図18は、標準操作重み量の算出例を示す図である。標準操作重み量算出部126は、操作表現ごとに、その操作表現を操作手順に含む手順書IDの手順書操作重み量の平均を算出する。算出された平均が、その操作表現の標準操作重み量となる。例えば操作表現「コピー」を操作手順に含む手順書の手順書IDは、「1」と「3」である。手順書ID「1」の手順書操作重み量は「5.5」であり、手順書ID「3」の手順書操作重み量は「3.5」である。すると、操作表現「コピー」の標準操作重み量は「4.5」となる。
Next, the standard operation weight amount calculation process will be described with reference to FIGS.
FIG. 18 is a diagram illustrating a calculation example of the standard operation weight amount. For each operation expression, the standard operation weight amount calculation unit 126 calculates an average of the procedure manual operation weight amounts of the procedure manual ID including the operation expression in the operation procedure. The calculated average is the standard operation weight amount of the operation expression. For example, the procedure manual IDs of the procedure manuals including the operation expression “copy” in the operation procedures are “1” and “3”. The procedure manual operation weight amount of the procedure manual ID “1” is “5.5”, and the procedure manual operation weight amount of the procedure manual ID “3” is “3.5”. Then, the standard operation weight amount of the operation expression “copy” is “4.5”.

図19は、標準操作重み量算出処理の手順の一例を示すフローチャートである。以下、図19に示す処理をステップ番号に沿って説明する。
[ステップS161]標準操作重み量算出部126は、操作分布情報121bから操作表現を1つ選択する。
FIG. 19 is a flowchart illustrating an example of the procedure of the standard operation weight amount calculation process. In the following, the process illustrated in FIG. 19 will be described in order of step number.
[Step S161] The standard operation weight amount calculation unit 126 selects one operation expression from the operation distribution information 121b.

[ステップS162]標準操作重み量算出部126は、選択した操作表現を操作手順に含む手順書の手順書IDを、手順書操作重み量情報121dから検索する。そして標準操作重み量算出部126は、選択した操作表現に関連付けて、該当する手順書IDを標準操作重み量情報121eに新たなレコードとして記録する。   [Step S162] The standard operation weight amount calculation unit 126 searches the procedure manual operation weight amount information 121d for the procedure manual ID of the procedure manual including the selected operation expression in the operation procedure. Then, the standard operation weight amount calculation unit 126 records the corresponding procedure manual ID as a new record in the standard operation weight amount information 121e in association with the selected operation expression.

[ステップS163]標準操作重み量算出部126は、記録した手順書IDそれぞれの手順書操作重み量を積算する。
[ステップS164]標準操作重み量算出部126は、手順書操作重み量の積算値を、手順書IDの数で除算し、手順書操作重み量の平均値を算出する。
[Step S163] The standard operation weight amount calculation unit 126 integrates the procedure manual operation weight amounts of the recorded procedure manual IDs.
[Step S164] The standard operation weight amount calculation unit 126 divides the integrated value of the procedure manual operation weight amount by the number of procedure manual IDs to calculate an average value of the procedure manual operation weight amount.

[ステップS165]標準操作重み量算出部126は、算出した平均値を、選択した操作表現に関連付けて、標準操作重み量として標準操作重み量情報121eに記録する。
[ステップS166]標準操作重み量算出部126は、すべての操作表現に対して処理が完了したか否かを判断する。すべての操作表現に対して処理が完了した場合、標準操作重み量算出処理が終了する。未処理の操作表現があれば、処理がステップS161に進められる。
[Step S165] The standard operation weight amount calculation unit 126 records the calculated average value in the standard operation weight amount information 121e as a standard operation weight amount in association with the selected operation expression.
[Step S166] The standard operation weight calculation unit 126 determines whether or not processing has been completed for all operation expressions. When the process is completed for all the operation expressions, the standard operation weight amount calculation process ends. If there is an unprocessed operation expression, the process proceeds to step S161.

このようにして各操作表現の標準操作重み量が算出される。標準操作重み量は、操作表現が、どの程度具体性のある手順書に使用されているのかを示している。すなわち、操作手順の具体性が高い手順書に多く使用されている操作表現ほど、標準操作重み量が大きくなる。   In this way, the standard operation weight amount of each operation expression is calculated. The standard operation weight amount indicates how specific the operation expression is used in the procedure manual. That is, the standard operation weight amount becomes larger as the operation expression is used more frequently in the procedure manual having a higher specific operation procedure.

以下、図20、図21を参照し、手順書具体性評価処理について詳細に説明する。
図20は、手順書の評価例を示す図である。手順書具体性評価部127は、手順書の具体度を、手順書操作重み量の、標準操作重み量の最大値に対する比率として算出する。式で表すと以下の通りである。
(手順書具体度)=(手順書操作重み量)/(標準操作重み量の最大値)
標準操作重み量の最大値は、計算対象の手順書の操作手順に含まれる操作表現のうち、標準操作重み量が最大の操作表現についての標準操作重み量である。
Hereinafter, the procedure manual concreteness evaluation process will be described in detail with reference to FIGS. 20 and 21.
FIG. 20 is a diagram illustrating an evaluation example of a procedure manual. The procedure manual concreteness evaluation unit 127 calculates the concreteness of the procedure manual as a ratio of the procedure manual operation weight amount to the maximum value of the standard operation weight amount. This is expressed by the following formula.
(Procedure details) = (Procedure operation weight) / (Maximum standard operation weight)
The maximum value of the standard operation weight amount is the standard operation weight amount for the operation expression having the maximum standard operation weight amount among the operation expressions included in the operation procedure of the procedure manual to be calculated.

例えば手順書具体性評価部127は、手順書操作重み量情報121dと標準操作重み量情報121eとを参照して、手順書ID「1」の手順書111aの操作手順に含まれる操作表現のうち、標準操作重み量が最も大きいのは、操作表現「コピー」であると判断する。操作表現「コピー」の標準操作重み量は「4.5」である。他方、手順書ID「1」の手順書の手順書操作重み量は「5.5」である。すると、「5.5/4.5=1.22」が、手順書ID「1」の手順書111aの手順書具体度となる。   For example, the procedure manual concreteness evaluation unit 127 refers to the procedure manual operation weight amount information 121d and the standard operation weight amount information 121e, among the operation expressions included in the operation procedure of the procedure manual 111a with the procedure manual ID “1”. Then, it is determined that the operation expression “copy” has the largest standard operation weight amount. The standard operation weight amount of the operation expression “copy” is “4.5”. On the other hand, the procedure manual operation weight amount of the procedure manual with the procedure manual ID “1” is “5.5”. Then, “5.5 / 4.5 = 1.22” becomes the procedure manual concrete degree of the procedure manual 111a with the procedure manual ID “1”.

また、例えば手順書ID「3」の手順書111cの操作手順に含まれる操作表現のうち、標準操作重み量が最も大きいのは、操作表現「コピー」であると判断する。操作表現「コピー」の標準操作重み量は「4.5」である。他方、手順書ID「3」の手順書111cの手順書操作重み量は「3.5」である。すると、「3.5/4.5=0.78」が、手順書ID「3」の手順書111cの手順書具体度となる。   Also, for example, it is determined that the operation expression “copy” has the largest standard operation weight amount among the operation expressions included in the operation procedure of the procedure manual 111c with the procedure manual ID “3”. The standard operation weight amount of the operation expression “copy” is “4.5”. On the other hand, the procedure manual operation weight amount of the procedure manual 111c with the procedure manual ID “3” is “3.5”. Then, “3.5 / 4.5 = 0.78” becomes the procedure manual specificity of the procedure manual 111c with the procedure manual ID “3”.

手順書の操作手順内の操作表現のうち、標準操作重み量が最も高い操作表現は、手順書操作重み量の高い手順書において多く使用されている操作表現である。標準操作重み量が最も高い操作表現の標準操作重み量に比べ、その操作表現を使用している手順書の手順書操作重み量が大きけいほど、その手順書は具体性が高いと考えられる。   Among the operation expressions in the operation procedure of the procedure manual, the operation expression having the highest standard operation weight amount is an operation representation that is frequently used in the procedure manual having a high procedure manual operation weight amount. It is considered that the procedure manual is more specific as the procedure manual operation weight amount of the procedure manual using the operation expression is larger than the standard operation weight amount of the operation expression having the highest standard operation weight amount.

図21は、手順書具体性評価処理の手順の一例を示すフローチャートである。以下、図21に示す処理をステップ番号に沿って説明する。
[ステップS171]手順書具体性評価部127は、手順書操作重み量情報121dから手順書IDを1つ選択する。
FIG. 21 is a flowchart illustrating an example of the procedure of the procedure manual concreteness evaluation process. In the following, the process illustrated in FIG. 21 will be described in order of step number.
[Step S171] The procedure manual concreteness evaluation unit 127 selects one procedure manual ID from the procedure manual operation weight information 121d.

[ステップS172]手順書具体性評価部127は、手順書操作重み量情報121dから、選択した手順書IDの操作手順に含まれる操作表現を読み込む。
[ステップS173]手順書具体性評価部127は、操作手順に含まれる操作表現それぞれの標準操作重み量を、標準操作重み量情報121eから取得する。手順書具体性評価部127は、取得した標準操作重み量を比較し、標準操作重み量が最大の操作表現を特定する。そして手順書具体性評価部127は、特定した操作表現の標準操作重み量を記憶部121に記憶する。
[Step S172] The procedure manual concreteness evaluation unit 127 reads the operation expression included in the operation procedure of the selected procedure manual ID from the procedure manual operation weight information 121d.
[Step S173] The procedure manual concreteness evaluation unit 127 acquires the standard operation weight amount of each operation expression included in the operation procedure from the standard operation weight amount information 121e. The procedure manual concreteness evaluation unit 127 compares the acquired standard operation weights, and specifies an operation expression having the maximum standard operation weight. Then, the procedure manual concreteness evaluation unit 127 stores the standard operation weight amount of the specified operation expression in the storage unit 121.

[ステップS174]手順書具体性評価部127は、選択した手順書IDに対応する手順書の手順書操作重み量を、手順書操作重み量情報121dから取得し、記憶部121に記憶する。   [Step S174] The procedure manual concreteness evaluation unit 127 acquires the procedure manual operation weight amount of the procedure manual corresponding to the selected procedure manual ID from the procedure manual operation weight information 121d and stores it in the storage unit 121.

[ステップS175]手順書具体性評価部127は、ステップS174で記憶した手順書操作重み量を、ステップS173で記憶した標準操作重み量で除算し、手順書具体度を算出する。   [Step S175] The procedure manual concreteness evaluation unit 127 divides the procedure manual operation weight amount stored in step S174 by the standard operation weight amount stored in step S173 to calculate the procedure manual concreteness.

[ステップS176]手順書具体性評価部127は、すべての手順書IDに対して処理が完了したか否かを判断する。すべての手順書IDに対して処理が完了した場合、手順書具体性評価処理が終了する。未処理の手順書IDがある場合、処理がステップS171に進められる。   [Step S176] The procedure manual concreteness evaluation unit 127 determines whether or not processing has been completed for all procedure manual IDs. When the process is completed for all the procedure manual IDs, the procedure manual concreteness evaluation process ends. If there is an unprocessed procedure manual ID, the process proceeds to step S171.

このようにして、入力されたすべての手順書について、手順書具体度が算出される。手順書の自動化を図る場合、手順書具体度が高い手順書に基づいてスクリプトを作成すれば、手順書に曖昧性が少なく、正しいスクリプトを作成しやすい。例えば作業項目名により手順書を検索し、該当する手順書の手順書具体度を比較することで、同様な作業に関する手順書のうち、作業具体度が高い手順書を迅速に見つけ出すことができる。   In this way, the procedure manual concreteness is calculated for all input procedure manuals. When automating a procedure manual, if a script is created based on a procedure manual with a high degree of procedure manual specificity, the procedure manual has less ambiguity and a correct script can be easily created. For example, by searching for a procedure manual by work item name and comparing the procedure manual specificities of the corresponding procedure manuals, it is possible to quickly find a procedure manual with a high work specificity among the procedure manuals related to similar work.

図22は、手順書の検索結果の一例を示す図である。図22には、「ログ」を検索キーワードとして、手順書の作業項目名を対象とした検索の検索結果31が示されている。図22の例では、「ログ取得」や「ログ採取」といった作業項目名を有する手順書の手順書具体度が、検索結果31に示されている。この検索結果31を参照すれば、ログ取得に関する作業の手順書としては、手順書ID「1」の手順書の操作手順が最も具体的であることが分かる。   FIG. 22 is a diagram illustrating an example of a procedure book search result. FIG. 22 shows a search result 31 of a search for the work item name of the procedure manual with “log” as a search keyword. In the example of FIG. 22, the procedure manual specificities of procedure manuals having work item names such as “log acquisition” and “log collection” are shown in the search result 31. Referring to the search result 31, it can be understood that the operation procedure of the procedure manual with the procedure manual ID “1” is the most specific as the procedure manual for the work related to log acquisition.

手順書ID「1」の手順書の操作手順は具体的であるため、スクリプトを自動生成できる可能性が高い。
図23は、手順書具体度が高い手順書に基づくスクリプト生成例を示す図である。手順書111aの第1ステップは、スクリプト41において、ディレクトリの作成コマンドに置き換えられている。手順書111aの第2ステップは、スクリプト41において、サーバからそのディレクトリに、ログファイルをコピーするコマンドに置き換えられている。手順書111aの第3ステップは、スクリプト41において、作業完了した旨のメッセージをメールで送信するコマンドに置き換えられている。
Since the operation procedure of the procedure manual with the procedure manual ID “1” is specific, there is a high possibility that a script can be automatically generated.
FIG. 23 is a diagram illustrating a script generation example based on a procedure manual having a high procedure manual specificity. The first step of the procedure manual 111 a is replaced with a directory creation command in the script 41. The second step of the procedure manual 111a is replaced in the script 41 with a command for copying the log file from the server to the directory. The third step of the procedure manual 111a is replaced in the script 41 with a command for sending a message indicating that the work is completed by mail.

このように、手順書111a内の操作手順に含まれるすべての操作ステップは、コマンドに置き換えることができ、スクリプト41を完成させることができる。他方、手順書具体度が低い手順書では、スクリプトを自動生成しようとしても、曖昧性が高すぎ、置き換え先のコマンドを決定できない可能性がある。   Thus, all the operation steps included in the operation procedure in the procedure manual 111a can be replaced with commands, and the script 41 can be completed. On the other hand, even if an attempt is made to automatically generate a script for a procedure manual with a low degree of procedure manual specificity, there is a possibility that the command to be replaced cannot be determined because the ambiguity is too high.

図24は、手順書具体度が低い手順書に基づくスクリプト生成例を示す図である。手順書111cの第1ステップの「ディレクトリの準備」は、無条件で新たにディレクトリを作成するのか、所定のディレクトリの有無を確認し、該当するディレクトリがない場合にのみディレクトリを作成するのかの区別がつかない。そのため手順書111cの第1ステップは、スクリプト42作成時に、コマンドへの変換に失敗している。また手順書111cの第3ステップは、「作業完了の連絡」における連絡手段が特定できない。そのため手順書111cの第3ステップは、スクリプト42作成時に、コマンドへの変換に失敗している。   FIG. 24 is a diagram illustrating a script generation example based on a procedure manual having a low procedure manual specificity. In the first step “preparation of directory” of the procedure manual 111c, whether to create a new directory unconditionally or to check whether a predetermined directory exists and to create a directory only when there is no corresponding directory I can't. Therefore, in the first step of the procedure manual 111c, conversion to a command has failed when the script 42 is created. Further, in the third step of the procedure manual 111c, the contact means in the “work completion notification” cannot be specified. Therefore, in the third step of the procedure manual 111c, conversion to a command has failed when the script 42 is created.

図24に示すようにスクリプト42の自動生成に失敗すると、作業者自身が、スクリプト42にコマンドを設定してスクリプト42を完成させるか、コマンドへ変換できなかった操作ステップについて、手動で実行することとなる。   As shown in FIG. 24, when the automatic generation of the script 42 fails, the operator himself / herself sets a command in the script 42 to complete the script 42 or manually executes an operation step that could not be converted into a command. It becomes.

以上説明したように、第2の実施の形態によれば、スクリプトの自動生成に有効な手順書を特定することができ、手順書に対応するスクリプトの生成が容易となる。手順書をスクリプトに置き換えることができれば、運用操作の自動化が可能となり、システム運用の効率化が図れる。   As described above, according to the second embodiment, it is possible to specify a procedure manual effective for automatic script generation, and it is easy to generate a script corresponding to the procedure manual. If the procedure manual can be replaced with a script, the operation can be automated and the system operation can be made more efficient.

〔第3の実施の形態〕
次に第3の実施の形態について説明する。第3の実施の形態は、手順書の具体性を繰り返し評価する際に、手順書具体度の低い手順書を、次の手順書評価時の入力から除外することで、手順書評価の信頼性を向上させるものである。
[Third Embodiment]
Next, a third embodiment will be described. In the third embodiment, when repeatedly evaluating the concreteness of a procedure manual, the procedure manual with a low degree of concreteness of the procedure manual is excluded from the input at the time of the next procedure manual evaluation. Is to improve.

すなわち、手順書具体度は、入力された手順書間での相対値となる。そのため、仮に対象運用手順書の具体性が全体的に低い場合、具体度の判定精度が低くなる。そこで第3の実施の形態では、具体度の判定精度を向上させるため、新たな手順書の具体性評価を行う際に、以前の具体性評価で具体性が高いと分かっている手順書と、新たな手順書とにより、手順書の具体性を評価する。   That is, the procedure manual specificity is a relative value between the input procedure manuals. For this reason, if the target operation procedure manual is low in concreteness, the concreteness determination accuracy is low. Therefore, in the third embodiment, in order to improve the accuracy of determination of the degree of concreteness, when performing the concreteness evaluation of a new procedural manual, a procedure manual that is known to have high specificity in the previous concreteness evaluation, The concreteness of the procedure manual is evaluated by the new procedure manual.

以下、第3の実施の形態における、第2の実施の形態との相違点を説明する。
図25は、第3の実施の形態の手順書評価部の機能を示す図である。第3の実施の形態の手順書評価部120aは、第2の実施の形態と同様の機能に加え、手順書選別部128を有している。また記憶部121には、具体度上位手順書情報121fが格納されている。
Hereinafter, differences of the third embodiment from the second embodiment will be described.
FIG. 25 is a diagram illustrating the function of the procedure manual evaluation unit according to the third embodiment. The procedure manual evaluation unit 120a of the third embodiment includes a procedure manual selection unit 128 in addition to the same functions as those of the second embodiment. The storage unit 121 stores high-specificity procedure manual information 121f.

手順書選別部128は、手順書具体性評価部127により算出された手順書具体度に基づいて、評価した手順書のち、手順書具体度が高い所定数の手順書を、上位手順書として選別する。例えば手順書選別部128は、手順書具体度が上位2分の1の手順書を、上位手順書として選別する。手順書選別部128は、選別した上位手順書の手順書IDを含む具体度上位手順書情報121fを生成し、記憶部121に格納する。   The procedure manual sorting unit 128 sorts a predetermined number of procedure manuals with high procedure manual concreteness as higher-level procedure manuals from the evaluated procedure manuals based on the procedure manual concreteness calculated by the procedure manual concreteness evaluation unit 127. To do. For example, the procedure manual sorting unit 128 sorts the procedure manual having the highest half of the procedure manual concreteness as the upper procedure manual. The procedure manual selection unit 128 generates concreteness higher procedure manual information 121 f including the procedure manual ID of the selected higher-level procedure manual and stores it in the storage unit 121.

また第3の実施の形態では、操作抽出部122は、新たに具体性の評価対象とする手順書が手順書DB110に格納されたとき、新たな手順書と、具体度上位手順書情報121fに示される手順書を、手順書DB110から取得する。そして操作抽出部122は、取得した手順書に基づいて、手順書操作情報121aを生成する。   Further, in the third embodiment, when a new procedure manual to be evaluated for concreteness is stored in the procedure manual DB 110, the operation extracting unit 122 stores the new procedure manual and the concreteness higher procedure manual information 121f. The indicated procedure manual is acquired from the procedure manual DB 110. And the operation extraction part 122 produces | generates the procedure manual operation information 121a based on the acquired procedure manual.

図26は、具体度上位手順情報の一例を示す図である。具体度上位手順書情報121fには、具体度算出済み手順書に関する情報と、具体度上位の手順書に関する情報とが含まれている。具体度算出済み手順書に関する情報には、例えば、手順書具体度を算出した手順書IDの範囲が示される。具体度上位の手順書の情報には、例えば手順書選別部128で、上位手順書として選別された手順書の手順書IDが設定される。   FIG. 26 is a diagram illustrating an example of the high-level concrete procedure information. The concreteness level procedure manual information 121f includes information on the concreteness calculated procedure manual and information on the concreteness high procedure manual. For example, the range of procedure manual IDs for which the procedure manual specificities have been calculated is indicated in the information on the specificities calculated procedure manuals. For example, the procedure manual ID of the procedure manual selected as the higher-level procedure manual by the procedure manual sorting unit 128 is set in the information on the higher-order procedure manual.

次に、第3の実施の形態の手順書評価処理手順について説明する。
図27は、第3の実施の形態の手順書評価処理手順の一例を示すフローチャートである。図27に示す処理のうち、図8に示した第2の実施の形態の処理と異なるのは、操作手順抽出処理(ステップS101a)と、手順書選別処理(ステップS107)である。
Next, a procedure manual evaluation process procedure according to the third embodiment will be described.
FIG. 27 is a flowchart illustrating an example of a procedure manual evaluation process procedure according to the third embodiment. Of the processing shown in FIG. 27, the processing procedure extraction processing (step S101a) and the procedure manual selection processing (step S107) are different from the processing of the second embodiment shown in FIG.

操作手順抽出処理(ステップS101a)では、操作抽出部122が、手順書DB110から、具体度上位手順書情報121fに上位手順書と設定されている手順書111d,111eと、新規の手順書111g,111fとを読み込む。そして操作抽出部122は、読み込んだ手順書に基づいて手順書操作情報121aを生成する。   In the operation procedure extraction process (step S101a), the operation extraction unit 122 reads from the procedure manual DB 110 the procedure manuals 111d and 111e set as the higher procedure manual in the concreteness higher procedure manual information 121f, the new procedure manual 111g, 111f is read. The operation extracting unit 122 generates procedure manual operation information 121a based on the read procedure manual.

手順書選別処理(ステップS107)では、手順書選別部128が、手順書具体性評価部127により算出された複数の手順書の手順書具体度に基づいて、具体度上位手順書情報121fを生成する。   In the procedure manual selection process (step S107), the procedure manual selection unit 128 generates the specificity higher level procedure manual information 121f based on the procedure manual specificities of a plurality of procedure manuals calculated by the procedure manual concreteness evaluation unit 127. To do.

図28は、第3の実施の形態における操作手順抽出処理の一例を示すフローチャートである。図28に示す処理のうち、ステップS202〜S205の処理は、図10に示す第2の実施の形態の操作手順抽出処理のステップS112〜S115と同じである。   FIG. 28 is a flowchart illustrating an example of an operation procedure extraction process according to the third embodiment. Of the processes shown in FIG. 28, the processes of steps S202 to S205 are the same as the steps S112 to S115 of the operation procedure extraction process of the second embodiment shown in FIG.

ステップS201において操作抽出部122は、手順書DB110から、新たに作成された手順書、または具体度が上位の手順書の手順書IDを1つ選択する。例えば操作抽出部122は、具体度上位手順書情報121fに含まれる具体度算出済み手順書の手順書IDを取得し、取得した手順書IDに含まれない手順書IDを有する手順書DB110内の手順書を、新たに作成された手順書と判断する。また操作抽出部122は、具体度上位手順書情報121fに含まれる具体度上位の手順書の手順書IDが付与された手順書DB110内の手順書を、具体度が上位の手順書と判断する。   In step S <b> 201, the operation extraction unit 122 selects one procedure manual ID of a newly created procedure manual or a high-specificity procedure manual from the procedure manual DB 110. For example, the operation extraction unit 122 acquires the procedure manual ID of the procedure manual for which the concreteness has been calculated included in the concreteness higher procedure manual information 121f, and has a procedure manual ID that is not included in the acquired procedure manual ID. The procedure manual is determined as a newly created procedure manual. Further, the operation extraction unit 122 determines that the procedure manual in the procedure manual DB 110 to which the procedure manual ID of the procedure manual with higher specificity included in the concrete procedure higher procedure manual information 121f is assigned is the procedure manual with the higher specificity. .

このように、具体度が上位の手順書と、新たな手順書とに基づいて操作手順抽出処理が行われる。すなわち、手順書DB110に格納されている手順書のうち、過去の具体性評価において具体性が低いと判断された手順書については、次回以降の具体性評価において、入力対象から除外される。   In this way, the operation procedure extraction process is performed based on the high-level procedure manual and the new procedure manual. In other words, among the procedure manuals stored in the procedure manual DB 110, the procedure manuals that are determined to be low in the concreteness evaluation in the past are excluded from the input targets in the concreteness evaluation after the next time.

次に、手順書選別処理について詳細に説明する。
図29は、手順書選別処理の手順の一例を示すフローチャートである。以下、図29に示す処理をステップ番号に沿って説明する。
Next, the procedure manual selection process will be described in detail.
FIG. 29 is a flowchart illustrating an example of the procedure of the procedure manual selection process. In the following, the process illustrated in FIG. 29 will be described in order of step number.

[ステップS211]手順書選別部128は、手順書具体度情報131に示されているすべての手順書について、手順書具体度情報131を読み込む。このとき手順書選別部128は、読み込んだ手順書具体度情報131に示される手順書IDを、具体度算出済み手順書に関する情報として、具体度上位手順書情報121fに設定する。   [Step S211] The procedure manual selection unit 128 reads the procedure manual specificity information 131 for all the procedure manuals indicated in the procedure manual specificity information 131. At this time, the procedure manual selection unit 128 sets the procedure manual ID indicated in the read procedure manual concreteness information 131 in the concreteness higher procedure manual information 121f as information on the concreteness calculated procedure manual.

[ステップS212]手順書選別部128は、具体度が上位の手順書の手順書IDを、具体度上位手順書情報121fに出力する。例えば手順書選別部128は、読み込んだ手順書IDを、手順書具体度により降順にソートする。手順書選別部128は、上位から所定数の手順書IDを、具体度上位手順書情報121fに設定する。そして手順書選別部128は、具体度上位手順書情報121fを、記憶部121に格納する。   [Step S212] The procedure manual selection unit 128 outputs the procedure manual ID of the procedure manual with the higher degree of concreteness to the higher concrete procedure manual information 121f. For example, the procedure manual selection unit 128 sorts the read procedure manual IDs in descending order according to the procedure manual specificities. The procedure manual selection unit 128 sets a predetermined number of procedure manual IDs from the upper level in the concreteness higher procedure manual information 121f. Then, the procedure manual selection unit 128 stores the concreteness higher procedure manual information 121 f in the storage unit 121.

このように、第3の実施の形態では、手順書の具体性評価を繰り返し行う際に、前回の具体性評価において具体性が低いと判定された手順書につては、評価対象から除外される。これにより、具体性評価の対象となる手順書全体の具体性を高めることができる。その結果、具体性が低い手順書について、誤って具体性を高く評価してしまうことを抑止できる。   As described above, in the third embodiment, when the concrete evaluation of the procedure manual is repeatedly performed, the procedure manual determined to be low in the previous concrete concrete evaluation is excluded from the evaluation target. . Thereby, the concreteness of the whole procedure manual used as the object of concreteness evaluation can be raised. As a result, it is possible to prevent erroneous evaluation of concreteness for a procedure document with low concreteness.

なお、第2・第3の実施の形態では、手順書具体度によって、手順書の操作手順の記述の具体性を評価しているが、例えば、手順書操作重み量によって手順書の操作手順の記述の具体性を評価してもよい。その場合、手順書操作重み量が大きい手順書ほど、高い評価となる。   In the second and third embodiments, the concreteness of the description of the operation procedure of the procedure manual is evaluated based on the procedure manual concreteness. For example, the operation procedure of the procedure manual is evaluated based on the procedure manual operation weight amount. You may evaluate the concreteness of the description. In this case, the procedure manual with a larger procedure manual operation weight amount is evaluated higher.

以上、実施の形態を例示したが、実施の形態で示した各部の構成は同様の機能を有する他のものに置換することができる。また、他の任意の構成物や工程が付加されてもよい。さらに、前述した実施の形態のうちの任意の2以上の構成(特徴)を組み合わせたものであってもよい。   As mentioned above, although embodiment was illustrated, the structure of each part shown by embodiment can be substituted by the other thing which has the same function. Moreover, other arbitrary structures and processes may be added. Further, any two or more configurations (features) of the above-described embodiments may be combined.

10 評価装置
11 記憶部
11a,11b,・・・ 手順書
12 演算部
DESCRIPTION OF SYMBOLS 10 Evaluation apparatus 11 Memory | storage part 11a, 11b, ... Procedure manual 12 Calculation part

Claims (7)

コンピュータに、
管理対象システムに対して実施する作業に関する複数の手順書であり、前記作業の名称を示す作業名と前記管理対象システムに対する操作手順とが記述された前記複数の手順書から、操作を表現する複数の語句を抽出し、
前記複数の語句それぞれについて、前記複数の手順書の作業名における語句の出現数と、前記複数の手順書の操作手順における語句の出現数とを計数し、
前記複数の語句それぞれについて、前記複数の手順書の作業名における語句の出現数に応じた値と、前記複数の手順書の操作手順における該語句の出現数に応じた値とを比較して、該語句で表現される操作の具体性の度合いを示す重み値を決定し、
前記複数の手順書それぞれについて、手順書の操作手順に含まれる語句の重み値に基づいて、該操作手順の記述の具体性を評価する、
処理を実行させる評価プログラム。
On the computer,
A plurality of procedure manuals relating to work to be performed on the management target system, and a plurality of procedures expressing the operation from the plurality of procedure manuals describing the work name indicating the name of the work and the operation procedure for the management target system Extract words from
For each of the plurality of words, count the number of occurrences of words in the work names of the plurality of procedure manuals and the number of occurrences of words in the operation procedures of the plurality of procedure books,
For each of the plurality of phrases, a value according to the number of occurrences of the phrase in the work name of the plurality of procedure manuals is compared with a value according to the number of occurrences of the phrase in the operation procedure of the plurality of procedure manuals, Determine a weight value indicating the degree of concreteness of the operation expressed by the phrase;
For each of the plurality of procedure manuals, based on the word weight value included in the operation procedure of the procedure manual, the concreteness of the description of the operation procedure is evaluated.
An evaluation program that executes processing.
前記重み値の決定では、前記複数の手順書の作業名における出現数が少ない語句ほど重み値を高くし、前記複数の手順書の操作手順における出現数が多い語句ほど重み値を高くする、
請求項1記載の評価プログラム。
In the determination of the weight value, the word value having a smaller number of appearances in the work names of the plurality of procedure manuals has a higher weight value, and the word / phrase having a larger number of appearances in the operation procedure of the plurality of procedure manuals has a higher weight value.
The evaluation program according to claim 1.
前記重み値の決定では、
前記複数の語句それぞれを、決定対象の語句とし、
前記複数の手順書の作業名におけるすべての語句の出現数の合計に対する、前記複数の手順書の作業名における前記決定対象の語句の出現数の割合を示す第1の出現頻度と、前記複数の手順書の操作手順におけるすべての語句の出現数の合計に対する、前記複数の手順書の操作手順における前記決定対象の語句の出現数の割合を示す第2の出現頻度とを算出し、
前記第2の出現頻度を前記第1の出現頻度で除算した値を、前記決定対象の語句の重み値として算出する、
請求項2記載の評価プログラム。
In determining the weight value,
Each of the plurality of words is a word to be determined,
A first appearance frequency indicating a ratio of the number of appearances of the words to be determined in the work names of the plurality of procedure manuals to the total number of appearances of all the words in the work names of the plurality of procedure manuals; Calculating a second appearance frequency indicating a ratio of the number of appearances of the words to be determined in the operation procedures of the plurality of procedure manuals to a total number of appearances of all the words in the operation procedures of the procedure manuals;
A value obtained by dividing the second appearance frequency by the first appearance frequency is calculated as a weight value of the word to be determined.
The evaluation program according to claim 2.
前記具体性の評価では、
前記複数の語句それぞれを、標準操作重み量の算出対象の語句とし、
前記算出対象の語句が操作手順に出現する手順書を抽出し、抽出された抽出手順書の操作手順に含まれるすべての語句の重み値の合計の、前記抽出手順書間での平均を、前記算出対象の語句の標準操作重み量として算出し、
前記複数の手順書それぞれについて、手順書内の操作手順に含まれるすべての語句の重み値の合計を、該手順書の操作手順に出現する語句それぞれの標準操作重み量のうちの最大値で除算した値を、該手順書の操作手順の記述の具体性の高さを示す具体度として算出する、
請求項1乃至3のいずれかに記載の評価プログラム。
In the evaluation of the concreteness,
Each of the plurality of phrases is a phrase for which a standard operation weight is to be calculated,
A procedure manual in which the calculation target word / phrase appears in the operation procedure is extracted, and an average of the weight values of all the words / phrases included in the operation procedure of the extracted extraction procedure document is calculated between the extraction procedure manuals. Calculate as the standard operation weight for the target word,
For each of the plurality of procedure manuals, the sum of the weight values of all the words included in the operation procedure in the procedure manual is divided by the maximum value among the standard operation weight amounts of the respective words appearing in the operation procedure of the procedure manual. The calculated value is calculated as a degree of concreteness indicating the degree of concreteness of the description of the operation procedure in the procedure manual.
The evaluation program according to claim 1.
前記複数の手順書からの語句の抽出では、
既に具体性が評価されている手順書のうちの、具体性の評価が高い方から所定数の手順書と、具体性が未評価の手順書とから、語句を抽出する、
請求項1乃至4のいずれかに記載の評価プログラム。
In extracting words from the plurality of procedures,
Extract phrases from a predetermined number of procedure manuals that have already been evaluated for concreteness and those that have not been evaluated yet.
The evaluation program according to any one of claims 1 to 4.
コンピュータが、
管理対象システムに対して実施する作業に関する複数の手順書であり、前記作業の名称を示す作業名と前記管理対象システムに対する操作手順とが記述された前記複数の手順書から、操作を表現する複数の語句を抽出し、
前記複数の語句それぞれについて、前記複数の手順書の作業名における語句の出現数と、前記複数の手順書の操作手順における語句の出現数とを計数し、
前記複数の語句それぞれについて、前記複数の手順書の作業名における語句の出現数に応じた値と、前記複数の手順書の操作手順における該語句の出現数に応じた値とを比較して、該語句で表現される操作の具体性の度合いを示す重み値を決定し、
前記複数の手順書それぞれについて、手順書の操作手順に含まれる語句の重み値に基づいて、該操作手順の記述の具体性を評価する、
手順書評価方法。
Computer
A plurality of procedure manuals relating to work to be performed on the management target system, and a plurality of procedures expressing the operation from the plurality of procedure manuals describing the work name indicating the name of the work and the operation procedure for the management target system Extract words from
For each of the plurality of words, count the number of occurrences of words in the work names of the plurality of procedure manuals and the number of occurrences of words in the operation procedures of the plurality of procedure books,
For each of the plurality of phrases, a value according to the number of occurrences of the phrase in the work name of the plurality of procedure manuals is compared with a value according to the number of occurrences of the phrase in the operation procedure of the plurality of procedure manuals, Determine a weight value indicating the degree of concreteness of the operation expressed by the phrase;
For each of the plurality of procedure manuals, based on the word weight value included in the operation procedure of the procedure manual, the concreteness of the description of the operation procedure is evaluated.
Procedure manual evaluation method.
管理対象システムに対して実施する作業に関する複数の手順書であり、前記作業の名称を示す作業名と前記管理対象システムに対する操作手順とが記述された前記複数の手順書を記憶する記憶部と、
前記複数の手順書から操作を表現する複数の語句を抽出し、前記複数の語句それぞれについて、前記複数の手順書の作業名における語句の出現数と、前記複数の手順書の操作手順における語句の出現数とを計数し、前記複数の語句それぞれについて、前記複数の手順書の作業名における語句の出現数に応じた値と、前記複数の手順書の操作手順における該語句の出現数に応じた値とを比較して、該語句で表現される操作の具体性の度合いを示す重み値を決定し、前記複数の手順書それぞれについて、手順書の操作手順に含まれる語句の重み値に基づいて、該操作手順の記述の具体性を評価する、演算部と、
を有する評価装置。
A plurality of procedure manuals related to work to be performed on the management target system, a storage unit for storing the plurality of procedure manuals in which a work name indicating the name of the work and an operation procedure for the management target system are described;
Extracting a plurality of phrases expressing an operation from the plurality of procedure manuals, and for each of the plurality of phrases, the number of occurrences of the phrase in the work name of the plurality of procedure manuals and the phrase in the operation procedure of the plurality of procedure manuals The number of occurrences is counted, and for each of the plurality of words, the value according to the number of appearances of the words in the work names of the plurality of procedure manuals and the number of occurrences of the words in the operation procedures of the plurality of procedure books And a weight value indicating the degree of concreteness of the operation expressed by the phrase is determined, and for each of the plurality of procedure manuals, the weight value of the phrase included in the operation procedure of the procedure manual is determined. An operation unit for evaluating the concreteness of the description of the operation procedure;
An evaluation apparatus.
JP2015170274A 2015-08-31 2015-08-31 Evaluation program, procedure manual evaluation method, and evaluation device Active JP6540384B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015170274A JP6540384B2 (en) 2015-08-31 2015-08-31 Evaluation program, procedure manual evaluation method, and evaluation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015170274A JP6540384B2 (en) 2015-08-31 2015-08-31 Evaluation program, procedure manual evaluation method, and evaluation device

Publications (2)

Publication Number Publication Date
JP2017049639A true JP2017049639A (en) 2017-03-09
JP6540384B2 JP6540384B2 (en) 2019-07-10

Family

ID=58278609

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015170274A Active JP6540384B2 (en) 2015-08-31 2015-08-31 Evaluation program, procedure manual evaluation method, and evaluation device

Country Status (1)

Country Link
JP (1) JP6540384B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021105828A (en) * 2019-12-26 2021-07-26 富士通株式会社 Control method, control program, and information processing apparatus
KR20220043546A (en) * 2020-09-29 2022-04-05 인제대학교 산학협력단 Methods and systems for syntactic and semantic information extraction from plant procedures
WO2022071637A1 (en) * 2020-09-29 2022-04-07 인제대학교 산학협력단 Method for verifying whether or not guidelines for preparation of plant procedures have been complied with, and system therefor
KR20220114346A (en) * 2021-02-08 2022-08-17 인제대학교 산학협력단 Methods and systems for verification of plant procedures' compliance to writing manuals

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004362442A (en) * 2003-06-06 2004-12-24 Nippon Steel Corp Automatic program generation device, automatic program generation method, computer program and computer readable recording medium
JP2013196006A (en) * 2012-03-15 2013-09-30 Hitachi Systems Ltd Application design system
JP2015036923A (en) * 2013-08-14 2015-02-23 ウレシア株式会社 Assessment collection device, assessment ranking preparation device, method for assessment collection and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004362442A (en) * 2003-06-06 2004-12-24 Nippon Steel Corp Automatic program generation device, automatic program generation method, computer program and computer readable recording medium
JP2013196006A (en) * 2012-03-15 2013-09-30 Hitachi Systems Ltd Application design system
JP2015036923A (en) * 2013-08-14 2015-02-23 ウレシア株式会社 Assessment collection device, assessment ranking preparation device, method for assessment collection and program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021105828A (en) * 2019-12-26 2021-07-26 富士通株式会社 Control method, control program, and information processing apparatus
KR20220043546A (en) * 2020-09-29 2022-04-05 인제대학교 산학협력단 Methods and systems for syntactic and semantic information extraction from plant procedures
WO2022071637A1 (en) * 2020-09-29 2022-04-07 인제대학교 산학협력단 Method for verifying whether or not guidelines for preparation of plant procedures have been complied with, and system therefor
KR102394480B1 (en) 2020-09-29 2022-05-04 인제대학교 산학협력단 Methods and systems for syntactic and semantic information extraction from plant procedures
KR20220114346A (en) * 2021-02-08 2022-08-17 인제대학교 산학협력단 Methods and systems for verification of plant procedures' compliance to writing manuals
KR102591138B1 (en) * 2021-02-08 2023-10-19 인제대학교 산학협력단 Methods and systems for verification of plant procedures' compliance to writing manuals

Also Published As

Publication number Publication date
JP6540384B2 (en) 2019-07-10

Similar Documents

Publication Publication Date Title
US8612372B2 (en) Detection rule-generating facility
CN112579155B (en) Code similarity detection method and device and storage medium
US11279040B2 (en) Robot process automation apparatus and method for detecting changes thereof
US9208059B2 (en) ETL debugger
US9262506B2 (en) Generating mappings between a plurality of taxonomies
US20160098390A1 (en) Command history analysis apparatus and command history analysis method
JP6540384B2 (en) Evaluation program, procedure manual evaluation method, and evaluation device
JP6432266B2 (en) Grouping method, grouping device, and grouping program
US20160124795A1 (en) Evaluation method and apparatus
JP2017041171A (en) Test scenario generation support device and test scenario generation support method
KR100877156B1 (en) System and method of access path analysis for dynamic sql before executed
CN111221698A (en) Task data acquisition method and device
JP2021500639A (en) Prediction engine for multi-step pattern discovery and visual analysis recommendations
JP2013077124A (en) Software test case generation device
JP6447111B2 (en) Common information providing program, common information providing method, and common information providing apparatus
JP2016045552A (en) Feature extraction program, feature extraction method, and feature extraction device
JP7246301B2 (en) Program development support system and program development support method
JP6677624B2 (en) Analysis apparatus, analysis method, and analysis program
JP2009129202A (en) Data processor, data processing method, and program
KR20210060829A (en) Big data platform managing method and device
JP2020123134A (en) Extraction method, information processing device, and extraction program
JPWO2015049769A1 (en) Data analysis system and method
US11928154B2 (en) System and method for efficient creation and incremental updating of representations of email conversations
JP6703698B1 (en) Information provision system
JP2019144873A (en) Block diagram analyzer

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180514

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190527

R150 Certificate of patent or registration of utility model

Ref document number: 6540384

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150