JPH0836581A - Shared dictionary consulting device - Google Patents

Shared dictionary consulting device

Info

Publication number
JPH0836581A
JPH0836581A JP6192819A JP19281994A JPH0836581A JP H0836581 A JPH0836581 A JP H0836581A JP 6192819 A JP6192819 A JP 6192819A JP 19281994 A JP19281994 A JP 19281994A JP H0836581 A JPH0836581 A JP H0836581A
Authority
JP
Japan
Prior art keywords
dictionary
data
worker
management
virtual
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
JP6192819A
Other languages
Japanese (ja)
Other versions
JP2776257B2 (en
Inventor
Mitsugi Miura
貢 三浦
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP6192819A priority Critical patent/JP2776257B2/en
Publication of JPH0836581A publication Critical patent/JPH0836581A/en
Application granted granted Critical
Publication of JP2776257B2 publication Critical patent/JP2776257B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To facilitate the management of a shared dictionary, and to prevent the error of one operator from influencing all the operators. CONSTITUTION:An input means 11 inputs a dictionary access request from an input/output interface device 3, and a management data separating means 12 separates a keyword for consulting the dictionary and data other than the keyword from the dictionary access request, and a dictionary managing means 13 collates the data other than the keyword with a dictionary management table 14, and constructs a virtual dictionary 14 from an actual dictionary 2. A dictionary retrieving means 16 retrieves the virtual dictionary 15 by the keyword, and an output means 17 delivers a retrieved result to the input/output interface device 13.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は共有辞書引き装置に関
し、特に複数の作業者が共有(共用)する辞書から辞書
引きを行う共有辞書引き装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a shared dictionary lookup apparatus, and more particularly to a shared dictionary lookup apparatus for performing dictionary lookup from a dictionary shared by a plurality of workers.

【0002】[0002]

【従来の技術】辞書引き装置は、機械翻訳装置,校閲支
援装置等に必要な装置であり、また辞書引き装置単独で
も機能する装置である。
2. Description of the Related Art A dictionary lookup device is a device required for a machine translation device, a review support device, etc., and is also a device that functions as a single dictionary lookup device.

【0003】従来、辞書引き装置は作業者が1人の環境
で利用されてきたが、ネットワークの発展により機械翻
訳,校閲支援,辞書引きなどにおいて複数の作業者に共
有されるようになってきた。しかし、従来は、辞書引き
装置の使用にあたって、複数の作業者が辞書を共有した
場合の問題を考慮していなかった(例えば、特開昭64
−41066号公報「辞書引き支援装置」等参照)。
Conventionally, a dictionary lookup device has been used in an environment where one worker is present, but due to the development of networks, it has come to be shared by a plurality of workers in machine translation, editing support, dictionary lookup and the like. . However, conventionally, when using the dictionary lookup device, the problem when a plurality of workers share a dictionary has not been taken into consideration (for example, Japanese Patent Laid-Open No. Sho 64-64).
-41066 gazette "dictionary look-up support device" etc.).

【0004】[0004]

【発明が解決しようとする課題】上述した従来の辞書引
き装置では、辞書引き装置の使用にあたって複数の作業
者が辞書を共有した場合の問題を考慮していなかったの
で、辞書を複数の作業者が共有する場合、ある作業者が
辞書に変更を加えたときに、その変更は他の作業者の作
業に影響を与えてしまうという問題点があった。例え
ば、ある作業者が誤った辞書登録をした場合、その辞書
を共有する全作業者が同じ誤りを犯してしまうことにな
っていた。
In the above-mentioned conventional dictionary lookup apparatus, since the problem in the case where a plurality of workers share a dictionary is not taken into consideration when using the dictionary lookup apparatus, the dictionary lookup is performed by a plurality of workers. However, there is a problem that when one worker makes a change to a dictionary, the change affects the work of other workers. For example, if a worker makes an incorrect dictionary registration, all workers who share the dictionary will make the same error.

【0005】このような誤りを防ぐためには、各作業者
ごとに辞書を分けることも考えられるが、そのようにし
た場合には辞書の共有化の意味がなくなってしまうとい
う問題点があった。
In order to prevent such an error, it is possible to divide the dictionary for each worker, but in such a case, there is a problem that sharing the dictionary is meaningless.

【0006】本発明の目的は、上述の点に鑑み、共有さ
れる辞書の管理を容易にし、一作業者の誤りが全作業者
に影響を与えるなどの問題を解決できるようにした共有
辞書引き装置を提供することにある。
In view of the above points, an object of the present invention is to make it possible to easily manage a shared dictionary and solve a problem that an error of one worker affects all workers. To provide a device.

【0007】[0007]

【課題を解決するための手段】本発明の共有辞書引き装
置は、作業者と該作業者がアクセスできる実辞書との関
係を表す管理情報を格納する辞書管理テーブルと、入出
力インタフェイス装置から辞書アクセス要求を入力する
入力手段と、この入力手段により入力された辞書アクセ
ス要求から辞書を引くための見出し語と見出し語以外の
データとを分離する管理データ分離手段と、この管理デ
ータ分離手段により分離された見出し語以外のデータを
前記辞書管理テーブルと照合して実辞書から仮想辞書を
構築する辞書管理手段と、前記管理データ分離手段によ
り分離された見出し語で前記仮想辞書を検索する辞書検
索手段と、この辞書検索手段により検索された結果を前
記入出力インタフェイス装置に渡す出力手段とを有す
る。
A shared dictionary lookup apparatus according to the present invention comprises a dictionary management table for storing management information representing a relationship between a worker and a real dictionary accessible by the worker, and an input / output interface device. The input means for inputting the dictionary access request, the management data separating means for separating the entry word for drawing the dictionary from the dictionary access request input by the input means and the data other than the entry word, and the management data separating means Dictionary management means for constructing a virtual dictionary from a real dictionary by collating data other than the separated headwords with the dictionary management table, and dictionary search for searching the virtual dictionary with the headwords separated by the management data separation means And means for outputting the result retrieved by the dictionary retrieval means to the input / output interface device.

【0008】[0008]

【実施例】次に、本発明について図面を参照して詳細に
説明する。
The present invention will be described in detail with reference to the drawings.

【0009】図1は、本発明の一実施例に係る共有辞書
引き装置1の構成を示すブロック図である。本実施例の
共有辞書引き装置1は、入力手段11と、管理データ分
離手段12と、辞書管理手段13と、辞書管理テーブル
14と、仮想辞書15と、辞書検索手段16と、出力手
段17とを含んで構成されている。なお、図1中、符号
2は複数の実辞書A,B,C,…を、3は入出力インタ
フェイス装置3をそれぞれ示す。
FIG. 1 is a block diagram showing the configuration of a shared dictionary lookup device 1 according to an embodiment of the present invention. The shared dictionary lookup device 1 of this embodiment includes an input unit 11, a management data separating unit 12, a dictionary managing unit 13, a dictionary managing table 14, a virtual dictionary 15, a dictionary searching unit 16, and an outputting unit 17. It is configured to include. In FIG. 1, reference numeral 2 denotes a plurality of real dictionaries A, B, C, ... And 3 denotes an input / output interface device 3.

【0010】図2は、実辞書2のデータ構造図である。
実辞書2は、見出し語およびデータアドレスからなる検
索テーブルと、辞書データを格納する辞書データ部とか
ら構成されている。実辞書2としては、作業者が管理す
るユーザ辞書や専門用語だけを集めた参照専用辞書など
の複数の辞書が考えられる。
FIG. 2 is a data structure diagram of the real dictionary 2.
The real dictionary 2 is composed of a search table composed of headwords and data addresses, and a dictionary data section for storing dictionary data. The real dictionary 2 may be a plurality of dictionaries such as a user dictionary managed by an operator or a reference-only dictionary that collects only technical terms.

【0011】入出力インタフェイス装置3は、共有辞書
引き装置1以外の装置とデータの受け渡しを行うための
装置である。共有辞書引き装置1以外の装置として、機
械翻訳装置,校閲支援装置,電子メール装置,端末装置
などが考えられる。
The input / output interface device 3 is a device for exchanging data with devices other than the shared dictionary lookup device 1. As a device other than the shared dictionary lookup device 1, a machine translation device, a review support device, an electronic mail device, a terminal device, etc. can be considered.

【0012】辞書管理テーブル14には、仮想辞書15
の構築方法を記述することができる。記述の例として、
「作業者Xの更新内容は仮想辞書に反映させない」、
「作業者Yの更新内容は常に仮想辞書に反映させる」、
「作業者Zが以前参照も更新もしていない見出し語に関
しては、作業者Xの更新内容を仮想辞書に反映させる」
などが考えられる。また、辞書管理テーブル14には、
実辞書2に関する更新可否情報も記述することができ
る。記述の例として、「専門用語辞書を更新できる作業
者はいない」、「作業者Xの辞書の更新内容は作業者X
の私有辞書に限定する」などが考えられる。さらに、辞
書管理テーブル14には、作業者に関する情報を記述す
ることができる。記述の例として、「作業者Xはグルー
プHに属する」、あるいは「グループHの登録内容はグ
ループIよりも優先する」などが考えられる。
The dictionary management table 14 includes a virtual dictionary 15
Can describe how to build. As an example of the description,
"The updated contents of worker X are not reflected in the virtual dictionary.",
"Always reflect the updated contents of worker Y in the virtual dictionary",
“For the entry word that the worker Z has not referred to or updated before, the updated content of the worker X is reflected in the virtual dictionary.”
And so on. Also, the dictionary management table 14
Updateability information regarding the real dictionary 2 can also be described. As an example of the description, "there is no worker who can update the technical term dictionary", "the update content of the dictionary of the worker X is the worker X".
"Limited to private dictionaries". Further, the dictionary management table 14 can describe information about workers. As an example of the description, "worker X belongs to group H" or "registered content of group H has priority over group I" can be considered.

【0013】図3は、辞書管理テーブル14の管理情報
の一例を示す図である。1行目の”X(GRP.H,
W:DIC.A)”は、作業者XはグループHに属し、
辞書Aを使用する、辞書Aは作業者Xにより更新可能で
ある(W)、作業時にはグループHの辞書を辞書Aより
も優先するということを定義している。2行目の”Y
(W:DIC.B,GRP.I)”は、作業者Yは辞書
Bを使用し、グループIに属する、辞書Bは作業者Yに
より更新可能である(W)、作業時には辞書Bをグルー
プIの辞書よりも優先するということを定義している。
3行目の”H(L:DIC.C,L:DIC.D)”
は、グループHに属する作業者は辞書Cおよび辞書Dを
使用する、辞書Cも辞書Dも更新することができない
(L)、作業時には辞書Cを辞書Dよりも優先するとい
うことを定義している。4行目の”I(W:DIC.
C,L:DIC.D,GRP.J)”は、グループIに
属する作業者は辞書Cおよび辞書Dを使用する、辞書C
は更新することができる(W)、辞書Dは更新すること
ができない(L)、作業時には辞書Cを辞書Dよりも優
先する、グループIに属する作業者は常にグループJに
属するということを定義している。5行目の”J(L:
DIC.E)”は、グループJに属する作業者は辞書E
を使用する、辞書Eは更新できない(L)ということを
定義している。
FIG. 3 is a diagram showing an example of the management information of the dictionary management table 14. The first line "X (GRP.H,
W: DIC. A) ”means that worker X belongs to group H,
The dictionary A, which uses the dictionary A, can be updated by the worker X (W), and defines that the dictionary of the group H has priority over the dictionary A when working. 2nd line "Y
(W: DIC.B, GRP.I) "means that the worker Y uses the dictionary B and belongs to the group I. The dictionary B can be updated by the worker Y (W). It defines that it takes precedence over the I dictionary.
"H (L: DIC.C, L: DIC.D)" on the 3rd line
Defines that workers belonging to group H use dictionaries C and D, neither dictionaries C nor D can be updated (L), and dictionaries C have priority over dictionaries D during work. There is. "I (W: DIC.
C, L: DIC. D, GRP. J) ”means that workers belonging to group I use dictionaries C and D, dictionary C
Can be updated (W), the dictionary D cannot be updated (L), the dictionary C is prioritized over the dictionary D when working, and workers belonging to group I always belong to group J. are doing. The fifth line, "J (L:
DIC. E) ”means that the workers belonging to group J are in dictionary E
, Which defines that the dictionary E cannot be updated (L).

【0014】図4は、仮想辞書15のデータ構造図であ
る。仮想辞書15は、見出し語,書込みフラグ,辞書名
およびデータアドレス(複数あってよい)からなる検索
テーブルで構成されている。仮想辞書15の辞書データ
部は、実辞書2の辞書データ部で兼用されている(実辞
書2の辞書データ部を複製して使用してもよいことはも
ちろんである)。仮想辞書15の検索テーブルは、辞書
管理テーブル14の管理情報に従って作成され、管理情
報中の実辞書2のリストにおいて左にある実辞書2が右
にある実辞書2よりも優先順位が高いとされる。
FIG. 4 is a data structure diagram of the virtual dictionary 15. The virtual dictionary 15 is composed of a search table including headwords, write flags, dictionary names, and data addresses (there may be a plurality). The dictionary data part of the virtual dictionary 15 is also used as the dictionary data part of the real dictionary 2 (the dictionary data part of the real dictionary 2 may be duplicated and used). The search table of the virtual dictionary 15 is created according to the management information of the dictionary management table 14, and in the list of the real dictionaries 2 in the management information, the real dictionary 2 on the left has a higher priority than the real dictionary 2 on the right. It

【0015】図5を参照すると、辞書管理手段13の仮
想辞書15の構築時の処理は、作業者情報入力ステップ
S101と、実辞書リスト作成ステップS102と、所
属グループ有無判定ステップS103と、所属グループ
情報入力ステップS104と、実辞書リスト展開ステッ
プS105と、仮想辞書検索テーブル作成ステップS1
06とからなる。
Referring to FIG. 5, the process of constructing the virtual dictionary 15 of the dictionary management means 13 is as follows: worker information input step S101, real dictionary list creation step S102, belonging group presence / absence determination step S103, and belonging group. Information input step S104, real dictionary list expansion step S105, virtual dictionary search table creation step S1
It consists of 06.

【0016】図6を参照すると、辞書検索手段16の辞
書更新要求時の処理は、辞書更新要求ステップS201
と、見出し語検索テーブル入力ステップS202と、書
込みフラグ,辞書名およびデータアドレス取得ステップ
S203と、書込みフラグチェックステップS204
と、辞書データ更新ステップS205と、実辞書終了判
定ステップS206とからなる。
Referring to FIG. 6, the processing of the dictionary search means 16 at the time of requesting a dictionary update is a dictionary update request step S201.
, Entry word search table input step S202, write flag, dictionary name and data address acquisition step S203, write flag check step S204
And a dictionary data update step S205 and a real dictionary end determination step S206.

【0017】図7を参照すると、辞書検索手段16の辞
書参照要求時の処理は、辞書参照要求ステップS301
と、見出し語検索テーブル入力ステップS302と、辞
書名およびデータアドレス取得ステップS303と、辞
書データ参照ステップS304と、辞書データ出力ステ
ップS305とからなる。
Referring to FIG. 7, the processing of the dictionary search means 16 at the time of requesting a dictionary reference is a dictionary reference request step S301.
And an entry word search table input step S302, a dictionary name and data address acquisition step S303, a dictionary data reference step S304, and a dictionary data output step S305.

【0018】次に、このように構成された本実施例の共
有辞書引き装置1の動作について説明する。
Next, the operation of the shared dictionary lookup apparatus 1 of the present embodiment thus constructed will be described.

【0019】入出力インタフェイス装置3は、共有辞書
引き装置1以外の装置からの辞書アクセス要求を入力手
段11に入力する。
The input / output interface device 3 inputs a dictionary access request from a device other than the shared dictionary lookup device 1 to the input means 11.

【0020】入力手段11は、入出力インタフェイス装
置3から入力された辞書アクセス要求を管理データ分離
手段12に渡す。
The input means 11 passes the dictionary access request input from the input / output interface device 3 to the management data separating means 12.

【0021】管理データ分離手段12は、辞書アクセス
要求中の辞書を引くための見出し語(キー)と、見出し
語以外のデータとを分離する。見出し語以外のデータに
は、辞書アクセス要求の種類(更新,参照等),要求時
間,要求者名(作業者名)などが考えられる。管理デー
タ分離手段12は、見出し語を辞書検索手段16に送
り、見出し語以外のデータを辞書管理手段13に送る。
The management data separating means 12 separates the entry word (key) for drawing the dictionary in the dictionary access request from the data other than the entry word. As the data other than the headwords, the type of dictionary access request (update, reference, etc.), request time, requester name (worker name), etc. can be considered. The management data separating means 12 sends the entry word to the dictionary searching means 16 and sends the data other than the entry word to the dictionary managing means 13.

【0022】辞書管理手段13は、見出し語以外のデー
タを受けると、作業者の初めての辞書アクセス要求であ
れば、見出し語以外のデータを辞書管理テーブル14の
管理情報と照合し、仮想辞書15の検索テーブルを構築
する。
When the dictionary management means 13 receives the data other than the entry word, if it is the first dictionary access request of the worker, the dictionary management means 13 collates the data other than the entry word with the management information of the dictionary management table 14, and the virtual dictionary 15 Build a lookup table for.

【0023】詳しくは、まず、辞書管理手段13は、作
業者情報を辞書管理テーブル14から入力し(ステップ
S101)、実辞書2のリストを作成する(ステップS
102)。次に、辞書管理手段13は、その作業者が所
属するグループがあるかどうかを判定し(ステップS1
03)、所属するグループがあれば、所属グループ情報
を辞書管理テーブル14から入力し(ステップS10
4)、実辞書2のリストに展開し(ステップS10
5)、ステップS103に制御を戻す。辞書管理手段1
3は、ステップS103〜S105をステップS103
で作業者が所属するグループがなくなるまで繰り返す。
More specifically, the dictionary management means 13 first inputs the worker information from the dictionary management table 14 (step S101) and creates a list of the real dictionary 2 (step S).
102). Next, the dictionary management means 13 determines whether there is a group to which the worker belongs (step S1).
03), if there is a belonging group, the belonging group information is input from the dictionary management table 14 (step S10).
4) and expands to the list of the real dictionary 2 (step S10
5) The control is returned to step S103. Dictionary management means 1
3, the steps S103 to S105 are performed in step S103.
Repeat until there is no group to which the worker belongs.

【0024】例えば、図3に示した辞書管理テーブル1
4の管理情報の例では、作業者Xの実辞書2のリスト
は、1行目の”X(GRP.H,W:DIC.A)”中
の”GRP.H”を、3行目の”H(L:DIC.C,
L:DIC.D)”を用いて展開することにより、”X
(L:DIC.C,L:DIC.D,W:DIC.
A)”として作成される。
For example, the dictionary management table 1 shown in FIG.
In the example of the management information of No. 4, in the list of the real dictionary 2 of the worker X, “GRP.H” in “X (GRP.H, W: DIC.A)” on the first line is the third line. "H (L: DIC.C,
L: DIC. D) ”is used to expand the
(L: DIC.C, L: DIC.D, W: DIC.
A) ”is created.

【0025】また、作業者Yの実辞書2のリストは、2
行目の”Y(W:DIC.B,GRP.I)”中の”G
RP.I”を、4行目の”I(W:DIC.C,L:D
IC.D,GRP.J)”を用いて展開し、さらに”G
RP.J”を5行目の”J(L:DIC.E)”を用い
て展開することにより、”Y(W:DIC.B,W:D
IC.C,L:DIC.D,L:DIC.E)”として
作成される。
The list of the real dictionary 2 of the worker Y is 2
"G in" Y (W: DIC.B, GRP.I) "on the line
RP. I ”in the 4th line,“ I (W: DIC.C, L: D
IC. D, GRP. J) ”to develop and then“ G ”
RP. By expanding "J" using "J (L: DIC.E)" on the 5th line, "Y (W: DIC.B, W: D
IC. C, L: DIC. D, L: DIC. E) ”.

【0026】ステップS103で所属するグループがな
くなれば、辞書管理手段13は、実辞書2のリストの順
番に従い仮想辞書15の検索テーブルを作成する(ステ
ップS106)。
When there is no group to which the dictionary belongs at step S103, the dictionary management means 13 creates a search table for the virtual dictionary 15 according to the order of the list of the real dictionary 2 (step S106).

【0027】例えば、作業者Xの仮想辞書15の検索テ
ーブルは、作業者Xの実辞書2のリスト”X(L:DI
C.C,L:DIC.D,W:DIC.A)”から、す
べての見出し語について、以下のように作られる(図4
参照)。
For example, the search table of the virtual dictionary 15 of the worker X is the list “X (L: DI) of the real dictionary 2 of the worker X.
C. C, L: DIC. D, W: DIC. A) ”, all the headwords are created as follows (FIG. 4).
reference).

【0028】 見出し語 :更新不可 辞書C データアドレス 更新不可 辞書D データアドレス 更新可能 辞書A データアドレスHeadword: Not updatable Dictionary C data address Not updatable Dictionary D data address Updatable dictionary A data address

【0029】また、作業者Yの仮想辞書15の検索テー
ブルは、作業者Yの実辞書2のリスト”Y(W:DI
C.B,W:DIC.C,L:DIC.D,L:DI
C.E)”から、すべての見出し語について、以下のよ
うに作られる(図4参照)。
Further, the search table of the virtual dictionary 15 of the worker Y is the list "Y (W: DI) of the real dictionary 2 of the worker Y.
C. B, W: DIC. C, L: DIC. D, L: DI
C. From E) ”, all headwords are created as follows (see FIG. 4).

【0030】 見出し語 :更新可能 辞書B データアドレス 更新可能 辞書C データアドレス 更新不可 辞書D データアドレス 更新不可 辞書E データアドレスHeadword: Updatable dictionary B data address Updatable dictionary C data address Updatable dictionary D data address Updatable dictionary E data address

【0031】仮想辞書15の検索テーブルの構築が終了
すると、辞書検索手段16は、管理データ分離手段12
から受け取った見出し語で辞書アクセス要求の種類に応
じて仮想辞書15を検索する。
When the construction of the search table for the virtual dictionary 15 is completed, the dictionary search means 16 causes the management data separation means 12 to operate.
The virtual dictionary 15 is searched according to the type of dictionary access request with the entry word received from.

【0032】詳しくは、辞書アクセス要求が辞書更新要
求であった場合(ステップS201)、辞書検索手段1
6は、見出し語に対応する仮想辞書15の検索テーブル
を入力し(ステップS202)、検索テーブル上から書
込みフラグ,辞書名およびデータアドレスを1組取得し
(ステップS203)、取得した書込みフラグをチェッ
クする(ステップS204)。書込みフラグが書込み可
であれば、辞書検索手段16は、取得した辞書名を有す
る実辞書2の、取得したデータアドレスが指す辞書デー
タを更新し(ステップS205)、ステップS203に
制御を戻す。ステップS204で書込みフラグが書込み
不可であれば、辞書検索手段16は、検索テーブル中の
すべての辞書名について書込みフラグをチェックしたか
どうかを判定し(ステップS206)、チェックしてい
なければステップS203に制御を戻す。ステップS2
06で検索テーブル中のすべての辞書名について書込み
フラグをチェックしていれば、辞書検索手段16は、処
理を終了する。
More specifically, when the dictionary access request is a dictionary update request (step S201), the dictionary search means 1
6 inputs the search table of the virtual dictionary 15 corresponding to the entry word (step S202), acquires one set of write flag, dictionary name and data address from the search table (step S203), and checks the acquired write flag. (Step S204). If the write flag is writable, the dictionary search means 16 updates the dictionary data pointed to by the acquired data address of the real dictionary 2 having the acquired dictionary name (step S205), and returns the control to step S203. If the write flag is not writable in step S204, the dictionary search means 16 determines whether or not the write flags have been checked for all dictionary names in the search table (step S206), and if not checked, the process proceeds to step S203. Return control. Step S2
If the write flags are checked for all dictionary names in the search table in 06, the dictionary search means 16 ends the process.

【0033】例えば、作業者Xが見出し語Qを更新しよ
うとする辞書更新要求を行った場合、図4に示す仮想辞
書15の検索テーブルにより辞書CおよびDには書き込
めず、辞書Aの見出し語Qの辞書データのみが更新され
る。辞書Aの優先順位は、辞書Cおよび辞書Dよりも低
いため、辞書参照要求時にはかならず辞書Cの辞書デー
タが参照されることになるので、辞書Aの見出し語Qの
辞書データの更新は以降の作業者Xの作業に影響を与え
ない。また、作業者Xと共通の辞書CおよびDを使用し
ている作業者Yにも作業者Xによる辞書Aの見出し語Q
の辞書データの更新は影響を与えない。
For example, when the worker X makes a dictionary update request to update the entry word Q, the dictionary C and D cannot be written by the search table of the virtual dictionary 15 shown in FIG. Only the Q dictionary data is updated. Since the priority of the dictionary A is lower than that of the dictionary C and the dictionary D, the dictionary data of the dictionary C is always referred to when the dictionary reference is requested. Therefore, the dictionary data of the entry word Q of the dictionary A is updated later. It does not affect the work of the worker X. In addition, even for a worker Y who uses the same dictionary C and D as the worker X, the headword Q of the dictionary A by the worker X is used.
Updating the dictionary data of does not affect.

【0034】また、作業者Yが見出し語Qを更新しよう
とする辞書更新要求を行った場合、図4に示す仮想辞書
15の検索テーブルにより辞書DおよびEに書き込め
ず、辞書BおよびCの見出し語Qの辞書データが更新さ
れる。辞書Bの優先順位は、辞書Dおよび辞書Eよりも
高いため、辞書Bの見出し語Qの辞書データの更新は以
降の作業者Yの作業に影響を与えることができる。ま
た、作業者Yと共通の辞書CおよびDを使用している作
業者Xには、作業者Yによる辞書Bの見出し語Qの辞書
データの更新は影響を与えることができる。
Further, when the worker Y makes a dictionary update request to update the headword Q, the dictionary table D of the virtual dictionary 15 shown in FIG. The dictionary data of word Q is updated. Since the priority of the dictionary B is higher than that of the dictionary D and the dictionary E, the update of the dictionary data of the entry word Q of the dictionary B can influence the work of the worker Y thereafter. Further, the update of the dictionary data of the entry word Q of the dictionary B by the worker Y can affect the worker X who uses the same dictionary C and D as the worker Y.

【0035】一方、辞書アクセス要求が辞書参照要求で
あった場合(ステップS301)、辞書検索手段16
は、見出し語に対応する仮想辞書15の検索テーブルを
入力し(ステップS302)、検索テーブル上から先頭
の辞書名およびアドレスを1組取得し(ステップS30
3)、取得した辞書名を有する実辞書2の、取得したデ
ータアドレスが指す辞書データを取得し(ステップS3
04)、出力手段17に出力する(ステップS30
5)。
On the other hand, when the dictionary access request is a dictionary reference request (step S301), the dictionary search means 16
Inputs the search table of the virtual dictionary 15 corresponding to the entry word (step S302), and acquires a set of the first dictionary name and address from the search table (step S30).
3) The dictionary data pointed to by the acquired data address of the real dictionary 2 having the acquired dictionary name is acquired (step S3).
04) and outputs to the output means 17 (step S30).
5).

【0036】出力手段17は、辞書検索手段16から出
力された辞書参照要求の結果である辞書データを入出力
インタフェイス装置3に渡す。
The output means 17 passes the dictionary data, which is the result of the dictionary reference request output from the dictionary search means 16, to the input / output interface device 3.

【0037】[0037]

【発明の効果】以上説明したように本発明は、辞書管理
テーブル,入力手段,管理データ分離手段,辞書管理手
段,辞書検索手段および出力手段を設け、実辞書から仮
想辞書を作成して複数の作業者間で共有する辞書の管理
を行うようにしたことにより、共有する辞書を容易に管
理することができるとともに、一作業者の誤りが全作業
者に影響を与えるなどの問題を解決することができると
いう効果がある。
As described above, according to the present invention, a dictionary management table, an input means, a management data separating means, a dictionary managing means, a dictionary searching means and an output means are provided, and a virtual dictionary is created from a real dictionary to create a plurality of virtual dictionaries. By managing the shared dictionary between workers, it is possible to easily manage the shared dictionary and solve problems such as an error of one worker affecting all workers. There is an effect that can be.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例に係る共有辞書引き装置の構
成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a shared dictionary lookup device according to an embodiment of the present invention.

【図2】図1中の実辞書のデータ構造図である。FIG. 2 is a data structure diagram of a real dictionary in FIG.

【図3】図1中の辞書管理テーブルの管理情報の一例を
示す図である。
FIG. 3 is a diagram showing an example of management information of a dictionary management table in FIG.

【図4】図1中の仮想辞書のデータ構造図である。FIG. 4 is a data structure diagram of a virtual dictionary in FIG.

【図5】図1中の辞書管理手段による仮想辞書構築時の
処理を示す流れ図である。
5 is a flow chart showing a process of constructing a virtual dictionary by the dictionary management means in FIG. 1. FIG.

【図6】図1中の辞書検索手段による辞書更新要求時の
処理を示す流れ図である。
FIG. 6 is a flowchart showing the processing when a dictionary update request is made by the dictionary search means in FIG.

【図7】図1中の辞書検索手段による辞書参照要求時の
処理を示す流れ図である。
FIG. 7 is a flowchart showing a process when a dictionary reference request is made by the dictionary search means in FIG.

【符号の説明】[Explanation of symbols]

1 共有辞書引き装置 2 実辞書 3 入出力インタフェイス装置 11 入力手段 12 管理データ分離手段 13 辞書管理手段 14 辞書管理テーブル 15 仮想辞書 16 辞書検索手段 17 出力手段 1 Shared Dictionary Lookup Device 2 Real Dictionary 3 Input / Output Interface Device 11 Input Means 12 Management Data Separation Means 13 Dictionary Management Means 14 Dictionary Management Table 15 Virtual Dictionaries 16 Dictionary Search Means 17 Output Means

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 作業者と該作業者がアクセスできる実辞
書との関係を表す管理情報を格納する辞書管理テーブル
と、 入出力インタフェイス装置から辞書アクセス要求を入力
する入力手段と、 この入力手段により入力された辞書アクセス要求から辞
書を引くための見出し語と見出し語以外のデータとを分
離する管理データ分離手段と、 この管理データ分離手段により分離された見出し語以外
のデータを前記辞書管理テーブルと照合して実辞書から
仮想辞書を構築する辞書管理手段と、 前記管理データ分離手段により分離された見出し語で前
記仮想辞書を検索する辞書検索手段と、 この辞書検索手段により検索された結果を前記入出力イ
ンタフェイス装置に渡す出力手段とを有することを特徴
とする共有辞書引き装置。
1. A dictionary management table that stores management information that represents a relationship between a worker and a real dictionary that the worker can access, input means that inputs a dictionary access request from an input / output interface device, and this input means. Management data separating means for separating a headword and a data other than the headword for drawing a dictionary from the dictionary access request inputted by the dictionary access table, and the data other than the headword separated by the management data separating means. And a dictionary management means for constructing a virtual dictionary from a real dictionary by collating with, a dictionary search means for searching the virtual dictionary with the entry words separated by the management data separation means, and a result searched by the dictionary search means. A shared dictionary lookup device, comprising: output means for passing to the input / output interface device.
【請求項2】 前記辞書管理テーブルが、作業者が使用
する辞書名およびその更新可否情報ならびに作業者が所
属するグループ名からなる作業者情報と、グループが使
用する辞書名およびその更新可否情報からなる所属グル
ープ情報とを含む請求項1記載の共有辞書引き装置。
2. The dictionary management table is based on worker information including a dictionary name used by a worker and information on whether to update the dictionary and a group name to which the worker belongs, and a dictionary name used by the group and information on whether to update the dictionary. The shared dictionary lookup device according to claim 1, further comprising: belonging group information.
【請求項3】 前記辞書管理手段が、作業者の初めての
辞書アクセス要求であれば、前記辞書管理テーブルから
作業者情報および所属グループ情報を入力して作業者が
使用する実辞書のリストを作成し、この実辞書のリスト
の順番に従い前記仮想辞書の検索テーブルを作成する請
求項2記載の共有辞書引き装置。
3. The dictionary management means, if the worker's first dictionary access request, inputs worker information and belonging group information from the dictionary management table to create a list of real dictionaries used by the worker. The shared dictionary lookup apparatus according to claim 2, wherein the virtual dictionary search table is created according to the order of the list of the real dictionary.
【請求項4】 前記仮想辞書が、見出し語,書込みフラ
グ,辞書名,データアドレスからなる検索テーブルと、
前記実辞書の辞書データ部とから構成される請求項1記
載の共有辞書引き装置。
4. A search table in which the virtual dictionary comprises headwords, write flags, dictionary names, and data addresses,
The shared dictionary lookup device according to claim 1, comprising a dictionary data section of the real dictionary.
【請求項5】 前記辞書検索手段が、辞書アクセス要求
が辞書更新要求である場合、見出し語に対応する仮想辞
書の検索テーブルを入力し、書込みフラグが書込み可で
あれば辞書名を有する実辞書のデータアドレスが指す辞
書データを更新する請求項4記載の共有辞書引き装置。
5. A real dictionary having a dictionary name when the dictionary search means inputs a search table of a virtual dictionary corresponding to a headword when the dictionary access request is a dictionary update request, and if the write flag is writable 5. The shared dictionary lookup device according to claim 4, which updates the dictionary data pointed to by the data address.
【請求項6】 前記辞書検索手段が、辞書アクセス要求
が辞書参照要求である場合、見出し語に対応する仮想辞
書の検索テーブルを入力し、検索テーブル上の先頭の辞
書名を有する実辞書のデータアドレスが指す辞書データ
を参照する請求項4記載の共有辞書引き装置。
6. When the dictionary access request is a dictionary reference request, the dictionary search means inputs a search table of the virtual dictionary corresponding to the entry word, and the data of the real dictionary having the first dictionary name on the search table. The shared dictionary lookup device according to claim 4, wherein the dictionary data pointed to by the address is referred to.
JP6192819A 1994-07-25 1994-07-25 Shared dictionary lookup device Expired - Fee Related JP2776257B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6192819A JP2776257B2 (en) 1994-07-25 1994-07-25 Shared dictionary lookup device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6192819A JP2776257B2 (en) 1994-07-25 1994-07-25 Shared dictionary lookup device

Publications (2)

Publication Number Publication Date
JPH0836581A true JPH0836581A (en) 1996-02-06
JP2776257B2 JP2776257B2 (en) 1998-07-16

Family

ID=16297516

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6192819A Expired - Fee Related JP2776257B2 (en) 1994-07-25 1994-07-25 Shared dictionary lookup device

Country Status (1)

Country Link
JP (1) JP2776257B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09288690A (en) * 1996-04-19 1997-11-04 Fuji Xerox Co Ltd Cooperative design supporting system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61251941A (en) * 1985-05-01 1986-11-08 Fujitsu Ltd Data base management system
JPH04188343A (en) * 1990-11-22 1992-07-06 Nec Software Ltd Data update informing method in data analysis system data base
JPH04209042A (en) * 1990-11-30 1992-07-30 Nec Corp Life cycle control system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61251941A (en) * 1985-05-01 1986-11-08 Fujitsu Ltd Data base management system
JPH04188343A (en) * 1990-11-22 1992-07-06 Nec Software Ltd Data update informing method in data analysis system data base
JPH04209042A (en) * 1990-11-30 1992-07-30 Nec Corp Life cycle control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09288690A (en) * 1996-04-19 1997-11-04 Fuji Xerox Co Ltd Cooperative design supporting system

Also Published As

Publication number Publication date
JP2776257B2 (en) 1998-07-16

Similar Documents

Publication Publication Date Title
US6636875B1 (en) System and method for synchronizing related data elements in disparate storage systems
US7451159B2 (en) Method and apparatus for identifying programming object attributes
JPH08110912A (en) Device and method for retrieving moving image
US6345270B1 (en) Data management system
JPH0836581A (en) Shared dictionary consulting device
US6799183B2 (en) Operation assistance method and system and recording medium for storing operation assistance method
JPH08110869A (en) File system
JPH1166095A (en) Data managing device
JPH05225021A (en) Document text file sharing system
JP2003186670A (en) Automatic generation device, automatic generation method and automatic generation program for database access component
JPH0581102A (en) System for controlling table
JP2003296349A (en) Data retrieval device and update method by server
JP2002149724A (en) Server device and system for supporting design of board equipment using communication network and method for designing board equipment
JP2003150423A (en) Document management method, document management device, and program
JPH0659964A (en) Management system for distributed operation of dictionary
JPH0822405A (en) Management system for relational data base
KR100491090B1 (en) A control method and apparatus for the table having array data structure for managing layer 2 forwarding table
JP2000172678A (en) Device and method for registering document
JPH07121416A (en) File management device
JPH0721169A (en) Word processor
JPH04250569A (en) Network file service controller
JP2001273178A (en) Method and system for controlling database
JP2002318898A (en) Management system for fixed asset
JPH0683887A (en) Drawing management system
JPH06131407A (en) Graphic processor

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090501

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20100501

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees