JP2007087016A - Display device and character string database redefinition method - Google Patents

Display device and character string database redefinition method Download PDF

Info

Publication number
JP2007087016A
JP2007087016A JP2005273935A JP2005273935A JP2007087016A JP 2007087016 A JP2007087016 A JP 2007087016A JP 2005273935 A JP2005273935 A JP 2005273935A JP 2005273935 A JP2005273935 A JP 2005273935A JP 2007087016 A JP2007087016 A JP 2007087016A
Authority
JP
Japan
Prior art keywords
character string
database
content
identifier
term
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
JP2005273935A
Other languages
Japanese (ja)
Other versions
JP4735155B2 (en
Inventor
Masaki Satake
雅紀 佐竹
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2005273935A priority Critical patent/JP4735155B2/en
Publication of JP2007087016A publication Critical patent/JP2007087016A/en
Application granted granted Critical
Publication of JP4735155B2 publication Critical patent/JP4735155B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • Machine Translation (AREA)
  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To shorten a time required for processing while enjoying the advantage of the use of a character string identifier. <P>SOLUTION: For example, when the definition content of a character string identifier [Term-C], that is, ["<term id="Term-A"/>] soft system" is redefined, the definition content is rewritten with ["<term id="Term-A">stock company</term>soft system"]. That is, "stock company" is inserted after the character string identifier ["<term id="Term-A">] of a partial character string as the content of the partial character string itself so that the character string can be redefined. Thus, it is not necessary for a control part 11 to hierarchically trace the definition content of the character string when displaying the character string by such redefinition. Therefore, it is possible to more shorten a time required for processing to display a user interface screen than a conventional manner. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、文字列の内容を多言語で表示可能にするための技術に関する。   The present invention relates to a technique for enabling the contents of a character string to be displayed in multiple languages.

ユーザがコンピュータによって提供されるアプリケーションを利用しようとする場合、このコンピュータには、いわゆるユーザインタフェース画面が表示される。このユーザインタフェース画面は、通常、GUI(Graphical User Interface)であり、ユーザが各種の操作や指示を容易に行えるようにするために、各種メニューやメッセージが含まれている。   When a user intends to use an application provided by a computer, a so-called user interface screen is displayed on the computer. This user interface screen is usually a GUI (Graphical User Interface), and includes various menus and messages so that the user can easily perform various operations and instructions.

ユーザの自国語以外の言語によって表現されたアプリケーションを利用する場合には、その表示内容を理解するためのスキルがユーザに要求されるか、または、翻訳者による翻訳作業が必要になる。そこで、アプリケーションの開発者らが、複数の言語のうち所望の言語でユーザインタフェース画面を表示可能なアプリケーションプログラムを開発することが望ましい。   When using an application expressed in a language other than the user's native language, the user is required to have a skill for understanding the displayed content, or translation work by a translator is required. Therefore, it is desirable that application developers develop an application program that can display a user interface screen in a desired language among a plurality of languages.

このような複数言語に対応したアプリケーションプログラムをプログラミングする場合、メモリ容量の節約や、ある言語から別の言語への表示切替の容易さといった観点から、表示処理に関するプログラムと、文字列の内容そのものに関するプログラムとが分離されることがある。具体的には、文字列の内容そのものに関するプログラムにおいては、各文字列に対して、言語に依存しない文字列識別子を割り当てておき、言語の種類及び文字列識別子の組み合わせにより文字列を特定できるようにしておく。例えば図2に示すように、文字列「株式会社」には文字列識別子「Term-A」が割り当てられており、文字列「有限会社」には文字列識別子「Term-B」が割り当てられている。表示処理に関するプログラムによって文字列を表示する場合には、ユーザによって設定された言語の種類と、アプリケーションによって指定された文字列識別子とに対応する文字列を特定し、それを表示する。ここでは、言語の種類として日本語が指定されているケースを想定する。この場合、アプリケーションによって文字列識別子「Term-A」が指定されると、その文字列識別子に対応する文字列「株式会社」が表示されることになる。   When programming such an application program that supports multiple languages, from the standpoint of saving memory capacity and ease of switching from one language to another, the program related to display processing and the contents of the character string itself The program may be separated. Specifically, in a program related to the content of the character string itself, a language-independent character string identifier is assigned to each character string, and the character string can be specified by a combination of language type and character string identifier. Keep it. For example, as shown in FIG. 2, the character string identifier “Term-A” is assigned to the character string “corporation”, and the character string identifier “Term-B” is assigned to the character string “limited company”. Yes. When a character string is displayed by a program related to display processing, a character string corresponding to the type of language set by the user and the character string identifier specified by the application is specified and displayed. Here, it is assumed that Japanese is specified as the language type. In this case, when the character string identifier “Term-A” is designated by the application, the character string “Corporation” corresponding to the character string identifier is displayed.

また、図2において文字列識別子「Term-C」が割り当てられた文字列の定義内容は、「"<term id="Term-A"/>ソフトシステム"」となっている。ここで、「"<term id="Term-A"/>」は、文字列識別子「Term-A」が割り当てられた文字列の内容を参照し、これを引用することを意味している。つまり、「Term-C」が割り当てられた文字列は、文字列識別子「Term-A」が割り当てられた文字列と、文字列「ソフトシステム」とが結合された文字列というわけである。文字列識別子「Term-A」が割り当てられた文字列は、前述したように「株式会社」であるから、結局、文字列識別子「Term-C」が割り当てられた文字列は、「株式会社ソフトシステム」となる。   In FIG. 2, the definition content of the character string assigned the character string identifier “Term-C” is ““ <term id = “Term-A” /> software system ””. Here, ““ <term id = “Term-A” /> ”means that the content of the character string to which the character string identifier“ Term-A ”is assigned is referred to and quoted. That is, the character string to which “Term-C” is assigned is a character string in which the character string to which the character string identifier “Term-A” is assigned and the character string “soft system” are combined. Since the character string to which the character string identifier “Term-A” is assigned is “corporation” as described above, the character string to which the character string identifier “Term-C” is assigned is System ".

さらに、文字列識別子「Term-D」が割り当てられた文字列の定義内容は、「"<term id="Term-C"/>総務部御中"」となっている。「"<term id="Term-C"/>」は、文字列識別子「Term-C」が割り当てられた文字列を参照して引用することを意味しているから、文字列識別子「Term-C」の文字列の定義内容を参照すると、「"<term id="Term-A"/>ソフトシステム"」となっている。そこで、さらに文字列識別子「Term-A」が割り当てられた文字列の定義内容を参照して「株式会社」であることを特定し、これを文字列識別子「Term-C」が割り当てられた文字列の定義内容中に引用して、文字列「株式会社ソフトシステム」特定する。さらに、これを文字列識別子「Term-D」の文字列の定義内容に含まれる文字列「総務部御中」と結合して、最終的に、「株式会社ソフトシステム総務部御中」という文字列を得ることになる。   Furthermore, the definition content of the character string to which the character string identifier “Term-D” is assigned is ““ <term id = “Term-C” /> in the general affairs department ””. "" <Term id = "Term-C" /> "means that the character string identifier" Term-C "is referenced and quoted, so the character string identifier" Term- Referring to the definition contents of the character string “C”, it is ““ <term id = ”Term-A” /> software system ”. Therefore, referring to the definition of the character string to which the character string identifier “Term-A” is assigned, it is identified as “corporation”, and this character is assigned to the character string identifier “Term-C”. Cite it in the definition contents of the column to identify the character string “Soft System Co., Ltd.” Furthermore, this is combined with the character string “General Affairs Department Gochu” included in the definition of the character string of the character string identifier “Term-D”, and finally the character string “Soft System General Affairs Department Gochu” is obtained. Will get.

上述したような仕組みで各文字列の内容を定義した場合、全ての文字列の内容を逐一記憶しておく場合と比較して、文字列データベースの記憶領域のサイズが小さくて済むという利点がある。例えば、異なる文字列の中に共通の文字列が含まれており、且つ、この共通の文字列が比較的長い文字列であるような場合であっても、図2に示した方法ではその長い文字列に代えて文字列識別子を用いればよいだけであるから、使用する記憶領域を格段に小さくすることが可能となる。   When the contents of each character string are defined by the mechanism as described above, there is an advantage that the size of the storage area of the character string database can be reduced as compared with the case where the contents of all the character strings are stored one by one. . For example, even when a common character string is included in different character strings, and this common character string is a relatively long character string, the method shown in FIG. Since it is only necessary to use a character string identifier instead of a character string, the storage area to be used can be remarkably reduced.

また、文字列の内容を更新する場合にも都合がよい。例えば「株式会社」という表記を「(株)」に変更する場合、図2最上段の文字列識別子「Term-A」が割り当てられた文字列の内容を「株式会社」から「(株)」に変更するだけでよい。なぜなら、"<term id="Term-A"/>ソフトシステム"」などというように、参照(引用)する文字列を文字列識別子によって指定しているから、その参照先の文字列を更新すれば、参照元の文字列も全て更新されたに等しいからである。なお、この種の文字列の定義方法は特許文献1にも開示されている。
特開2004−38650号公報
It is also convenient when updating the contents of a character string. For example, when changing the notation “corporation” to “(stock)”, the contents of the character string assigned the character string identifier “Term-A” at the top of FIG. 2 are changed from “stock” to “(stock)”. Just change to. Because the character string to be referred (quoted) is specified by the character string identifier, such as "<term id =" Term-A "/> Soft system"", the character string of the reference destination must be updated. This is because all the reference source character strings are also updated. A method for defining this type of character string is also disclosed in Patent Document 1.
JP 2004-38650 A

図2の例のように、文字列識別子「Term-D」が割り当てられた文字列を表示する場合には、最初に文字列識別子「Term-C」が割り当てられた文字列を引用し、次に文字列識別子「Term-A」が割り当てられた文字列を引用してからでないと、表示すべき文字列「株式会社ソフトシステム総務部御中」を得ることができない。よって、表示処理に或る程度の時間を要するという問題がある。これは、文字列データベースが、「Term-D」の文字列→「Term-C」の文字列→「Term-A」の文字列というように階層的に参照するような構成になっているからである。図2の例では最高でも3階層であったが、実際には何十階層になることもあり、処理時間の増大がボトルネックとなるケースがある。特に、CPUの処理速度や、記憶部へのアクセス速度が遅いコンピュータでは、ユーザインタフェース画面を表示するのに相当の時間を要してしまう虞がある。   As shown in the example of FIG. 2, when displaying a character string assigned with the character string identifier “Term-D”, the character string assigned with the character string identifier “Term-C” is first quoted, and then The character string to be displayed can be obtained only after quoting the character string assigned the character string identifier “Term-A”. Therefore, there is a problem that a certain amount of time is required for the display processing. This is because the character string database is hierarchically referenced as “Term-D” character string → “Term-C” character string → “Term-A” character string. It is. In the example of FIG. 2, the maximum number of layers is three. However, in reality, the number of layers may be several tens, and an increase in processing time may be a bottleneck. In particular, a computer with a slow CPU processing speed or a low access speed to the storage unit may take a considerable amount of time to display the user interface screen.

本発明は、上述した背景に鑑みてなされたものであり、その目的は、文字列識別子を用いて文字列データベースを構成することによる利点を享受しつつも、表示処理に要する時間を従来よりも短縮することが可能な技術を提供することにある。   The present invention has been made in view of the above-described background, and its purpose is to reduce the time required for display processing compared with the conventional technique while enjoying the advantages of configuring a character string database using character string identifiers. It is to provide a technique that can be shortened.

上述の目的を達成するため、本発明は、文字列の内容を、当該文字列に含まれる部分文字列又はその部分文字列に割り当てられた文字列識別子を用いて定義した文字列データベースを記憶した記憶手段と、指定された文字列識別子に対応する文字列の内容を前記文字列データベースを検索することによって特定し、特定した文字列を用いて、ユーザに提示されるユーザインタフェース画面を表示手段に表示させる表示制御手段と、前記文字列データベースにおいて所定の条件を満たす文字列の定義内容から、前記部分文字列に割り当てられた文字列識別子を検出し、検出した文字列識別子に対応する部分文字列の内容を前記文字列データベースを検索することによって特定し、特定した部分文字列を、検出した前記文字列識別子と対応付けて前記文字列データベースの定義内容に記述することで、前記文字列の内容を再定義する再定義手段と、前記部分文字列の内容が更新されると、当該部分文字列に割り当てられた文字列識別子を再定義された前記文字列データベースから抽出し、抽出した文字列識別子に対応付けて記述されている部分文字列を更新された内容に書き換える書換手段とを備え、前記表示制御手段は、指定された文字列識別子について再定義された文字列の内容を前記文字列データベースを検索することで特定し、特定した文字列を用いて前記ユーザインタフェース画面を表示手段に表示させることを特徴とする表示装置を提供する。   In order to achieve the above object, the present invention stores a character string database in which the contents of a character string are defined using a partial character string included in the character string or a character string identifier assigned to the partial character string. The storage means and the content of the character string corresponding to the designated character string identifier are specified by searching the character string database, and the user interface screen presented to the user is displayed on the display means using the specified character string. A display control means for displaying and a character string identifier assigned to the partial character string from a definition content of the character string satisfying a predetermined condition in the character string database, and a partial character string corresponding to the detected character string identifier The content of is identified by searching the character string database, and the identified partial character string is associated with the detected character string identifier. Redefinition means for redefining the content of the character string by describing it in the definition content of the character string database, and when the content of the partial character string is updated, the character string identifier assigned to the partial character string Rewriting means for rewriting a partial character string described in association with the extracted character string identifier to updated contents, and the display control means is designated. A display device characterized in that the content of a character string redefined with respect to the character string identifier is specified by searching the character string database, and the user interface screen is displayed on display means using the specified character string. I will provide a.

本発明によれば、文字列の定義内容を再定義することにより、ユーザインタフェース画面を表示する処理に要する時間を従来よりも短縮することができる。つまり、所定の条件を満たす文字列については、従来のように文字列の定義を階層化せずに、部分文字列の文字列識別子と部分文字列の内容を対応付けているので、文字列を表示する際にその文字列の定義内容を階層的に辿って行く必要がない。よって、ユーザインタフェース画面を表示する処理に要する時間を従来よりも短縮できるというわけである。また、文字列の内容が更新された場合においても、文字列データベース内の文字列を更新された内容に書き換えることで対応することが可能である。そして、文字列データベースに登録されている全文字列のうち所定の条件を満たした文字列に対して上記のような再定義を行うので、文字列データベースの記憶領域のサイズが増大することをできる限り抑えることができる。   According to the present invention, by redefining the definition content of the character string, the time required for the process of displaying the user interface screen can be shortened compared to the conventional case. That is, for character strings that satisfy a predetermined condition, the character string identifiers of the partial character strings are associated with the contents of the partial character strings without hierarchizing the character string definitions as in the past. When displaying, it is not necessary to follow the definition of the character string hierarchically. Therefore, the time required for the process of displaying the user interface screen can be shortened compared to the conventional method. Further, even when the content of the character string is updated, it is possible to cope with it by rewriting the character string in the character string database with the updated content. And since the above-mentioned redefinition is performed for the character string satisfying a predetermined condition among all the character strings registered in the character string database, the size of the storage area of the character string database can be increased. It can be suppressed as long as possible.

本発明において、前記文字列データベースは、ある文字列の定義内容を他の文字列の定義内容において参照し得るように階層的に構成されており、前記再定義手段においては、階層数が所定数以上である文字列は前記所定の条件を満たす文字列であると判断し、当該文字列の定義内容について上記再定義を行うことが望ましい。また、前記文字列データベースは、ある文字列の定義内容を他の文字列の定義内容において参照し得るように階層的に構成されており、前記再定義手段においては、他の文字列の定義内容によって参照され且つその参照回数が所定数以上であるような定義内容の文字列は前記所定の条件を満たす文字列であると判断し、当該文字列の定義内容について上記再定義を行うことが望ましい。また、前記再定義手段においては、前記表示制御手段に対して指定された指定回数が所定回数以上である文字列は前記所定の条件を満たす文字列であると判断し、当該文字列の定義内容について上記再定義を行うことが望ましい。   In the present invention, the character string database is hierarchically configured so that the definition content of a certain character string can be referred to in the definition content of another character string, and the redefinition means has a predetermined number of layers. It is desirable to determine that the above character string is a character string that satisfies the predetermined condition, and perform the redefinition for the definition content of the character string. The character string database is hierarchically configured so that the definition content of a certain character string can be referred to in the definition content of another character string. In the redefinition means, the definition content of another character string It is desirable to determine that the character string of the definition content that is referred to by the reference number and the reference count is equal to or greater than the predetermined number is a character string that satisfies the predetermined condition, and redefine the definition content of the character string. . Further, in the redefinition means, it is determined that a character string in which the specified number of times specified for the display control means is a predetermined number or more is a character string satisfying the predetermined condition, and the definition content of the character string It is desirable to redefine the above.

また、本発明は、文字列の内容を、当該文字列に含まれる部分文字列又はその部分文字列に割り当てられた文字列識別子を用いて定義した文字列データベースを記憶した表示装置が実行する文字列データベース再定義方法であって、前記文字列データベースにおいて所定の条件を満たす文字列の定義内容から、前記部分文字列に割り当てられた文字列識別子を検出するステップと、検出した文字列識別子に対応する部分文字列の内容を前記文字列データベースを検索することによって特定するステップと、特定した部分文字列を、検出した前記文字列識別子と対応付けて前記文字列データベースの定義内容に記述することで、前記文字列の内容を再定義するステップとを備えることを特徴とする文字列データベース再定義方法を提供する。   In addition, the present invention relates to a character executed by a display device that stores a character string database in which the content of a character string is defined using a partial character string included in the character string or a character string identifier assigned to the partial character string. A method of redefining a column database, the step of detecting a character string identifier assigned to the partial character string from definition contents of a character string satisfying a predetermined condition in the character string database, and corresponding to the detected character string identifier Identifying the content of the partial character string to be searched by searching the character string database, and describing the identified partial character string in the definition content of the character string database in association with the detected character string identifier. And a step of redefining the content of the character string.

次に、発明を実施するための最良の形態について説明する。
図1は、本実施形態に係る表示装置10の構成を示す図である。この表示装置10は、例えば汎用のコンピュータに対して、データベース管理プログラム12a、文字列データベース12b及びアプリケーションプログラム12cがインストールされた装置である。これらのデータベース管理プログラム12a、文字列データベース12b及びアプリケーションプログラム12cは、ハードディスクなどの記憶部12に記憶されている。制御部11は例えばCPUであり、記憶部12に記憶されているプログラムを実行する。表示部13は、例えば液晶ディスプレイやCRT(Cathode Ray Tube)である。制御部11は、アプリケーションプログラム12cに記述された手順に従って、文字列データベース12bの内容を参照しつつ、ユーザに提示されるユーザインタフェース画面データを生成し、ユーザインタフェース画面を表示部13に表示させる。また、制御部11は、データベース管理プログラム12aを実行して文字列データベース12bの内容を管理する(詳しくは後述する)。なお、本実施形態では、アプリケーションプログラム12cとして、各種の連絡先を管理するアドレス帳管理プログラムを想定している。従って、図2に示したような各種の連絡先を意味する文字列が文字列データベース12bによって定義されている。
Next, the best mode for carrying out the invention will be described.
FIG. 1 is a diagram illustrating a configuration of a display device 10 according to the present embodiment. The display device 10 is a device in which a database management program 12a, a character string database 12b, and an application program 12c are installed on a general-purpose computer, for example. These database management program 12a, character string database 12b, and application program 12c are stored in the storage unit 12 such as a hard disk. The control unit 11 is, for example, a CPU, and executes a program stored in the storage unit 12. The display unit 13 is, for example, a liquid crystal display or a CRT (Cathode Ray Tube). The control unit 11 generates user interface screen data presented to the user while referring to the contents of the character string database 12b according to the procedure described in the application program 12c, and causes the display unit 13 to display the user interface screen. The control unit 11 executes the database management program 12a to manage the contents of the character string database 12b (details will be described later). In this embodiment, an address book management program that manages various types of contacts is assumed as the application program 12c. Therefore, the character string meaning various contacts as shown in FIG. 2 is defined by the character string database 12b.

この図2の例については既に説明したとおりであるから、重複した説明は避ける。なお、図2中のレコード「文字列識別子」及びレコード「定義内容」は文字列データベース12bに含まれているが、レコード「表示される文字列」は実際には文字列データベース12bに含まれていない。制御部11は、アプリケーションプログラム12cによって指定された文字列識別子に対応する文字列の内容を、文字列データベース12bを検索することによって特定し、特定した文字列を用いて、ユーザに提示されるユーザインタフェース画面を表示部13に表示させる。つまり、図2中の「表示される文字列」は、制御部11が文字列データベース12b中の「文字列識別子」及び「定義内容」を参照することで特定した文字列であり、最終的に表示部13に表示されるものである。   Since the example of FIG. 2 has already been described, redundant description is avoided. Note that the record “character string identifier” and the record “definition contents” in FIG. 2 are included in the character string database 12b, but the record “character string to be displayed” is actually included in the character string database 12b. Absent. The control unit 11 specifies the content of the character string corresponding to the character string identifier specified by the application program 12c by searching the character string database 12b, and the user presented to the user using the specified character string. The interface screen is displayed on the display unit 13. That is, the “character string to be displayed” in FIG. 2 is a character string specified by the control unit 11 by referring to the “character string identifier” and the “definition contents” in the character string database 12b. It is displayed on the display unit 13.

また、例えば文字列識別子「Term-C」が割り当てられた文字列の定義内容は、「"<term id="Term-A"/>ソフトシステム"」となっている。これは前述したように、文字列識別子「Term-A」が割り当てられた文字列と、文字列「ソフトシステム」との結合を意味している。本実施形態では、説明を分かりやすくするために、“ある文字列の定義内容において記述された別の文字列”を「部分文字列」と称することにする。例えば文字列識別子「Term-C」が割り当てられた文字列の場合、部分文字列は、文字列識別子「Term-A」が割り当てられた文字列と、文字列「ソフトシステム」である。よって、文字列データベース12bは、文字列の内容を、その文字列に含まれる部分文字列又はその部分文字列に割り当てられた文字列識別子を用いて定義したものと言える。なお、図2は、文字列データベース12bがXML(eXtensible Markup Language)で記述された例である。   For example, the definition content of a character string to which the character string identifier “Term-C” is assigned is ““ <term id = “Term-A” /> software system ””. As described above, this means a combination of the character string assigned the character string identifier “Term-A” and the character string “soft system”. In the present embodiment, in order to make the explanation easy to understand, “another character string described in the definition content of a certain character string” is referred to as a “partial character string”. For example, in the case of a character string to which the character string identifier “Term-C” is assigned, the partial character strings are a character string to which the character string identifier “Term-A” is assigned and a character string “soft system”. Therefore, it can be said that the character string database 12b defines the contents of the character string using the partial character string included in the character string or the character string identifier assigned to the partial character string. FIG. 2 is an example in which the character string database 12b is described in XML (eXtensible Markup Language).

制御部11は、必要に応じて、文字列データベース12bの内容を再定義する。
図3は、図2の内容を再定義した例を示す図である。例えば、文字列識別子「Term-C」の定義内容「"<term id="Term-A"/>ソフトシステム"」を再定義すると、その定義内容は「"<term id="Term-A">株式会社</term>ソフトシステム"」に書き換えられることになる。つまり、部分文字列の文字列識別子「"<term id="Term-A">」の後に、その部分文字列の内容そのものである「株式会社」を挿入することで文字列の再定義がなされるというわけである。また、文字列識別子「Term-D」の定義内容「"<term id="Term-C"/>総務部御中"」を再定義すると、その定義内容は「"<term id="Term-C">株式会社ソフトシステム</term>総務部御中"」に書き換えられることになる。つまり、部分文字列の文字列識別子「"<term id="Term-C">」の後に、その部分文字列の内容そのものである「株式会社ソフトシステム」を挿入することで再定義がなされる。文字列識別子「Term-E」や文字列識別子「Term-F」の定義内容についても同様である。ただし、他の文字列を引用していない文字列識別子「Term-A」や文字列識別子「Term-B」の定義内容は再定義されることはない。
The control unit 11 redefines the contents of the character string database 12b as necessary.
FIG. 3 is a diagram showing an example in which the contents of FIG. 2 are redefined. For example, if you redefine the definition content ""<term id = "Term-A"/> software system "" for the string identifier "Term-C", the definition content will be ""<term id = "Term-A"> Inc. </ Term> Soft system "". In other words, the character string is redefined by inserting the character string identifier ""<term id = "Term-A">"after the character string identifier of the partial character string, and then" corporation "as the content of the partial character string itself. That is why. Also, if you redefine the definition of the character string identifier "Term-D"""<term id = "Term-C"/> General Affairs Department "", the definition will be ""<term id = "Term-C It will be rewritten as "> Soft System Co., Ltd. </ Term> General Affairs Department Onaka"". In other words, redefinition is made by inserting “Short System Co., Ltd.” which is the content of the partial character string after the character string identifier “"<term id = "Term-C"> ”of the partial character string. . The same applies to the definition contents of the character string identifier “Term-E” and the character string identifier “Term-F”. However, the definition contents of the character string identifier “Term-A” and the character string identifier “Term-B” that do not quote other character strings are not redefined.

このような再定義を行うために、制御部11は、まず、文字列データベース12bにおける各文字列の定義内容から、部分文字列に割り当てられた文字列識別子(例えば「"<term id="Term-A"/>」の「Term-A」)を検出する。次いで、制御部11は、検出した文字列識別子「Term-A」に対応する部分文字列の内容(ここでは「株式会社」)を文字列データベース12bを検索することによって特定する。そして、制御部11は、特定した部分文字列「株式会社」を、既に検出済みの文字列識別子「Term-A」の後に挿入し、これらを対応付けて文字列データベースの定義内容に記述する。これにより、再定義された内容は、「"<term id="Term-A">株式会社</term>ソフトシステム"」となる。   In order to perform such redefinition, the control unit 11 firstly determines a character string identifier (for example, "" <term id = "Term" assigned to the partial character string from the definition contents of each character string in the character string database 12b. -A "/>" "Term-A"). Next, the control unit 11 specifies the content of the partial character string corresponding to the detected character string identifier “Term-A” (here “corporation”) by searching the character string database 12b. Then, the control unit 11 inserts the specified partial character string “corporation” after the already detected character string identifier “Term-A” and associates them with the definition contents of the character string database. As a result, the redefined content becomes "" <term id = "Term-A"> corporation </ term> software system "".

このような再定義を行うことにより、ユーザインタフェース画面を表示する処理に要する時間を従来よりも短縮することができる。つまり、従来は、文字列の内容が部分文字列の文字列識別子によって表現され、さらにその部分文字列の内容が別の部分文字列の文字列識別子によって表現され・・・というように、文字列の定義が階層的になっていたため、その階層を辿って部分文字列の内容を特定するのに時間を要していた。これに対し、本実施形態では、文字列の定義を階層化せずに、部分文字列の文字列識別子に加えて、その部分文字列の内容そのものを併記しているので、制御部11は、文字列を表示する際にその文字列の定義内容を階層的に辿って行く必要がない。つまり、制御部11は、指定された文字列識別子について再定義された文字列の内容を文字列データベース12bを検索することで直ちに特定することができる。よって、ユーザインタフェース画面を表示する処理に要する時間を従来よりも短縮できるというわけである。   By performing such redefinition, the time required for the process of displaying the user interface screen can be shortened compared to the conventional case. That is, conventionally, the content of a character string is represented by a character string identifier of a partial character string, and the content of the partial character string is represented by a character string identifier of another partial character string, and so on. Since the definition of was hierarchical, it took time to trace the hierarchy and identify the contents of the substring. On the other hand, in the present embodiment, since the definition of the character string is not hierarchized, in addition to the character string identifier of the partial character string, the content itself of the partial character string is also written. When displaying a character string, it is not necessary to follow the definition of the character string hierarchically. That is, the control unit 11 can immediately specify the contents of the character string redefined for the designated character string identifier by searching the character string database 12b. Therefore, the time required for the process of displaying the user interface screen can be shortened compared to the conventional method.

また、文字列の内容が更新された場合は、次のような手順となる。例えば図3において「株式会社」という表記が「(株)」に変更された場合、制御部11は、まず図3最上段の文字列識別子「Term-A」が割り当てられた文字列の内容を「株式会社」から「(株)」に変更する。次に、制御部11は、文字列データベース12bの文字列の定義内容(再定義内容)から、文字列「(株)」に割り当てられていた文字列識別子「Term-A」を全て抽出する。そして、制御部11は、抽出した文字列識別子に対応付けて記述されている部分文字列「株式会社」を全て更新された内容「(株)」に一斉に書き換える。このような文字列の更新処理は、前述したようなインタフェース画面の表示処理ほどの即時性を要求されないことが多いから、従来よりも少々時間を要したとしても、それほど問題となることはない。   When the contents of the character string are updated, the procedure is as follows. For example, when the notation “corporation” in FIG. 3 is changed to “(stock)”, the control unit 11 first displays the contents of the character string to which the character string identifier “Term-A” at the top of FIG. Change from “Co., Ltd.” to “Co., Ltd.” Next, the control unit 11 extracts all the character string identifiers “Term-A” assigned to the character string “(stock)” from the character string definition contents (redefinition contents) of the character string database 12b. Then, the control unit 11 rewrites all of the partial character string “corporation” described in association with the extracted character string identifier to the updated content “(stock)”. Such a character string update process is not often required to be as immediate as the interface screen display process described above, so even if it takes a little more time than before, there is no problem.

上述したように、本実施形態によれば、ユーザインタフェース画面の表示処理を迅速に実行することができると共に、文字列の更新処理もスムーズに実行することができる。ただし、文字列の内容を再定義すると、結局、その文字列そのものを文字列データベース12bの「定義内容」のレコードに記述しなければならない。例えば、図3の文字列識別子「Term-C」が割り当てられた文字列は「株式会社ソフトシステム」であるが、その定義内容(再定義内容)は「"<term id="Term-A">株式会社</term>ソフトシステム"」である。つまり、再定義内容には、文字列の内容「株式会社ソフトシステム」を全て含んでいる。従来は、文字列識別子を用いて文字列を定義することで、全ての文字列の内容を逐一記憶しておく場合と比較して、使用する記憶領域のサイズを小さくすることができるいう点が利点であった。一方、本実施形態のように、文字列の内容を全て「定義内容」のレコードに記述してしまったのでは、従来のように記憶領域のサイズを小さくすることは無理である。   As described above, according to the present embodiment, the display process of the user interface screen can be executed quickly, and the update process of the character string can also be executed smoothly. However, if the contents of the character string are redefined, the character string itself must be described in the “definition contents” record of the character string database 12b. For example, the character string to which the character string identifier “Term-C” in FIG. 3 is assigned is “Soft System Co., Ltd.”, but its definition content (redefinition content) is “" <term id = "Term-A" > Inc. </ Term> Soft system "". That is, the redefinition contents include all the contents of the character string “SOFT SYSTEM Co., Ltd.”. Conventionally, by defining a character string using a character string identifier, the size of the storage area to be used can be reduced as compared with the case where the contents of all the character strings are stored one by one. It was an advantage. On the other hand, if the contents of the character string are all described in the “definition contents” record as in the present embodiment, it is impossible to reduce the size of the storage area as in the prior art.

そこで、制御部11は、所定の条件を満たす文字列に対してのみ、上記のような再定義を行うようにしている。所定の条件を満たす文字列とは、要するに再定義が必要な文字列であり、例えば以下に述べる(1)〜(3)のような文字列である。制御部11は、これら(1)〜(3)に該当しない文字列は再定義する必要はないが、仮にこれら(1)〜(3)に該当したとしても特に(4)に該当する文字列は再定義しないことが望ましい。その理由は後述する。なお、前述したように、他の文字列を引用していない文字列の定義内容は以下の(1)〜(3)に該当したとしても再定義されることはない。他の文字列を引用していない文字列を再定義する意味はないからである(例えば図3中の文字列識別子「Term-A」や文字列識別子「Term-B」の文字列)。   Therefore, the control unit 11 performs the redefinition as described above only for a character string that satisfies a predetermined condition. The character string satisfying the predetermined condition is, in short, a character string that needs to be redefined, for example, a character string such as (1) to (3) described below. The control unit 11 does not need to redefine the character strings that do not correspond to (1) to (3), but even if they correspond to (1) to (3), the character string that corresponds to (4). Should not be redefined. The reason will be described later. Note that, as described above, the definition contents of character strings that do not quote other character strings are not redefined even if they correspond to the following (1) to (3). This is because it is meaningless to redefine a character string that does not quote another character string (for example, a character string identifier “Term-A” or a character string identifier “Term-B” in FIG. 3).

以下、再定義する文字列について具体的に説明する。
(1)文字列の定義内容が階層的であり、その階層数が所定数以上である文字列については再定義する。
例えば所定数を「3」とすると、図4に示す文字列識別子「Term-D」の文字列と、文字列識別子「Term-E」の文字列は階層数が「3」であるから、制御部11は、これらの文字列については再定義する。文字列の定義内容を階層的に辿っていくのに時間を要するわけだから、その階層数が比較的多い文字列については再定義することで階層化しないようにすれば、表示処理に要する時間を短縮化することができる。
Hereinafter, the character string to be redefined will be specifically described.
(1) The definition content of the character string is hierarchical, and a character string whose number of hierarchies is a predetermined number or more is redefined.
For example, if the predetermined number is “3”, the character string with the character string identifier “Term-D” and the character string with the character string identifier “Term-E” shown in FIG. The part 11 redefines these character strings. Since it takes time to trace the definition of the character string hierarchically, if the character string with a relatively large number of layers is not re-defined by redefining it, the time required for display processing will be reduced. It can be shortened.

(2)他の文字列の定義によって参照(引用)されている文字列であり、その参照数(引用数)が所定数以上である文字列については再定義する。
例えば所定数を「2」とする。図5に示す文字列識別子「Term-C」の文字列は、文字列識別子「Term-D」の文字列及び文字列識別子「Term-E」の文字列の定義内容から参照されており、参照数が「2」である。よって、制御部11はこの文字列については再定義する。参照回数が多い文字列について再定義することで、その文字列の内容そのものを「定義内容」のレコードに記述しておけば、制御部11がその文字列の定義内容を階層的に辿っていく手間が省くことができ、表示処理の短縮化に寄与する。
(2) A character string that is referenced (quoted) by definition of another character string and whose number of references (quoted number) is a predetermined number or more is redefined.
For example, the predetermined number is “2”. The character string of the character string identifier “Term-C” shown in FIG. 5 is referenced from the definition contents of the character string of the character string identifier “Term-D” and the character string of the character string identifier “Term-E”. The number is “2”. Therefore, the control unit 11 redefines this character string. By redefining a character string with a large number of references, if the content of the character string itself is described in a “definition content” record, the control unit 11 traces the definition content of the character string hierarchically. This saves time and contributes to shortening the display process.

(3)アプリケーションプログラムによって表示対象として指定された回数が所定回数以上である文字列については再定義する。
例えば所定数を「5」とする。図6に示す文字列識別子「Term-D」の文字列は、指定回数が「5」であるから、制御部11はこの文字列については再定義する。表示対象としての指定回数が多い文字列は表示される回数が多いことを意味している。よって、このような表示回数が多い文字列について再定義しておけば、制御部11が文字列の定義内容を階層的に辿っていく手間が省くことができ、表示処理の短縮化に寄与する。
(3) A character string in which the number of times specified as a display target by the application program is a predetermined number or more is redefined.
For example, the predetermined number is “5”. The character string of the character string identifier “Term-D” shown in FIG. 6 has the designated number of times “5”, so the control unit 11 redefines this character string. A character string with a large number of times of designation as a display target means that the number of times of display is large. Therefore, if such a character string having a large number of display times is redefined, the control unit 11 can save time and labor to trace the definition contents of the character string hierarchically, which contributes to shortening of display processing. .

(4)他の文字列の定義を参照(引用)している文字列であり、その参照先の文字列の定義内容が更新された回数が所定数以上の場合には、参照している文字列の再定義を中止する。なお、ここでいう所定数とは、ある期間中の更新数(単位期間あたりの頻度)であってもよいし、期間に依らないトータルの更新数であってもよい。
例えば更新回数の所定数を「10」とする。図7に示す文字列識別子「Term-A」の文字列「株式会社」は更新回数が「15」であり、所定数の「10」以上である。このような「株式会社」という文字列は、必要に応じて、「(株)」に更新されたり、「(カブ)」に更新されたり、「(カ)」に更新されたりすることが多い。つまり、この種の文字列は頻繁に更新される。この場合、この文字列の定義を参照(引用)している文字列は、文字列識別子「Term-C」、文字列識別子「Term-D」、文字列識別子「Term-E」の文字列である。これらの文字列が再定義されている場合、制御部11は、その再定義を中止して元の定義内容に戻す。なぜなら、文字列識別子「Term-A」の文字列が更新される度に、制御部11は、文字列データベース12bを検索して部分文字列を抽出し、これらを全て更新された内容に一斉に書き換えるという処理が必要になるからである。このような場合には、制御部11は、再定義を止めておいたほうが、文字列の更新処理に時間をかけなくて済む。
(4) A character string that references (quotes) the definition of another character string, and if the number of times the definition content of the reference destination character string has been updated is a predetermined number or more, the character being referred to Cancels column redefinition. The predetermined number here may be the number of updates during a certain period (frequency per unit period) or may be the total number of updates that does not depend on the period.
For example, the predetermined number of update times is “10”. The character string “corporation” of the character string identifier “Term-A” shown in FIG. Such a character string “corporation” is often updated to “(share)”, “(cube)”, or “(f)” as necessary. . That is, this type of character string is frequently updated. In this case, the character string that references (quotes) the definition of this character string is the character string identifier “Term-C”, the character string identifier “Term-D”, and the character string identifier “Term-E”. is there. When these character strings are redefined, the control unit 11 stops the redefinition and returns to the original definition content. This is because every time the character string of the character string identifier “Term-A” is updated, the control unit 11 searches the character string database 12b to extract partial character strings, and all of them are updated to the updated contents all at once. This is because rewriting is necessary. In such a case, if the redefinition is stopped, the control unit 11 does not need to spend time on the update process of the character string.

制御部11が以上のような再定義処理を実行するタイミングは、表示装置10に処理の余裕があるとき(制御部11の処理負荷が低いとき)又は必要に迫られたとき(アプリケーションプログラムから文字列識別子を指定されたとき)であることが望ましい。   The timing at which the control unit 11 executes the redefinition processing as described above is when the display device 10 has enough processing (when the processing load on the control unit 11 is low) or when necessary (from the application program) Preferably when a column identifier is specified.

以上説明した実施形態によれば、文字列の定義内容を再定義することにより、ユーザインタフェース画面を表示する処理に要する時間を従来よりも短縮することができる。つまり、従来のように文字列の定義を階層化せずに、部分文字列の文字列識別子に加えて、その部分文字列の内容そのものを併記しているので、制御部11は、文字列を表示する際にその文字列の定義内容を階層的に辿って行く必要がないから、ユーザインタフェース画面を表示する処理に要する時間を従来よりも短縮できるというわけである。また、文字列の内容が更新された場合においても、制御部11は、文字列データベース12b内の文字列を更新された内容に書き換ることで対応することが可能である。さらに、制御部11は、必要な文字列に対してのみ、上記のような再定義を行うので、文字列データベース12bの記憶領域の増大をできるだけ抑えることができる。   According to the embodiment described above, by redefining the definition content of the character string, the time required for the process of displaying the user interface screen can be shortened compared to the conventional case. That is, since the definition of the character string is not hierarchized as in the prior art, in addition to the character string identifier of the partial character string, the contents of the partial character string itself are written together. Since it is not necessary to follow the definition of the character string hierarchically when displaying, the time required for the process of displaying the user interface screen can be shortened compared to the conventional case. Even when the content of the character string is updated, the control unit 11 can cope with the problem by rewriting the character string in the character string database 12b with the updated content. Furthermore, since the control unit 11 performs the redefinition as described above only for a necessary character string, an increase in the storage area of the character string database 12b can be suppressed as much as possible.

なお、図3に示した文字列データベース12bやアプリケーションプログラム12cは、アドレス帳管理を目的としたものであったが、これに限定されないことはもちろんである。また、上述した実施形態は、ユーザインタフェース画面を表示可能なコンピュータであれば適応可能であり、例えば、プリンタやスキャナなどを搭載した複合機であってもよい。   The character string database 12b and the application program 12c shown in FIG. 3 are intended for address book management, but are not limited to this. The above-described embodiment can be applied to any computer that can display a user interface screen. For example, it may be a multi-function machine equipped with a printer, a scanner, or the like.

本発明の一実施形態に係る表示装置の構成を示すブロック図である。It is a block diagram which shows the structure of the display apparatus which concerns on one Embodiment of this invention. 文字列データベースの内容の一例を示す図である。It is a figure which shows an example of the content of a character string database. 文字列データベースにおける再定義の一例を示す図である。It is a figure which shows an example of redefinition in a character string database. 文字列データベースにおける再定義の一例を示す図である。It is a figure which shows an example of redefinition in a character string database. 文字列データベースにおける再定義の一例を示す図である。It is a figure which shows an example of redefinition in a character string database. 文字列データベースにおける再定義の一例を示す図である。It is a figure which shows an example of redefinition in a character string database. 文字列データベースにおいて再定義を中止する例を示す図である。It is a figure which shows the example which cancels redefinition in a character string database.

符号の説明Explanation of symbols

10・・・表示装置、11・・・制御部、12・・・記憶部、12b・・・文字列データベース、13・・・表示部、14・・・操作部。 DESCRIPTION OF SYMBOLS 10 ... Display apparatus, 11 ... Control part, 12 ... Memory | storage part, 12b ... Character string database, 13 ... Display part, 14 ... Operation part.

Claims (5)

文字列の内容を、当該文字列に含まれる部分文字列又はその部分文字列に割り当てられた文字列識別子を用いて定義した文字列データベースを記憶した記憶手段と、
指定された文字列識別子に対応する文字列の内容を前記文字列データベースを検索することによって特定し、特定した文字列を用いて、ユーザに提示されるユーザインタフェース画面を表示手段に表示させる表示制御手段と、
前記文字列データベースにおいて所定の条件を満たす文字列の定義内容から、前記部分文字列に割り当てられた文字列識別子を検出し、検出した文字列識別子に対応する部分文字列の内容を前記文字列データベースを検索することによって特定し、特定した部分文字列を、検出した前記文字列識別子と対応付けて前記文字列データベースの定義内容に記述することで、前記文字列の内容を再定義する再定義手段と、
前記部分文字列の内容が更新されると、当該部分文字列に割り当てられた文字列識別子を再定義された前記文字列データベースから抽出し、抽出した文字列識別子に対応付けて記述されている部分文字列を更新された内容に書き換える書換手段とを備え、
前記表示制御手段は、指定された文字列識別子について再定義された文字列の内容を前記文字列データベースを検索することで特定し、特定した文字列を用いて前記ユーザインタフェース画面を表示手段に表示させることを特徴とする表示装置。
Storage means for storing a character string database in which the content of a character string is defined using a partial character string included in the character string or a character string identifier assigned to the partial character string;
Display control for specifying the content of the character string corresponding to the specified character string identifier by searching the character string database and displaying the user interface screen presented to the user on the display means using the specified character string Means,
A character string identifier assigned to the partial character string is detected from the definition content of the character string satisfying a predetermined condition in the character string database, and the content of the partial character string corresponding to the detected character string identifier is detected in the character string database. Redefinition means for redefining the content of the character string by describing the specified partial character string in association with the detected character string identifier and describing it in the definition content of the character string database When,
When the content of the partial character string is updated, the character string identifier assigned to the partial character string is extracted from the redefined character string database, and the portion described in association with the extracted character string identifier Rewriting means for rewriting the character string with the updated content,
The display control means specifies the contents of the character string redefined for the specified character string identifier by searching the character string database, and displays the user interface screen on the display means using the specified character string. And a display device.
前記文字列データベースは、ある文字列の定義内容を他の文字列の定義内容において参照し得るように階層的に構成されており、
前記再定義手段においては、階層数が所定数以上である文字列は前記所定の条件を満たす文字列であると判断し、当該文字列の定義内容について上記再定義を行うことを特徴とする請求項1記載の表示装置。
The character string database is hierarchically configured so that the definition content of a certain character string can be referred to in the definition content of another character string,
The redefinition means determines that a character string having a number of hierarchies equal to or greater than a predetermined number is a character string satisfying the predetermined condition, and performs the redefinition for the definition content of the character string. Item 4. The display device according to Item 1.
前記文字列データベースは、ある文字列の定義内容を他の文字列の定義内容において参照し得るように階層的に構成されており、
前記再定義手段においては、他の文字列の定義内容によって参照され且つその参照回数が所定数以上であるような定義内容の文字列は前記所定の条件を満たす文字列であると判断し、当該文字列の定義内容について上記再定義を行うことを特徴とする請求項1記載の表示装置。
The character string database is hierarchically configured so that the definition content of a certain character string can be referred to in the definition content of another character string,
In the redefinition means, it is determined that the character string of the definition content that is referred to by the definition content of another character string and the number of times of reference is a predetermined number or more is a character string that satisfies the predetermined condition, The display device according to claim 1, wherein the redefinition is performed on the definition content of the character string.
前記再定義手段においては、前記表示制御手段に対して指定された指定回数が所定回数以上である文字列は前記所定の条件を満たす文字列であると判断し、当該文字列の定義内容について上記再定義を行うことを特徴とする請求項1記載の表示装置。   In the redefinition means, it is determined that a character string having a specified number of times specified to the display control means is a predetermined number or more is a character string satisfying the predetermined condition, and the definition content of the character string is described above. The display device according to claim 1, wherein redefinition is performed. 文字列の内容を、当該文字列に含まれる部分文字列又はその部分文字列に割り当てられた文字列識別子を用いて定義した文字列データベースを記憶した表示装置が実行する文字列データベース再定義方法であって、
前記文字列データベースにおいて所定の条件を満たす文字列の定義内容から、前記部分文字列に割り当てられた文字列識別子を検出するステップと、
検出した文字列識別子に対応する部分文字列の内容を前記文字列データベースを検索することによって特定するステップと、
特定した部分文字列を、検出した前記文字列識別子と対応付けて前記文字列データベースの定義内容に記述することで、前記文字列の内容を再定義するステップと
を備えることを特徴とする文字列データベース再定義方法。
A character string database redefinition method executed by a display device that stores a character string database defined by using a partial character string included in the character string or a character string identifier assigned to the partial character string. There,
Detecting the character string identifier assigned to the partial character string from the definition content of the character string satisfying a predetermined condition in the character string database;
Identifying the content of the partial string corresponding to the detected string identifier by searching the string database;
Redefining the content of the character string by associating the identified partial character string with the detected character string identifier and describing it in the definition content of the character string database. Database redefinition method.
JP2005273935A 2005-09-21 2005-09-21 Display device and character string database redefinition method Expired - Fee Related JP4735155B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005273935A JP4735155B2 (en) 2005-09-21 2005-09-21 Display device and character string database redefinition method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005273935A JP4735155B2 (en) 2005-09-21 2005-09-21 Display device and character string database redefinition method

Publications (2)

Publication Number Publication Date
JP2007087016A true JP2007087016A (en) 2007-04-05
JP4735155B2 JP4735155B2 (en) 2011-07-27

Family

ID=37973950

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005273935A Expired - Fee Related JP4735155B2 (en) 2005-09-21 2005-09-21 Display device and character string database redefinition method

Country Status (1)

Country Link
JP (1) JP4735155B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018151688A (en) * 2017-03-09 2018-09-27 株式会社リコー Information processing apparatus, information processing method and program

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63263561A (en) * 1987-04-22 1988-10-31 Ricoh Co Ltd Compressing method for japanese-language sentence
JPH04344523A (en) * 1991-05-21 1992-12-01 Nec Corp Message generating system
JPH06332685A (en) * 1993-05-18 1994-12-02 Toyo Eng Corp Display screen controlling method
JPH11306194A (en) * 1998-04-23 1999-11-05 Sharp Corp Method for calculating hash value of character string and machine-readable recording medium where program for implementing same method is recorded
JP2000222404A (en) * 1999-02-03 2000-08-11 Mitsubishi Electric Corp Document converter and document type definition converter
JP2003150290A (en) * 2001-11-16 2003-05-23 Higashi Nippon System Kensetsu Kk Data management system
JP2003203067A (en) * 2001-12-28 2003-07-18 Fujitsu Ltd Structured document converting method and data converting method
JP2004013737A (en) * 2002-06-10 2004-01-15 Fuji Xerox Co Ltd Device and method for processing document

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63263561A (en) * 1987-04-22 1988-10-31 Ricoh Co Ltd Compressing method for japanese-language sentence
JPH04344523A (en) * 1991-05-21 1992-12-01 Nec Corp Message generating system
JPH06332685A (en) * 1993-05-18 1994-12-02 Toyo Eng Corp Display screen controlling method
JPH11306194A (en) * 1998-04-23 1999-11-05 Sharp Corp Method for calculating hash value of character string and machine-readable recording medium where program for implementing same method is recorded
JP2000222404A (en) * 1999-02-03 2000-08-11 Mitsubishi Electric Corp Document converter and document type definition converter
JP2003150290A (en) * 2001-11-16 2003-05-23 Higashi Nippon System Kensetsu Kk Data management system
JP2003203067A (en) * 2001-12-28 2003-07-18 Fujitsu Ltd Structured document converting method and data converting method
JP2004013737A (en) * 2002-06-10 2004-01-15 Fuji Xerox Co Ltd Device and method for processing document

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018151688A (en) * 2017-03-09 2018-09-27 株式会社リコー Information processing apparatus, information processing method and program

Also Published As

Publication number Publication date
JP4735155B2 (en) 2011-07-27

Similar Documents

Publication Publication Date Title
US6976209B1 (en) Activemark mechanism in a live parsing editor
KR100475432B1 (en) method for design modification of Graphic User Interface and recorded media thereof
US5812847A (en) Rule-based method for designing user interfaces for applications
JPH05289840A (en) Method and device for window display
US20120304149A1 (en) Editor with Commands for Automatically Disabling and Enabling Program Code Portions
JPH10124495A (en) Original text generation processor and medium for storing program for the same
US20050289450A1 (en) User interface virtualization
CN111240659A (en) Page design method based on Vue
US7409642B2 (en) Method and system for applying user interface elements to data
US20170060543A1 (en) Model augmentation in a model-driven application development environment
US5511193A (en) Text services manager providing multiple instances of input methods for text language processing and automatic synchronization between met hods
US20080005663A1 (en) Document Processing Device And Document Processing Method
JP2007122724A (en) Device for storing vector image together with embedded image style identifier, and method and utility for formatting device image by using image style attribute
JP4735155B2 (en) Display device and character string database redefinition method
US20090287994A1 (en) Document processing device and document processing method
CN113011146A (en) Information processing apparatus, storage medium, and information processing method
CN113348440B (en) Drawing assistance device, display device, drawing assistance method, and computer program
JP4771831B2 (en) Graphic display program and graphic display method
JP6984377B2 (en) Information processing equipment, screen display system and program
JP6836077B2 (en) Information processing device and its processing method and program
JP2006331356A (en) Business processing program, recording medium recording it, and business processing system
JP3453287B2 (en) Original text generation processor
US11977866B2 (en) Application screen display program installing method
US20080294638A1 (en) Method and system for parsing contents of memory device
JP2720805B2 (en) Program flow diagram reference method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080821

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100827

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100831

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101101

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110329

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110411

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140513

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees