JP2018092440A - Traceability management apparatus, traceability management method, and traceability management program - Google Patents

Traceability management apparatus, traceability management method, and traceability management program Download PDF

Info

Publication number
JP2018092440A
JP2018092440A JP2016236119A JP2016236119A JP2018092440A JP 2018092440 A JP2018092440 A JP 2018092440A JP 2016236119 A JP2016236119 A JP 2016236119A JP 2016236119 A JP2016236119 A JP 2016236119A JP 2018092440 A JP2018092440 A JP 2018092440A
Authority
JP
Japan
Prior art keywords
character string
traceability
data
traceability management
information database
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
JP2016236119A
Other languages
Japanese (ja)
Other versions
JP6832687B2 (en
Inventor
哲志 升野
Satoshi Masuno
哲志 升野
長岡 浩司
Koji Nagaoka
浩司 長岡
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2016236119A priority Critical patent/JP6832687B2/en
Publication of JP2018092440A publication Critical patent/JP2018092440A/en
Application granted granted Critical
Publication of JP6832687B2 publication Critical patent/JP6832687B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Machine Translation (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To make it easier to ensure traceability between documents.SOLUTION: An exclusion character string data creation unit 105 of a traceability management apparatus 200 acquires a character string indicated by data stored in a traceability information database 106 as a first character string. The exclusion character string data creation unit 105 searches for the first character string in a document 301, and excludes some character strings from the first character string to create a second character string if the number of occurrences of the first character string is lower than a threshold value. Then, the exclusion character string data creation unit 105 searches for the second character string in the document 301, and updates the data stored in the traceability information database 106 to data indicating the second character string instead of the first character string if the number of occurrences of the second character string exceeds the threshold value.SELECTED DRAWING: Figure 1

Description

本発明は、トレーサビリティ管理装置、トレーサビリティ管理方法およびトレーサビリティ管理プログラムに関するものである。   The present invention relates to a traceability management apparatus, a traceability management method, and a traceability management program.

現在、製品開発の工程で作成された文書間のトレーサビリティを確保するために、あらかじめ人手で用意したトレーサビリティ情報、または、作業者の操作内容から抽出したトレーサビリティ情報を用いた文字列検索によるトレーサビリティ管理ツールが存在する。トレーサビリティ情報は、正規表現またはキーワードである。   Currently, in order to ensure traceability between documents created in the product development process, traceability management tool by character string search using traceability information prepared in advance by hand or traceability information extracted from operator's operation contents Exists. The traceability information is a regular expression or a keyword.

特開2016−9267号公報Japanese Patent Laying-Open No. 2006-9267 特開2011−253345号公報JP 2011-253345 A 特開2014−16686号公報JP 2014-16686 A

既存のトレーサビリティ管理ツールでは、トレーサビリティ情報を用いたパターンマッチングによってトレーサビリティの確保を行っている。しかし、この手法では、トレーサビリティ情報が適当でなかった場合、あるいは、全角・半角、大文字・小文字、および、助詞の有無等の表記ゆれが文書に存在した場合、トレーサビリティが確保できず網羅性が損なわれるという課題がある。さらに、同綴異義語が文書に存在した場合、誤ったトレーサビリティを確保してしまうという課題がある。   Existing traceability management tools ensure traceability by pattern matching using traceability information. However, with this method, if the traceability information is not appropriate, or if there are written fluctuations such as full-width / half-width, uppercase / lowercase letters, and presence / absence of particles, traceability cannot be ensured and the completeness is impaired. There is a problem of being. Furthermore, there is a problem that when the same spelling synonym exists in a document, erroneous traceability is secured.

本発明は、文書間のトレーサビリティを確保しやすくすることを目的とする。   An object of the present invention is to facilitate ensuring traceability between documents.

本発明の一態様に係るトレーサビリティ管理装置は、
文書のトレーサビリティ管理のために複数の文書中で検索される文字列を示すデータを格納するトレーサビリティ情報データベースと、
文書の入力を受けるトレーサビリティ管理部と、
前記トレーサビリティ情報データベースに格納されたデータが示す文字列を第1文字列として取得し、前記トレーサビリティ管理部に入力された文書中で前記第1文字列を検索して、前記第1文字列の出現回数が閾値を下回っている場合、前記第1文字列から一部の文字列を除外して第2文字列を作成し、前記トレーサビリティ管理部に入力された文書中で前記第2文字列を検索して、前記第2文字列の出現回数が前記閾値を上回っている場合、前記トレーサビリティ情報データベースに格納されたデータを、前記第1文字列に代えて前記第2文字列を示すデータに更新する除外文字列データ作成部とを備える。
A traceability management apparatus according to an aspect of the present invention is provided.
A traceability information database for storing data indicating character strings searched in a plurality of documents for document traceability management;
A traceability manager that receives input of documents;
The character string indicated by the data stored in the traceability information database is acquired as a first character string, the first character string is searched in the document input to the traceability management unit, and the appearance of the first character string If the number of times is less than the threshold, a part of the first character string is excluded to create a second character string, and the second character string is searched in the document input to the traceability management unit If the number of appearances of the second character string exceeds the threshold, the data stored in the traceability information database is updated to data indicating the second character string instead of the first character string. And an excluded character string data creation unit.

本発明では、トレーサビリティ情報データベースに格納されるトレーサビリティ情報が適宜補正されるため、文書間のトレーサビリティを確保しやすくなる。   In the present invention, since the traceability information stored in the traceability information database is appropriately corrected, it is easy to ensure the traceability between documents.

実施の形態1に係るトレーサビリティ管理装置の構成を示すブロック図。1 is a block diagram showing a configuration of a traceability management apparatus according to Embodiment 1. FIG. 実施の形態1に係るトレーサビリティ管理装置の動作を示すフローチャート。5 is a flowchart showing the operation of the traceability management apparatus according to the first embodiment. 表記ゆれ設定データベースのデータ構造図。The data structure figure of a notation fluctuation setting database. 除外文字列データベースのデータ構造図。The data structure figure of an exclusion character string database. トレーサビリティ情報データベースのデータ構造図。The data structure figure of a traceability information database. トレーサビリティデータのデータ構造図。Data structure diagram of traceability data. トレーサビリティデータベースのデータ構造図。Data structure diagram of traceability database.

以下、本発明の実施の形態について、図を用いて説明する。各図中、同一または相当する部分には、同一符号を付している。実施の形態の説明において、同一または相当する部分については、説明を適宜省略または簡略化する。なお、本発明は、以下に説明する実施の形態に限定されるものではなく、必要に応じて種々の変更が可能である。例えば、以下に説明する実施の形態は、部分的に実施されても構わない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the drawings, the same or corresponding parts are denoted by the same reference numerals. In the description of the embodiments, the description of the same or corresponding parts will be omitted or simplified as appropriate. The present invention is not limited to the embodiments described below, and various modifications can be made as necessary. For example, the embodiment described below may be partially implemented.

実施の形態1.
本実施の形態について、図1から図7を用いて説明する。
Embodiment 1 FIG.
This embodiment will be described with reference to FIGS.

***構成の説明***
図1を参照して、本実施の形態に係るトレーサビリティ管理装置200の構成を説明する。
*** Explanation of configuration ***
With reference to FIG. 1, a configuration of a traceability management apparatus 200 according to the present embodiment will be described.

トレーサビリティ管理装置200は、コンピュータである。トレーサビリティ管理装置200は、プロセッサ201を備えるとともに、メモリ202、入力装置203およびディスプレイ204といった他のハードウェアを備える。プロセッサ201は、信号線を介して他のハードウェアと接続され、これら他のハードウェアを制御する。   The traceability management apparatus 200 is a computer. The traceability management apparatus 200 includes a processor 201 and other hardware such as a memory 202, an input device 203, and a display 204. The processor 201 is connected to other hardware via a signal line, and controls these other hardware.

トレーサビリティ管理装置200は、機能要素として、表記ゆれデータ作成部101と、除外文字列データ作成部105と、トレーサビリティ管理部107と、同綴異義語判定部109とを備える。表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の機能は、ソフトウェアにより実現される。   The traceability management apparatus 200 includes, as functional elements, a notation fluctuation data creation unit 101, an excluded character string data creation unit 105, a traceability management unit 107, and a synonym synonym determination unit 109. The functions of the notation fluctuation data creation unit 101, the excluded character string data creation unit 105, the traceability management unit 107, and the same spelling synonym determination unit 109 are realized by software.

プロセッサ201は、各種処理を行うICである。「IC」は、Integrated Circuitの略語である。プロセッサ201は、例えば、CPUである。「CPU」は、Central Processing Unitの略語である。   The processor 201 is an IC that performs various processes. “IC” is an abbreviation for Integrated Circuit. The processor 201 is, for example, a CPU. “CPU” is an abbreviation for Central Processing Unit.

メモリ202には、新・旧漢字対応データベース102と、送り仮名データベース103と、除外文字列データベース104と、トレーサビリティ情報データベース106と、トレーサビリティデータベース110とが構築される。メモリ202は、例えば、フラッシュメモリまたはRAMである。「RAM」は、Random Access Memoryの略語である。   In the memory 202, a new / old Chinese character correspondence database 102, a sending kana database 103, an excluded character string database 104, a traceability information database 106, and a traceability database 110 are constructed. The memory 202 is, for example, a flash memory or a RAM. “RAM” is an abbreviation for Random Access Memory.

入力装置203は、例えば、マウス、キーボードまたはタッチパネルである。   The input device 203 is, for example, a mouse, a keyboard, or a touch panel.

ディスプレイ204は、例えば、LCDである。「LCD」は、Liquid Crystal Displayの略語である。   The display 204 is, for example, an LCD. “LCD” is an abbreviation for Liquid Crystal Display.

トレーサビリティ管理装置200は、ハードウェアとして、通信装置を備えていてもよい。   The traceability management device 200 may include a communication device as hardware.

通信装置は、データを受信するレシーバおよびデータを送信するトランスミッタを含む。通信装置は、例えば、通信チップまたはNICである。「NIC」は、Network Interface Cardの略語である。   The communication device includes a receiver that receives data and a transmitter that transmits data. The communication device is, for example, a communication chip or a NIC. “NIC” is an abbreviation for Network Interface Card.

メモリ202には、表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の機能を実現するプログラムであるトレーサビリティ管理プログラムが記憶されている。トレーサビリティ管理プログラムは、プロセッサ201に読み込まれ、プロセッサ201によって実行される。メモリ202には、OSも記憶されている。「OS」は、Operating Systemの略語である。プロセッサ201は、OSを実行しながら、トレーサビリティ管理プログラムを実行する。なお、トレーサビリティ管理プログラムの一部または全部がOSに組み込まれていてもよい。   The memory 202 stores a traceability management program that is a program for realizing the functions of the notation fluctuation data creation unit 101, the excluded character string data creation unit 105, the traceability management unit 107, and the same spelling synonym determination unit 109. The traceability management program is read into the processor 201 and executed by the processor 201. The memory 202 also stores an OS. “OS” is an abbreviation for Operating System. The processor 201 executes a traceability management program while executing the OS. Part or all of the traceability management program may be incorporated in the OS.

トレーサビリティ管理プログラムおよびOSは、補助記憶装置に記憶されていてもよい。補助記憶装置は、例えば、フラッシュメモリまたはHDDである。「HDD」は、Hard Disk Driveの略語である。補助記憶装置に記憶されているトレーサビリティ管理プログラムおよびOSは、メモリ202にロードされ、プロセッサ201によって実行される。新・旧漢字対応データベース102、送り仮名データベース103、除外文字列データベース104、トレーサビリティ情報データベース106およびトレーサビリティデータベース110は、補助記憶装置に構築されてもよい。   The traceability management program and the OS may be stored in the auxiliary storage device. The auxiliary storage device is, for example, a flash memory or an HDD. “HDD” is an abbreviation for Hard Disk Drive. The traceability management program and the OS stored in the auxiliary storage device are loaded into the memory 202 and executed by the processor 201. The new / old kanji correspondence database 102, the sending kana database 103, the excluded character string database 104, the traceability information database 106, and the traceability database 110 may be constructed in an auxiliary storage device.

トレーサビリティ管理装置200は、プロセッサ201を代替する複数のプロセッサを備えていてもよい。これら複数のプロセッサは、トレーサビリティ管理プログラムの実行を分担する。それぞれのプロセッサは、プロセッサ201と同じように、各種処理を行うICである。   The traceability management apparatus 200 may include a plurality of processors that replace the processor 201. The plurality of processors share the execution of the traceability management program. Each processor is an IC that performs various processes in the same manner as the processor 201.

表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の処理の結果を示す情報、データ、信号値および変数値は、メモリ202、補助記憶装置、または、プロセッサ201内のレジスタまたはキャッシュメモリに記憶される。   Information, data, signal values, and variable values indicating processing results of the notation fluctuation data creation unit 101, the excluded character string data creation unit 105, the traceability management unit 107, and the synonym determination unit 109 are stored in the memory 202, auxiliary storage device Or stored in a register or cache memory in the processor 201.

トレーサビリティ管理プログラムは、磁気ディスクおよび光ディスクといった可搬記録媒体に記憶されてもよい。   The traceability management program may be stored in a portable recording medium such as a magnetic disk and an optical disk.

***動作の説明***
図1から図7を参照して、本実施の形態に係るトレーサビリティ管理装置200の動作を説明する。トレーサビリティ管理装置200の動作は、本実施の形態に係るトレーサビリティ管理方法に相当する。
*** Explanation of operation ***
With reference to FIGS. 1 to 7, the operation of the traceability management apparatus 200 according to the present embodiment will be described. The operation of the traceability management apparatus 200 corresponds to the traceability management method according to the present embodiment.

図2のステップS11において、トレーサビリティ管理装置200は、入力装置203を介して、文書301の入力、および、各種設定をユーザから受け付ける。   In step S <b> 11 of FIG. 2, the traceability management apparatus 200 receives input of the document 301 and various settings from the user via the input device 203.

具体的には、トレーサビリティ管理装置200のトレーサビリティ管理部107は、文書301の入力を受ける。本実施の形態では、複数の文書301がユーザから入力される。文書301は、トレーサビリティ管理の対象となるものであればよいが、本実施の形態では、ソフトウェア等の製品の開発工程で作成された成果物である。   Specifically, the traceability management unit 107 of the traceability management apparatus 200 receives an input of the document 301. In the present embodiment, a plurality of documents 301 are input from the user. The document 301 is not limited as long as it is subject to traceability management, but in the present embodiment, the document 301 is a product created in the development process of a product such as software.

また、トレーサビリティ管理装置200は、図3の表記ゆれ設定データベース100の有効/無効の設定を受け付ける。このとき、表記ゆれ設定データベース100中の旧漢字が有効とされた場合、トレーサビリティ管理装置200は、新・旧漢字対応データベース102を作成する。さらに、表記ゆれ設定データベース100中の送り仮名が有効とされた場合、トレーサビリティ管理装置200は、送り仮名データベース103を作成する。   Further, the traceability management apparatus 200 accepts the valid / invalid setting of the notation fluctuation setting database 100 of FIG. At this time, when the old kanji in the notation fluctuation setting database 100 is validated, the traceability management apparatus 200 creates the new / old kanji correspondence database 102. Further, when the sending pseudonym in the notation fluctuation setting database 100 is validated, the traceability management apparatus 200 creates the sending pseudonym database 103.

図3に示すように、本実施の形態において、表記ゆれ設定データベース100は、あらかじめ指定された表記ゆれの種類を表記ゆれ種別として示すデータを格納するデータベースである。   As shown in FIG. 3, in this embodiment, the notation fluctuation setting database 100 is a database that stores data indicating the type of notation fluctuation specified in advance as the notation fluctuation type.

トレーサビリティ管理装置200は、図4の除外文字列データベース104の設定も受け付ける。   The traceability management apparatus 200 also accepts the setting of the excluded character string database 104 in FIG.

図4に示すように、本実施の形態において、除外文字列データベース104は、あらかじめ指定された文字列を除外文字列として示すデータを格納するデータベースである。   As shown in FIG. 4, in this embodiment, the excluded character string database 104 is a database that stores data indicating a character string designated in advance as an excluded character string.

トレーサビリティ管理装置200は、さらに、図5のトレーサビリティ情報データベース106を作成する。このとき、ユーザは、文書301からトレーサビリティ確保に用いる文字列を抽出し、トレーサビリティ情報データベース106中のトレーサビリティ情報1に格納していく。IDは、ユニークな値で自動採番される。「ID」は、Identifierの略語である。   The traceability management apparatus 200 further creates the traceability information database 106 shown in FIG. At this time, the user extracts a character string used for ensuring traceability from the document 301 and stores it in the traceability information 1 in the traceability information database 106. The ID is automatically assigned with a unique value. “ID” is an abbreviation for Identifier.

図5に示すように、本実施の形態において、トレーサビリティ情報データベース106は、文書301のトレーサビリティ管理のために複数の文書301中で検索される文字列をトレーサビリティ情報として示すデータを格納するデータベースである。トレーサビリティ情報データベース106に格納されたデータは、一意の識別子であるIDごとに、表記ゆれにより互いに表記が異なる文字列のグループを示すデータである。nを2以上の整数としたとき、トレーサビリティ情報データベース106中のトレーサビリティ情報1からトレーサビリティ情報nが1つのグループを構成する。なお、1つのグループに属する文字列の個数nは、任意の数でよく、グループによって異なる数であってもよい。   As shown in FIG. 5, in the present embodiment, the traceability information database 106 is a database that stores data indicating, as traceability information, character strings searched in a plurality of documents 301 for traceability management of the documents 301. . The data stored in the traceability information database 106 is data indicating groups of character strings whose notations are different from each other due to the notation for each ID that is a unique identifier. When n is an integer of 2 or more, traceability information 1 to traceability information n in the traceability information database 106 constitute one group. Note that the number n of character strings belonging to one group may be an arbitrary number, or may be different depending on the group.

図2のステップS12において、トレーサビリティ管理装置200の表記ゆれデータ作成部101は、トレーサビリティ情報データベース106に格納されたデータが示す文字列を第3文字列として取得する。表記ゆれデータ作成部101は、第3文字列の表記を変更して第4文字列を作成する。このとき、表記ゆれデータ作成部101は、表記ゆれ設定データベース100に格納されたデータが示す種類に応じて第3文字列から第4文字列を作成する。そして、表記ゆれデータ作成部101は、トレーサビリティ情報データベース106に格納されたデータを、第3文字列に加えて第4文字列を示すデータに更新する。   In step S12 of FIG. 2, the notation fluctuation data creation unit 101 of the traceability management apparatus 200 acquires the character string indicated by the data stored in the traceability information database 106 as a third character string. The notation fluctuation data creation unit 101 creates a fourth character string by changing the notation of the third character string. At this time, the notation fluctuation data creation unit 101 creates a fourth character string from the third character string according to the type indicated by the data stored in the notation fluctuation setting database 100. Then, the notation fluctuation data creation unit 101 updates the data stored in the traceability information database 106 to data indicating the fourth character string in addition to the third character string.

つまり、表記ゆれデータ作成部101は、トレーサビリティ情報データベース106のデータを取得し、取得したデータに含まれるトレーサビリティ情報1に対して表記ゆれ設定データベース100の設定内容に従いトレーサビリティ情報データベース106のデータの更新を行う。   That is, the notation fluctuation data creation unit 101 acquires the data of the traceability information database 106 and updates the data of the traceability information database 106 according to the setting contents of the notation fluctuation setting database 100 for the traceability information 1 included in the acquired data. Do.

具体例として、トレーサビリティ情報データベース106中のID=Xのデータにおいて、トレーサビリティ情報1に「ポート」が全角の「ポート切換」という文字列が格納されており、表記ゆれ設定データベース100の全角・半角および送り仮名づかいが有効となっているとする。この場合、トレーサビリティ情報データベース106のID=Xのデータにおいて、表記ゆれデータ作成部101により、トレーサビリティ情報2以降に「ポート」が半角の「ポート切換」、「ポート切り換え」および「ポート切り替え」といった文字列が追加される。   As a specific example, in the data of ID = X in the traceability information database 106, the traceability information 1 stores a character string “port switch” in which “port” is full-width, and the full-width / half-width of the notation fluctuation setting database 100 and Assume that sending pseudonym is enabled. In this case, in the data of ID = X in the traceability information database 106, the notation fluctuation data creation unit 101 causes the characters such as “port switching”, “port switching”, and “port switching” in which “port” is half-width after the traceability information 2. A column is added.

図2のステップS13において、トレーサビリティ管理装置200の除外文字列データ作成部105は、トレーサビリティ情報データベース106に格納されたデータが示す文字列を第1文字列として取得する。除外文字列データ作成部105は、トレーサビリティ管理部107に入力された文書301中で第1文字列を検索して、第1文字列の出現回数が閾値を下回っている場合、第1文字列から一部の文字列を除外して第2文字列を作成する。このとき、除外文字列データ作成部105は、除外文字列データベース104に格納されたデータが示す文字列を第1文字列から除外して第2文字列を作成する。そして、除外文字列データ作成部105は、トレーサビリティ管理部107に入力された文書301中で第2文字列を検索して、第2文字列の出現回数が閾値を上回っている場合、トレーサビリティ情報データベース106に格納されたデータを、第1文字列に代えて第2文字列を示すデータに更新する。第1文字列の出現回数が閾値以上の場合、除外文字列データ作成部105は、データを更新しない。第1文字列の出現回数が閾値を下回っているが第2文字列の出現回数が閾値以下の場合も、除外文字列データ作成部105は、データを更新しない。ただし、その場合、除外文字列データ作成部105は、第1文字列から除外する文字列を変更して別の第2文字列を作成し、当該別の第2文字列の出現回数が閾値を上回っていれば、トレーサビリティ情報データベース106に格納されたデータを、第1文字列に代えて当該別の第2文字列を示すデータに更新してもよい。   In step S13 of FIG. 2, the excluded character string data creation unit 105 of the traceability management apparatus 200 acquires the character string indicated by the data stored in the traceability information database 106 as the first character string. The excluded character string data creation unit 105 searches the first character string in the document 301 input to the traceability management unit 107, and if the number of appearances of the first character string is below the threshold, the first character string starts from the first character string. A second character string is created by excluding some character strings. At this time, the excluded character string data creation unit 105 creates a second character string by excluding the character string indicated by the data stored in the excluded character string database 104 from the first character string. Then, the excluded character string data creation unit 105 searches the document 301 input to the traceability management unit 107 for the second character string, and if the number of appearances of the second character string exceeds the threshold value, the traceability information database The data stored in 106 is updated to data indicating the second character string instead of the first character string. If the number of appearances of the first character string is greater than or equal to the threshold, the excluded character string data creation unit 105 does not update the data. Even if the number of appearances of the first character string is less than the threshold value, but the number of appearances of the second character string is less than the threshold value, the excluded character string data creation unit 105 does not update the data. However, in this case, the excluded character string data creation unit 105 creates another second character string by changing the character string excluded from the first character string, and the number of appearances of the other second character string sets a threshold value. If so, the data stored in the traceability information database 106 may be updated to data indicating the other second character string instead of the first character string.

つまり、除外文字列データ作成部105は、文書301、トレーサビリティ情報データベース106のデータ、および、除外文字列データベース104のデータを取得し、文書301中におけるトレーサビリティ情報の出現回数を調査する。このとき、出現回数は、トレーサビリティ情報データベース106のID単位で合算される。除外文字列データ作成部105は、合算後の数値が指定された閾値を下回っている場合、除外文字列データベース104の有効となっている文字列および助詞をトレーサビリティ情報の文字列から削除し、再度出現回数を調査する。調査の結果、出現回数が閾値を上回った場合、除外文字列データ作成部105は、更新後の文字列でトレーサビリティ情報データベース106を更新する。   That is, the excluded character string data creation unit 105 acquires the document 301, the data of the traceability information database 106, and the data of the excluded character string database 104, and investigates the number of occurrences of the traceability information in the document 301. At this time, the number of appearances is added in ID units of the traceability information database 106. The excluded character string data creation unit 105 deletes the valid character string and particle in the excluded character string database 104 from the character string of the traceability information when the numerical value after the sum is below the specified threshold value, and again Investigate the number of occurrences. As a result of the investigation, when the number of appearances exceeds the threshold, the excluded character string data creation unit 105 updates the traceability information database 106 with the updated character string.

具体例として、トレーサビリティ情報データベース106中のID=Yのデータにおいて、トレーサビリティ情報1に「運転の制御指令」という文字列が格納されており、除外文字列データベース104に「指令」という文字列が格納されているとする。この場合、「運転の制御指令」という文字列が文書301中に閾値以上出現しなかったとすると、除外文字列データ作成部105により、「運転の制御指令」から助詞の「の」と除外文字列「指令」とを除外した「運転制御」という文字列で再度出現回数の調査が行われる。その結果、出現回数が閾値を超えたとすると、トレーサビリティ情報データベース106中のID=Yのデータにおいて、除外文字列データ作成部105により、トレーサビリティ情報1が「運転制御」に更新される。   As a specific example, in the data of ID = Y in the traceability information database 106, the character string “operation control command” is stored in the traceability information 1, and the character string “command” is stored in the excluded character string database 104. Suppose that In this case, if the character string “driving control command” does not appear above the threshold in the document 301, the excluded character string data creating unit 105 converts the particle “no” and the excluded character string from “driving control command”. The number of appearances is checked again with the character string “operation control” excluding “command”. As a result, if the number of appearances exceeds the threshold value, the traceability information 1 is updated to “operation control” by the excluded character string data creation unit 105 in the data of ID = Y in the traceability information database 106.

図2のステップS14において、トレーサビリティ管理装置200のトレーサビリティ管理部107は、ステップS11で入力された複数の文書301のうち、同じグループに属する文字列が出現する2つ以上の文書301を抽出する。そして、トレーサビリティ管理部107は、上記同じグループに対応する識別子であるIDと、抽出した文書301を識別する情報とを含むデータをトレーサビリティデータ108として出力する。文書301を識別する情報は、任意の識別子でよいが、本実施の形態では、文書301の名称である。   In step S14 of FIG. 2, the traceability management unit 107 of the traceability management apparatus 200 extracts two or more documents 301 in which character strings belonging to the same group appear from the plurality of documents 301 input in step S11. Then, the traceability management unit 107 outputs data including an ID that is an identifier corresponding to the same group and information for identifying the extracted document 301 as the traceability data 108. The information for identifying the document 301 may be an arbitrary identifier, but in the present embodiment, is the name of the document 301.

具体的には、トレーサビリティ管理部107は、文書301とトレーサビリティ情報データベース106のデータとを取得し、2つ以上の文書301から同一IDのトレーサビリティ情報が見つかった場合、トレーサビリティが確保されていると判断する。すなわち、トレーサビリティ管理部107は、IDが同じであれば、2つ以上の文書301間で異なる文字列でも、共通の文字列であると判断する。そして、トレーサビリティ管理部107は、図6のトレーサビリティデータ108を作成する。このとき、トレーサビリティデータ108のIDとしては、トレーサビリティ情報データベース106のIDと同じものが格納される。トレーサビリティデータ108の出現位置としては、トレーサビリティ情報が出現した文書301の名称とトレーサビリティ情報が出現した位置が保存される。   Specifically, the traceability management unit 107 acquires the document 301 and the data of the traceability information database 106, and when traceability information with the same ID is found from two or more documents 301, determines that the traceability is secured. To do. That is, if the IDs are the same, the traceability management unit 107 determines that a character string that is different between two or more documents 301 is a common character string. Then, the traceability management unit 107 creates the traceability data 108 of FIG. At this time, the same ID as the ID of the traceability information database 106 is stored as the ID of the traceability data 108. As the appearance position of the traceability data 108, the name of the document 301 where the traceability information appears and the position where the traceability information appears are stored.

図2のステップS15において、トレーサビリティ管理装置200の同綴異義語判定部109は、トレーサビリティ管理部107により出力されたトレーサビリティデータ108に基づき、トレーサビリティ管理部107により抽出された2つ以上の文書301に対して構文解析を実施して、上記同じグループに属する文字列の意味を特定する。互いに意味が異なる2つ以上の文字列が上記同じグループに含まれている場合、同綴異義語判定部109は、トレーサビリティ情報データベース106に格納されたデータを補正する。   In step S15 of FIG. 2, the synonym synonym determination unit 109 of the traceability management apparatus 200 adds two or more documents 301 extracted by the traceability management unit 107 based on the traceability data 108 output by the traceability management unit 107. Parsing is performed for the meaning of the character strings belonging to the same group. When two or more character strings having different meanings are included in the same group, the same spelling synonym determination unit 109 corrects the data stored in the traceability information database 106.

具体的には、同綴異義語判定部109は、文書301、トレーサビリティ情報データベース106のデータ、および、トレーサビリティデータ108を取得し、文書301中に現れたトレーサビリティ情報を含む文章に対して構文解析を行い、文章中でのトレーサビリティ情報の意味を特定する。意味の特定方法としては、図6のトレーサビリティデータ108の上位文書出現位置および下位文書出現位置それぞれに対して、トレーサビリティ情報を含む文章の字句解析を行い、トレーサビリティ情報を根とした構文解析木を作成する方法を用いることができる。同綴異義語判定部109は、この操作を同一IDのトレーサビリティ情報を含む全文章に対して実施する。実施後、同綴異義語判定部109は、上位文書で作成された同一IDの全構文解析木の相似度を枝葉の一致数から算出し、相似度の高い組み合わせでグループを作成する。その後、同綴異義語判定部109は、グループごとに、下位文書で作成された構文木との相似度の測定を行い、最も相似度が高いグループと下位文書との紐付けを行い、図7のトレーサビリティデータベース110を作成する。   Specifically, the synonym synonym determination unit 109 acquires the document 301, the data of the traceability information database 106, and the traceability data 108, and parses the sentence including the traceability information that appears in the document 301. And identify the meaning of traceability information in the text. As a meaning identification method, lexical analysis of sentences including traceability information is performed for each of the upper document appearance position and the lower document appearance position of the traceability data 108 in FIG. 6, and a parse tree based on the traceability information is created. Can be used. The same spelling synonym determination unit 109 performs this operation on all sentences including traceability information with the same ID. After the implementation, the synonym synonym determination unit 109 calculates the similarity of all the parse trees with the same ID created in the upper document from the number of matches of the branches and leaves, and creates a group with a combination having a high similarity. Thereafter, the synonym pronoun determination unit 109 measures the similarity with the syntax tree created in the lower document for each group, links the group having the highest similarity with the lower document, and performs FIG. The traceability database 110 is created.

***実施の形態の効果の説明***
本実施の形態では、トレーサビリティ情報データベース106に格納されるトレーサビリティ情報が適宜補正されるため、文書間のトレーサビリティを確保しやすくなる。
*** Explanation of the effect of the embodiment ***
In the present embodiment, since the traceability information stored in the traceability information database 106 is corrected as appropriate, it is easy to ensure traceability between documents.

本実施の形態では、製品開発時の各工程で作成された文書301間のトレーサビリティ確保に用いるトレーサビリティ情報を更新することでトレーサビリティの網羅性および精度を向上させることができる。   In the present embodiment, it is possible to improve the completeness and accuracy of traceability by updating the traceability information used for ensuring traceability between documents 301 created in each process at the time of product development.

本実施の形態では、複数の文字列間での表記ゆれがトレーサビリティ管理の対象の文書301に存在した場合、表記ゆれを検出し、それら複数の文字列を同一文字列として取り扱うことによって、従来のパターンマッチングでは一致しなかった文字列を一致させることができる。すなわち、製品開発時の各工程で作成された文書301間で表記ゆれがあった場合でも、文書301の修正なしにトレーサビリティを確保することが可能となり、トレーサビリティの抜け漏れを削減することが可能となる。さらに、表記ゆれの種類を定義し、同一文字列として扱う表記ゆれの種類を指定することが可能となる。   In the present embodiment, when there is a notation fluctuation between a plurality of character strings in the document 301 subject to traceability management, the notation fluctuation is detected, and the plurality of character strings are handled as the same character string. Character strings that did not match in pattern matching can be matched. That is, even if there is a notation between the documents 301 created in each process at the time of product development, traceability can be secured without correction of the document 301, and omission of traceability can be reduced. Become. Furthermore, it is possible to define the type of notation fluctuation and specify the type of notation fluctuation that is handled as the same character string.

また、本実施の形態では、文書301中にトレーサビリティ情報が出現した頻度を計測し、出現頻度が閾値を超えない場合、トレーサビリティ情報から文字列一致を阻害する要因である特定の文字列を除外して再度検索を行うことで、トレーサビリティ情報の出現率を向上させることができる。すなわち、人手で作成したトレーサビリティ情報の精度を自動的に改善することが可能となり、トレーサビリティの抜け漏れを削減することが可能となる。さらに、除外する文字列を指定することが可能である。   In the present embodiment, the frequency at which traceability information appears in the document 301 is measured, and when the appearance frequency does not exceed the threshold, a specific character string that is a factor that inhibits character string matching is excluded from the traceability information. By performing the search again, the appearance rate of traceability information can be improved. That is, it is possible to automatically improve the accuracy of the traceability information created manually, and to reduce omission of traceability. Furthermore, it is possible to specify a character string to be excluded.

さらに、本実施の形態では、トレーサビリティ情報と一致する文字列を含む文書301に対して構文解析を実施し、トレーサビリティ情報の意味を特定することで、同綴異義語を区別し、異なるトレーサビリティ情報として判別することで誤ったトレーサビリティの確保を削減することができる。その結果、トレーサビリティの精度を向上することが可能となる。   Furthermore, in the present embodiment, syntactic analysis is performed on the document 301 including the character string that matches the traceability information, and the meaning of the traceability information is specified, so that the same-synonyms are distinguished, and different traceability information is obtained. By making the determination, it is possible to reduce erroneous traceability. As a result, the accuracy of traceability can be improved.

以上説明したように、本実施の形態によれば、トレーサビリティ情報の出現頻度を用いたトレーサビリティ情報の補正、および、パターンマッチングを用いたトレーサビリティ管理ツールではトレーサビリティが確保できなかった表記ゆれへの対応により、トレーサビリティの抜け漏れを解消することが可能となる。さらに、同綴異義語の特定により、誤ったトレーサビリティの確保を防止することでトレーサビリティの精度を向上させることが可能となる。   As described above, according to the present embodiment, the correction of traceability information using the appearance frequency of traceability information and the correspondence to the notation fluctuation that could not be secured by the traceability management tool using pattern matching. It becomes possible to eliminate the omission of traceability. Furthermore, the accuracy of traceability can be improved by specifying the same spelling synonyms and preventing the wrong traceability from being ensured.

***他の構成***
本実施の形態では、表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の機能がソフトウェアにより実現されるが、変形例として、表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の機能がソフトウェアとハードウェアとの組み合わせにより実現されてもよい。すなわち、表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の機能の一部が専用の電子回路により実現され、残りがソフトウェアにより実現されてもよい。
*** Other configurations ***
In the present embodiment, the functions of the notation fluctuation data creation unit 101, the excluded character string data creation unit 105, the traceability management unit 107, and the same spelling synonym determination unit 109 are realized by software. The functions of the creation unit 101, the excluded character string data creation unit 105, the traceability management unit 107, and the same spelling synonym determination unit 109 may be realized by a combination of software and hardware. That is, part of the functions of the notation fluctuation data creation unit 101, the excluded character string data creation unit 105, the traceability management unit 107, and the same-synonym determination unit 109 are realized by a dedicated electronic circuit, and the rest are realized by software. Also good.

専用の電子回路は、例えば、単一回路、複合回路、プログラム化したプロセッサ、並列プログラム化したプロセッサ、ロジックIC、GA、FPGAまたはASICである。「GA」は、Gate Arrayの略語である。「FPGA」は、Field−Programmable Gate Arrayの略語である。「ASIC」は、Application Specific Integrated Circuitの略語である。   The dedicated electronic circuit is, for example, a single circuit, a composite circuit, a programmed processor, a parallel programmed processor, a logic IC, a GA, an FPGA, or an ASIC. “GA” is an abbreviation for Gate Array. “FPGA” is an abbreviation for Field-Programmable Gate Array. “ASIC” is an abbreviation for Application Specific Integrated Circuit.

プロセッサ201、メモリ202および専用の電子回路を、総称して「プロセッシングサーキットリ」という。つまり、表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の機能がソフトウェアにより実現されるか、ソフトウェアとハードウェアとの組み合わせにより実現されるかに関わらず、表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の機能は、プロセッシングサーキットリにより実現される。   The processor 201, the memory 202, and the dedicated electronic circuit are collectively referred to as a “processing circuit”. That is, the functions of the notation fluctuation data creation unit 101, the excluded character string data creation unit 105, the traceability management unit 107, and the same spelling synonym determination unit 109 are realized by software, or by a combination of software and hardware. Regardless of this, the functions of the notation fluctuation data creation unit 101, the excluded character string data creation unit 105, the traceability management unit 107, and the synonym synonym determination unit 109 are realized by processing circuitry.

トレーサビリティ管理装置200の「装置」を「方法」に読み替え、表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の「部」を「工程」に読み替えてもよい。あるいは、トレーサビリティ管理装置200の「装置」を「プログラム」、「プログラムプロダクト」または「プログラムを記録したコンピュータ読取可能な媒体」に読み替え、表記ゆれデータ作成部101、除外文字列データ作成部105、トレーサビリティ管理部107および同綴異義語判定部109の「部」を「手順」または「処理」に読み替えてもよい。   The “device” in the traceability management device 200 is read as “method”, and the “part” in the notation fluctuation data creation unit 101, the excluded character string data creation unit 105, the traceability management unit 107, and the same-synonym synonym determination unit 109 is “process” May be read as Alternatively, the “device” of the traceability management device 200 is replaced with “program”, “program product”, or “computer-readable medium storing the program”, the notation fluctuation data creation unit 101, the excluded character string data creation unit 105, traceability The “part” in the management unit 107 and the same spelling synonym determination unit 109 may be read as “procedure” or “processing”.

100 表記ゆれ設定データベース、101 表記ゆれデータ作成部、102 新・旧漢字対応データベース、103 送り仮名データベース、104 除外文字列データベース、105 除外文字列データ作成部、106 トレーサビリティ情報データベース、107 トレーサビリティ管理部、108 トレーサビリティデータ、109 同綴異義語判定部、110 トレーサビリティデータベース、200 トレーサビリティ管理装置、201 プロセッサ、202 メモリ、203 入力装置、204 ディスプレイ、301 文書。   100 Notation fluctuation setting database, 101 Notation fluctuation data creation unit, 102 New / old kanji correspondence database, 103 Sending kana database, 104 Excluded character string database, 105 Excluded character string data creation unit, 106 Traceability information database, 107 Traceability management unit, 108 traceability data, 109 consensus synonym determination unit, 110 traceability database, 200 traceability management device, 201 processor, 202 memory, 203 input device, 204 display, 301 document.

Claims (8)

文書のトレーサビリティ管理のために複数の文書中で検索される文字列を示すデータを格納するトレーサビリティ情報データベースと、
文書の入力を受けるトレーサビリティ管理部と、
前記トレーサビリティ情報データベースに格納されたデータが示す文字列を第1文字列として取得し、前記トレーサビリティ管理部に入力された文書中で前記第1文字列を検索して、前記第1文字列の出現回数が閾値を下回っている場合、前記第1文字列から一部の文字列を除外して第2文字列を作成し、前記トレーサビリティ管理部に入力された文書中で前記第2文字列を検索して、前記第2文字列の出現回数が前記閾値を上回っている場合、前記トレーサビリティ情報データベースに格納されたデータを、前記第1文字列に代えて前記第2文字列を示すデータに更新する除外文字列データ作成部と
を備えるトレーサビリティ管理装置。
A traceability information database for storing data indicating character strings searched in a plurality of documents for document traceability management;
A traceability manager that receives input of documents;
The character string indicated by the data stored in the traceability information database is acquired as a first character string, the first character string is searched in the document input to the traceability management unit, and the appearance of the first character string If the number of times is less than the threshold, a part of the first character string is excluded to create a second character string, and the second character string is searched in the document input to the traceability management unit If the number of appearances of the second character string exceeds the threshold, the data stored in the traceability information database is updated to data indicating the second character string instead of the first character string. A traceability management device comprising an excluded character string data creation unit.
あらかじめ指定された文字列を示すデータを格納する除外文字列データベースをさらに備え、
前記除外文字列データ作成部は、前記第1文字列の出現回数が前記閾値を下回っている場合、前記除外文字列データベースに格納されたデータが示す文字列を前記第1文字列から除外して前記第2文字列を作成する請求項1に記載のトレーサビリティ管理装置。
It further includes an excluded character string database that stores data indicating a character string designated in advance.
The excluded character string data creation unit excludes the character string indicated by the data stored in the excluded character string database from the first character string when the number of appearances of the first character string is less than the threshold value. The traceability management apparatus according to claim 1, wherein the second character string is created.
前記トレーサビリティ情報データベースに格納されたデータが示す文字列を第3文字列として取得し、前記第3文字列の表記を変更して第4文字列を作成し、前記トレーサビリティ情報データベースに格納されたデータを、前記第3文字列に加えて前記第4文字列を示すデータに更新する表記ゆれデータ作成部をさらに備える請求項1または2に記載のトレーサビリティ管理装置。   Data obtained by acquiring the character string indicated by the data stored in the traceability information database as a third character string, creating a fourth character string by changing the notation of the third character string, and storing the data stored in the traceability information database The traceability management device according to claim 1, further comprising: a notation fluctuation data creation unit that updates the data to data indicating the fourth character string in addition to the third character string. あらかじめ指定された表記ゆれの種類を示すデータを格納する表記ゆれ設定データベースをさらに備え、
前記表記ゆれデータ作成部は、前記表記ゆれ設定データベースに格納されたデータが示す種類に応じて前記第3文字列から前記第4文字列を作成する請求項3に記載のトレーサビリティ管理装置。
A notation fluctuation setting database for storing data indicating the type of notation fluctuation specified in advance is further provided.
The traceability management apparatus according to claim 3, wherein the notation fluctuation data creation unit creates the fourth character string from the third character string in accordance with a type indicated by data stored in the notation fluctuation setting database.
前記トレーサビリティ情報データベースに格納されたデータは、一意の識別子ごとに、表記ゆれにより互いに表記が異なる文字列のグループを示すデータであり、
前記トレーサビリティ管理部は、前記複数の文書のうち、同じグループに属する文字列が出現する2つ以上の文書を抽出し、前記同じグループに対応する識別子と、抽出した文書を識別する情報とを含むデータを出力する請求項3または4に記載のトレーサビリティ管理装置。
The data stored in the traceability information database is data indicating a group of character strings whose notations are different from each other due to notation fluctuations for each unique identifier,
The traceability management unit extracts two or more documents in which character strings belonging to the same group appear from the plurality of documents, and includes an identifier corresponding to the same group and information for identifying the extracted document The traceability management device according to claim 3 or 4, which outputs data.
前記トレーサビリティ管理部により出力されたデータに基づき、前記トレーサビリティ管理部により抽出された2つ以上の文書に対して構文解析を実施して、前記同じグループに属する文字列の意味を特定し、互いに意味が異なる2つ以上の文字列が前記同じグループに含まれている場合、前記トレーサビリティ情報データベースに格納されたデータを補正する同綴異義語判定部をさらに備える請求項5に記載のトレーサビリティ管理装置。   Based on the data output by the traceability management unit, two or more documents extracted by the traceability management unit are parsed to identify the meanings of the character strings belonging to the same group and to mean each other The traceability management apparatus according to claim 5, further comprising: a synonym synonym determination unit that corrects data stored in the traceability information database when two or more character strings having different numbers are included in the same group. 文書のトレーサビリティ管理のために複数の文書中で検索される文字列を示すデータを格納するトレーサビリティ情報データベースを用いるトレーサビリティ管理方法において、
トレーサビリティ管理部が、文書の入力を受け、
除外文字列データ作成部が、前記トレーサビリティ情報データベースに格納されたデータが示す文字列を第1文字列として取得し、前記トレーサビリティ管理部に入力された文書中で前記第1文字列を検索して、前記第1文字列の出現回数が閾値を下回っている場合、前記第1文字列から一部の文字列を除外して第2文字列を作成し、前記トレーサビリティ管理部に入力された文書中で前記第2文字列を検索して、前記第2文字列の出現回数が前記閾値を上回っている場合、前記トレーサビリティ情報データベースに格納されたデータを、前記第1文字列に代えて前記第2文字列を示すデータに更新するトレーサビリティ管理方法。
In a traceability management method using a traceability information database for storing data indicating character strings searched in a plurality of documents for traceability management of documents,
The traceability management department receives the input of the document,
An excluded character string data creation unit obtains a character string indicated by data stored in the traceability information database as a first character string, and searches for the first character string in a document input to the traceability management unit. When the number of appearances of the first character string is less than a threshold value, a second character string is created by excluding a part of the character string from the first character string, and the document is input to the traceability management unit. When the second character string is searched for and the number of appearances of the second character string exceeds the threshold, the data stored in the traceability information database is replaced with the first character string. A traceability management method that updates data that represents character strings.
文書のトレーサビリティ管理のために複数の文書中で検索される文字列を示すデータを格納するトレーサビリティ情報データベースを備えるコンピュータに、
文書の入力を受ける処理と、
前記トレーサビリティ情報データベースに格納されたデータが示す文字列を第1文字列として取得し、入力された文書中で前記第1文字列を検索して、前記第1文字列の出現回数が閾値を下回っている場合、前記第1文字列から一部の文字列を除外して第2文字列を作成し、入力された文書中で前記第2文字列を検索して、前記第2文字列の出現回数が前記閾値を上回っている場合、前記トレーサビリティ情報データベースに格納されたデータを、前記第1文字列に代えて前記第2文字列を示すデータに更新する処理と
を実行させるトレーサビリティ管理プログラム。
A computer having a traceability information database for storing data indicating character strings searched in a plurality of documents for the purpose of document traceability management.
Processing to receive input of documents,
A character string indicated by data stored in the traceability information database is acquired as a first character string, the first character string is searched in the input document, and the number of appearances of the first character string falls below a threshold value. The second character string is created by excluding a part of the character string from the first character string, the second character string is searched in the input document, and the second character string appears. A traceability management program for executing a process of updating data stored in the traceability information database to data indicating the second character string instead of the first character string when the number of times exceeds the threshold.
JP2016236119A 2016-12-05 2016-12-05 Traceability management device, traceability management method and traceability management program Expired - Fee Related JP6832687B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016236119A JP6832687B2 (en) 2016-12-05 2016-12-05 Traceability management device, traceability management method and traceability management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016236119A JP6832687B2 (en) 2016-12-05 2016-12-05 Traceability management device, traceability management method and traceability management program

Publications (2)

Publication Number Publication Date
JP2018092440A true JP2018092440A (en) 2018-06-14
JP6832687B2 JP6832687B2 (en) 2021-02-24

Family

ID=62566163

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016236119A Expired - Fee Related JP6832687B2 (en) 2016-12-05 2016-12-05 Traceability management device, traceability management method and traceability management program

Country Status (1)

Country Link
JP (1) JP6832687B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116342148A (en) * 2023-03-23 2023-06-27 山东添睿智慧信息科技有限公司 Harmless integrated traceability management system and method for medical waste

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116342148A (en) * 2023-03-23 2023-06-27 山东添睿智慧信息科技有限公司 Harmless integrated traceability management system and method for medical waste
CN116342148B (en) * 2023-03-23 2023-11-17 山东添睿智慧信息科技有限公司 Harmless integrated traceability management system and method for medical waste

Also Published As

Publication number Publication date
JP6832687B2 (en) 2021-02-24

Similar Documents

Publication Publication Date Title
US8712989B2 (en) Wild card auto completion
US10936821B2 (en) Testing and training a question-answering system
EP3080721B1 (en) Query techniques and ranking results for knowledge-based matching
Guerrouj et al. Tidier: an identifier splitting approach using speech recognition techniques
US8135580B1 (en) Multi-language relevance-based indexing and search
US8433560B2 (en) Rule based apparatus for modifying word annotations
JP5751253B2 (en) Information extraction system, method and program
CN111626048A (en) Text error correction method, device, equipment and storage medium
KR102491172B1 (en) Natural language question-answering system and learning method
JP2011511341A (en) Archive management method for approximate string matching
KR101509727B1 (en) Apparatus for creating alignment corpus based on unsupervised alignment and method thereof, and apparatus for performing morphological analysis of non-canonical text using the alignment corpus and method thereof
CN102955773B (en) For identifying the method and system of chemical name in Chinese document
CN106682209A (en) Cross-language scientific and technical literature retrieval method and cross-language scientific and technical literature retrieval system
CN104008093A (en) Method and system for chinese name transliteration
CN110532567A (en) Extracting method, device, electronic equipment and the storage medium of phrase
WO2016121048A1 (en) Text generation device and text generation method
US20110202518A1 (en) Apparatus and Methods for Providing Assistance in Detecting Mistranslation
JP5930228B2 (en) Information processing apparatus, method, and program
US9495638B2 (en) Scalable, rule-based processing
CN114676678A (en) Structured query language data parsing method and device and electronic equipment
Bhaire et al. Spell checker
JP6832687B2 (en) Traceability management device, traceability management method and traceability management program
JP2016133960A (en) Keyword extraction system, keyword extraction method, and computer program
US10572592B2 (en) Method, device, and computer program for providing a definition or a translation of a word belonging to a sentence as a function of neighbouring words and of databases
US20220067555A1 (en) Creation Assisting Device, Creation Assisting Method, And Recording Medium

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20180531

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190919

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200722

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200804

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20200828

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201109

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210202

R150 Certificate of patent or registration of utility model

Ref document number: 6832687

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees