JPH0227471A - Intra-text numeric data updating system - Google Patents

Intra-text numeric data updating system

Info

Publication number
JPH0227471A
JPH0227471A JP63176737A JP17673788A JPH0227471A JP H0227471 A JPH0227471 A JP H0227471A JP 63176737 A JP63176737 A JP 63176737A JP 17673788 A JP17673788 A JP 17673788A JP H0227471 A JPH0227471 A JP H0227471A
Authority
JP
Japan
Prior art keywords
data
character
character string
numeric
numeric data
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.)
Pending
Application number
JP63176737A
Other languages
Japanese (ja)
Inventor
Toshihiko Kobayashi
敏彦 小林
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 JP63176737A priority Critical patent/JPH0227471A/en
Publication of JPH0227471A publication Critical patent/JPH0227471A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To save the updating trouble of a figure data character string in a text, and to eliminate an updating mistake by converting the numeric data character string in the text into the data of a numeric attribute, then, executing an arithmetic operation, and updating the data. CONSTITUTION:In a character/numeric value converting means 13, the figure data character string lowered from a stack by means of a character string extracting means 11 is converted into the numeric data based on a character/numeric value corresponding table, and the operation by means of an arithmetic expression stored into an arithmetic expression memory means 14 is executed for the numeric value data converted by an arithmetic operating means 15. The numeric value data of the arithmetic operation result are converted into the figure data character string based on the character/numeric value corresponding table, and a character string output means 17 outputs the figure data character string converted by a numeric value/ character converting means 16 and non-figure data outputted by a character string extracting means 11 to the text. Consequently, the all numeric value data to be the object in the text can be updated only by designating the arithmetic expression. Thus, the updating trouble of the figure data character string can be saved, and the updating mistake can be eliminated.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はテキスト内数値データ更新方式に関し、特に数
値データの算術演算によるテキスト内数値データ更新方
式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for updating numerical data in text, and more particularly to a method for updating numerical data in text using arithmetic operations on numerical data.

〔従来の技術〕[Conventional technology]

従来、この種のテキスト内数値データ更新方式では、更
新対象の数値を表現する文字データ(以下、数字データ
と称する)からなる数字データ文字列を被置換文字列と
して指定し、更新対象の数字データ文字列の種類の数分
の更新を行っていた。
Conventionally, in this type of in-text numeric data update method, a numeric data string consisting of character data (hereinafter referred to as numeric data) representing the numeric value to be updated is specified as a character string to be replaced, and the numeric data to be updated is Several updates were made to the string types.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のテキスト内数値データ更新方式では、更
新対象の数字データ文字列の種類の数分の更新を行って
いたので、例えば更新対象の数字データ文字列(被置換
文字列)が10種類あるときには10回の更新が必要で
あり、1回目の更新後の数字データ文字列が2回目の被
置換文字列になると2重に更新されてしまうという欠点
がある。
In the conventional numeric data in text update method described above, updates are performed as many times as there are types of numeric data strings to be updated, so for example, there are 10 types of numeric data strings to be updated (replaced character strings). Sometimes updating is required ten times, and there is a drawback that if the numeric data character string after the first update becomes the character string to be replaced the second time, it will be updated twice.

したがって、1回目の更新後の数字データ文字列が2回
目の被置換文字列にならないような工夫が必要となるの
で、テキスト内の数字データ文字列の更新に手間がかか
り、更新ミスも生じやすいという欠点がある。
Therefore, it is necessary to take measures to ensure that the numeric data string after the first update does not become the second replaced string, so it takes time to update the numeric data string in the text, and updating errors are likely to occur. There is a drawback.

本発明の目的は、上述の点に鑑み、テキスト内の数字デ
ータ文字列を数値属性のデータ(以下、数値データと称
する)に変換した後に算術演算を施して更新することに
より、テキスト内の数字データ文字列の更新の手間を省
き、更新ミスをなくすテキスト内数値データ更新方式を
提供することにある。
In view of the above-mentioned points, an object of the present invention is to convert numerical data character strings in text into numerical attribute data (hereinafter referred to as numerical data) and then perform arithmetic operations to update the numerical data in text. To provide an in-text numerical data update method that saves the effort of updating data character strings and eliminates update errors.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のテキスト内数値データ更新方式は、数字データ
とこの数字データに対応する数値データとからなる文字
数値対応表を保持する文字列記憶手段と、算術式を記憶
する算術式記憶手段と、テキストから文字データを抽出
し前記文字数値対応表を基に数字データであるか否かを
判定し数字データであればスタックに積み非数字データ
であればスタックから数字データ文字列を降ろした後に
非数字データを文字列出力手段に出力する文字列抽出手
段と、この文字列抽出手段によりスタックから降ろされ
た数字データ文字列を前記文字数値対応表を基に数値デ
ータに変換する文字数値変換手段と、この文字数値変換
手段により数字データ文字列が変換された数値データに
前記算術式記憶手段に記憶された算術式による演算を施
す算術演算手段と、この算術演算手段による算術演算結
果の数値データを前記文字数値対応表を基に数字データ
文字列に変換する数値文字変換手段と、この数値文字変
換手段により算術演算結果の数値データが変換された数
字データ文字列および前記文字列抽出手段により出力さ
れた非数字データをテキストに出力する前記文字列出力
手段とを有する。
The in-text numeric data updating method of the present invention includes a character string storage means for holding a character-numeric correspondence table consisting of numeric data and numeric data corresponding to the numeric data, an arithmetic expression storage means for storing an arithmetic expression, and a text Extract character data from , determine whether it is numeric data based on the character/numeric correspondence table, and if it is numeric data, put it on the stack, and if it is non-numeric data, remove the numeric data character string from the stack, then convert it to non-numeric data. a character string extraction means for outputting data to a character string output means; a character-numeric conversion means for converting the numeric data character string taken down from the stack by the character string extraction means into numeric data based on the character-numeric correspondence table; an arithmetic operation means for performing an operation using an arithmetic expression stored in the arithmetic expression storage means on the numeric data obtained by converting the numeric data character string by the character/numeric conversion means; A numeric character conversion means for converting numeric data into a character string based on a character/numeric correspondence table, a numeric data character string converted from the numeric data as a result of an arithmetic operation by the numeric character conversion means, and a numeric data character string outputted by the character string extraction means. and the character string output means for outputting non-numeric data as text.

〔作用〕[Effect]

本発明のテキスト内数値データ更新方式では、文字列記
憶手段が数字データとこの数字データに対応する数値デ
ータとからなる文字数値対応表を保持し、算術式記憶手
段が算術式を記憶し、文字列抽出手段がテキストから文
字データを抽出し文字数値対応表を基に数字データであ
るか否かを判定し数字データであればスタックに積み非
数字データであればスタックから数字データ文字列を降
ろした後に非数字データを文字列出力手段に出力し、文
字数値変換手段が文字列抽出手段によりスタックから降
ろされた数字データ文字列を文字数値対応表を基に数値
データに変換し、算術演算手段が文字数値変換手段によ
り数字データ文字列が変換された数値データに算術式記
憶手段に記憶された算術式による演算を施し、数値文字
変換手段が算術演算手段による算術演算結果の数値デー
タを文字数値対応表を基に数字データ文字列に変換し、
文字列出力手段が数値文字変換手段により算術演算結果
の数値データが変換された数字データ文字列および文字
列抽出手段により出力された非数字データをテキストに
出力する。
In the in-text numeric data update method of the present invention, the character string storage means holds a character-value correspondence table consisting of numeric data and numeric data corresponding to this numeric data, and the arithmetic expression storage means stores an arithmetic expression, The column extraction means extracts character data from the text, determines whether it is numeric data based on the character/numeric correspondence table, and if it is numeric data, it is placed on the stack, and if it is non-numeric data, the numeric data character string is taken down from the stack. After that, the non-numeric data is output to the character string output means, and the character/numeric conversion means converts the numeric data string taken down from the stack by the character string extraction means into numerical data based on the character/numeric correspondence table, and then outputs the non-numeric data to the character string output means. The character/numeric conversion means performs an operation on the numeric data obtained by converting the numeric data/character string by the arithmetic expression stored in the arithmetic expression storage means, and the numeric character conversion means converts the numeric data resulting from the arithmetic operation by the arithmetic operation means into character/numeric data. Convert to numeric data string based on the correspondence table,
The character string output means outputs the numerical data character string obtained by converting the numerical data of the arithmetic operation result by the numerical character conversion means and the non-numeric data outputted by the character string extraction means into text.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は、本発明の一実施例のテキスト内数値データ更
新方式の構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of an in-text numerical data updating method according to an embodiment of the present invention.

本実施例のテキスト内数値データ更新方式は、テキスト
IOと、文字列抽出手段11と、文字列記憶手段12と
、文字数値変換手段13と、算術式記憶手段14と、算
術演算手段15と、数値文字変換手段16と、文字列出
力手段17とから構成されている。
The in-text numerical data update method of this embodiment includes a text IO, a character string extraction means 11, a character string storage means 12, a character numerical value conversion means 13, an arithmetic expression storage means 14, an arithmetic operation means 15, It is composed of a numerical character conversion means 16 and a character string output means 17.

文字列抽出手段11は、プログラムにより実現され、文
字列記憶手段12に保持されている文字数値対応表を基
にテキスト10から抽出した文字データを数値を表現す
る数字データか否か判定して、数字データであればスタ
ックに積み上げ、数字データ以外の文字データ(以下、
非数字データと称する)であればスタックから数字デー
タからなる文字列(以下、数字データ文字列と称する)
を降ろして文字数値変換手段13に出力した後に抽出さ
れた非数字データを文字列出力手段17に出力する。
The character string extraction means 11 is realized by a program and determines whether character data extracted from the text 10 is numerical data representing a numerical value based on a character-numeric correspondence table held in the character string storage means 12. If it is numeric data, stack it on the stack, and if it is character data other than numeric data (hereinafter referred to as
(referred to as non-numeric data), a string consisting of numeric data from the stack (hereinafter referred to as numeric data string)
After unloading and outputting to the character/numeric conversion means 13, the extracted non-numeric data is output to the character string outputting means 17.

文字列記憶手段12は、図示しないコンピュータの記憶
装置の1領域であり、文字数値対応表を保持している。
The character string storage means 12 is an area of a storage device of a computer (not shown), and holds a character-value correspondence table.

文字数値変換手段13は、文字列記憶手段12に保持さ
れた文字数値対応表を基に文字列抽出手段llから入力
された数字データ文字列を数値属性のデータである数値
データに変換する。
The character/numeric value conversion means 13 converts the numeric data character string inputted from the character string extraction means 11 into numerical data that is data of numerical attributes based on the character/numeric correspondence table held in the character string storage means 12.

算術式記憶手段14は、コンピュータの記憶装置の1 
fin域であり、数値データの更新を行う算術式を記憶
している。
Arithmetic formula storage means 14 is one of the storage devices of the computer.
This is the fin area and stores arithmetic expressions for updating numerical data.

算術演算手段15は、プログラムにより実現され、文字
数値変換手段13から入力された数値データに算術式記
憶手段14に記憶された算術式により算術演算を施し、
算術演算結果の数値データを数値文字変換手段16に出
力する。
The arithmetic operation means 15 is realized by a program, and performs an arithmetic operation on the numerical data input from the character/numeric conversion means 13 using an arithmetic expression stored in the arithmetic expression storage means 14,
The numerical data resulting from the arithmetic operation is output to the numerical character conversion means 16.

数値文字変換手段16は、プログラムにより実現され、
文字列記憶手段12に保持されている文字数値対応表を
基に算術演算手段15から入力された算術演算結果の数
値データを数字データ文字列に変換する。
The numerical character conversion means 16 is realized by a program,
Based on the character-numeric correspondence table held in the character string storage means 12, the numerical data of the arithmetic operation result inputted from the arithmetic operation means 15 is converted into a numerical data character string.

文字列出力手段17は、プログラムにより実現され、文
字列抽出手段11から入力された非数字データおよび数
値文字変換手段16から入力された数字データ文字列を
テキスト10に出力する。
The character string output means 17 is realized by a program and outputs the non-numeric data inputted from the character string extraction means 11 and the numerical data character string inputted from the numerical character conversion means 16 to the text 10.

第2図は、文字列記憶手段14が保持する数値文字対応
表の例を示す図である。この数値文字対応表は、数字デ
ータとこの数字データに対応する数値データとを1組と
する複数のエントリからなる。
FIG. 2 is a diagram showing an example of a numerical character correspondence table held by the character string storage means 14. This numerical character correspondence table consists of a plurality of entries in which each set includes numerical data and numerical data corresponding to this numerical data.

第3図を参照すると、文字列抽出手段11における処理
は、テキスト中1文字データ抽出ステップ111と、テ
キスト終了判定ステップ112と、文字数値対応表参照
ステップ113と、抽出文字データ数字データ判定ステ
ップ114と、抽出非数字データ文字列出力手段出力ス
テップ115と、数字データスタック積上げステップ1
16と、テキスト中1文字データ抽出ステップ117と
、テキスト終了判定ステップ118と、文字数値対応表
参照ステップ119と、抽出文字データ数字データ判定
ステップ120と、数字データ文字列スタック降下ステ
ップ121と、数字データ文字列文字数値変換手段出力
ステップ122と、数字データ文字列スタック降下ステ
ップ123と、数字データ文字列文字数値変換手段出力
ステップ124とからなる。
Referring to FIG. 3, the processing in the character string extraction means 11 includes a step 111 for extracting one character data from a text, a step 112 for determining the end of text, a step 113 for referring to a character-numeric correspondence table, and a step 114 for determining extracted character data and numeric data. , extraction non-numeric data character string output means output step 115, and numeric data stack stacking step 1
16, one character data extraction step 117 from text, text end determination step 118, character/numeric correspondence table reference step 119, extracted character data numeric data determination step 120, numeric data character string stack lowering step 121, numeric It consists of a data character string character string numeric value conversion means output step 122, a numeric data character string stack lowering step 123, and a numeric data character string character numeric value conversion means output step 124.

第4図を参照すると、算術演算手段15における処理は
、数値データ入力ステップ151と、算術式入力ステッ
プ152と、算術演算実行ステップ153と、算術演算
結果数値データ数値文字変換手段出力ステップ154と
からなる。
Referring to FIG. 4, the processing in the arithmetic operation means 15 includes a numeric data input step 151, an arithmetic expression input step 152, an arithmetic operation execution step 153, and an arithmetic operation result numeric data numeric character conversion means output step 154. Become.

次に、このように構成された本実施例のテキスト内数値
データ変換方式の動作について説明する。
Next, the operation of the in-text numerical data conversion method of this embodiment configured as described above will be explained.

文字列抽出手段11は、テキスト10中の1文字データ
を抽出して(ステップ111 ) 、テキストlOの終
了であるか否かを判定しくステップ112 ) 、テキ
スト10の終了であると判定されたときには処理を終了
する。
The character string extraction means 11 extracts one character data from the text 10 (step 111), and determines whether or not the text 10 has ended (step 112). When it is determined that the text 10 has ended, Finish the process.

テキスト10の終了でないと判定されたときには、文字
列抽出手段11は、文字列記憶手段12に保持された文
字数値対応表を参照して(ステップ113)、抽出され
た文字データが文字数値対応表に数字データとして登録
されているか否かにより抽出した文字データが数字デー
タであるか否かを判定する(ステップ114 ’) 。
When it is determined that the text 10 has not ended, the character string extraction means 11 refers to the character-numeric correspondence table held in the character string storage means 12 (step 113), and converts the extracted character data into the character-numeric correspondence table. It is determined whether the extracted character data is numeric data based on whether or not it is registered as numeric data (step 114').

抽出された文字データが数字データでない(非数字デー
タである)と判定されたならば、文字列抽出手段11は
、抽出された非数字データを文字列出力手段17に出力
して(ステップ115)、ステップ111にill?I
Iを戻す。
If it is determined that the extracted character data is not numeric data (non-numeric data), the character string extraction means 11 outputs the extracted non-numeric data to the character string output means 17 (step 115). , ill? in step 111? I
Return I.

文字列抽出手段11から非数字データを入力すると、文
字列出力手段17は、非数字データをテキスト10に出
力する。
When non-numeric data is input from the character string extraction means 11, the character string output means 17 outputs the non-numeric data as text 10.

ステップ114で抽出された文字データが数字データで
あると判定されたならば、文字列抽出手段11は、数字
データをスタックに積んだ後に(スキップ116 ) 
、テキスト10中の1文字データを抽出する(ステップ
117 > 。
If it is determined that the character data extracted in step 114 is numeric data, the character string extraction means 11 stacks the numeric data on the stack (skip 116).
, one character data in the text 10 is extracted (step 117 >).

次に、文字列抽出手段11は、テキスト10の終了か否
かを判定する(ステップ118 ’) 。
Next, the character string extraction means 11 determines whether or not the text 10 ends (step 118').

テキスト10の終了でないと判定されときには、文字列
抽出手段11は、文字列記憶手段12に保持された文字
数値対応表を参照して(ステップ119)・抽出された
文字データが数字データであるか否かを判定しくステッ
プ120)、数字データであると判定されたならばステ
ップ116に制御を戻す。
When it is determined that the text 10 has not ended, the character string extraction means 11 refers to the character-numeric correspondence table held in the character string storage means 12 (step 119) and determines whether the extracted character data is numeric data or not. If it is determined that the data is numerical data, control is returned to step 116.

ステップ120で数字データでないと判定されたならば
、文字列抽出手段11は、スタックから数字データ文字
列を降ろして(ステップ121 ) 、数字データ文字
列を文字数値変換手段13に出力した後に(ステップ1
22 ) 、ステップ111に制御を戻す。
If it is determined in step 120 that it is not numeric data, the character string extraction means 11 takes down the numeric data character string from the stack (step 121), outputs the numeric data character string to the character/value conversion means 13 (step 1
22), control is returned to step 111.

ステップ118で、テキストlOの終了であると判定さ
れたときには、文字列抽出手段11は、スタックから数
字データ文字列を降ろして(ステップ123 ) 、文
字数値変換手段13に出力した後に(ステップ!24 
) 、処理を終了する。
When it is determined in step 118 that the text IO has ended, the character string extracting means 11 takes down the numerical data character string from the stack (step 123), outputs it to the character/numeric value converting means 13 (step!24)
), the process ends.

文字列抽出手段11のステップ122およびステップ1
24の処理により出力された数字データ文字列を人力す
ると、文字数値変換手段13は、文字列記憶手段12に
保持された文字数値対応表を基に数字データ文字列を数
値データに変換して、算術演算手段15に出力する。
Step 122 and step 1 of character string extraction means 11
When the numerical data character string outputted by the process of 24 is manually input, the character/numeric value converting means 13 converts the numerical data character string into numerical data based on the character/numeric correspondence table held in the character string storage means 12. It is output to the arithmetic operation means 15.

算術演算手段15は、文字数値変換手段13から数値デ
ータを入力すると(ステップ151 ) 、算術式記憶
手段14から措定された算術式を人力する(ステップ1
52)。次に、算術演算手段15は、算術式記憶手段1
4から人力された算術式により文字数値変換手段13か
ら入力された数値データに算術演算を施しくステップ1
53 ) 、算術演算結果の数値データを数値文字変換
手段16に出力する(ステップ154 ) 。
When the arithmetic operation means 15 receives numerical data from the character/numeric conversion means 13 (step 151), it manually inputs the arithmetic expression determined from the arithmetic expression storage means 14 (step 1).
52). Next, the arithmetic operation means 15 executes the arithmetic expression storage means 1
Step 1: Perform arithmetic operations on the numerical data input from the character/numeric conversion means 13 using the arithmetic formula manually entered from step 4.
53), and outputs the numerical data resulting from the arithmetic operation to the numerical character conversion means 16 (step 154).

算術演算手段15から算術演算結果の数値データを入力
すると、数値文字変換手段16ば、文字列記憶手段12
に保持された文字数値対応表を基に数値データを数字デ
ータ文字列に変換して、文字列出力手段17に出力する
When the numerical data of the arithmetic operation result is input from the arithmetic operation means 15, the numerical character conversion means 16 and the character string storage means 12
The numerical data is converted into a numerical data character string based on the character/numeric correspondence table held in the character string output means 17, and is outputted to the character string output means 17.

数値文字変換手段16から数字データ文字列を入力する
と、文字列出力手段17は、入力された数字データ文字
列をテキスト10に出力する。
When a numeric data character string is input from the numeric character conversion means 16, the character string output means 17 outputs the input numeric data character string to the text 10.

以上のような処理が繰り返され、テキスト10の数字デ
ータが更新される。
The above process is repeated, and the numerical data of text 10 is updated.

次に、テキス)10の具体的な更新例を説明する。Next, a specific example of updating text) 10 will be explained.

ここでは、テキスト10が第5図に示すものであり、算
術式記憶手段14に記憶された算術式が第6図に示すも
のであるとする。
Here, it is assumed that the text 10 is as shown in FIG. 5, and the arithmetic expression stored in the arithmetic expression storage means 14 is as shown in FIG.

文字列抽出手段11は、ステップ111〜ステツプ11
4の処理を繰り返すことにより、テキスト10内の先頭
から非数字データ“仕”、“入”、・・・を順に抽出し
て文字列出力手段17に出力していく。
The character string extraction means 11 performs steps 111 to 11.
By repeating the process in step 4, non-numeric data "shi", "in", . . . are sequentially extracted from the beginning of the text 10 and output to the character string output means 17.

文字列出力手段17は、文字列抽出手段11から入力さ
れた非数字データ“仕”1m人”、・・・を順にテキス
ト10に出力する。
The character string output means 17 sequentially outputs the non-numeric data "1m people", . . . inputted from the character string extraction means 11 to the text 10.

テキスト10の非数字データ文字列“仕入価格は”の次
の文字データ“1”を抽出すると、文字列抽出手段11
は、数字データであると判定しくステップ114 > 
、ステップ116に制御を移す。
When the next character data “1” of the non-numeric data character string “Purchase price is” of the text 10 is extracted, the character string extraction means 11
is determined to be numeric data, step 114 >
, control is transferred to step 116.

この後、テキスト10から抽出された“17000″の
各文字データはそれぞれ数字データであると判定される
ので、その間ステップ116〜ステップ120の処理が
繰り返されて数字データ文字列“17000″がスタッ
クに積み上げられる。
After this, each character data of "17000" extracted from the text 10 is determined to be numeric data, so the processes of steps 116 to 120 are repeated and the numeric data string "17000" is stored in the stack. It can be piled up.

ステップ120で、数字データ文字列”17000”の
次の文字データ“円”が非数字データであると判定され
ると、数字データ文字列“17000”がスタックから
降ろされ(ステップ121)、文字数値変換手段13に
出力された後に(ステップ122 ) 、ステップ11
1に制御が戻される。
When it is determined in step 120 that the character data "yen" next to the numeric data string "17000" is non-numeric data, the numeric data string "17000" is taken down from the stack (step 121), and the character numeric value is After being output to the conversion means 13 (step 122), step 11
Control is returned to 1.

文字列抽出手段11から数字データ文字列“17000
”が人力されると、文字数値変換手段13は、文字数値
対応表を基に数字データ文字列“17000′の数字デ
ータ“1″、′7″、“0″0”および“O”をそれぞ
れ数値データ“l”“7″、10″、′01および10
”に変換することにより、数字データ文字列“1700
0″を数値データ“17000”″に変換し、算術演算
手段15に出力する。
The numerical data character string “17000” is extracted from the character string extraction means 11.
” is entered manually, the character/numeric conversion means 13 converts the numeric data “1”, “7”, “0” 0” and “O” of the numeric data character string “17000′” based on the character/numeric correspondence table. Numerical data "l""7",10",'01 and 10
” by converting the numeric data string “1700
0″ is converted into numerical data “17000”″ and output to the arithmetic operation means 15.

算術演算手段15は、文字数値変換手段13から数値デ
ータ“17000”が入力されると(ステップ151 
) 、算術式記憶手段14から算術式“ X*1.11
を入力する(ステップ151 ) 、次に、算術演算手
段15は、数値データ“17000″に対して、 17000*1.1 の算術演算を実行しくステップ153 ) 、算術演算
結果の数値データ“18700”を数値文字変換手段1
6に出力する(ステップ154 ’) 。
When the numerical data “17000” is input from the character/numeric conversion means 13, the arithmetic operation means 15 performs step 151.
), the arithmetic expression "X*1.11" from the arithmetic expression storage means 14
(Step 151), Next, the arithmetic operation means 15 executes the arithmetic operation of 17000*1.1 on the numerical data "17000" (Step 153), and the arithmetic operation result is the numerical data "18700". Numeric character conversion means 1
6 (step 154').

算術演算手段15から算術演算結果の数値データ“18
700″が入力されると、数値文字変換手段16は、文
字数値対応表を基に数値データ“18700”の各数値
データ11”、8″、171aO″および0′″をそれ
ぞれ数字データ“1”“8″ 11711.“0′″お
よび′O′に変換することにより、数値データ“187
0G”を数字データ文字列“18700”に変換し、文
字列出力手段17に出力する。
The numerical data “18” of the arithmetic operation result from the arithmetic operation means 15
When 700'' is input, the numerical character conversion means 16 converts each numerical data 11'', 8'', 171aO'', and 0'' of the numerical data "18700" into numerical data "1" based on the character/numeric correspondence table. "8" 11711. By converting to "0'" and 'O', the numerical data "187
0G" into a numerical data character string "18700" and outputs it to the character string output means 17.

数値文字変換手段16から数字データ文字列“1870
0”″が入力されると、文字列出力手段17は、数字デ
ータ文字列″18700”をテキスト10に出力する。
The numerical data character string “1870” is output from the numerical character conversion means 16.
When 0"" is input, the character string output means 17 outputs the numerical data character string "18700" to the text 10.

ステップ122からステップ111に制御を戻された文
字列抽出手段11では、テキスト10の文字データ1円
”、“で”、“版”、“売゛5・・・、“は”と順次ス
テップ111からステップ115の処理を繰り返し、テ
キスト10の1円で販売価格は”の次の文字データ“2
”で数字データが出てくるのでステップ116に制御が
移される。
The character string extracting means 11, whose control is returned from step 122 to step 111, sequentially extracts the character data of text 10 from step 111 such as "1 yen", "de", "version", "sale 5...", "wa". Repeating the process from step 115, the selling price is 1 yen for text 10 and the next character data "2"
Since numeric data is output at ``, control is transferred to step 116.

数字データ文字列“20000”については、ステップ
120で数字データ文字列“20000”の次の文字デ
ータ“円”が抽出されるまで、ステップ116〜ステツ
プ120の処理が繰り返されて上述した数字データ文字
列”17000°と同様の処理が行われる。テキス)1
0の数字データ文字列120000@の次の文字データ
1円”を抽出すると、文字列抽出手段11は、数字デー
タ文字列“2000G”をスタックから降ろして(ステ
ップ121 ) 、文字数値変換手段13に出力しくス
テップ122 ) 、制御をステップ111に戻す。
Regarding the numerical data character string "20000", the processes of steps 116 to 120 are repeated until the character data "yen" next to the numerical data character string "20000" is extracted in step 120. The same processing as column "17000° is performed. Text) 1
After extracting the next character data "1 yen" from the numerical data character string 120000@ of 0, the character string extracting means 11 takes down the numerical data character string "2000G" from the stack (step 121) and transfers it to the character numerical value converting means 13. When the output is output (step 122), control returns to step 111.

文字数値変換手段13に出力された数字データ文字列“
20000”については、文字数値変換手段13.算術
演算手段15および数値文字変換手段16によって上述
した数字データ文字列“17000°について行われた
処理と同様の処理が行われ、数字データ文字列“220
00”が文字列出力手段17に出力される。
The numerical data character string outputted to the character/numeric conversion means 13
Regarding ``20000'', the same processing as that for the numeric data character string ``17000°'' described above is performed by the character/numeric conversion means 13, the arithmetic operation means 15, and the numeric/character conversion means 16, and the numeric data character string ``220
00'' is output to the character string output means 17.

ステップ111にwIWJを戻された文字列抽出手段1
1は、テキス目0の文字データ1で°および“あ”につ
いてステップ111〜ステツプ115処理を繰り返した
後、文字データ“る”を抽出しくステップ111 ) 
、テキスト10の終了と判定して(ステップ112 )
 、処理を終了する。
Character string extraction means 1 whose wIWJ was returned in step 111
1 is character data 1 of text number 0. After repeating steps 111 to 115 processing for ° and "a", the character data "ru" is extracted (step 111).
, it is determined that text 10 has ended (step 112).
, ends the process.

文字列出力手段17は、文字列抽出手段11から入力さ
れた文字データ“で”、“あ”およびする”を順次テキ
ストlOに出力する。
The character string output means 17 sequentially outputs the character data "de", "a" and "suru" inputted from the character string extraction means 11 to the text IO.

文字データ“る”が出力されたならば、文字列抽出手段
11によりテキスト10の終了と判定されたことにより
、本実施例のテキスト内数値データ更新方式は、処理を
終了する。
When the character data "ru" is output, the character string extracting means 11 determines that the text 10 has ended, and the in-text numerical data updating method of this embodiment ends the process.

以上の処理により、第5図に示すテキストlO内の数字
データ文字列は、第7図に示すようにl。
Through the above processing, the numeric data character string in the text IO shown in FIG. 5 becomes 1 as shown in FIG.

1倍された数字データ文字列に更新される。Updated to a numeric data string multiplied by 1.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、テキスト内の数字データ
文字列を数値データに変換した後に算術演算を施して更
新するようにしたことにより、テキスト内の対象となる
全ての数値データの更新を算術式の指定のみで可能にし
、数字データ文字列の更新の手間を省き、更新ミスをな
くすことができるという効果がある。
As explained above, the present invention performs arithmetic operations and updates after converting numerical data character strings in text into numerical data, thereby updating all target numerical data in text using arithmetic operations. This can be done by simply specifying an expression, saving the effort of updating numeric data character strings and eliminating update errors.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例のテキスト内数値データ更新
方式の構成を示すブロック図、第2図は第1図中の文字
列記憶手段に保持される文字数値対応表の例を示す図、 第3図は第1図中の文字列抽出手段における処理を示す
流れ図、 第4図は第1図中の算術演算手段における処理を示す流
れ図、 第5図は第1図中のテキストの例を示す図、第6図は第
1図中の算術式記憶手段に記憶される算術式の例を示す
図、 第7図は第5図に示すテキストの第6図に示す算術式を
用いた更新結果を示す図である・図において、 lO・・・テキスト、 11・・・文字列抽出手段、 12・・・文字列記憶手段、 13・・・文字数値変換手段、 14・・・算術式記憶手段、 15・・・算術演算手段、 16・・・数値文字変換手段、 17・・・文字列出力手段である。
FIG. 1 is a block diagram showing the configuration of an in-text numerical data update method according to an embodiment of the present invention, and FIG. 2 is a diagram showing an example of a character-numeric correspondence table held in the character string storage means in FIG. , Figure 3 is a flowchart showing the processing in the character string extraction means in Figure 1, Figure 4 is a flowchart showing the processing in the arithmetic operation means in Figure 1, and Figure 5 is an example of the text in Figure 1. Figure 6 is a diagram showing an example of the arithmetic formula stored in the arithmetic formula storage means in Figure 1, Figure 7 is a diagram showing an example of the arithmetic formula shown in Figure 6 of the text shown in Figure 5. In the figure which shows the update result, 1O...Text, 11...Character string extraction means, 12...Character string storage means, 13...Character value conversion means, 14...Arithmetic expression Storage means, 15... Arithmetic operation means, 16... Numeric character conversion means, 17... Character string output means.

Claims (1)

【特許請求の範囲】 数字データとこの数字データに対応する数値データとか
らなる文字数値対応表を保持する文字列記憶手段と、 算術式を記憶する算術式記憶手段と、 テキストから文字データを抽出し前記文字数値対応表を
基に数字データであるか否かを判定し数字データであれ
ばスタックに積み非数字データであればスタックから数
字データ文字列を降ろした後に非数字データを文字列出
力手段に出力する文字列抽出手段と、 この文字列抽出手段によりスタックから降ろされた数字
データ文字列を前記文字数値対応表を基に数値データに
変換する文字数値変換手段と、この文字数値変換手段に
より数字データ文字列が変換された数値データに前記算
術式記憶手段に記憶された算術式による演算を施す算術
演算手段と、 この算術演算手段による算術演算結果の数値データを前
記文字数値対応表を基に数字データ文字列に変換する数
値文字変換手段と、 この数値文字変換手段により算術演算結果の数値データ
が変換された数字データ文字列および前記文字列抽出手
段により出力された非数字データをテキストに出力する
前記文字列出力手段とを有することを特徴とするテキス
ト内数値データ更新方式。
[Scope of Claims] Character string storage means for holding a character-value correspondence table consisting of numeric data and numeric data corresponding to the numeric data; arithmetic expression storage means for storing an arithmetic expression; and extraction of character data from text. Then, it is determined whether the data is numeric data based on the character/numeric correspondence table, and if it is numeric data, it is placed on the stack, and if it is non-numeric data, the numeric data character string is taken down from the stack, and then the non-numeric data is output as a character string. a character string extraction means for outputting the character string to the means; a character-numeric conversion means for converting the numeric data character string taken down from the stack by the character string extraction means into numeric data based on the character-numeric correspondence table; and this character-numeric conversion means. an arithmetic operation means for performing an operation using an arithmetic expression stored in the arithmetic expression storage means on the numeric data obtained by converting the numeric data character string; a numeric character conversion means that converts the numeric data into a character string based on the numeric data character string; a numeric data character string into which the numeric data of the arithmetic operation result is converted by the numeric character conversion means; and non-numeric data outputted by the character string extraction means into text. An in-text numeric data updating method characterized by comprising the character string output means for outputting the character string.
JP63176737A 1988-07-15 1988-07-15 Intra-text numeric data updating system Pending JPH0227471A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63176737A JPH0227471A (en) 1988-07-15 1988-07-15 Intra-text numeric data updating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63176737A JPH0227471A (en) 1988-07-15 1988-07-15 Intra-text numeric data updating system

Publications (1)

Publication Number Publication Date
JPH0227471A true JPH0227471A (en) 1990-01-30

Family

ID=16018915

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63176737A Pending JPH0227471A (en) 1988-07-15 1988-07-15 Intra-text numeric data updating system

Country Status (1)

Country Link
JP (1) JPH0227471A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008208548A (en) * 2007-02-23 2008-09-11 U-Shin Showa Ltd Key material

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008208548A (en) * 2007-02-23 2008-09-11 U-Shin Showa Ltd Key material

Similar Documents

Publication Publication Date Title
JPH0227471A (en) Intra-text numeric data updating system
JPS6274130A (en) Data generating system for program structure
JP2024115839A (en) Program design support system
JP3029812B2 (en) Operation error recovery method and apparatus, and computer-readable recording medium storing a program for causing a computer to execute the method
JPS5851330A (en) Character processor
JPH01270129A (en) Automatic patch generating system
JPS63111573A (en) Compiling device for character string
JPS59106074A (en) Data input system
JPH01103765A (en) Data outputting system
JPH02238523A (en) Production processing system for sequence table
JPH06348453A (en) Automatic generation system for data conversion program
JPH0823794B2 (en) Mathematical format data input method for mask character string
JPS59178525A (en) Word processor
JPH03144735A (en) Language processing system for interpreter
JPS6218596A (en) Working area display system
JP2000339203A (en) Data unloading method for network data base and computer readable storage medium storing data unloading program for network data base
JPH03142628A (en) Preparing device for latest source file
JPH064348A (en) Program debugging system
JPH03122755A (en) Document data processor
JPS58175054A (en) Data retrieval system
JPH02133871A (en) Record data processor
JPH0346062A (en) Table processor
JPS6051903A (en) Generating method of process control program
JPS62194535A (en) Symbol processor
JPH0194473A (en) Japanese input device