JP4748009B2 - Data registration method - Google Patents

Data registration method Download PDF

Info

Publication number
JP4748009B2
JP4748009B2 JP2006252435A JP2006252435A JP4748009B2 JP 4748009 B2 JP4748009 B2 JP 4748009B2 JP 2006252435 A JP2006252435 A JP 2006252435A JP 2006252435 A JP2006252435 A JP 2006252435A JP 4748009 B2 JP4748009 B2 JP 4748009B2
Authority
JP
Japan
Prior art keywords
data
registration
item
database
record
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2006252435A
Other languages
Japanese (ja)
Other versions
JP2008077153A (en
Inventor
真一 有田
孝善 石田
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 JP2006252435A priority Critical patent/JP4748009B2/en
Publication of JP2008077153A publication Critical patent/JP2008077153A/en
Application granted granted Critical
Publication of JP4748009B2 publication Critical patent/JP4748009B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

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

Description

本発明はデータベースに関する。特に、データベースにデータを登録する方法に関する。   The present invention relates to a database. In particular, it relates to a method for registering data in a database.

データベースは、複数のアプリケーションソフトまたはユーザによって共有されるデータの集合である。データベースの構成は、データと当該データを分類する項目とからなる。各項目に対応するデータによって構成される組をデータレコードという。   A database is a collection of data shared by a plurality of application software or users. The configuration of the database includes data and items for classifying the data. A set composed of data corresponding to each item is called a data record.

データベースへのデータの登録は、一件のデータレコードを単位として登録する。登録する対象のデータレコードを登録レコードという。登録レコードはデータベースの個々の項目に登録する登録データと当該登録データ毎に区切る情報とを有する。データベースへの登録時は、登録データを登録データ毎に区切る情報で区切り、登録データをデータベース内の該当する項目にそれぞれ登録する。   Data is registered in the database by registering one data record as a unit. A data record to be registered is called a registration record. The registration record includes registration data to be registered in each item of the database and information delimited for each registration data. At the time of registration in the database, the registration data is divided by information dividing each registration data, and the registration data is registered in the corresponding items in the database.

登録レコードは項目を識別する情報を含まない場合がある。項目を識別する情報を含まない場合、登録レコードに含まれる各データをデータベースのどの項目に登録するかは不明である。登録レコードを構成するデータの配置がデータベースの項目の配置と同じである場合は、データベースの各項目にデータ毎を登録することが可能である。しかし、登録レコードを構成するデータの配置がデータベースの項目の配置と異なる場合は、データベースに登録することはできない。   The registration record may not contain information identifying the item. When the information for identifying the item is not included, it is unknown to which item of the database each data included in the registration record is registered. If the arrangement of the data constituting the registration record is the same as the arrangement of the items in the database, it is possible to register each data in each item of the database. However, if the arrangement of the data constituting the registration record is different from the arrangement of the items in the database, it cannot be registered in the database.

データベースへのデータの登録手法として特許文献1による方法がある。
特開平10−187751号公報
As a method for registering data in a database, there is a method according to Patent Document 1.
Japanese Patent Laid-Open No. 10-187751

本発明は、データベースへのデータの登録を自動で行う方法を提供することを課題とする。   An object of the present invention is to provide a method for automatically registering data in a database.

本発明の登録する対象のデータベースは、データを分類する複数の項目を有し、該項目に属するデータの集合により構成されるレコードが記憶される。本発明のデータ登録方法は以下の手順によりデータベースに登録データを登録する。
登録対象となる前記登録データを取得する。データベースの各項目と各データレコードとから特定されるデータ毎に登録データとの相関値を求める。相関値に対応するデータと当該データが属する項目とから相関値に応じた登録データを登録する項目の候補を求める。項目の候補に対応するデータ格納領域に登録データを登録する。
The database to be registered according to the present invention has a plurality of items for classifying data, and records composed of a set of data belonging to the items are stored. The data registration method of the present invention registers registration data in the database according to the following procedure.
The registration data to be registered is acquired. A correlation value with registered data is obtained for each data specified from each item of the database and each data record. A candidate item for registering registration data corresponding to the correlation value is obtained from the data corresponding to the correlation value and the item to which the data belongs. Registration data is registered in the data storage area corresponding to the item candidate.

また、相関値を取得するときに登録対象となる登録データを複数有する登録レコードを取得する。相関値を求めるときにデータベースのデータ毎と登録レコードの登録データ毎との相関値を求めることを特徴とする。   Further, a registration record having a plurality of registration data to be registered when acquiring a correlation value is acquired. When obtaining the correlation value, a correlation value between each data in the database and each registration data in the registration record is obtained.

また、項目に対応するデータに格納された文字列と登録データの文字列との間で共通する文字列の割合により相関値を求めることを特徴とする。   In addition, the correlation value is obtained by the ratio of the character string that is common between the character string stored in the data corresponding to the item and the character string of the registered data.

本発明により、登録データのデータベースへのデータ登録をデータベースが有するデータを利用して自動で行うことができる。   According to the present invention, registration of registration data in a database can be automatically performed using data included in the database.

以下、本発明の実施の形態を説明する。   Embodiments of the present invention will be described below.

図1は、本実施例の登録装置1の構成図である。登録装置1は登録対象のレコードである登録レコードを受け付けると、データベースに新規のレコードとして登録する。登録装置1は制御部10、入力部11、出力部12、記憶部13およびデータベース14を有する。   FIG. 1 is a configuration diagram of a registration apparatus 1 according to the present embodiment. When the registration device 1 accepts a registration record that is a record to be registered, the registration device 1 registers it as a new record in the database. The registration device 1 includes a control unit 10, an input unit 11, an output unit 12, a storage unit 13, and a database 14.

登録装置1の制御部10は登録装置1の記憶部13に格納された取得プログラム15、演算プログラム16、登録プログラム17を読み出して実行することにより、データベース14に登録レコードを登録するための取得手段、演算手段および登録手段として機能する。   The control unit 10 of the registration device 1 reads and executes the acquisition program 15, the calculation program 16, and the registration program 17 stored in the storage unit 13 of the registration device 1, thereby acquiring acquisition means for registering the registration record in the database 14. It functions as a calculation means and a registration means.

記憶部13には制御部10が取得手段、演算手段および登録手段を実行するために必要な情報が記憶される。例えば、取得プログラム15、演算プログラム16および登録プログラム17を記憶する。記憶部13はコンピュータが読み取り可能な記憶媒体である。コンピュータが読み取り可能な記憶媒体は、例えば、ハードディスクドライブ、RAM等である。   The storage unit 13 stores information necessary for the control unit 10 to execute the acquisition unit, the calculation unit, and the registration unit. For example, an acquisition program 15, an arithmetic program 16, and a registration program 17 are stored. The storage unit 13 is a computer-readable storage medium. Examples of the computer-readable storage medium include a hard disk drive and a RAM.

入力部11は外部からの命令または情報等を受け付け制御部10に受け渡す。外部からの命令または情報等は、例えば、登録する対象である登録レコードの情報、データベース14のデータ更新命令、後述する未分類のデータの登録指示の情報等の入力情報である。制御部10の取得手段、演算手段および登録手段は、入力部11から受け付けた入力情報に応じた処理を実行する。出力部12は出力部12の画面上に表示すべき情報を制御部10から受け取り、出力部12の画面上に出力する。   The input unit 11 receives an external command or information and passes it to the control unit 10. The command or information from the outside is, for example, input information such as information on a registration record to be registered, a data update command in the database 14, and information on a registration instruction for unclassified data described later. The acquisition unit, the calculation unit, and the registration unit of the control unit 10 execute processing according to the input information received from the input unit 11. The output unit 12 receives information to be displayed on the screen of the output unit 12 from the control unit 10 and outputs the information on the screen of the output unit 12.

データベース14は、本実施例においてデータを登録する対象となるデータベースである。図2は、データベース14の構成図である。データベース14はデータ29の集合である。データ29は項目21乃至27の属性に分類されて記憶される。項目21乃至27の属性は予め区分される。各項目21乃至27は、項目21「ID」、項目22「システム名」、項目23「OS」、項目24「メーラー」、項目25「DVD」、項目26「セキュリティ」および項目27「未分類」である。例えば、項目21「ID」の場合、データ29は、「1」、「2」、「3」、「4」あるいは「5」である。項目22「システム名」の場合、データ29は、「Aシステム」、「Bシステム」、「Cシステム」、「Dシステム」あるいは「Eシステム」である。   The database 14 is a database to which data is registered in the present embodiment. FIG. 2 is a configuration diagram of the database 14. The database 14 is a set of data 29. The data 29 is classified and stored in the attributes of items 21 to 27. The attributes of items 21 to 27 are classified in advance. The items 21 to 27 are an item 21 “ID”, an item 22 “system name”, an item 23 “OS”, an item 24 “mailer”, an item 25 “DVD”, an item 26 “security”, and an item 27 “unclassified”. It is. For example, in the case of the item 21 “ID”, the data 29 is “1”, “2”, “3”, “4”, or “5”. In the case of the item 22 “system name”, the data 29 is “A system”, “B system”, “C system”, “D system” or “E system”.

レコード28は項目21乃至27に対応するデータ29の集合によって構成された組である。項目21「ID」の「1」のデータが属するレコード28は、項目22「システム名」について「Aシステム」、項目23「OS」について「WinwinA」、項目24「メーラー」について「Mail_A_v1」、項目25「DVD」については「−」、項目26「セキュリティ」について「VirusA」および項目27「未分類」について「−」からなるデータの集合によって構成された組となる。   The record 28 is a set constituted by a set of data 29 corresponding to the items 21 to 27. The record 28 to which the data “1” of the item 21 “ID” belongs is “A system” for the item 22 “system name”, “WinwinA” for the item 23 “OS”, “Mail_A_v1” for the item 24 “mailer”, item 25 “DVD” is a set composed of a set of data consisting of “−”, item 26 “security” “Virus A”, and item 27 “unclassified” “-”.

次に、データベース14の項目の属性について説明する。項目21「ID」は、データベース14内のレコード毎に付される識別番号である。項目22「システム名」は、対象のレコードが採用するシステムの名称である。項目23「OS」は、対象のレコードが採用するシステムで使用するオペレーティングシステム(以下OS)の名称である。項目24「メーラー」は、対象のレコードが採用するシステムで使用する電子メールの送受信等を行うソフトウェアの名称である。項目25「DVD」は、対象のレコードが採用するシステムで使用するディジタルビデオディスク(以下DVD)を再生するソフトウェアの名称である。項目26「セキュリティ」は、対象のレコードが採用するシステムで使用するウィルス駆除ソフトウェアの名称である。項目27「未分類」は、登録データのデータ登録処理を行った結果、該当する項目が無いと判断した登録データが格納される項目である。変数K41および変数R42は、後述する登録レコード31をデータベース14に登録する際に使用する変数である。   Next, attributes of items in the database 14 will be described. The item 21 “ID” is an identification number assigned to each record in the database 14. The item 22 “system name” is the name of the system adopted by the target record. The item 23 “OS” is the name of an operating system (hereinafter referred to as OS) used in the system adopted by the target record. The item 24 “mailer” is the name of software that performs transmission / reception of an electronic mail used in the system adopted by the target record. Item 25 “DVD” is the name of software for playing back a digital video disc (hereinafter referred to as DVD) used in the system adopted by the target record. Item 26 “Security” is the name of virus removal software used in the system adopted by the target record. The item 27 “uncategorized” is an item in which registration data determined to have no corresponding item as a result of the data registration process of registration data is stored. A variable K41 and a variable R42 are variables used when registering a registration record 31 described later in the database 14.

次にデータベース14に登録する対象となる登録レコードの構成について説明する。データベース14へのデータの登録は、一件のデータレコードを単位として登録する。登録する対象のデータレコードを登録レコードという。図3は、データベース14に登録する対象となる登録レコード31のデータ構成図である。登録レコード31は登録対象となる登録データ32乃至37と登録データ単位で区切るための区切情報38とから構成される。登録データ32乃至37は、データベース14の項目21乃至27に対応するデータ領域に登録するデータである。図3において登録データ32乃至37は登録データ32「Eシステム」、登録データ33「WinwinA」、登録データ34「Mail_A_v3」、登録データ35「VirusA」、登録データ36「ディーブイディA」、登録データ37「new_soft」である。区切情報38は予め指定された情報である。登録装置1の記憶部13は区切情報38の記号情報を予め記憶する。例えば、カンマ記号、空白記号である。登録レコード31内の登録データ32乃至37の配置は、データベース14内の各項目21乃至27の配置と同一か否かは不明である。図1の登録装置1の入力部11から記憶手段13内の登録レコード31の格納場所が特定され、図1の登録装置1の制御部10に入力される。なお、登録レコード31は直接入力部11に入力する方式であってもよい。変数I43は、後述する登録レコード31をデータベース14に登録する際に使用する変数である。   Next, the configuration of a registration record to be registered in the database 14 will be described. Data is registered in the database 14 by registering one data record as a unit. A data record to be registered is called a registration record. FIG. 3 is a data configuration diagram of the registration record 31 to be registered in the database 14. The registration record 31 includes registration data 32 to 37 to be registered and delimiter information 38 for delimiting in registration data units. The registration data 32 to 37 are data to be registered in the data area corresponding to the items 21 to 27 of the database 14. In FIG. 3, registration data 32 to 37 are registration data 32 “E system”, registration data 33 “WinwinA”, registration data 34 “Mail_A_v3”, registration data 35 “VirusA”, registration data 36 “Divide A”, and registration data 37. “New_soft”. The delimiter information 38 is information specified in advance. The storage unit 13 of the registration device 1 stores symbol information of the delimiter information 38 in advance. For example, a comma symbol and a blank symbol. It is unclear whether the arrangement of the registration data 32 to 37 in the registration record 31 is the same as the arrangement of the items 21 to 27 in the database 14. The storage location of the registration record 31 in the storage unit 13 is specified from the input unit 11 of the registration device 1 in FIG. 1 and is input to the control unit 10 of the registration device 1 in FIG. The registration record 31 may be input directly to the input unit 11. The variable I43 is a variable used when registering a registration record 31 to be described later in the database 14.

次に表示装置1が登録レコード31をデータベース14に登録する際に実行する処理について説明する。登録レコード31に含まれる登録データ32乃至37と登録先のデータベース14の項目21乃至27との対応関係は不明である。したがって、登録データ32乃至37のそれぞれについて登録先となるデータベース14の項目22乃至27を決定する必要がある。登録装置1は、図3の登録レコード31の登録データ32乃至37のそれぞれについて登録先となるデータベース14の項目22乃至27を決定し、図2のデータベース14に登録する処理を以下のフローチャートにより実行する。   Next, a process executed when the display device 1 registers the registration record 31 in the database 14 will be described. The correspondence between the registration data 32 to 37 included in the registration record 31 and the items 21 to 27 of the registration destination database 14 is unknown. Therefore, it is necessary to determine the items 22 to 27 of the database 14 as the registration destination for each of the registration data 32 to 37. The registration device 1 determines the items 22 to 27 of the database 14 as the registration destination for each of the registration data 32 to 37 of the registration record 31 of FIG. 3, and executes the process of registering in the database 14 of FIG. To do.

図4は、図3の登録レコード31の登録データ32乃至37のそれぞれについて登録先となる図2のデータベース14の項目22乃至27を決定し、データベース14に登録するフローチャートである。   4 is a flowchart for determining the items 22 to 27 of the database 14 of FIG. 2 as registration destinations for each of the registration data 32 to 37 of the registration record 31 of FIG.

制御部10の取得手段は、入力部11を介して登録レコード31を取得する(S01)。ここで、S01の登録画面について説明する。   The acquisition unit of the control unit 10 acquires the registration record 31 via the input unit 11 (S01). Here, the registration screen of S01 will be described.

図6は、図4のS01における登録レコード31の登録画面80である。制御部10の取得手段は、データベース14に登録する対象となる登録レコード31を特定する情報を取得するための登録画面の情報を出力部13に送信する。出力部13は制御部10から受け取った登録レコード31の登録画面80を表示する。登録レコード31の登録画面80上は新規レコード登録である旨のタイトル81、操作案内の表示欄82、登録レコード入力欄83、参照ボタン84及び登録ボタン85を有する。操作案内の表示欄82には、「参照ボタンを押して登録する登録レコードを指定して下さい。指定後、登録ボタンを押して下さい。」のメッセージが表示される。   FIG. 6 is a registration screen 80 of the registration record 31 in S01 of FIG. The acquisition unit of the control unit 10 transmits information on a registration screen for acquiring information for specifying the registration record 31 to be registered in the database 14 to the output unit 13. The output unit 13 displays the registration screen 80 of the registration record 31 received from the control unit 10. The registration screen 31 of the registration record 31 has a title 81 indicating that a new record is registered, an operation guidance display field 82, a registration record input field 83, a reference button 84, and a registration button 85. In the operation guidance display field 82, a message “Please press the reference button to specify the registration record to be registered. After specifying, press the registration button.” Is displayed.

登録レコード入力欄83は登録レコード31のファイルが格納されている場所情報を入力する欄である。利用者は入力部11を介して登録レコード入力欄83に登録レコード31のファイルが格納されている場所情報を入力する。例えば、登録レコード31が記憶部13に格納されており、記憶部13がディレクトリ構造で各種のファイルを記憶している場合は、登録レコード31が格納されているディレクトリを特定する情報を登録レコード入力欄83に入力する。図6の例では、ディレクトリの構造が「C:/00data/00toroku」であり、「00toroku」のディレクトリに格納されたファイル名「01.dat」が登録レコード31のファイルである。参照ボタン84は、記憶部13のディレクトリ構造を出力部12に表示させるボタンである。利用者は入力部11を介して出力部12の画面上に表示されたディレクトリ構造から登録レコード31のファイルが格納されている記憶部13内のディレクトリを選択する。特定されたディレクトリの情報は、登録レコード入力欄83に表示される。登録ボタン85は、登録レコード入力欄83に表示された登録レコード31を制御部10の取得手段が受け取る指示を登録装置1の制御部10に与えるボタンである。図4のフローチャートの説明に戻る。   The registration record input field 83 is a field for inputting location information where the file of the registration record 31 is stored. The user inputs the location information where the file of the registration record 31 is stored in the registration record input field 83 via the input unit 11. For example, when the registration record 31 is stored in the storage unit 13 and the storage unit 13 stores various files in a directory structure, information specifying the directory in which the registration record 31 is stored is input to the registration record. Enter in the field 83. In the example of FIG. 6, the directory structure is “C: / 00data / 00troku”, and the file name “01.dat” stored in the directory “00troku” is the file of the registration record 31. The reference button 84 is a button for displaying the directory structure of the storage unit 13 on the output unit 12. The user selects a directory in the storage unit 13 in which the file of the registration record 31 is stored from the directory structure displayed on the screen of the output unit 12 via the input unit 11. Information on the specified directory is displayed in the registration record input field 83. The registration button 85 is a button for giving the control unit 10 of the registration apparatus 1 an instruction for the acquisition unit of the control unit 10 to receive the registration record 31 displayed in the registration record input field 83. Returning to the flowchart of FIG.

次に制御部10の取得手段は、取得した登録レコード31とデータベース14とから相関テーブル50を作成する(S02)。相関テーブル50は、登録レコード31の各登録データ32乃至37とデータベース14の個別のデータとの相関値を求め、項目22乃至26毎の全てのレコードの相関値の総和を記憶するテーブルである。相関テーブル50は、登録レコードをデータベース14に登録する処理を実行する度に一時的に記憶部13に作成される。   Next, the acquisition means of the control unit 10 creates a correlation table 50 from the acquired registration record 31 and the database 14 (S02). The correlation table 50 is a table that obtains correlation values between the registration data 32 to 37 of the registration record 31 and individual data of the database 14 and stores the sum of the correlation values of all the records for each of the items 22 to 26. The correlation table 50 is temporarily created in the storage unit 13 every time processing for registering registration records in the database 14 is executed.

図7は、図4のS02で取得手段が新たに作成する相関テーブル50のデータ構成図である。相関テーブル50の項目は、項目51「登録データ」、項目52「システム名」、項目53「OS」、項目54「メーラー」、項目55「DVD」及び項目56「セキュリティ」で構成される。項目51「登録データ」には、登録レコード31の各登録データ32乃至37が記憶される。相関テーブル50の項目52乃至56は、項目22「システム名」が項目52「システム名」に、項目23「OS」が項目53「OS」に、項目24「メーラー」が項目54「メーラー」に、項目25「DVD」が項目55「DVD」に、項目26「セキュリティ」が項目56「セキュリティ」にそれぞれ対応する。   FIG. 7 is a data configuration diagram of the correlation table 50 newly created by the acquisition unit in S02 of FIG. The items in the correlation table 50 include an item 51 “registered data”, an item 52 “system name”, an item 53 “OS”, an item 54 “mailer”, an item 55 “DVD”, and an item 56 “security”. The item 51 “registration data” stores the registration data 32 to 37 of the registration record 31. In the items 52 to 56 of the correlation table 50, the item 22 “system name” is the item 52 “system name”, the item 23 “OS” is the item 53 “OS”, and the item 24 “mailer” is the item 54 “mailer”. , Item 25 “DVD” corresponds to item 55 “DVD”, and item 26 “security” corresponds to item 56 “security”.

相関テーブルはデータベース14の項目21「ID」および項目27「未分類」を除いて作成する。項目21「ID」を相関テーブル50の項目から除くのは、項目21「ID」に対応するデータは登録レコードを登録する際にレコードに対して新たに付加される番号であるためである。項目27「未分類」を相関テーブル50の項目から除くのは、登録データが項目22乃至26までに該当しない場合に項目27「未分類」に登録されるためである。   The correlation table is created except for the item 21 “ID” and the item 27 “unclassified” in the database 14. The reason why the item 21 “ID” is excluded from the items in the correlation table 50 is that the data corresponding to the item 21 “ID” is a number newly added to the record when the registration record is registered. The reason why the item 27 “unclassified” is excluded from the items in the correlation table 50 is that the item 27 “unclassified” is registered when the registered data does not correspond to the items 22 to 26.

相関テーブル50の項目51に格納するデータは、登録データ32「Eシステム」が登録データ57「Eシステム」と、登録データ33「WinwinA」が登録データ58「WinwinA」と、登録データ34「MAIL_A_v3」が登録データ59「MAIL_A_v3」と、登録データ35「VirusA」が登録データ60「VirusA」と、登録データ36「ディーブイディA」が登録データ61「ディーブイディA」と、登録データ37「new_soft」が登録データ62「new_soft」となる。   The data stored in the item 51 of the correlation table 50 includes registration data 32 “E system” as registration data 57 “E system”, registration data 33 “Winwin A” as registration data 58 “Winwin A”, and registration data 34 “MAIL_A_v3”. Registration data 59 “MAIL_A_v3”, registration data 35 “VirusA” is registration data 60 “VirusA”, registration data 36 “Devey A” is registration data 61 “Devey A”, and registration data 37 “new_soft” is The registered data 62 is “new_soft”.

変数K41はデータベース14の項目21乃至26の内、演算処理の対象となる項目を特定するための変数である。相関テーブル50での変数K41は、データベース14の項目21乃至26に対応する相関テーブル50の項目51乃至56を特定するために用いる。変数I43は登録レコード31の各登録データ32乃至37の内、演算処理の対象となる登録データを特定するための変数である。相関テーブル50での変数I43は、登録レコード31の各登録データ32乃至37に対応する相関テーブル50のレコード57乃至62を特定するために用いる。図4のS02において相関テーブル50が作成されるとき、相関テーブル50内の各データの値は「0」で初期化される。   The variable K41 is a variable for specifying the item to be subjected to the arithmetic processing among the items 21 to 26 of the database 14. The variable K41 in the correlation table 50 is used to specify the items 51 to 56 of the correlation table 50 corresponding to the items 21 to 26 of the database 14. A variable I43 is a variable for specifying registration data to be subjected to arithmetic processing among the registration data 32 to 37 of the registration record 31. The variable I43 in the correlation table 50 is used to specify the records 57 to 62 of the correlation table 50 corresponding to the registration data 32 to 37 of the registration record 31. When the correlation table 50 is created in S02 of FIG. 4, the value of each data in the correlation table 50 is initialized with “0”.

図4のフローチャートの説明に戻る。制御部10の取得手段は、変数I43の初期化(S03)、変数K41の初期化(S04)、変数R42の初期化(S05)を行う。   Returning to the flowchart of FIG. The acquisition means of the control unit 10 initializes the variable I43 (S03), initializes the variable K41 (S04), and initializes the variable R42 (S05).

変数I43は登録レコード31の各登録データ32乃至37の内、相関値を算出する対象となる登録データを特定するための変数である。登録レコード31内で区切られている登録データ32乃至37の配列と変数I43の数値とが対応する。図3の登録レコード31を例とすると、変数I43が「1」の場合、相関値を算出する対象となる登録データは登録データ32「Eシステム」である。また、変数I43が「2」の場合、相関値を算出する対象となる登録データは登録データ33「WinwinA」である。以降、相関値を算出する対象となる登録データは変数I43に応じて登録データ34「Mail_A_v3」、登録データ35「VirusA」、登録データ36「ディーブイディA」、登録データ37「new_soft」となる。   A variable I43 is a variable for specifying registration data for which a correlation value is to be calculated among the registration data 32 to 37 of the registration record 31. The array of registration data 32 to 37 delimited in the registration record 31 corresponds to the numerical value of the variable I43. Taking the registration record 31 of FIG. 3 as an example, when the variable I43 is “1”, the registration data for which the correlation value is calculated is the registration data 32 “E system”. When the variable I43 is “2”, the registration data for which the correlation value is calculated is the registration data 33 “WinwinA”. Thereafter, the registration data for which the correlation value is calculated are the registration data 34 “Mail_A_v3”, the registration data 35 “VirusA”, the registration data 36 “Deevey A”, and the registration data 37 “new_soft” according to the variable I43.

変数K41はデータベース14の項目21乃至26の内、相関値を算出する対象となる項目を特定するための変数である。データベース14の項目22乃至26の配列と変数K41の数値とが対応する。図2のデータベース14を例とすると、変数K41が「1」の場合、相関値を算出する対象となる項目は項目22「システム名」である。また、変数K41が「2」の場合、相関値を算出する対象となる項目は項目23「OS」である。以降、相関値を算出する対象となる項目は変数K41に応じて項目24「メーラー」、項目25「DVD」、項目26「セキュリティ」となる。項目21「ID」を相関値の算出対象の項目から除くのは、登録レコードを登録する際にレコードに対して新たに付加される番号であるためである。項目27「未分類」を相関値の算出対象の項目から除くのは、登録データが項目22乃至26までに該当しない場合に項目27「未分類」に登録されるためである。   The variable K41 is a variable for specifying an item for which a correlation value is to be calculated among the items 21 to 26 of the database 14. The array of the items 22 to 26 in the database 14 corresponds to the numerical value of the variable K41. Taking the database 14 of FIG. 2 as an example, when the variable K41 is “1”, the item for which the correlation value is calculated is the item 22 “system name”. When the variable K41 is “2”, the item for which the correlation value is calculated is the item 23 “OS”. Subsequently, items for which correlation values are calculated are item 24 “mailer”, item 25 “DVD”, and item 26 “security” in accordance with variable K41. The reason why the item 21 “ID” is excluded from the correlation value calculation target items is that the number is newly added to the record when the registration record is registered. The reason why the item 27 “unclassified” is excluded from the items for which the correlation value is to be calculated is that the item 27 “unclassified” is registered when the registered data does not correspond to the items 22 to 26.

変数R42はデータベース14内の相関値を算出する対象となるレコード28を特定するための変数である。データベース14のレコード28の配列と変数R42の数値とが対応する。図2のデータベース14を例とすると、変数R42が「1」の場合、相関値を算出する対象となるレコード28は項目21「ID」が「1」であるレコード28が対応する。また、変数R42が「2」である場合、相関値を算出する対象となるレコード28は項目21「ID」が「2」のレコードが対応する。以降、相関値を算出する対象となるレコード28は変数R42に応じたレコードとなる。   The variable R42 is a variable for specifying the record 28 for which the correlation value in the database 14 is calculated. The array of the record 28 of the database 14 corresponds to the numerical value of the variable R42. Taking the database 14 of FIG. 2 as an example, when the variable R42 is “1”, the record 28 for which the correlation value is calculated corresponds to the record 28 whose item 21 “ID” is “1”. When the variable R42 is “2”, the record 28 for which the correlation value is calculated corresponds to the record whose item 21 “ID” is “2”. Thereafter, the record 28 for which the correlation value is calculated is a record corresponding to the variable R42.

図4の説明に戻る。制御部10の演算手段は、登録レコード31の登録データ32乃至37内の変数I43により特定される登録データとデータベース14内の変数K41および変数R42とから特定されるデータとの間の相関値を演算する(S06)。相関値の算出方法については、図8のフローチャートに詳述する。   Returning to the description of FIG. The calculation means of the control unit 10 calculates a correlation value between the registration data specified by the variable I43 in the registration data 32 to 37 of the registration record 31 and the data specified from the variable K41 and the variable R42 in the database 14. Calculate (S06). The correlation value calculation method will be described in detail in the flowchart of FIG.

図8は、相関値の算出処理のフローチャートである。相関値は、以下の手順により求める。相関値を求めるために、相関率を算出する。相関率は、データベース14の各データの文字列と登録データの文字列との間で一致する文字数を登録データの全文字数で割った値である。   FIG. 8 is a flowchart of the correlation value calculation process. The correlation value is obtained by the following procedure. In order to obtain a correlation value, a correlation rate is calculated. The correlation rate is a value obtained by dividing the number of characters that match between the character string of each data in the database 14 and the character string of the registered data by the total number of characters of the registered data.

制御部10の演算手段は、登録データの文字列に含まれる比較の対象とする文字数を定めるために登録データの総文字数ALを設定する(S31)。次に、制御部10の演算手段は、現在の相関値を演算する対象となる文字数NLの初期値を設定する(S32)。文字数NLは登録データの文字列の一部とデータベース14のデータとを比較する場合に、登録データの文字列に含まれる比較の対象とする文字数を定めるための変数である。文字数NLの初期値は、総文字数ALと同じ値を設定する。次に、制御部10の演算手段は、文字移動数LMの初期値を設定する(S33)。文字移動数LMは、データベース14のデータの文字列と比較する登録データの一部の文字列を決定する場合に、登録データ内の文字列の比較する部分を定めるための変数である。   The calculation means of the control unit 10 sets the total number of characters AL of the registration data in order to determine the number of characters to be compared included in the character string of the registration data (S31). Next, the calculation means of the control unit 10 sets an initial value of the number of characters NL for which the current correlation value is calculated (S32). The number of characters NL is a variable for determining the number of characters to be compared included in the character string of the registered data when a part of the character string of the registered data is compared with the data in the database 14. The initial value of the number of characters NL is set to the same value as the total number of characters AL. Next, the calculation means of the control unit 10 sets an initial value of the character movement number LM (S33). The character movement number LM is a variable for determining a part to be compared of the character string in the registration data when determining a part of the character string of the registration data to be compared with the character string of the data in the database 14.

次に、制御部10の演算手段は、総文字数AL、現在の文字数NL、文字移動数LMからデータベースのデータと比較する比較文字列CLを決定する(S34)。比較文字列CLは、登録データの文字列の先頭から文字移動数LMの文字数分ずらした文字から文字数NLの数まで文字列で特定される。   Next, the calculation means of the control unit 10 determines a comparison character string CL to be compared with the data in the database from the total number of characters AL, the current number of characters NL, and the number of character movements LM (S34). The comparison character string CL is specified by a character string from a character shifted from the head of the character string of the registered data by the number of characters of the character movement number LM to the number of characters NL.

次に制御部10の演算手段は、比較の対象となるデータベース14のデータの文字列内に比較文字列CLが有るか否かを判断する(S35)。比較の対象となるデータベース14のデータは、図2の変数K42、変数R43により特定されるデータベース14のデータである。   Next, the calculation means of the control unit 10 determines whether or not there is a comparison character string CL in the character string of the data in the database 14 to be compared (S35). Data in the database 14 to be compared is data in the database 14 specified by the variable K42 and the variable R43 in FIG.

制御部10の演算手段は比較文字列CLがデータベースのデータの文字列内に無いと判断した場合(S35:No)、比較文字列CLを変更するための処理を行う。まず、制御部10の演算手段は、文字移動数LMが最大値か否かを判断する(S36)。文字移動数LMの最大値は、総文字数ALと現在の文字数NLとの差分の文字数である。制御部10の演算手段は、文字移動数LMが最大値ではないと判断した場合(S36:No)、登録データ内に現在の文字数NLで特定可能な他の比較文字列が存在するため、文字移動数LMに「1」を加えて(S37)、S34の比較文字列CLの決定を行う。一方、制御部10の演算手段は、文字移動数LMが最大値であると判断した場合(S36:Yes)、登録データ内の現在の文字数NLで特定される全ての比較文字列CLについてデータベース14のデータの文字列内に含まれるか否かを判定した状態である。制御部10の演算手段は、構成する文字数を減少させた新たな比較文字列CLによってデータベース14のデータの文字列内に含まれるか否かを判定するために文字数NLから「1」を減算する(S38)。   When the calculation means of the control unit 10 determines that the comparison character string CL is not within the character string of the data in the database (S35: No), it performs a process for changing the comparison character string CL. First, the calculation means of the control unit 10 determines whether the character movement number LM is the maximum value (S36). The maximum value of the character movement number LM is the difference between the total number of characters AL and the current number of characters NL. If the calculation means of the control unit 10 determines that the character movement number LM is not the maximum value (S36: No), there is another comparison character string that can be specified by the current character number NL in the registered data. “1” is added to the movement number LM (S37), and the comparison character string CL is determined in S34. On the other hand, when the arithmetic means of the control unit 10 determines that the character movement number LM is the maximum value (S36: Yes), the database 14 for all the comparison character strings CL specified by the current character number NL in the registered data. It is in a state where it is determined whether or not it is included in the character string of the data. The calculation means of the control unit 10 subtracts “1” from the number of characters NL in order to determine whether or not it is included in the character string of the data in the database 14 by the new comparison character string CL in which the number of characters constituting it is reduced. (S38).

制御部10の演算手段は、S38で文字数NLから「1」を減算した結果、文字数NLの値が「0」であるか否かを判定する(S39)。文字数NLの値が「0」ではない場合(S39:No)、比較文字列CLに含まれる文字数を減少させた別の比較文字列CLによって再度データベース14のデータとの比較を行うため、S33にて文字移動数LMを初期化して、S34以降のステップを実行する。一方、文字数NLの値が「0」であった場合は(S39:Yes)、登録データに含まれる文字には、データベースのデータとは一致する文字が全く無い状態である。したがって、登録データとデータベース14のデータとの間の相関率は取得できない。したがって、相関値テーブル50の該当するデータ領域のデータの値を変更せずに処理を終了する。該当するデータ領域は、相関テーブル50内の変数I43と変数K41とから特定される領域である。   The calculation means of the control unit 10 determines whether or not the value of the number of characters NL is “0” as a result of subtracting “1” from the number of characters NL in S38 (S39). When the value of the number of characters NL is not “0” (S39: No), the comparison with the data in the database 14 is performed again with another comparison character string CL in which the number of characters included in the comparison character string CL is reduced. Then, the character movement number LM is initialized, and the steps after S34 are executed. On the other hand, when the value of the number of characters NL is “0” (S39: Yes), the characters included in the registered data are in a state where there is no character that matches the data in the database. Therefore, the correlation rate between the registration data and the data in the database 14 cannot be acquired. Therefore, the process ends without changing the data value in the corresponding data area of the correlation value table 50. The corresponding data area is an area specified from the variable I43 and the variable K41 in the correlation table 50.

次に図8のS35において、データベース14のデータの文字列内の比較文字列CLの有無を判断し、比較文字列CLがデータベースのデータの文字列内にあった場合(S35:Yes)以降の処理について説明する。   Next, in S35 of FIG. 8, the presence / absence of the comparison character string CL in the character string of the data in the database 14 is determined, and when the comparison character string CL is in the character string of the data in the database (S35: Yes) and thereafter. Processing will be described.

図9は、図8の相関値の算出処理のフローチャートの続きである。制御部10の演算手段は、比較文字列CLがデータベース14のデータの文字列内にあった場合は(S35:Yes)、相関率を算出する(S51)。相関率は現在の文字数NLを登録データの総文字数ALで割った値である。   FIG. 9 is a continuation of the flowchart of the correlation value calculation process of FIG. When the comparison character string CL is within the character string of the data in the database 14 (S35: Yes), the calculation means of the control unit 10 calculates the correlation rate (S51). The correlation rate is a value obtained by dividing the current number of characters NL by the total number of characters AL of the registered data.

次に、制御部10の演算手段は、S51で求めた相関率が含まれる相関値配分テーブル110の相関率111に対応するフラグ113を読出す(S52)。相関値配分テーブル110は、相関率から相関値を求めるためのテーブルである。   Next, the calculation means of the control unit 10 reads the flag 113 corresponding to the correlation rate 111 of the correlation value distribution table 110 including the correlation rate obtained in S51 (S52). The correlation value distribution table 110 is a table for obtaining a correlation value from the correlation rate.

図10は、相関値配分テーブル110である。相関値配分テーブル110は、相関率を複数の領域に分けた相関率111と、相関テーブル50に登録する相関値112と、相関率を相関値として使用することが有効であるか否かのフラグ113とを関連付けて記憶する。相関値配分テーブル110の各データは、予め定められたデータであり、データベース14の特性に応じて値の変更を可能とする。   FIG. 10 is a correlation value distribution table 110. The correlation value distribution table 110 includes a correlation rate 111 obtained by dividing the correlation rate into a plurality of areas, a correlation value 112 registered in the correlation table 50, and a flag indicating whether or not it is effective to use the correlation rate as a correlation value. 113 are stored in association with each other. Each data of the correlation value distribution table 110 is predetermined data, and the value can be changed according to the characteristics of the database 14.

相関率111は、S31においてデータベース14のデータの文字列に含まれると判断された登録データの一部の文字列の文字数NLを登録データの総文字数ALで割った相関率を複数の領域に分けたものである。相関値112は、相関率111に対応する値であり、相関テーブル50のデータに加算する値となる。相関率111の領域に対応させて、重み付けを加味した配点が可能となる。   The correlation rate 111 is obtained by dividing the correlation rate obtained by dividing the number of characters NL of a part of the character string of the registered data determined to be included in the character string of the data in the database 14 in S31 by the total number of characters AL of the registered data into a plurality of regions. It is a thing. The correlation value 112 is a value corresponding to the correlation rate 111 and is a value added to the data of the correlation table 50. It is possible to assign points with weighting corresponding to the area of the correlation rate 111.

フラグ113は、相関値112を相関テーブル50のデータに加算するか否かを決定するフラグである。登録データの一部の文字列がデータベース14のデータに含まれる場合でも、相関率が高くない場合は相関値を加算しない方が良い場合がある。例えば、個々のデータの相関率は低いがデータ個数が多い項目における相関値の総和と個々のデータの相関率は高いがデータ個数が少ない項目における相関値の総和とを比較した場合、制御部10の登録手段はどちらが有効であるのかが判断できない。したがって、単に全ての相関値の総和を相関テーブル50に加えると制御部の登録手段が誤って登録データを再配置する原因となる。フラグの値が「T」の場合は相関率111に対応する相関値112を相関テーブル50に加算する。一方、フラグの値が「F」の場合は相関率111に対応する相関値112を相関テーブル50に加算しない。図9の説明に戻る。   The flag 113 is a flag that determines whether or not to add the correlation value 112 to the data of the correlation table 50. Even when a part of the character string of the registered data is included in the data in the database 14, it may be better not to add the correlation value if the correlation rate is not high. For example, when the sum of correlation values in an item having a low correlation rate of individual data but a large number of data is compared with the sum of correlation values in an item having a high correlation rate of individual data but a small number of data, the control unit 10 The registration means cannot determine which is valid. Therefore, simply adding the sum of all correlation values to the correlation table 50 causes the registration means of the control unit to rearrange the registration data by mistake. When the flag value is “T”, the correlation value 112 corresponding to the correlation rate 111 is added to the correlation table 50. On the other hand, when the flag value is “F”, the correlation value 112 corresponding to the correlation rate 111 is not added to the correlation table 50. Returning to the description of FIG.

相関値は、S51で算出した相関率に対応する相関値配分テーブル110内の相関値112となる。相関率に対応する相関値配分テーブル110内のフラグ113が「T」であるか否かを判定する(S53)。相関値配分テーブル110内のフラグ113が「T」の場合(S53:Yes)、相関値112は有効であるため、相関テーブル50の該当するデータ領域の値に相関値112を加算する(S54)。一方、相関値配分テーブル110内のフラグ113が「T」ではない場合(S52:No)、相関値112は無効であるため、相関値テーブル50の該当するデータ領域のデータの値を変更せずに処理を終了する。   The correlation value becomes the correlation value 112 in the correlation value distribution table 110 corresponding to the correlation rate calculated in S51. It is determined whether or not the flag 113 in the correlation value distribution table 110 corresponding to the correlation rate is “T” (S53). When the flag 113 in the correlation value distribution table 110 is “T” (S53: Yes), since the correlation value 112 is valid, the correlation value 112 is added to the value of the corresponding data area in the correlation table 50 (S54). . On the other hand, when the flag 113 in the correlation value distribution table 110 is not “T” (S52: No), since the correlation value 112 is invalid, the value of the data in the corresponding data area of the correlation value table 50 is not changed. The process ends.

図11に、比較対象文字列の設定例及び相関率との関係を示す。総文字数AL120は、「new_soft」が「n」、「e」、「w」、「_」、「s」、「o」、「f」、「t」の8文字であるため「8」となる。現在の文字数NLの初期値121は総文字数AL120と同じ「8」となる。文字移動数LM122の初期値は「0」となる。以上からALが「8」でNLが「8」でLMが「0」の比較文字列CL123は「new_soft」である。比較文字列CL123がデータベース14の登録データに含まれる場合は、相関率124は、現在の文字数NLの「8」を総文字数ALの「8」で割った値となるため、「1」となる。相関値配分テーブル110において対応する相関率111は「0.9以上1.0」である。したがって相関率111に対応する相関値112は「10」であり、フラグ113は「T」であるため、相関テーブル50に加算する対象となる。   FIG. 11 shows the relationship between the setting example of the comparison target character string and the correlation rate. The total number of characters AL120 is “8” because “new_soft” is “n”, “e”, “w”, “_”, “s”, “o”, “f”, “t”. Become. The initial value 121 of the current number of characters NL is “8”, which is the same as the total number of characters AL120. The initial value of the character movement number LM122 is “0”. From the above, the comparison character string CL123 in which AL is “8”, NL is “8”, and LM is “0” is “new_soft”. When the comparison character string CL123 is included in the registration data of the database 14, the correlation rate 124 is “1” because “8” of the current number of characters NL is divided by “8” of the total number of characters AL. . The corresponding correlation rate 111 in the correlation value distribution table 110 is “0.9 or more and 1.0”. Accordingly, since the correlation value 112 corresponding to the correlation rate 111 is “10” and the flag 113 is “T”, the correlation value is added to the correlation table 50.

次に、現在の文字数NLから「1」を減算した場合、現在の文字数NL125は「7」となる。文字移動数LMの最大値は総文字数AL120の「8」と文字数NL125の「7」との差分である。したがって、文字移動数LMの最大値は「1」となる。文字移動数LM126が「0」の時の比較文字列CL127は「new_sof」であり、文字移動数LM128が「1」の時の比較文字列CL129は「ew_soft」である。比較文字列CL127あるいは129がデータベース14の登録データに含まれる場合は、相関率130は、現在の文字数NL125の「7」を総文字数AL120の「8」で割った値となるため、「0.875」となる。相関値配分テーブル110において対応する相関率111は「0.8以上0.9未満」である。したがって相関率111に対応する相関値112は「9」であり、フラグ113は「T」であるため、相関テーブル50に加算する対象となる。   Next, when “1” is subtracted from the current number of characters NL, the current number of characters NL125 becomes “7”. The maximum value of the character movement number LM is a difference between “8” of the total number of characters AL120 and “7” of the number of characters NL125. Therefore, the maximum value of the character movement number LM is “1”. The comparison character string CL127 when the character movement number LM126 is “0” is “new_sof”, and the comparison character string CL129 when the character movement number LM128 is “1” is “ew_soft”. When the comparison character string CL127 or 129 is included in the registration data of the database 14, the correlation rate 130 is a value obtained by dividing “7” of the current number of characters NL125 by “8” of the total number of characters AL120. 875 ". The corresponding correlation rate 111 in the correlation value distribution table 110 is “0.8 or more and less than 0.9”. Therefore, since the correlation value 112 corresponding to the correlation rate 111 is “9” and the flag 113 is “T”, it is an object to be added to the correlation table 50.

さらに、現在の文字数NL125から「1」を減算した場合、現在の文字数NL131は「6」となる。文字移動数LMの最大値は総文字数ALの「8」と文字数NLの「6」との差分である。したがって、文字移動数LMの最大値は「2」となる。文字移動数LM132が「0」の時の比較文字列CL133は「new_so」であり、文字移動数LM134が「1」の時の比較文字列CL135は「ew_sof」であり、文字移動数LM136が「2」の時の比較文字列CL137は「w_soft」である。比較文字列CL133、135あるいは137がデータベース14の登録データに含まれる場合は、相関率138は、現在の文字数NL131の「6」を総文字数AL120の「8」で割った値となるため、「0.75」となる。相関値配分テーブル110において対応する相関率111は「0.7以上0.8未満」である。したがって相関率111に対応する相関値112は「6」であり、フラグ113は「T」であるため、相関テーブル50に加算する対象となる。   Further, when “1” is subtracted from the current number of characters NL125, the current number of characters NL131 becomes “6”. The maximum value of the character movement number LM is the difference between “8” of the total number of characters AL and “6” of the number of characters NL. Therefore, the maximum value of the character movement number LM is “2”. When the character movement number LM132 is “0”, the comparison character string CL133 is “new_so”, when the character movement number LM134 is “1”, the comparison character string CL135 is “ew_sof”, and the character movement number LM136 is “ The comparison character string CL137 when “2” is “w_soft”. When the comparison character string CL133, 135 or 137 is included in the registration data of the database 14, the correlation rate 138 is a value obtained by dividing “6” of the current character number NL131 by “8” of the total character number AL120. 0.75 ". The corresponding correlation rate 111 in the correlation value distribution table 110 is “0.7 or more and less than 0.8”. Therefore, since the correlation value 112 corresponding to the correlation rate 111 is “6” and the flag 113 is “T”, the correlation value is added to the correlation table 50.

図4の説明に戻る。制御部10の演算手段は、相関テーブル50内の変数I43と変数K41とから特定される領域に格納されたデータ値にS06で得られた相関値を加算する(S07)。   Returning to the description of FIG. The computing means of the control unit 10 adds the correlation value obtained in S06 to the data value stored in the area specified by the variable I43 and the variable K41 in the correlation table 50 (S07).

次に制御部10の演算手段は変数R42が最大値か否かを判断する(S08)。変数R42の最大値はデータベース14のレコード28のレコード数である。変数R42が最大値ではない場合(S08:No)は、変数K41で特定される現在の相関値を算出する対象の項目において演算の対象となるレコードが残っている状態である。そこで、制御部10の演算手段は変数R42に「1」を加算し(S09)、S06以降の処理を行う。一方、変数R42が最大値である場合(S08:Yes)は、変数K41で特定される現在の演算の対象の項目において演算の対象となるデータレコードが無いため、制御部10の演算手段は次の項目のデータを演算の対象とする処理を行う。   Next, the calculation means of the control unit 10 determines whether or not the variable R42 is the maximum value (S08). The maximum value of the variable R42 is the number of records in the record 28 of the database 14. When the variable R42 is not the maximum value (S08: No), there is a state in which the record to be calculated remains in the item for which the current correlation value specified by the variable K41 is calculated. Therefore, the calculation means of the control unit 10 adds “1” to the variable R42 (S09), and performs the processes after S06. On the other hand, when the variable R42 is the maximum value (S08: Yes), there is no data record to be calculated in the current calculation target item specified by the variable K41. A process is performed on the data of the item.

次に制御部10の演算手段は変数K41が最大値か否かを判断する(S10)。変数K41の最大値は相関テーブル50の項目52乃至56の項目数である。変数K41が最大値ではない場合(S10:No)は、データベース14内に相関値を算出する対象の項目が残っている状態である。そこで、制御部10の演算手段は変数K41に「1」を加算し(S11)、S05において変数R42を初期化し、S06以降の処理を行う。一方、変数R42が最大値である場合(S10:Yes)は、データベース14内の全ての項目21乃至26について演算が完了したため、制御部10の演算手段は登録レコード31の内、次の登録データを演算の対象とする処理を行う。   Next, the calculation means of the control unit 10 determines whether or not the variable K41 is the maximum value (S10). The maximum value of the variable K41 is the number of items 52 to 56 in the correlation table 50. When the variable K41 is not the maximum value (S10: No), the item for which the correlation value is calculated remains in the database 14. Therefore, the calculation means of the control unit 10 adds “1” to the variable K41 (S11), initializes the variable R42 in S05, and performs the processes after S06. On the other hand, when the variable R42 is the maximum value (S10: Yes), since the calculation has been completed for all items 21 to 26 in the database 14, the calculation means of the control unit 10 uses the next registration data in the registration record 31. Is processed.

次に制御部10の演算手段は変数I43が最大値か否かを判断する(S12)。変数I43の最大値は、変数I43の登録レコード31に含まれる登録データ32乃至37の登録データ個数である。変数I43が最大値ではない場合(S12:No)は、登録レコード31に含まれる登録データに演算の対象の登録データが残っている状態である。そこで、制御部10の演算手段は変数I43に「1」を加算し(S13)、S04において変数K41を初期化し、S05において変数R42を初期化し、S06以降の処理を行う。一方、変数I43が最大値である場合(S12:Yes)は、登録レコード31の全ての登録データ32乃至37に対して相関値の演算が終了したため、制御部10の登録手段は登録データ32乃至37のデータベース14への登録処理を行う。   Next, the calculation means of the control unit 10 determines whether or not the variable I43 is the maximum value (S12). The maximum value of the variable I43 is the number of registration data 32 to 37 included in the registration record 31 of the variable I43. When the variable I43 is not the maximum value (S12: No), the registration data to be calculated remains in the registration data included in the registration record 31. Therefore, the calculation means of the control unit 10 adds “1” to the variable I43 (S13), initializes the variable K41 in S04, initializes the variable R42 in S05, and performs the processes after S06. On the other hand, when the variable I43 is the maximum value (S12: Yes), since the calculation of the correlation value is completed for all the registration data 32 to 37 of the registration record 31, the registration means of the control unit 10 uses the registration data 32 to The registration process to the database 14 of 37 is performed.

図5は、図4のデータ登録時の処理のフローチャートの続きである。図5の処理は、相関テーブル50を参照して、登録レコード31内の登録データ32乃至37の再配置を行う処理である。再配置後の登録レコードをデータベース14に登録する。以下に処理の流れを説明する。   FIG. 5 is a continuation of the flowchart of the process at the time of data registration in FIG. The processing in FIG. 5 is processing for rearranging the registration data 32 to 37 in the registration record 31 with reference to the correlation table 50. The registration record after the rearrangement is registered in the database 14. The process flow will be described below.

まず、制御部10の登録手段は、変数K41に初期値を設定する(S21)。変数K41は相関テーブル50の内、相関値を算出する対象となる項目を特定するために使用する変数である。次に制御部10の登録手段は、相関テーブル50内の変数K41に対応する項目の内、相関値の総和が最大のデータを抽出する(S22)。相関値の総和が最大のデータは、現在の処理の対象の登録データを登録する項目の候補となる。レコード57乃至62の内、相関値が最大値であるレコードがある場合(S23:Yes)、制御部10の登録手段は相関値の総和が最大値のレコードに対応する登録データを登録レコードの変数K番目再配置する(S24)。   First, the registration means of the control unit 10 sets an initial value in the variable K41 (S21). The variable K41 is a variable used for specifying an item for which a correlation value is to be calculated in the correlation table 50. Next, the registration means of the control unit 10 extracts data having the maximum sum of correlation values from items corresponding to the variable K41 in the correlation table 50 (S22). Data with the largest sum of correlation values is a candidate for an item for registering registration data to be processed at the current processing. When there is a record with the maximum correlation value among the records 57 to 62 (S23: Yes), the registration unit of the control unit 10 sets the registration data corresponding to the record with the maximum sum of correlation values as the variable of the registration record. The Kth rearrangement is performed (S24).

レコード57乃至62の内、相関値が最大値であるレコードがない場合(S23:No)、登録レコードのK番目に「データ無し」として設定する(S25)。例えば、相関値の総和が同じ値となる複数の登録データが有る場合、相関値の総和が全て「0」であった場合などは、最大値を有する登録データが無い状態である。相関値の総和が同じ値となる複数の登録データが有る場合は、いずれの登録データがデータベース14の項目に対して相関が高いかが判定できないためデータ無しとして設定する。また、相関値の総和が全て「0」であった場合は、いずれの登録データもデータベースの項目に対して相関がないためデータ無しとして設定する。例えば、登録データ単位で区切る情報の間にデータがない状態とすることで「データ無し」と設定できる。   If there is no record having the maximum correlation value among the records 57 to 62 (S23: No), the record is set as “no data” at the Kth of the registered record (S25). For example, when there are a plurality of registered data having the same sum of correlation values, or when the sum of correlation values is all “0”, there is no registered data having the maximum value. If there is a plurality of registered data having the same sum of correlation values, it is not possible to determine which registered data has a high correlation with the item in the database 14, so that no data is set. If the sum of the correlation values is all “0”, any registered data is set as no data because there is no correlation with the items in the database. For example, “no data” can be set by setting a state in which there is no data between pieces of information divided in registration data units.

次に、変数K41が最大値か否かを判定する(S26)。変数K41の最大値は、相関テーブル50の項目51「登録データ」を除く項目52乃至56の項目数である。変数K41が最大値ではない場合(S26:No)、相関テーブル50の全ての項目52乃至56について再配置処理を完了していない状態である。そのため、変数K41に「1」を加えて(S27)、S22以降の処理を行う。一方、変数K41が最大値である場合(S26:Yes)、相関テーブル50の全ての項目51乃至56について登録レコード内の再配置処理が完了したため、再配置後の登録レコードをデータベース14に登録する処理を行う(S28)。なお、登録レコードの内、データベース14の項目22乃至26に分類できなかった登録データは項目27「未分類」に再配置されて登録される。   Next, it is determined whether or not the variable K41 is the maximum value (S26). The maximum value of the variable K41 is the number of items 52 to 56 excluding the item 51 “registered data” in the correlation table 50. When the variable K41 is not the maximum value (S26: No), the rearrangement process is not completed for all items 52 to 56 of the correlation table 50. Therefore, “1” is added to the variable K41 (S27), and the processes after S22 are performed. On the other hand, when the variable K41 is the maximum value (S26: Yes), since the rearrangement process in the registration record is completed for all the items 51 to 56 of the correlation table 50, the registration record after the rearrangement is registered in the database 14. Processing is performed (S28). Of the registration records, the registration data that could not be classified into the items 22 to 26 of the database 14 is rearranged and registered in the item 27 “unclassified”.

図12は、図3の登録レコード31の登録データ32乃至37の再配置後のデータ構成図である。図12の再配置後の登録レコード63の登録データ64乃至71は、登録データ64「5」、登録データ65「Eシステム」、登録データ66「WinwinA」、登録データ67「MAIL_A_v3」、登録データ68「−」、登録データ69「VirusA」、登録データ70「ディーブイディA」、登録データ71「new_soft」となる。再配置後の登録レコード63の各登録データ64乃至71と図3の登録レコード31の各登録データ32乃至37とを比較すると、再配置後の登録レコード63の登録データ69「VirusA」が登録レコード31の登録データ35「VirusA」に対して一つ後ろにずれており、再配置後の登録レコード63の登録データ70「ディーブイディA」および登録データ71「new_soft」が未分類の項目に再配置されている。更に再配置後の登録レコードには、データベース14に新たに追加するデータレコードの番号がデータベース14の項目21「ID」に対応する位置に付加される。再配置後の登録レコード63がデータベース14に登録された状態を図13に示す。   FIG. 12 is a data configuration diagram after the rearrangement of the registration data 32 to 37 of the registration record 31 of FIG. The registration data 64 to 71 of the registration record 63 after rearrangement in FIG. 12 includes registration data 64 “5”, registration data 65 “E system”, registration data 66 “Winwin A”, registration data 67 “MAIL_A_v3”, and registration data 68. “−”, Registration data 69 “Virus A”, registration data 70 “DV ID A”, and registration data 71 “new_soft”. When the registration data 64 to 71 of the registration record 63 after the rearrangement is compared with the registration data 32 to 37 of the registration record 31 of FIG. 3, the registration data 69 “Virus A” of the registration record 63 after the rearrangement is the registration record. 31 registration data 35 “Virus A” is shifted backward by one, and the registration data 70 “DV ID A” and the registration data 71 “new_soft” of the registration record 63 after the rearrangement are rearranged to unclassified items. Has been. Further, the number of the data record newly added to the database 14 is added to the position corresponding to the item 21 “ID” of the database 14 in the registration record after the rearrangement. FIG. 13 shows a state where the registration record 63 after the rearrangement is registered in the database 14.

図13は、登録レコード63をデータベース14に登録した後のデータベース14の構成図である。制御部10の登録手段は、図3の登録レコード31の各登録データ32乃至37がデータベース14の各項目21乃至26に関する相関値の総和によって再配置後の登録レコード63を図2のデータベース14に登録する。データベース14に追加された新たなレコード28は、項目21「ID」のデータが「5」であり、項目22「システム名」のデータは「Eシステム」であり、項目23「OS」のデータは「WinwinA」であり、項目24「メーラー」のデータは「Mail_A_v3」であり、項目25「DVD」のデータは「−」であり、項目26「セキュリティ」のデータは「VirusA」であり、項目27「未分類」のデータは「ディーブイディA」及び「new_soft」からなる。図5の説明に戻る。   FIG. 13 is a configuration diagram of the database 14 after the registration record 63 is registered in the database 14. The registration means of the control unit 10 stores the registration record 63 after rearrangement in the database 14 of FIG. 2 according to the sum of correlation values for the items 21 to 26 of the database 14. sign up. In the new record 28 added to the database 14, the data of the item 21 “ID” is “5”, the data of the item 22 “system name” is “E system”, and the data of the item 23 “OS” is “WinwinA”, data of item 24 “mailer” is “Mail_A_v3”, data of item 25 “DVD” is “−”, data of item 26 “security” is “VirusA”, item 27 The “unclassified” data is composed of “D-Buide A” and “new_soft”. Returning to the description of FIG.

制御部10の登録手段は、「未分類登録データ登録画面」の情報を出力部12に送信する。出力部12は「未分類登録データ登録画面」を表示する(S28)。図14に未分類登録データ登録画面90を示す。   The registration unit of the control unit 10 transmits information on the “uncategorized registration data registration screen” to the output unit 12. The output unit 12 displays an “uncategorized registration data registration screen” (S28). FIG. 14 shows an uncategorized registration data registration screen 90.

未分類登録データ登録画面90は、未分類登録データの登録である旨のタイトル91、操作案内の表示欄92、未分類の登録データの表示欄93、更新ボタン96を有する。   The unclassified registration data registration screen 90 has a title 91 indicating that unclassified registration data is registered, an operation guidance display field 92, an unclassified registration data display field 93, and an update button 96.

操作案内の表示欄92には、「未分類の登録データがあります。以下の項目一覧内に未分類の登録データを登録する先の項目がある場合には、登録ボタンを押してください。既存のデータと入れ替える場合は既存の登録データのリンクをクリックしてください。登録しない場合は破棄ボタンを押して下さい。登録後、更新ボタンを押して下さい。」のメッセージを表示する。   In the operation guidance display field 92, “There is unclassified registration data. If there is an item to register unclassified registration data in the following item list, press the registration button. Existing data Please click the link of the existing registration data to replace with.If you do not want to register, please press the discard button.After registration, please press the update button. "Message is displayed.

未分類の登録データの表示欄93は、テーブル形式で表示する。テーブル97の項目は、データベース14の項目27「未分類」を除くデータベース14の各項目21乃至26で構成される。具体的には、項目21「ID」に対応する項目931「ID」、項目22「システム名」に対応する項目932「システム名」、項目23「OS」に対応する項目933「OS」、項目24「メーラー」に対応する項目934「メーラー」、項目25「DVD」に対応する項目935「DVD」および項目26「セキュリティ」に対応する項目936「セキュリティ」が項目となる。このとき、登録レコード31から再配置された登録レコード63を作成した時に再配置された登録データについては再配置されたことを示すマークを表示することとしてもよい。マークをテーブルに表示することにより再配置されたデータであることが識別可能であり、データ登録時に注意を払うことが可能となる。   The display column 93 for unclassified registration data is displayed in a table format. The items of the table 97 are configured by the items 21 to 26 of the database 14 excluding the item 27 “uncategorized” of the database 14. Specifically, item 931 “ID” corresponding to item 21 “ID”, item 932 “system name” corresponding to item 22 “system name”, item 933 “OS” corresponding to item 23 “OS”, item The item 934 “mailer” corresponding to 24 “mailer”, the item 935 “DVD” corresponding to item 25 “DVD”, and the item 936 “security” corresponding to item 26 “security” are items. At this time, the registration data rearranged when the registration record 63 rearranged from the registration record 31 is created may be displayed with a mark indicating that it has been rearranged. By displaying the mark on the table, it can be identified that the data is rearranged, and attention can be paid at the time of data registration.

テーブル97のレコードはデータベース14の項目27「未分類」に登録されたデータを基準として構成される。項目27「未分類」に登録されたデータは、「ディーブイディA」および「new_soft」である。したがって、レコード937「ディーブイディA」およびレコード938「new_soft」がレコードとなる。   The records in the table 97 are configured based on the data registered in the item 27 “Uncategorized” in the database 14. The data registered in the item 27 “Uncategorized” is “D-Buy A” and “new_soft”. Therefore, the record 937 “DV ID A” and the record 938 “new_soft” are records.

各レコード937および938を基準とする各項目931乃至936のデータ領域には、図5のS28にてデータベース14に登録されたデータがそれぞれ表示される。また項目932乃至934および936の各データはリンクが設定されており、制御部10の登録手段は、リンクがクリックされた情報を入力部11から受け取ると、データベースに登録されている登録データと未分類登録データとを入れ替える。例えば、制御部10の登録手段はレコード937「ディーブイディA」と項目933「メーラー」とから特定される「MAIL_A_v3」がクリックされた情報を受け取ると、登録データ「MAIL_A_v3」と未登録データ「ディーブイディA」とが入れ替える。   The data registered in the database 14 in S28 of FIG. 5 is displayed in the data areas of the items 931 to 936 based on the records 937 and 938, respectively. Each item 932 to 934 and 936 has a link set, and when the registration means of the control unit 10 receives information that the link has been clicked from the input unit 11, the registration data registered in the database is not registered. Replace the classification registration data. For example, when the registration unit of the control unit 10 receives information on clicking “MAIL_A_v3” specified from the record 937 “Divide A” and the item 933 “Mailer”, the registration data “MAIL_A_v3” and the unregistered data “Deve” "Idy A" replaces.

登録ボタン94は、未分類の登録レコード937及び938を該当する項目に登録する指示を制御部10の登録手段に送信するためのボタンである。制御部10の登録手段は未分類の登録レコード937および938と項目931乃至936により特定される登録ボタン94を押下された情報について入力部11を介して受け取ると、登録ボタン94が対応する項目に対応するデータベース14のデータ領域に未分類の登録データを登録する。登録ボタン94は、図5のS28にてデータベース14に登録された登録レコード63の内、該当するデータが無かった項目に表示される。   The registration button 94 is a button for transmitting an instruction to register the unclassified registration records 937 and 938 to the corresponding item to the registration unit of the control unit 10. When the registration means of the control unit 10 receives information about pressing of the registration button 94 specified by the unclassified registration records 937 and 938 and the items 931 to 936 via the input unit 11, the registration button 94 sets the corresponding item. Unclassified registration data is registered in the data area of the corresponding database 14. The registration button 94 is displayed in an item for which no corresponding data exists in the registration record 63 registered in the database 14 in S28 of FIG.

破棄ボタン95は、未分類の登録レコード937及び938毎に付されるボタンである。制御部10の登録手段は、破棄ボタン94が押下された情報を受け取ると、破棄ボタン94に対応する未分類の登録データを破棄する。更新ボタン96は、データベース14のレコード28の更新を指示するボタンである。   The discard button 95 is a button attached to each of the unclassified registration records 937 and 938. When the registration unit of the control unit 10 receives information indicating that the discard button 94 has been pressed, the registration unit discards unclassified registration data corresponding to the discard button 94. The update button 96 is a button for instructing to update the record 28 of the database 14.

図5の説明に戻る。制御部10の登録手段は、更新ボタン96が押下された情報を受け取ると、入れ替え、登録および破棄を反映したレコードによってデータベース14内の対応するレコードを更新する(S30)。   Returning to the description of FIG. When the registration means of the control unit 10 receives the information indicating that the update button 96 is pressed, the registration unit updates the corresponding record in the database 14 with the record reflecting the replacement, registration, and discard (S30).

以上で登録レコード31をデータベース14に登録する一連の処理が完了する。   Thus, a series of processes for registering the registration record 31 in the database 14 is completed.

次に登録装置1のハードウェア構成について説明する。図15は、登録装置1のハードウェア構成図である。   Next, the hardware configuration of the registration apparatus 1 will be described. FIG. 15 is a hardware configuration diagram of the registration apparatus 1.

図1に示す登録装置1はコンピュータ100である。コンピュータ100は、CPU101、メモリ102、入力手段103、出力手段104、記憶手段105を有し、これらがバス107に接続された構成となっている。   The registration apparatus 1 shown in FIG. The computer 100 includes a CPU 101, a memory 102, an input unit 103, an output unit 104, and a storage unit 105, and these are connected to a bus 107.

メモリ102は、コンピュータが読み取り可能な記憶媒体である。メモリ102は、例えば、データベース14に記憶する登録レコード情報、取得プログラム15並びに演算プログラム16並びに登録プログラム17の実行のための情報、取得手段並びに演算手段並びに登録手段による処理の最中に発生する一時情報等である。コンピュータが読み取り可能な記憶媒体は、例えば、メモリ、ハードディスクである。   The memory 102 is a computer-readable storage medium. The memory 102 stores, for example, registration record information stored in the database 14, information for executing the acquisition program 15, the calculation program 16, and the registration program 17, temporary information that is generated during processing by the acquisition means, calculation means, and registration means. Information etc. The computer-readable storage medium is, for example, a memory or a hard disk.

記憶手段105は、データベース14及び記憶部13の取得プログラム15並びに演算プログラム16並びに登録プログラム17を記憶するコンピュータが読み取り可能な記憶媒体である。コンピュータが読み取り可能な記憶媒体は、例えば、メモリ、ハードディスクである。   The storage unit 105 is a computer-readable storage medium that stores the acquisition program 15, the calculation program 16, and the registration program 17 in the database 14 and the storage unit 13. The computer-readable storage medium is, for example, a memory or a hard disk.

CPU101は、コンピュータ100全体を制御する中央処理装置である。   The CPU 101 is a central processing unit that controls the entire computer 100.

CPU101は、記憶部103からメモリ102に取得プログラム15、演算プログラム16および登録プログラム17を読み出す。CPU101は読み出した各プログラムによって登録装置1の制御部10取得手段、演算手段および登録手段として機能する。   The CPU 101 reads the acquisition program 15, the operation program 16, and the registration program 17 from the storage unit 103 to the memory 102. The CPU 101 functions as a control unit 10 acquisition unit, a calculation unit, and a registration unit of the registration device 1 according to each read program.

入力手段103は、例えばキーボード、マウス、タッチパネル等である。   The input unit 103 is, for example, a keyboard, a mouse, a touch panel, or the like.

出力部104は、表示装置であり、例えばディスプレイである。   The output unit 104 is a display device, for example, a display.

以上、本発明の実施例について詳細に説明したが、本発明は上記実施形態に限定されず、本発明の要旨を逸脱しない範囲において、各種の改良及び変更を行っても良い。
(付記1)
データを分類する複数の項目を有し、該項目に対応するデータの集合により構成されるレコードが記憶されたデータベースへの登録データを登録するデータ登録方法であって、
コンピュータが、
登録対象となる前記登録データを取得し、
前記データベースの各項目と各データレコードとから特定される前記データ毎に前記登録データとの相関値を求め、
前記相関値に対応する前記データと当該データが属する前記項目とから該相関値に応じた前記登録データを登録する前記項目の候補を求め、該項目の候補に対応するデータ格納領域に該登録データを登録する
ことを特徴とするデータ登録方法。
(付記2)
前記コンピュータは、前記相関値を取得するときに登録対象となる登録データを複数有する登録レコードを取得し、前記相関値を求めるときに前記データベースの前記データ毎と前記登録レコードの前記登録データ毎との相関値を求めることを特徴とする付記1記載のデータ登録方法。
(付記3)
前記コンピュータは、前記項目に対応するデータに格納された文字列と前記登録データの文字列との間で共通する文字数の登録データの全文字数の割合により前記相関値を求めることを特徴とする付記1記載のデータ登録方法。
(付記4)
前記コンピュータは、
複数のデータレコードを有するデータベースにおいて、
前記データレコード毎に前記相関値の総和を前記項目毎に求め、当該項目毎の相関値の総和が最大となる前期データベースの項目に前記登録データを登録することを特徴とする付記1記載のデータ登録方法。
(付記5)
前記コンピュータは、前記相関値が所定値以上の場合にのみ総和の対象とすることを特徴とする付記4記載のデータ登録方法。
As mentioned above, although the Example of this invention was described in detail, this invention is not limited to the said embodiment, You may perform various improvement and change in the range which does not deviate from the summary of this invention.
(Appendix 1)
A data registration method for registering registration data in a database having a plurality of items for classifying data and storing records composed of a set of data corresponding to the items,
Computer
Obtain the registration data to be registered,
Obtaining a correlation value with the registered data for each of the data specified from each item of the database and each data record,
A candidate for the item for registering the registration data corresponding to the correlation value is obtained from the data corresponding to the correlation value and the item to which the data belongs, and the registration data is stored in a data storage area corresponding to the candidate for the item. A data registration method characterized by registering a data.
(Appendix 2)
The computer obtains a registration record having a plurality of registration data to be registered when obtaining the correlation value, and obtains the correlation value for each data of the database and for each registration data of the registration record. The data registration method according to appendix 1, wherein a correlation value is obtained.
(Appendix 3)
The computer determines the correlation value based on a ratio of the total number of characters of the registered data of the number of characters common between the character string stored in the data corresponding to the item and the character string of the registered data. 1. The data registration method according to 1.
(Appendix 4)
The computer
In a database with multiple data records,
The data according to claim 1, wherein the sum of the correlation values is obtained for each item for each of the data records, and the registration data is registered in an item in the previous period database in which the sum of the correlation values for each item is maximized. Registration method.
(Appendix 5)
The data registration method according to appendix 4, wherein the computer sets a summation target only when the correlation value is equal to or greater than a predetermined value.

図1は、本実施例の登録装置1の構成図である。FIG. 1 is a configuration diagram of a registration apparatus 1 according to the present embodiment. 図2は、データベース14の構成図である。FIG. 2 is a configuration diagram of the database 14. 図3は、データベース14に登録する対象となる登録レコード31のデータ構成図である。FIG. 3 is a data configuration diagram of the registration record 31 to be registered in the database 14. 図4は、登録レコード31をデータベース14に登録するフローチャート(1)である。FIG. 4 is a flowchart (1) for registering the registration record 31 in the database 14. 図5は、登録レコード31をデータベース14に登録するフローチャート(2)である。FIG. 5 is a flowchart (2) for registering the registration record 31 in the database 14. 図6は、登録レコード31の登録画面80である。FIG. 6 is a registration screen 80 of the registration record 31. 図7は、相関テーブル50のデータ構成図である。FIG. 7 is a data configuration diagram of the correlation table 50. 図8は、相関値の算出処理のフローチャート(1)である。FIG. 8 is a flowchart (1) of the correlation value calculation process. 図9は、相関値の算出処理のフローチャート(2)である。FIG. 9 is a flowchart (2) of the correlation value calculation process. 図10は、相関値配分テーブル110のデータ構成図である。FIG. 10 is a data configuration diagram of the correlation value distribution table 110. 図11は、比較対象文字列CLの設定と相関率の状態図である。FIG. 11 is a state diagram of the setting of the comparison target character string CL and the correlation rate. 図12は、再配置後の登録レコード31のデータ構成図である。FIG. 12 is a data configuration diagram of the registration record 31 after rearrangement. 図13は、登録レコード63をデータベース14に登録した後のデータベース14の構成図である。FIG. 13 is a configuration diagram of the database 14 after the registration record 63 is registered in the database 14. 図14は、未分類登録データ登録画面90である。FIG. 14 shows an unclassified registration data registration screen 90. 図15は、登録装置1のハードウェア構成図である。FIG. 15 is a hardware configuration diagram of the registration apparatus 1.

符号の説明Explanation of symbols

1 登録装置
10 制御部
11 入力部
12 出力部
13 記憶部
14 データベース
15 取得プログラム
16 演算プログラム
17 登録プログラム
31 登録レコード
50 相関テーブル
63 登録レコード
80 登録レコードの登録画面
90 未分類登録データ登録画面
100 コンピュータ
101 CPU
102 メモリ
103 入力手段
104 出力手段
105 記憶手段
107 バス
110 相関値配分テーブル
DESCRIPTION OF SYMBOLS 1 Registration apparatus 10 Control part 11 Input part 12 Output part 13 Storage part 14 Database 15 Acquisition program 16 Calculation program 17 Registration program 31 Registration record 50 Correlation table 63 Registration record 80 Registration record registration screen 90 Uncategorized registration data registration screen 100 Computer 101 CPU
102 memory 103 input means 104 output means 105 storage means 107 bus 110 correlation value distribution table

Claims (3)

データを分類する複数の項目を有し、該項目に属するデータの集合により構成されるレコードが記憶されたデータベースに登録データを登録するデータ登録方法であって、
コンピュータが、
登録対象となる前記登録データを取得し、
前記データベースの各項目と各データレコードとから特定される前記データ毎に前記登録データとの相関値を求め、
前記相関値に対応する前記データと当該データが属する前記項目とから該相関値に応じた前記登録データを登録する前記項目の候補を求め、該項目の候補に対応するデータ格納領域に該登録データを登録する
ことを特徴とするデータ登録方法。
A data registration method for registering registration data in a database having a plurality of items for classifying data and storing records composed of a set of data belonging to the items,
Computer
Obtain the registration data to be registered,
Obtaining a correlation value with the registered data for each of the data specified from each item of the database and each data record,
A candidate for the item for registering the registration data corresponding to the correlation value is obtained from the data corresponding to the correlation value and the item to which the data belongs, and the registration data is stored in a data storage area corresponding to the candidate for the item. A data registration method characterized by registering a data.
前記コンピュータは、前記相関値を取得するときに登録対象となる登録データを複数有する登録レコードを取得し、前記相関値を求めるときに前記データベースの前記データ毎と前記登録レコードの前記登録データ毎との相関値を求めることを特徴とする請求項1記載のデータ登録方法。   The computer obtains a registration record having a plurality of registration data to be registered when obtaining the correlation value, and obtains the correlation value for each data of the database and for each registration data of the registration record. The data registration method according to claim 1, wherein a correlation value is obtained. 前記コンピュータは、前記項目に対応するデータに格納された文字列と前記登録データの文字列との間で共通する文字数の登録データの全文字数の割合により前記相関値を求めることを特徴とする請求項1記載のデータ登録方法。   The computer calculates the correlation value based on a ratio of the total number of characters of the registered data having the number of characters common between the character string stored in the data corresponding to the item and the character string of the registered data. The data registration method according to Item 1.
JP2006252435A 2006-09-19 2006-09-19 Data registration method Expired - Fee Related JP4748009B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006252435A JP4748009B2 (en) 2006-09-19 2006-09-19 Data registration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006252435A JP4748009B2 (en) 2006-09-19 2006-09-19 Data registration method

Publications (2)

Publication Number Publication Date
JP2008077153A JP2008077153A (en) 2008-04-03
JP4748009B2 true JP4748009B2 (en) 2011-08-17

Family

ID=39349177

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006252435A Expired - Fee Related JP4748009B2 (en) 2006-09-19 2006-09-19 Data registration method

Country Status (1)

Country Link
JP (1) JP4748009B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150371180A1 (en) * 2013-10-30 2015-12-24 Rakuten, Inc. Processing device, processing method, program, and recording medium
JP7481836B2 (en) 2019-12-11 2024-05-13 株式会社東芝 Information processing device, program, information processing method, and information processing system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2523300A (en) * 1999-04-07 2000-10-12 Reclaim Technologies And Sservices, Ltd. A system for identification of selectively related database records
JP2002163280A (en) * 2000-11-27 2002-06-07 Nippon Telegraph & Telephone West Corp Information relating method and device and recording medium for storing information relating program
JP2004227037A (en) * 2003-01-20 2004-08-12 Sangaku Renkei Kiko Kyushu:Kk Field matching device, program therefor, computer readable recording medium, and identical field determination method

Also Published As

Publication number Publication date
JP2008077153A (en) 2008-04-03

Similar Documents

Publication Publication Date Title
US8751465B2 (en) Document management apparatus, document management system, and document management method
US20060095421A1 (en) Method, apparatus, and program for searching for data
JP4844636B2 (en) Document management system, document management method, and document management program
US7756798B2 (en) Extensible mechanism for detecting duplicate search items
WO2018078735A1 (en) Information processing device, information processing method, and information processing program
JP4748009B2 (en) Data registration method
US11244000B2 (en) Information processing apparatus and non-transitory computer readable medium storing program for creating index for document retrieval
WO2013145129A1 (en) Database management method, program and information processing device
JP2001256255A (en) Device and method for retrieving data
JP2010282503A (en) Relevant information retrieval/display system, relevant information retrieval/display method, and program
JP2010009412A (en) Information processor, electronic form management system, form retrieval method therefor, and program
US20210097447A1 (en) Computer System and Method for Supporting Model Selection
JP2019106137A (en) Display program, display method, display device, comment display control program, comment display control method, and comment display control device
JPWO2018061219A1 (en) Job scheduling system, job scheduling method, and job scheduling apparatus
JP2005190212A (en) Database system, data processing method and program
JP2018156552A (en) Computer system and method for searching text data
JP2021111062A (en) Information processing device and program
JP3335863B2 (en) Apparatus and method for simplifying character input
JP2019125025A (en) System, method for managing document data, and program
JPH1185794A (en) Retrieval word input device and recording medium recording retrieval word input program
US20050182766A1 (en) Multi-language jump bar system and methods
JP6256079B2 (en) Search program, search method, and search device
JP5874997B2 (en) SEARCH SYSTEM, SEARCH METHOD, AND PROGRAM
JP2014174921A (en) Information processing system, and name-identification determination method and program
JP4328249B2 (en) Component configuration comparison system, component configuration comparison method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090512

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110407

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110502

R150 Certificate of patent or registration of utility model

Ref document number: 4748009

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140527

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees