JPH0520276A - Data reading form generating device - Google Patents
Data reading form generating deviceInfo
- Publication number
- JPH0520276A JPH0520276A JP3172992A JP17299291A JPH0520276A JP H0520276 A JPH0520276 A JP H0520276A JP 3172992 A JP3172992 A JP 3172992A JP 17299291 A JP17299291 A JP 17299291A JP H0520276 A JPH0520276 A JP H0520276A
- Authority
- JP
- Japan
- Prior art keywords
- data
- input
- format
- numbers
- characters
- 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
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明はデータ読み込み形式生成
装置に関し、特に情報処理分野でデータファイルからの
データの読み込みに対するデータ読み込み形式生成装置
に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data read format generator, and more particularly to a data read format generator for reading data from a data file in the field of information processing.
【0002】[0002]
【従来の技術】従来のデータ読み込み形式生成装置は、
印刷装置を用いてデータを紙に印刷し、それを目で追い
かけることにより、そのデータを0,1,2,3,4,
5,6,7,8,9の数字と数字以外のデータとを識別
し、識別したデータを数字ならびに文字に区分を行う。2. Description of the Related Art A conventional data reading format generator is
By printing the data on paper using a printing device and chasing it with the eyes, the data is 0, 1, 2, 3, 4,
The numbers 5, 6, 7, 8, and 9 and the data other than the numbers are identified, and the identified data is divided into numbers and characters.
【0003】そして、区分したデータの内で、数字およ
び数字の列の前後の文字を検査し、数値の種類を判別
し、種類を判別したデータの形式を他の装置で認識でき
る入力形式に生成し、それを他の装置に組み込んでい
た。Then, among the divided data, the characters before and after the number and the string of numbers are inspected, the type of the numerical value is discriminated, and the type of the discriminated data is generated into an input format which can be recognized by another device. And incorporated it into other devices.
【0004】[0004]
【発明が解決しようとする課題】上述した従来のデータ
読み込み形成生成装置は、データファイルの大きさ(デ
ータの量)によっては、膨大な処理を手作業で行わねば
ならない上に複数の人数で作業を行うと、誤りを招き易
いという問題点を有している。The above-mentioned conventional data reading / forming / generating apparatus must perform a huge amount of processing manually depending on the size of the data file (the amount of data), and also requires a plurality of people to work. However, there is a problem in that it is easy to make an error.
【0005】[0005]
【課題を解決するための手段】本発明のデータ読み込み
形式生成装置は、データファイルに書き込まれているデ
ータを入力装置に取り込むデータ入力手段と、取り込ん
だデータを1バイト毎に順次に作業用変数として格納す
る入力データ変数格納手段と、入力されたデータをコー
ド変換表を用いて、数字および文字に分解する数字文字
判別手段と、数字および文字の切れ目を検索するデータ
ステータス検査手段と、数字および文字の切れ目で、そ
の前後のデータの種類を確認するデータステータス認識
手段と、数字列の種別を判断して分類する数字列種類分
類手段と、数字列の形式毎に変数に格納する数字列種類
別変数格納手段と、この入力データを使用する装置で判
断しうる入力形式を生成する入力形式生成手段と、生成
した入力形式をデータに組み込む入力形式組み込み手段
と、を備えて構成されている。SUMMARY OF THE INVENTION A data reading format generating apparatus according to the present invention comprises a data input means for fetching data written in a data file into an input device, and the fetched data for each byte in sequence as a work variable. Input data variable storage means for storing the input data, numerical character discrimination means for decomposing the input data into numbers and characters using a code conversion table, data status inspection means for searching for breaks between numbers and characters, and numeric and character Data status recognition means for checking the type of data before and after the break of characters, number string type classifying means for judging and classifying the number string, number string type stored in a variable for each number string format The separate variable storage means, the input format generation means for generating an input format that can be judged by the device using this input data, and the generated input format It is configured by including an input format incorporation unit that incorporates the data, the.
【0006】[0006]
【実施例】次に、本発明の実施例について図面を参照し
て説明する。Embodiments of the present invention will now be described with reference to the drawings.
【0007】図1は、本発明のデータ読み込み形式生成
装置における一実施例の前半部を示す流れ図である。ま
た、図2は、本発明のデータ読み込み形式生成装置にお
ける一実施例の後半部を示す流れ図である。さらに、図
3は、本実施例の入力データの一例を示す図である。図
1に示すように、データ入力手段は、異なった種類の図
3に示す入力データを入力する。そして、入力データ変
数格納手段2は、入力されたデータを1バイト毎に順次
に作業用変数に格納する。FIG. 1 is a flow chart showing the first half of an embodiment of the data reading format generating apparatus of the present invention. FIG. 2 is a flow chart showing the latter half of one embodiment of the data reading format generation device of the present invention. Further, FIG. 3 is a diagram showing an example of input data of the present embodiment. As shown in FIG. 1, the data input means inputs different types of input data shown in FIG. Then, the input data variable storage means 2 sequentially stores the input data in the working variables byte by byte.
【0008】図4は、本実施例のコード変換表の一例を
示す図である。数字文字判別手段3は、入力されたデー
タをあらかじめ用意した図4に示すコード変換表を用い
て、数字および文字に分類し、0,1,2,3,4,
5,6,7,8,9の数字と文字(数字以外)とのデー
タに判別し、文字の列と文字の列とで区切りをつける。
また、データステータス検査手段4は、ステータスの切
れ目を検索する。そして、データステータス認識手段5
は、ステータスの変化の切れ目で、その前後のデータの
種類を確認する。FIG. 4 is a diagram showing an example of the code conversion table of this embodiment. The numeric character discrimination means 3 classifies the input data into numbers and characters by using the code conversion table shown in FIG.
The data of numbers 5, 6, 7, 8, and 9 and characters (other than numbers) are discriminated, and a character string and a character string are separated.
Further, the data status inspection means 4 searches for a break in the status. Then, the data status recognition means 5
Check the type of data before and after the change in status.
【0009】図4は、本実施例のコード変換表の一例を
示す図である。FIG. 4 is a diagram showing an example of the code conversion table of this embodiment.
【0010】図5は、本実施例の数字列種類判定表の一
例を示す図である。数字列種類分類手段6は、図5に示
す数字列種類判定表を用いて、数字の列の次の字がi
である時に、虚数であると判断し、数字の列の次の文
字がqである時に、4倍精度の実数であると判断し、
数字の列の次の文字がdである時に、倍精度の実数であ
ると判断し、数字の列の次の文字がeである時に、単
精度の実数(1)であると判断し、数字の列の次の文
字が.である時に、単精度の実数(2)であると判断
し、数字の列の次の文字がi,q,d,e,.以外の
文字である時に、整数であると判断する。また、数字の
列の前の文字が+である時に、正の数であると判断し、
数字の列の前の文字が−である時に、負の数であると判
断し、グールプ分けを行う。FIG. 5 is a diagram showing an example of a numeric string type determination table of this embodiment. The number string type classification means 6 uses the number string type determination table shown in FIG.
, It is determined to be an imaginary number, and when the next character in the sequence of numbers is q, it is determined to be a quadruple precision real number,
When the next character in the sequence of numbers is d, it is determined to be a double-precision real number, and when the next character in the sequence of numbers is e, it is determined to be a single-precision real number (1). The next character in the sequence of is. , It is determined to be a single precision real number (2), and the next character in the sequence of numbers is i, q, d, e ,. When it is a character other than, it is determined to be an integer. Also, when the character before the sequence of numbers is +, it is determined to be a positive number,
When the character before the string of numbers is-, it is determined to be a negative number and grouping is performed.
【0011】一方、数字列種類別変数格納手段7は、数
字型式毎に変数に格納する。On the other hand, the numeral string type variable storage means 7 stores the variables for each numeral type.
【0012】図6は、本実施例の入力形式生成対応表の
一例を示す図である。入力形式生成手段8は、入力デー
タの入力形式を図6に示す入力形式生成対応表を用い
て、このデータを使用する装置で判断しうるデータ読み
込み形式である入力形式を生成する。また、入力形式組
み込む手段9は、データ読み込みの入力形式をデータに
組み込む。FIG. 6 is a diagram showing an example of the input format generation correspondence table of this embodiment. The input format generation means 8 uses the input format generation correspondence table shown in FIG. 6 as the input format of the input data to generate an input format which is a data reading format that can be judged by the device using this data. Further, the input format incorporating means 9 incorporates the input format of data reading into the data.
【0013】[0013]
【発明の効果】以上説明したように、本発明のデータ読
み込み形式生成装置は、多種類のデータをプログラムで
利用するときに、手作業で、データの種類を判別するこ
となく、プログラムで多種類のデータを正確にかつ迅速
に利用することができるという効果を有している。As described above, the data reading format generating apparatus of the present invention uses a large number of types in a program without manually identifying the type of data when using a large number of types of data in a program. This has the effect that the data of can be used accurately and quickly.
【図1】本発明のデータ読み込み形式生成装置における
一実施例の前半部を示す流れ図である。FIG. 1 is a flowchart showing a first half of an embodiment of a data reading format generation device of the present invention.
【図2】本発明のデータ読み込み形式生成装置における
一実施例の後半部を示す流れ図である。FIG. 2 is a flowchart showing a latter half of one embodiment of the data reading format generation device of the present invention.
【図3】本実施例の入力データの一例を示す図である。FIG. 3 is a diagram showing an example of input data according to the present embodiment.
【図4】本実施例のコード変換表の一例を示す図であ
る。FIG. 4 is a diagram showing an example of a code conversion table of the present embodiment.
【図5】本実施例の数字列種類判定表の一例を示す図で
ある。FIG. 5 is a diagram showing an example of a numeric string type determination table of the present embodiment.
【図6】本実施例の入力形式生成対応表の一例を示す図
である。FIG. 6 is a diagram showing an example of an input format generation correspondence table of the present embodiment.
1 データ入力手段 2 入力データ変数格納手段 3 数字文字判別手段 4 データステータス検査手段 5 データステータス認識手段 6 数字列種類分類手段 7 数字列種類別変数格納手段 8 入力形式生成手段 9 入力形式組み込み手段 1 Data Input Means 2 Input Data Variable Storage Means 3 Numerical Character Discrimination Means 4 Data Status Inspecting Means 5 Data Status Recognition Means 6 Numerical String Type Classification Means 7 Numerical String Type-Specific Variable Storage Means 8 Input Format Generating Means 9 Input Format Embedding Means
Claims (1)
タを入力装置に取り込むデータ入力手段と、 取り込んだデータを1バイト毎に順次に作業用変数とし
て格納する入力データ変数格納手段と、 入力されたデータをコード変換表を用いて、数字および
文字に分解する数字文字判別手段と、 数字および文字の切れ目を検索するデータステータス検
査手段と、 数字および文字の切れ目で、その前後のデータの種類を
確認するデータステータス認識手段と、 数字列の種別を判断して分類する数字列種類分類手段
と、 数字列の形式毎に変数に格納する数字列種類別変数格納
手段と、 この入力データを使用する装置で判断しうる入力形式を
生成する入力形式生成手段と、 生成した入力形式をデータに組み込む入力形式組み込み
手段と、 を備えることを特徴とするデータ読み込み形式生成装
置。Claim: What is claimed is: 1. A data input means for fetching data written in a data file into an input device, and an input data variable storage means for sequentially storing the fetched data byte by byte as a working variable. And, the input data is divided into numbers and characters by using the code conversion table, the numerical character discrimination means, the data status inspection means to search for the breaks of numbers and characters, and the breaks before and after the numbers and characters. A data status recognition means for confirming the type of data, a numeric string type classification means for judging and classifying the numeric string type, a numeric string type variable storage means for storing in a variable for each numeric string format, and this input Input format generation means for generating an input format that can be judged by the device that uses the data, and input format incorporation for incorporating the generated input format into the data A data reading format generation device comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3172992A JPH0520276A (en) | 1991-07-15 | 1991-07-15 | Data reading form generating device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3172992A JPH0520276A (en) | 1991-07-15 | 1991-07-15 | Data reading form generating device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0520276A true JPH0520276A (en) | 1993-01-29 |
Family
ID=15952177
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3172992A Pending JPH0520276A (en) | 1991-07-15 | 1991-07-15 | Data reading form generating device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0520276A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9270066B2 (en) | 2013-10-29 | 2016-02-23 | Velvetwire Llc | Plug-in device having a plug with blades and a pivot with a locking cam and a bending cam |
-
1991
- 1991-07-15 JP JP3172992A patent/JPH0520276A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9270066B2 (en) | 2013-10-29 | 2016-02-23 | Velvetwire Llc | Plug-in device having a plug with blades and a pivot with a locking cam and a bending cam |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5029223A (en) | Constraint driven-on line recognition of handwritten characters and symbols | |
JPH0634260B2 (en) | Word dictionary matching device | |
CN108170468A (en) | The method and its system of a kind of automatic detection annotation and code consistency | |
CN107784048A (en) | The problem of question and answer corpus sorting technique and device | |
CN112783825A (en) | Data archiving method, data archiving device, computer device and storage medium | |
CN112632264A (en) | Intelligent question and answer method and device, electronic equipment and storage medium | |
CN111291726B (en) | Medical bill sorting method, device, equipment and medium | |
JPH0520276A (en) | Data reading form generating device | |
JPH06282587A (en) | Automatic classifying method and device for document and dictionary preparing method and device for classification | |
CN114973275A (en) | Image-text messy code identification method based on deep learning technology | |
JP2751865B2 (en) | String recognition device | |
CN113064634A (en) | Method for carrying out homologous detection on code clone | |
JPH06103402A (en) | Business card recognizing device | |
JPH0736686A (en) | Impact search device | |
JPH01237724A (en) | Method for retrieving and displaying ambiguous character string | |
JP2588261B2 (en) | Address database search device by OCR | |
JPS61148585A (en) | Character recognizing device | |
CN118916874A (en) | A method and device for detecting malicious code | |
CN118095275A (en) | A method, device, electronic device and storage medium for identifying text variant words | |
CN117932064A (en) | Efficient mining method for massive fraud-related entities | |
JPH02247789A (en) | Postprocessor for character recognizing processing and character recognizing device | |
JPH05324899A (en) | Recognizing device for address written on mail | |
JPH0375890A (en) | character recognition device | |
JP2784004B2 (en) | Character recognition device | |
EA043496B1 (en) | METHOD AND SYSTEM FOR CHECKING AN ELECTRONIC SET OF DOCUMENTS |