CN113836304A - Intelligent labeling method and system based on natural language processing - Google Patents

Intelligent labeling method and system based on natural language processing Download PDF

Info

Publication number
CN113836304A
CN113836304A CN202111136132.3A CN202111136132A CN113836304A CN 113836304 A CN113836304 A CN 113836304A CN 202111136132 A CN202111136132 A CN 202111136132A CN 113836304 A CN113836304 A CN 113836304A
Authority
CN
China
Prior art keywords
label
model
text
natural language
labeling
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
CN202111136132.3A
Other languages
Chinese (zh)
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.)
Shandong Ecloud Information Technology Co ltd
Original Assignee
Shandong Ecloud Information Technology 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 Shandong Ecloud Information Technology Co ltd filed Critical Shandong Ecloud Information Technology Co ltd
Priority to CN202111136132.3A priority Critical patent/CN113836304A/en
Publication of CN113836304A publication Critical patent/CN113836304A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • G06F16/353Clustering; Classification into predefined classes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/117Tagging; Marking up; Designating a block; Setting of attributes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • General Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Databases & Information Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Evolutionary Computation (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Evolutionary Biology (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Machine Translation (AREA)

Abstract

The invention discloses an intelligent labeling method and system based on natural language processing, which comprises the following steps: constructing a training set and a test set; constructing a label model based on the training set and the test set; wherein the training set and the test set are all a plurality of field texts of known labels; packaging the constructed label model to generate an interface; configuring an interface; acquiring text data to be processed; and calling configuration, and labeling the natural language to be processed. The implementation of the invention realizes the automation of the whole process of model construction, test, online, execution and text labeling for the text labeling task, greatly improves the working efficiency, saves the labor cost of companies, and simultaneously obtains higher accuracy through verification.

Description

Intelligent labeling method and system based on natural language processing
Technical Field
The invention relates to the technical field of intelligent tags, in particular to an intelligent tagging method and system based on natural language processing.
Background
The statements in this section merely provide background information related to the present disclosure and may not constitute prior art.
The text information data in the big data era is greatly appeared, more and more text data enter a storage database for unified storage, and how to uniformly manage and label the massive text data in the database is the problem which needs to be mainly solved at present. However, most of the existing text labeling methods focus on processing only single field text content, do not realize the construction of a complete text information labeling process for all fields in a database, and simultaneously lack closed-loop management of text labeling tasks. Therefore, an automatic text labeling method is required to be constructed to perform labeling processing on a large amount of texts in combination with the actual application scene of the text labeling task, and meanwhile, the realization of the closed loop of the text labeling task is the core problem of the task.
Disclosure of Invention
In order to solve the defects of the prior art, the invention provides an intelligent labeling method and system based on natural language processing; firstly, a database text labeling task flow is established, then a text label processing model based on natural language processing is established, corresponding models are selected for matching text data to be processed in the database to complete label task creation, and finally text intelligent labeling is automatically carried out according to a task execution rule. Therefore, the intelligent labeling of the text information data in the database is realized by adopting natural language processing.
In a first aspect, the invention provides an intelligent labeling method based on natural language processing;
an intelligent labeling method based on natural language processing comprises the following steps:
constructing a training set and a test set; constructing a label model based on the training set and the test set; wherein the training set and the test set are all a plurality of field texts of known labels;
packaging the constructed label model to generate an interface;
configuring an interface;
acquiring text data to be processed; and calling configuration, and labeling the natural language to be processed.
In a second aspect, the invention provides an intelligent labeling system based on natural language processing;
an intelligent labeling system based on natural language processing, comprising:
a build module configured to: constructing a training set and a test set; constructing a label model based on the training set and the test set; wherein the training set and the test set are all a plurality of field texts of known labels;
a packaging module configured to: packaging the constructed label model to generate an interface;
a configuration module configured to: configuring an interface;
a labeling module configured to: acquiring text data to be processed; and calling configuration, and labeling the natural language to be processed.
In a third aspect, the present invention further provides an electronic device, including:
a memory for non-transitory storage of computer readable instructions; and
a processor for executing the computer readable instructions,
wherein the computer readable instructions, when executed by the processor, perform the method of the first aspect.
In a fourth aspect, the present invention also provides a storage medium storing non-transitory computer readable instructions, wherein the non-transitory computer readable instructions, when executed by a computer, perform the instructions of the method of the first aspect.
Compared with the prior art, the invention has the beneficial effects that:
in actual work, the manual data labeling work is time-consuming and labor-consuming, but after the label model is introduced, only a part of manual operation can be reduced. Especially, after the model is updated or the labeling data is updated, the existing label model and the existing label labeling method cannot be reused, which causes waste of the labor cost and the development cost of the company. The implementation of the invention enables the text labeling task to print one label for a plurality of fields at the same time, realizes the automation of the whole process of model construction, test, online, execution and text labeling, greatly improves the working efficiency, saves the labor cost of companies, and obtains higher accuracy through verification.
Advantages of additional aspects of the invention will be set forth in part in the description which follows, or may be learned by practice of the invention.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, are included to provide a further understanding of the invention, and are incorporated in and constitute a part of this specification, illustrate exemplary embodiments of the invention and together with the description serve to explain the invention and not to limit the invention.
FIG. 1 is a flow chart of the method of the first embodiment.
Detailed Description
It is to be understood that the following detailed description is exemplary and is intended to provide further explanation of the invention as claimed. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of exemplary embodiments according to the invention. As used herein, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise, and it should be understood that the terms "comprises" and "comprising", and any variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The embodiments and features of the embodiments of the present invention may be combined with each other without conflict.
All data are obtained according to the embodiment and are legally applied on the data on the basis of compliance with laws and regulations and user consent.
Example one
The embodiment provides an intelligent labeling method based on natural language processing;
as shown in fig. 1, an intelligent labeling method based on natural language processing includes:
s101: constructing a training set and a test set; constructing a label model based on the training set and the test set; wherein the training set and the test set are all a plurality of field texts of known labels;
s102: packaging the constructed label model to generate an interface;
s103: configuring an interface;
s104: acquiring text data to be processed; and calling configuration, and labeling the natural language to be processed.
For example, there are a plurality of fields in a certain enterprise employee basic information data a: a plurality of fields such as departments, native places, colleges and universities, academic calendars and titles; current technical research is mainly focused on obtaining a tag based on only one field, for example: obtaining a "student" label according to the "school calendar"; the method combines a specific service scene to obtain a label according to a plurality of fields, for example: dimension labels of the enterprises in the middle-level job title researchers or the primary job title subjects are obtained according to the departments, the academic calendars and the titles, so that the data analysis dimension is increased. Further, S101: constructing a training set and a test set; the method specifically comprises the following steps:
acquiring text data of a known label;
carrying out data cleaning on the text data of the known label, and deleting a blank space, a line-changing character, an exclamation mark and a special character in the text data in the data cleaning process; wherein, the special character refers to "+" or "#";
segmenting the data after data cleaning into a plurality of text entries;
and dividing the obtained text entries into a training set and a test set according to a proportion.
Illustratively, the data cleansing is implemented by using a place function.
Illustratively, the data after the data washing is cut into a plurality of text entries, and a tailor function is adopted to realize the cut.
Further, S101: constructing a label model based on the training set and the test set; the method specifically comprises the following steps:
performing feature extraction on text data in a training set by adopting a language representation model (BERT) to obtain text features;
training the convolutional neural network based on the text features and the corresponding labels in the training set to obtain a trained convolutional neural network, and taking the trained convolutional neural network as a label model;
testing the trained convolutional neural network based on the text features and the corresponding labels in the test set to obtain the label printing accuracy of the model;
if the accuracy rate exceeds a set threshold, finishing training, and taking the obtained trained convolutional neural network as a label model; and if the accuracy is lower than the set threshold value, retraining.
Further, S102: packaging the constructed label model to generate an interface; the method specifically comprises the following steps:
s1021: defining a label model request method, realizing the definition of request parameters, outputting corresponding scores of a returned parameter text label and a returned parameter text label, and finishing the encapsulation of the label model request method;
s1022: and starting the constructed label model and the packaged label model request method through a python command to generate a label model calling interface.
Further, S103: configuring an interface; the method specifically comprises the following steps:
s1031: calling an API (application programming interface) according to the tag model, and constructing a model visual configuration function by adopting an ElementUI method through the VUE framework;
s1032: and obtaining a tag model return parameter according to the address of the model calling interface generated in the step S1022 and the tag model request method defined in the step S1021, and storing the tag model return parameter according to the defined text tag label and the parameter of the score corresponding to the text tag label to complete the visual interface configuration of the tag model.
Further, S104: acquiring text data to be processed; calling configuration, and labeling the natural language to be processed; the method specifically comprises the following steps:
s1041: introducing a VUE framework, setting a label task name, a model calling interface, a request parameter and a return parameter by adopting an ElementUI method, and completing the function configuration of the label task;
s1042: configuring a label task name, a model calling interface, request parameters, return parameters and label field information according to the label task configuration function constructed in S1041, the label model interface constructed in S1022 and the text content to be labeled;
s1043: acquiring input data information to be labeled, and configuring an output table name and an output table field of labeled data;
s1044: a distributed workflow scheduling graph is constructed by adopting a Dolphin scheduler, so that the automatic starting and stopping of a labeling task are realized, and labeling is completed.
The invention designs an intelligent labeling system and method based on natural language processing. Firstly, a natural language processing technology is adopted to construct a label model based on Bert + rules, then a text labeling task is constructed, and the task construction is completed by selecting data to be labeled and the label model. And finally, automatically executing the intelligent label task to finish the label printing operation.
Example two
The embodiment provides an intelligent labeling system based on natural language processing;
an intelligent labeling system based on natural language processing, comprising:
a build module configured to: constructing a training set and a test set; constructing a label model based on the training set and the test set; wherein the training set and the test set are all a plurality of field texts of known labels;
a packaging module configured to: packaging the constructed label model to generate an interface;
a configuration module configured to: configuring an interface;
a labeling module configured to: acquiring text data to be processed; and calling configuration, and labeling the natural language to be processed.
It should be noted here that the building module, the packaging module, the configuration module and the labeling module correspond to steps S101 to S104 in the first embodiment, and the modules are the same as the corresponding steps in the implementation example and application scenarios, but are not limited to the disclosure in the first embodiment. It should be noted that the modules described above as part of a system may be implemented in a computer system such as a set of computer-executable instructions.
In the foregoing embodiments, the descriptions of the embodiments have different emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
The proposed system can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the above-described modules is merely a logical division, and in actual implementation, there may be other divisions, for example, multiple modules may be combined or integrated into another system, or some features may be omitted, or not executed.
EXAMPLE III
The present embodiment also provides an electronic device, including: one or more processors, one or more memories, and one or more computer programs; wherein, a processor is connected with the memory, the one or more computer programs are stored in the memory, and when the electronic device runs, the processor executes the one or more computer programs stored in the memory, so as to make the electronic device execute the method according to the first embodiment.
It should be understood that in this embodiment, the processor may be a central processing unit CPU, and the processor may also be other general purpose processors, digital signal processors DSP, application specific integrated circuits ASIC, off-the-shelf programmable gate arrays FPGA or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, and so on. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory may include both read-only memory and random access memory, and may provide instructions and data to the processor, and a portion of the memory may also include non-volatile random access memory. For example, the memory may also store device type information.
In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software.
The method in the first embodiment may be directly implemented by a hardware processor, or may be implemented by a combination of hardware and software modules in the processor. The software modules may be located in ram, flash, rom, prom, or eprom, registers, among other storage media as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor. To avoid repetition, it is not described in detail here.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
Example four
The present embodiments also provide a computer-readable storage medium for storing computer instructions, which when executed by a processor, perform the method of the first embodiment.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. An intelligent labeling method based on natural language processing is characterized by comprising the following steps:
constructing a training set and a test set; constructing a label model based on the training set and the test set; wherein the training set and the test set are all a plurality of field texts of known labels;
packaging the constructed label model to generate an interface;
configuring an interface;
acquiring text data to be processed; and calling configuration, and labeling the natural language to be processed.
2. The intelligent labeling method based on natural language processing as claimed in claim 1, wherein a training set and a test set are constructed; the method specifically comprises the following steps:
acquiring text data of a known label;
carrying out data cleaning on the text data of the known label, and deleting a blank space, a line-changing character, an exclamation mark and a special character in the text data in the data cleaning process;
segmenting the data after data cleaning into a plurality of text entries;
and dividing the obtained text entries into a training set and a test set according to a proportion.
3. The intelligent labeling method based on natural language processing as claimed in claim 1, wherein a label model is constructed based on a training set and a test set; the method specifically comprises the following steps:
extracting the features of the text data in the training set by adopting a language representation model to obtain text features;
training the convolutional neural network based on the text features and the corresponding labels in the training set to obtain a trained convolutional neural network, and taking the trained convolutional neural network as a label model;
testing the trained convolutional neural network based on the text features and the corresponding labels in the test set to obtain the label printing accuracy of the model;
if the accuracy rate exceeds a set threshold, finishing training, and taking the obtained trained convolutional neural network as a label model; and if the accuracy is lower than the set threshold value, retraining.
4. The intelligent labeling method based on natural language processing as claimed in claim 1, wherein the constructed label model is encapsulated to generate an interface; the method specifically comprises the following steps:
defining a label model request method, realizing the definition of request parameters, outputting corresponding scores of a returned parameter text label and a returned parameter text label, and finishing the encapsulation of the label model request method;
and starting the constructed label model and the packaged label model request method through a python command to generate a label model calling interface.
5. The intelligent labeling method based on natural language processing as claimed in claim 1, wherein the interface is configured; the method specifically comprises the following steps:
calling an API (application programming interface) according to the tag model, and constructing a model visual configuration function by the VUE framework in an ElementUI mode;
and acquiring a label model return parameter according to the generated address of the model calling interface and the defined label model request method, and storing the label model return parameter according to the defined text label and the parameter of the corresponding score of the text label to complete the visual interface configuration of the label model.
6. The intelligent labeling method based on natural language processing as claimed in claim 4, wherein the text data to be processed is obtained; calling configuration, and labeling the natural language to be processed; the method specifically comprises the following steps:
introducing a VUE framework, setting a label task name, a model calling interface, a request parameter and a return parameter by adopting an ElementUI mode, and completing the function configuration of the label task;
configuring a label task name, a model calling interface, a request parameter, a return parameter and label field information according to a constructed label task configuration function, a constructed label model calling interface and text content of a label to be marked;
acquiring input data information to be labeled, and configuring an output table name and an output table field of labeled data;
a distributed workflow scheduling graph is constructed by adopting a Dolphin scheduler, so that the automatic starting and stopping of a labeling task are realized, and labeling is completed.
7. The intelligent labeling method based on natural language processing as claimed in claim 2, wherein said data washing is implemented by using a replace function; and the data after the data cleaning is cut into a plurality of text entries, and is realized by adopting a tailor function.
8. An intelligent labeling system based on natural language processing is characterized by comprising:
a build module configured to: constructing a training set and a test set; constructing a label model based on the training set and the test set; wherein the training set and the test set are all a plurality of field texts of known labels;
a packaging module configured to: packaging the constructed label model to generate an interface;
a configuration module configured to: configuring an interface;
a labeling module configured to: acquiring text data to be processed; and calling configuration, and labeling the natural language to be processed.
9. An electronic device, comprising:
a memory for non-transitory storage of computer readable instructions; and
a processor for executing the computer readable instructions,
wherein the computer readable instructions, when executed by the processor, perform a natural language processing based intelligent tagging method according to any one of claims 1 to 7.
10. A storage medium storing non-transitory computer-readable instructions, wherein the non-transitory computer-readable instructions, when executed by a computer, perform the instructions of the intelligent labeling method based on natural language processing of any one of claims 1 to 7.
CN202111136132.3A 2021-09-27 2021-09-27 Intelligent labeling method and system based on natural language processing Pending CN113836304A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111136132.3A CN113836304A (en) 2021-09-27 2021-09-27 Intelligent labeling method and system based on natural language processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111136132.3A CN113836304A (en) 2021-09-27 2021-09-27 Intelligent labeling method and system based on natural language processing

Publications (1)

Publication Number Publication Date
CN113836304A true CN113836304A (en) 2021-12-24

Family

ID=78970867

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111136132.3A Pending CN113836304A (en) 2021-09-27 2021-09-27 Intelligent labeling method and system based on natural language processing

Country Status (1)

Country Link
CN (1) CN113836304A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117456416A (en) * 2023-11-03 2024-01-26 北京饼干科技有限公司 Method and system for intelligently generating material labels

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107038480A (en) * 2017-05-12 2017-08-11 东华大学 A kind of text sentiment classification method based on convolutional neural networks
CN109063456A (en) * 2018-08-02 2018-12-21 浙江大学 The safety detecting method and system of image-type identifying code
CN109255284A (en) * 2018-07-10 2019-01-22 西安理工大学 A kind of Activity recognition method of the 3D convolutional neural networks based on motion profile
US20190108450A1 (en) * 2017-10-10 2019-04-11 International Business Machines Corporation Abstraction and portability to intent recognition
CN112765965A (en) * 2021-01-22 2021-05-07 安徽希施玛数据科技有限公司 Text multi-label classification method, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107038480A (en) * 2017-05-12 2017-08-11 东华大学 A kind of text sentiment classification method based on convolutional neural networks
US20190108450A1 (en) * 2017-10-10 2019-04-11 International Business Machines Corporation Abstraction and portability to intent recognition
CN109255284A (en) * 2018-07-10 2019-01-22 西安理工大学 A kind of Activity recognition method of the 3D convolutional neural networks based on motion profile
CN109063456A (en) * 2018-08-02 2018-12-21 浙江大学 The safety detecting method and system of image-type identifying code
CN112765965A (en) * 2021-01-22 2021-05-07 安徽希施玛数据科技有限公司 Text multi-label classification method, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117456416A (en) * 2023-11-03 2024-01-26 北京饼干科技有限公司 Method and system for intelligently generating material labels
CN117456416B (en) * 2023-11-03 2024-06-07 北京饼干科技有限公司 Method and system for intelligently generating material labels

Similar Documents

Publication Publication Date Title
CN110674295A (en) Data labeling system based on deep learning
CN105528418B (en) A kind of design documentation generation method and device
CN102542382A (en) Method and device for managing business rule
CN109308258A (en) Building method, device, computer equipment and the storage medium of test data
CN111061733A (en) Data processing method and device, electronic equipment and computer readable storage medium
CN110633959A (en) Method, device, equipment and medium for creating approval task based on graph structure
CN112527286A (en) Service code generation method and device, computer equipment and storage medium
CN113836304A (en) Intelligent labeling method and system based on natural language processing
CN112948110A (en) Topology and arrangement system and method of cloud application, storage medium and electronic device
CN115840745A (en) Scheduling method and device based on dynamic form, computer equipment and storage medium
CN115599524A (en) Data lake system based on cooperative scheduling processing of streaming data and batch data
CN109800776A (en) Material mask method, device, terminal and computer readable storage medium
CN113946363A (en) Method and device for executing and configuring service data, computer equipment and storage medium
CN117235527A (en) End-to-end containerized big data model construction method, device, equipment and medium
CN113254189A (en) Task management method, system and equipment for defect detection
Wellsandt et al. Supporting data analytics in manufacturing with a digital assistant
CN115599908A (en) Method and system for labeling unstructured data document
León-Guizado et al. Production model under lean manufacturing and change awareness approaches to reduce order delays at small and medium-sized enterprises from the clothing sector in Peru
Moser et al. Digitalization of information-intensive logistics processes to reduce production lead times at ENGEL Austria GmbH: extending value stream mapping with subject-oriented business process management
CN110956025A (en) Method based on process template multiplexing
Clauberg et al. BPM and Simulation
US20220214864A1 (en) Efficient deployment of machine learning and deep learning model's pipeline for serving service level agreement
Stepanov Using agile methodology in ERP-system implementation projects
CN115048103A (en) Workflow implementation method, device and system
CN113506099A (en) Configuration system, method, computer device and storage medium for reporting service

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
CB02 Change of applicant information
CB02 Change of applicant information

Country or region after: China

Address after: Floor 12, Building 3, Shuntai Plaza, No. 2000 Shunhua Road, High tech Industrial Development Zone, Jinan City, Shandong Province, 250101

Applicant after: SHANDONG ECLOUD INFORMATION TECHNOLOGY CO.,LTD.

Address before: 250014 3rd floor, block B, Yinhe building, 2008 Xinluo street, high tech Zone, Jinan City, Shandong Province

Applicant before: SHANDONG ECLOUD INFORMATION TECHNOLOGY CO.,LTD.

Country or region before: China