CN110569314A - Structured data generation method, device, equipment and storage medium - Google Patents

Structured data generation method, device, equipment and storage medium Download PDF

Info

Publication number
CN110569314A
CN110569314A CN201810570756.8A CN201810570756A CN110569314A CN 110569314 A CN110569314 A CN 110569314A CN 201810570756 A CN201810570756 A CN 201810570756A CN 110569314 A CN110569314 A CN 110569314A
Authority
CN
China
Prior art keywords
text data
data
user
input
structured 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.)
Granted
Application number
CN201810570756.8A
Other languages
Chinese (zh)
Other versions
CN110569314B (en
Inventor
宋邵茵
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201810570756.8A priority Critical patent/CN110569314B/en
Publication of CN110569314A publication Critical patent/CN110569314A/en
Application granted granted Critical
Publication of CN110569314B publication Critical patent/CN110569314B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

the embodiment of the invention discloses a method, a device, equipment and a storage medium for generating structured data. The method comprises the following steps: displaying an input area including text data for receiving user input; extracting text data input by a user in the displayed input area; the extracted text data is written to a relational database to generate structured data. According to the method, the device, the equipment and the storage medium for generating the structured data, only one input area for receiving the text data input by the user is displayed, the user can complete the input operation of the text data in the input area, and the generation efficiency of the structured data can be improved.

Description

structured data generation method, device, equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for generating structured data.
Background
Structured data, also called row data, is data logically represented and implemented by a two-dimensional table structure, strictly following the data format and length specifications, and mainly stored and managed by a relational database.
At present, the ways of generating structured data mainly include forms-based ways and dynamic forms-based ways. The method includes generating structured data based on a form, namely writing the data in the form into a relational database to generate the structured data. Structured data is generated based on a dynamic table, namely, data in the dynamic table is written into a relational database to generate the structured data.
the method for generating the structured data based on the form and the dynamic table has the disadvantages of complex operation and low efficiency of generating the structured data.
Disclosure of Invention
The embodiment of the invention provides a method, a device and equipment for generating structured data and a storage medium, which can improve the generation efficiency of the structured data.
in one aspect, an embodiment of the present invention provides a method for generating structured data, where the method includes:
Displaying an input area including text data for receiving user input;
Extracting text data input by a user in the displayed input area;
the extracted text data is written to a relational database to generate structured data.
in one embodiment of the present invention, writing the extracted text data to a relational database includes:
Checking the extracted text data;
And if the extracted text data passes the verification, writing the extracted text data into the relational database.
In one embodiment of the invention, verifying the extracted text data comprises:
And detecting whether the extracted text data conforms to a first preset data format, and if so, indicating that the extracted text data passes the verification.
In an embodiment of the present invention, the method for generating structured data provided in the embodiment of the present invention further includes:
If the extracted text data is not verified, positioning the position of the extracted text data where the error occurs;
first prompt information including the located position is displayed to the user to cause the user to modify the input text data according to the first prompt information.
In an embodiment of the invention, the displayed input area further comprises a second prompt message in a second preset data format, and the second prompt message is used for prompting the user to input the text data according to the second preset data format.
In an embodiment of the present invention, before writing the extracted text data into the relational database, the structured data generation method provided by the embodiment of the present invention further includes:
Displaying a preview result of writing the extracted text data into the relational database to generate the structured data.
In an embodiment of the present invention, the structured data writing method according to the embodiment of the present invention further includes:
displaying the generated structured data.
on the other hand, an embodiment of the present invention provides a structured data generation apparatus, including:
A display module for displaying an input area including text data for receiving user input;
the extraction module is used for extracting text data input by a user in the displayed input area;
And the writing module is used for writing the extracted text data into the relational database so as to generate the structured data.
In one embodiment of the present invention, a write module of an embodiment of the present invention includes:
A checking unit for checking the extracted text data;
And the writing unit is used for writing the extracted text data into the relational database if the extracted text data passes the verification.
in an embodiment of the present invention, the verification unit of the embodiment of the present invention is specifically configured to:
And detecting whether the extracted text data conforms to a first preset data format, and if so, indicating that the extracted text data passes the verification.
In an embodiment of the present invention, the write module of the embodiment of the present invention further includes:
The positioning unit is used for positioning the position of the extracted text data where errors occur if the extracted text data is not verified;
And the display unit is used for displaying first prompt information comprising the positioned position to a user so that the user can modify the input text data according to the first prompt information.
In an embodiment of the invention, the displayed input area further comprises a second prompt message in a second preset data format, and the second prompt message is used for prompting the user to input the text data according to the second preset data format.
In an embodiment of the present invention, the display module of the embodiment of the present invention is further configured to:
Displaying a preview result of writing the extracted text data into the relational database to generate the structured data.
In an embodiment of the present invention, the display module of the embodiment of the present invention is further configured to:
displaying the generated structured data.
in another aspect, an embodiment of the present invention provides a structured data generation device, where the device includes: a memory and a processor;
The memory is used for storing executable program codes;
The processor is used for reading the executable program codes stored in the memory to execute the structured data generation method provided by the embodiment of the invention.
in yet another aspect, an embodiment of the present invention provides a computer-readable storage medium having computer program instructions stored thereon; the computer program instructions, when executed by a processor, implement the structured data generation methods provided by embodiments of the present invention.
According to the method, the device, the equipment and the storage medium for generating the structured data, only one input area for receiving the text data input by the user is displayed, the user can complete the input operation of the text data in the input area, and the generation efficiency of the structured data can be improved.
Drawings
in order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments of the present invention will be briefly described below, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 shows a schematic diagram of an existing form;
FIG. 2 is a flow chart of a method for generating structured data according to an embodiment of the present invention;
FIG. 3 shows a schematic diagram of an input area displayed by an embodiment of the invention;
FIG. 4 is a diagram illustrating a user inputting text data according to an embodiment of the present invention;
FIG. 5 illustrates a schematic diagram that demonstrates structured data generated by an embodiment of the present invention;
FIG. 6 is a diagram illustrating a preview result display provided by an embodiment of the invention;
FIG. 7 is a schematic diagram of an input area with prompt information provided by an embodiment of the invention;
FIG. 8 is a schematic structural diagram of a structured data generation apparatus provided in an embodiment of the present invention;
FIG. 9 sets forth a block diagram of an exemplary hardware architecture of computing devices capable of implementing the structured data generation method and apparatus according to embodiments of the present invention.
Detailed Description
Features and exemplary embodiments of various aspects of the present invention will be described in detail below, and in order to make objects, technical solutions and advantages of the present invention more apparent, the present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not to be construed as limiting the invention. It will be apparent to one skilled in the art that the present invention may be practiced without some of these specific details. The following description of the embodiments is merely intended to provide a better understanding of the present invention by illustrating examples of the present invention.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
At present, the ways of generating structured data mainly include forms-based ways and dynamic forms-based ways. Structured data are generated by using a form-based mode and a dynamic table-based mode, operation is complicated, and the generation efficiency of the structured data is low.
Illustratively, taking the generation of the structured data corresponding to the mobile phone parameters as an example, the mobile phone parameters include: brand, name, model, color, operating system, Central Processing Unit (CPU) brand, CPU model, memory, storage capacity, screen size, rear camera pixels, resolution, battery capacity, touch screen type, and network type. Entering the handset parameters with the form shown in fig. 1 requires the user to move the cursor 15 times, and fig. 1 shows a schematic diagram of an existing form. Especially, it is very inconvenient to move the cursor for using the mobile phone or tablet computer and other terminal devices.
Based on this, the embodiments of the present invention provide a method, an apparatus, a device, and a storage medium for generating structured data, so as to improve the generation efficiency of structured data. First, a method for generating structured data according to an embodiment of the present invention is described below.
as shown in fig. 2, fig. 2 is a schematic flowchart illustrating a method for generating structured data according to an embodiment of the present invention. The structured data generation method may include:
S201: the display includes an input area for receiving text data entered by a user.
S202: text data input by the user in the displayed input area is extracted.
S203: the extracted text data is written to a relational database to generate structured data.
Illustratively, the following is presented to generate structured data corresponding to handset parameters, including: brand, name, model, color, operating system, CPU brand, CPU model, memory, storage capacity, screen size, rear camera pixels, resolution, battery capacity, touch screen type, and network type are examples for illustration.
The displayed input area including a handset parameter that the user receives as input is shown in fig. 3. FIG. 3 shows a schematic diagram of an input area displayed by an embodiment of the present invention. It will be appreciated that the input area is displayed in a window. Assume that text data input by the user in the input area shown in fig. 3 is: huashi, Huashi P20, P20, sapphire blue, android, kylin (Kirin), 970, 6GB, 128GB, 5.8 inches, 12000 ten thousand, 1080 x 2244, 10000 mA hour, multi-touch capacitive screen and 4G full-network communication. Fig. 4 is a schematic diagram illustrating a user inputting text data according to an embodiment of the present invention. Extracting text data input by the user from the input area shown in fig. 4, where the extracted text data is: hua chi, Hua chi P20, P20, sapphire blue, android, Kirin, 970, 6GB, 128GB, 5.8 inches, 12000 ten thousand, 1080 x 2244, 10000 ma an hour, multi-touch capacitive screen, 4G full network communication. The extracted text data is written to a relational database to generate structured data. The structured data corresponding to the generated mobile phone parameters are shown in table 1.
TABLE 1
ID 1
Brand Huashi
Name (R) hua is P20
Model number P20
colour(s) Sapphire blue
operating system Android device
CPU brand Kirin
CPU model 970
EMS memory (Unit: GB) 6
storage capacity (Unit: GB) 128
Screen size (Unit: inch) 5.8
Rear camera pixel (Unit: ten thousand) 12000
Resolution ratio 1080*2244
Battery capacity (unit: milliampere hour) 10000
Touch screen type Multi-point touch control capacitive screen
Network type 4G full network
In one embodiment of the invention, the generated structured data may be presented to the user, i.e., the writing results of the text data into the relational database are displayed. The writing result presented to the user is shown in fig. 5, and fig. 5 is a schematic diagram illustrating the generated structured data provided by the embodiment of the present invention.
The user can check whether the text data entered into the relational database is wrong or not through the writing result shown in fig. 5, and if the text data entered into the relational database is wrong, the text data entered into the relational database is modified. In one embodiment of the present invention, the window in the schematic diagram shown in fig. 5 may further include an entry (not shown) for receiving a user modification instruction, such as a modification button. When the user clicks the modify button, an interface as shown in fig. 4 may be displayed, and the user modifies the erroneous text data in the interface shown in fig. 4.
In one embodiment of the present invention, when the user clicks the modify button, all the structured data in the database may be read into the input area in FIG. 4.
In one embodiment of the present invention, to improve the modification efficiency, only the structured data that needs to be modified may be read into the input area of fig. 4. For example, if the structured data of the line with ID 2 is in error, and the user clicks the modify button, and selects ID 2 of the line with ID 2, the structured data of the line with ID 2 is read into the text box in fig. 4.
in one embodiment of the invention, writing the extracted text data to the relational database may generate a preview of the structured data before writing the extracted text data to the relational database. Fig. 6 is a schematic diagram for displaying preview results provided by the embodiment of the present invention.
in one embodiment of the present invention, the user may display the preview result through the portal for receiving the user preview instruction after the user has input all the text data. For example, the user clicks a preview button (not shown) to display the preview result.
in an embodiment of the present invention, after the user has input text data corresponding to a line of structured data, the structured data corresponding to the text data may be displayed.
For example, assume settings are in semicolons "; "interval means that the input of text data corresponding to a line of structured data is completed, and when the user inputs a semicolon"; and after that, directly displaying the structured data corresponding to the text data.
And assuming that the Enter/linefeed character "Enter" is set to represent that the text data corresponding to one line of structured data is input, when the Enter/linefeed character "Enter" is clicked by a user, the structured data corresponding to the text data is directly displayed.
The user can know in advance whether the text data entered into the relational database is wrong or not through the preview result shown in fig. 6, and if the text data entered into the relational database is found to be wrong at this time, the wrong data can be directly modified in the input area at this time. The accuracy of the structured data generated by writing into the relational database is ensured.
in an embodiment of the present invention, the result preview area may be below the input area, or may be on the right side of the input area, and the position of the result preview area is not limited in the embodiment of the present invention.
In one embodiment of the present invention, writing the extracted text data to a relational database may include: checking the extracted text data; and if the extracted text data passes the verification, writing the extracted text data into the relational database.
in one embodiment of the present invention, verifying the extracted text data may include: and detecting whether the extracted text data conforms to a first preset data format, and if so, indicating that the extracted text data passes the verification.
For example, assume that the first predetermined data format is: the columns are separated by using # and interlaced by using line feed, the data types corresponding to the memory, the storage capacity, the screen size, the rear camera pixel and the battery capacity are numerical types, and the data format corresponding to the resolution is as follows: numerical type.
Assume that the text data input by the user is: hua is P20# P20# sapphire blue # android # Kirin #970#6#128#5.8#12000#1080 × 2244#10000# multi-touch capacitive screen #4G full-on-line. And writing the text data input by the user into the relational database if the text data input by the user is recognized to conform to the first preset data format.
Assume that the text data of the user data is: hua is P20# P20# sapphire blue # android # Kirin #970#6# one hundred twenty eight #5.8#12000#1080 # 2244#10000# multi-touch capacitive screen #4G full-network communication. And recognizing that the data type corresponding to the storage capacity is a character type and not a numerical value type, and failing to verify the text data input by the user.
In an embodiment of the present invention, if the extracted text data fails to be verified, the position of the extracted text data where an error occurs can be located; first prompt information including the located position is displayed to the user so that the user modifies the input text data according to the first prompt information.
for example, assume that the text data of the user data is: hua is P20# P20# sapphire blue # android # Kirin #970#6# one hundred twenty eight #5.8#12000#1080 # 2244#10000# multi-touch capacitive screen #4G full-network communication. If the data type corresponding to the storage capacity is identified to be a character type or not a numerical type, the text data input by the user is not verified, and the position where the error occurs is determined as follows: and displaying data error prompt information if the text data corresponding to the storage capacity is stored so that the user can modify the input text data according to the data error prompt information. For example, the displayed prompt message is "text data corresponding to the error occurred in the storage capacity", or the displayed prompt message is: hua is P20# P20# sapphire blue # android # Kirin #970#6# one hundred twenty eight #5.8#12000#1080 # 2244#10000# multi-touch capacitive screen #4G full-network communication. I.e. the data where errors occur is marked with bolding and tilting. In one embodiment of the present invention, the data in which the error occurs may be enlarged and displayed, or a color display may be added. In one embodiment of the invention, the cursor may also be moved to a location where the data is erroneous.
in an embodiment of the present invention, in order to avoid errors in data input by a user, the displayed input area including a text data for receiving user input may further include: and second prompt information in a second preset data format, wherein the second prompt information is used for prompting the user to input text data according to the second preset data format.
for example, assume that the second predetermined data format is: the columns are separated by using # and interlaced by using line feed, the data types corresponding to the memory, the storage capacity, the screen size, the rear camera pixel and the battery capacity are numerical types, and the data format corresponding to the resolution is as follows: numerical type.
The second prompt message is: please enter data in the following format. Columns are separated using # s and rows are separated using row feeds. The handset parameters are 15 columns in total. Sequentially comprises the following steps: brand, name, model number, color, operating system, CPU brand, CPU model, memory, storage capacity, screen size, rear camera pixels, resolution, battery capacity, touch screen type, and network type. The data types corresponding to the memory, the storage capacity, the screen size, the rear camera pixel and the battery capacity are numerical types, and the data format corresponding to the resolution ratio is as follows: numerical type. Example (c): hua is P20# P20# sapphire blue # android # Kirin #970#6#128#5.8#12000#1080 x 2244#10000# multi-touch capacitive screen #4G full on-line ".
the window including the second prompt message is shown in fig. 7, and fig. 7 is a schematic diagram of an input area with the prompt message according to an embodiment of the present invention.
When the user inputs data, the data can be input according to the data format in the prompt message, and errors of the input data can be avoided.
In one embodiment of the invention, the user can customize the data format.
It should be noted that, in the embodiment of the present invention, the mobile phone parameters include structured data corresponding to the mobile phone parameters: the brand, name, model, color, operating system, CPU brand, CPU model, memory, storage capacity, screen size, rear camera pixel, resolution, battery capacity, touch screen type, and network type are used as examples for description, and are only specific examples of the present invention, and do not limit the present invention.
According to the structured data generation method, only one input area for receiving the text data input by the user is displayed, the user can complete the input operation of the text data in the input area, and the generation efficiency of the structured data can be improved.
Corresponding to the above method embodiment, the embodiment of the present invention further provides a structured data generating apparatus.
As shown in fig. 8, fig. 8 is a schematic structural diagram illustrating a structured data generating apparatus according to an embodiment of the present invention. The structured data generating means may include:
A display module 801 for displaying an input area including text data for receiving user input.
an extracting module 802, configured to extract text data input by a user in the displayed input area.
A writing module 803, configured to write the extracted text data into the relational database to generate the structured data.
in an embodiment of the present invention, the writing module 803 of the embodiment of the present invention may include:
and the checking unit is used for checking the extracted text data.
And the writing unit is used for writing the extracted text data into the relational database if the extracted text data passes the verification.
in an embodiment of the present invention, the verification unit of the embodiment of the present invention may specifically be configured to:
And detecting whether the extracted text data conforms to a first preset data format, and if so, indicating that the extracted text data passes the verification.
In an embodiment of the present invention, the write module of the embodiment of the present invention may further include:
And the positioning unit is used for positioning the position of the extracted text data where the error occurs if the extracted text data is not verified.
And the display unit is used for displaying first prompt information comprising the positioned position to a user so that the user can modify the input text data according to the first prompt information.
In an embodiment of the present invention, the displayed input area may further include second prompt information in a second preset data format, and the second prompt information is used for prompting the user to input text data in the second preset data format.
in an embodiment of the present invention, the display module 801 of the embodiment of the present invention may further be configured to:
Displaying a preview result of writing the extracted text data into the relational database to generate the structured data.
in an embodiment of the present invention, the display module 801 of the embodiment of the present invention may further be configured to: displaying the generated structured data.
The details of each part of the structured data generation apparatus shown in fig. 8 in the embodiment of the present invention are similar to the structured data generation method shown in fig. 2 in the embodiment of the present invention, and are not repeated herein.
the structured data generation device of the embodiment of the invention only displays the input area for receiving the text data input by the user, and the user can complete the input operation of the text data in the input area, thereby improving the generation efficiency of the structured data.
FIG. 9 sets forth a block diagram of an exemplary hardware architecture of computing devices capable of implementing the structured data generation method and apparatus according to embodiments of the present invention. As shown in fig. 9, computing device 900 includes an input device 901, an input interface 902, a central processor 903, a memory 904, an output interface 905, and an output device 906. The input interface 902, the central processing unit 903, the memory 904, and the output interface 905 are connected to each other through a bus 910, and the input device 901 and the output device 906 are connected to the bus 910 through the input interface 902 and the output interface 905, respectively, and further connected to other components of the computing device 900.
specifically, the input device 901 receives input information from the outside, and transmits the input information to the central processor 903 through the input interface 902; central processor 903 processes input information based on computer-executable instructions stored in memory 904 to generate output information, stores the output information temporarily or permanently in memory 904, and then transfers the output information to output device 906 via output interface 905; output device 906 outputs the output information external to computing device 900 for use by a user.
That is, the computing device shown in fig. 9 may also be implemented as a structured data generation device, which may include: a memory storing computer-executable instructions; and a processor which, when executing computer executable instructions, may implement the structured data generation methods and apparatus described in connection with fig. 2-8.
Embodiments of the present invention also provide a computer-readable storage medium having computer program instructions stored thereon; the computer program instructions, when executed by a processor, implement the structured data generation method provided by embodiments of the present invention.
it is to be understood that the invention is not limited to the particular arrangements and instrumentality described above and shown in the drawings. A detailed description of known methods is omitted herein for the sake of brevity. In the above embodiments, several specific steps are described and shown as examples. However, the method processes of the present invention are not limited to the specific steps described and illustrated, and those skilled in the art can make various changes, modifications and additions or change the order between the steps after comprehending the spirit of the present invention.
The functional blocks shown in the above-described structural block diagrams may be implemented as hardware, software, firmware, or a combination thereof. When implemented in hardware, it may be, for example, an electronic circuit, an Application Specific Integrated Circuit (ASIC), suitable firmware, plug-in, function card, or the like. When implemented in software, the elements of the invention are the programs or code segments used to perform the required tasks. The program or code segments may be stored in a machine-readable medium or transmitted by a data signal carried in a carrier wave over a transmission medium or a communication link. A "machine-readable medium" may include any medium that can store or transfer information. Examples of a machine-readable medium include electronic circuits, semiconductor memory devices, ROM, flash memory, Erasable ROM (EROM), floppy disks, CD-ROMs, optical disks, hard disks, fiber optic media, Radio Frequency (RF) links, and so forth. The code segments may be downloaded via computer networks such as the internet, intranet, etc.
it should also be noted that the exemplary embodiments mentioned in this patent describe some methods or systems based on a series of steps or devices. However, the present invention is not limited to the order of the above-described steps, that is, the steps may be performed in the order mentioned in the embodiments, may be performed in an order different from the order in the embodiments, or may be performed simultaneously.
as described above, only the specific embodiments of the present invention are provided, and it can be clearly understood by those skilled in the art that, for convenience and brevity of description, specific working processes of the system, the module and the unit described above may refer to corresponding processes in the foregoing method embodiments, and no further description is provided herein. It should be understood that the scope of the present invention is not limited thereto, and any equivalent modifications or substitutions can be easily made by those skilled in the art within the technical scope of the present invention.

Claims (10)

1. A method of structured data generation, the method comprising:
Displaying an input area for receiving text data input by a user;
Extracting text data input by a user in the input area;
Writing the text data to a relational database to generate structured data.
2. The method of claim 1, wherein writing the text data to a relational database comprises:
Verifying the text data;
And if the text data passes the verification, writing the text data into a relational database.
3. The method of claim 2, wherein the verifying the text data comprises:
and detecting whether the text data conforms to a first preset data format, and if so, indicating that the text data passes the verification.
4. the method of claim 2, further comprising:
If the text data is not verified, positioning the position of the text data where the error occurs;
and displaying first prompt information comprising the position to the user so that the user modifies the text data according to the first prompt information.
5. the method of claim 1, wherein the input area further comprises a second prompt message in a second predetermined data format, the second prompt message prompting the user to input the text data in the second predetermined data format.
6. The method of claim 1, wherein prior to said writing said text data to a relational database, said method further comprises:
And displaying a preview result of writing the text data into the relational database to generate the structured data.
7. The method of claim 1, further comprising:
And displaying the structured data.
8. An apparatus for structured data generation, the apparatus comprising:
a display module for displaying an input area including text data for receiving user input;
the extraction module is used for extracting text data input by a user in the input area;
And the writing module is used for writing the text data into a relational database so as to generate structured data.
9. A structured data generation device, the device comprising: a memory and a processor;
The memory is used for storing executable program codes;
the processor is configured to read executable program code stored in the memory to perform the structured data generation method of any one of claims 1 to 7.
10. A computer readable storage medium having computer program instructions stored thereon; the computer program instructions, when executed by a processor, implement a structured data generation method as claimed in any one of claims 1 to 7.
CN201810570756.8A 2018-06-05 2018-06-05 Structured data generation method, device, equipment and storage medium Active CN110569314B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810570756.8A CN110569314B (en) 2018-06-05 2018-06-05 Structured data generation method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810570756.8A CN110569314B (en) 2018-06-05 2018-06-05 Structured data generation method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110569314A true CN110569314A (en) 2019-12-13
CN110569314B CN110569314B (en) 2023-05-05

Family

ID=68772174

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810570756.8A Active CN110569314B (en) 2018-06-05 2018-06-05 Structured data generation method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110569314B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020013793A1 (en) * 2000-06-24 2002-01-31 Ibm Corporation Fractal semantic network generator
CN1451126A (en) * 1999-09-15 2003-10-22 西门子共同研究公司 Method and system for selecting and automatically updating arbitrary elements from structured documents
CN101283350A (en) * 2005-07-15 2008-10-08 思索软件有限公司 Method and apparatus for providing structured data for free text messages

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1451126A (en) * 1999-09-15 2003-10-22 西门子共同研究公司 Method and system for selecting and automatically updating arbitrary elements from structured documents
US20020013793A1 (en) * 2000-06-24 2002-01-31 Ibm Corporation Fractal semantic network generator
CN101283350A (en) * 2005-07-15 2008-10-08 思索软件有限公司 Method and apparatus for providing structured data for free text messages

Also Published As

Publication number Publication date
CN110569314B (en) 2023-05-05

Similar Documents

Publication Publication Date Title
US8682083B2 (en) Method and system for webpage regression testing
CN102262497B (en) Method and device for amplifying touch button in touch screen
CN107783898B (en) Test method and test equipment for mobile application
CN107239392B (en) Test method, test device, test terminal and storage medium
US8619045B2 (en) Calculator and computer-readable medium
US10466878B2 (en) Screen capturing method and apparatus
CN102566899A (en) Adaptive touch-sensitive displays and methods
CN107688664A (en) Chart generation method, device, computer equipment and storage medium
CN108073495B (en) Method and device for positioning crash reason of application program
CN103984626A (en) Method and device for generating test-case script
CN110889056B (en) Page marking method and device
CN110990010A (en) Software interface code generation method and device
CN105094381A (en) Writing processing method and device
CN108073707B (en) Financial business data updating method and device and computer readable storage medium
CN110688173B (en) Positioning method and device of components in cross-platform interface framework and electronic equipment
CN110569314A (en) Structured data generation method, device, equipment and storage medium
CN116431517A (en) Intelligent keyword prompting method and device for automatic test platform
CN105138364A (en) Terminal system upgrading method and device
CN104239475A (en) Method and device for analyzing time series data
CN110851313B (en) Sensor debugging method, intelligent terminal, storage medium and electronic equipment
US20160316052A1 (en) Apparatus and method for correcting an input number
CN110221756B (en) Method, device, terminal and storage medium for processing application data
JP2014092881A (en) Test system and program
CN111949510A (en) Test processing method and device, electronic equipment and readable storage medium
CN113220596B (en) Application testing method, device, equipment, storage medium and program product

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant