CN112100422A - Engineering drawing processing method, device, equipment and storage medium - Google Patents

Engineering drawing processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN112100422A
CN112100422A CN202011020858.6A CN202011020858A CN112100422A CN 112100422 A CN112100422 A CN 112100422A CN 202011020858 A CN202011020858 A CN 202011020858A CN 112100422 A CN112100422 A CN 112100422A
Authority
CN
China
Prior art keywords
engineering
name
engineering drawing
determining
catalog
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
CN202011020858.6A
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.)
Wuhan Baijia Cloud Technology Co Ltd
Original Assignee
Wuhan Baijia Cloud 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 Wuhan Baijia Cloud Technology Co Ltd filed Critical Wuhan Baijia Cloud Technology Co Ltd
Priority to CN202011020858.6A priority Critical patent/CN112100422A/en
Publication of CN112100422A publication Critical patent/CN112100422A/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/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/55Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/40Document-oriented image-based pattern recognition
    • G06V30/41Analysis of document content
    • G06V30/413Classification of content, e.g. text, photographs or tables

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Geometry (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Civil Engineering (AREA)
  • Architecture (AREA)
  • Structural Engineering (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application provides an engineering drawing processing method, device, equipment and storage medium, and belongs to the technical field of drawing classification. The engineering drawing processing method comprises the following steps: identifying the content of a catalog drawing of a preset engineering project, and determining the name of each engineering drawing of the preset engineering project; and determining the category of each engineering drawing by adopting a pre-trained classification model based on natural language processing according to the name of each engineering drawing. The classification model that this application was handled through natural language can be classified, can obtain more accurate classification result, improves the categorised accuracy of drawing, and then can improve staff's work efficiency, practices thrift the time that calls, inquiry consumed.

Description

Engineering drawing processing method, device, equipment and storage medium
Technical Field
The application relates to the technical field of drawing classification, in particular to an engineering drawing processing method, device, equipment and storage medium.
Background
In order to more conveniently and accurately depict the engineering situation, the whole engineering is usually shown by means of CAD (Computer Aided Design) drawings.
At present, in the process of calling a CAD drawing to perform related work, a worker usually searches a drawing corresponding to a demand according to a drawing catalog according to a demand condition, however, for an engineering project with a large engineering quantity, the engineering project usually includes a large number of CAD drawings, which is very inconvenient in the calling and inquiring processes, the worker needs to spend a large amount of time to find the corresponding drawing in the catalog drawing, the working efficiency is low, a large amount of human resources are wasted, and at present, there is no accurate classification method to classify the drawings.
Disclosure of Invention
The application aims to provide an engineering drawing processing method, device, equipment and storage medium, which can improve the accuracy of drawing classification, further improve the working efficiency and save the time consumed by calling and inquiring.
The embodiment of the application is realized as follows:
in one aspect of the embodiment of the present application, a method for processing engineering drawings is provided, including:
identifying the content of a catalog drawing of a preset engineering project, and determining the name of each engineering drawing of the preset engineering project;
and determining the category of each engineering drawing by adopting a pre-trained classification model based on natural language processing according to the name of each engineering drawing.
Optionally, the method further comprises:
and establishing a first corresponding relation between the name of each engineering drawing and the category of each engineering drawing, and a second corresponding relation between the name of each engineering drawing and the identification of each engineering drawing.
Optionally, the method further comprises:
determining the name of a target engineering drawing corresponding to the target type according to the target type to be inquired and the first corresponding relation;
determining the identifier of the target engineering drawing according to the name of the target engineering drawing and the second corresponding relation;
and searching the target engineering drawing according to the identification of the target engineering drawing.
Optionally, the method further comprises:
and identifying the content of the target engineering drawing to obtain an identification result.
Optionally, before content identification is performed on the catalog drawing of the preset engineering project and a name of each engineering drawing of the preset engineering project is determined, the method further includes:
determining a drawing with tabular data from drawings of a preset engineering project;
judging whether the table data in the drawing with the table data is catalog table data or not;
if yes, determining the drawing with the table data as the catalogue drawing.
Optionally, the content identification of the catalog drawing of the preset engineering project, and determining the name of each engineering drawing of the preset engineering project includes:
identifying the content of the catalog drawing, and normalizing the format of the content identified from the catalog drawing;
and determining the name of each engineering drawing from the normalized content.
Optionally, determining the category of each engineering drawing by using a pre-trained classification model based on natural language processing according to the name of each engineering drawing, including:
carrying out model training by adopting a sample drawing data set to obtain a classification model, wherein the sample drawing data set comprises: the name of each sample drawing and the pre-labeled category of each sample drawing.
Optionally, the classification model of natural language processing is a BERT model.
In another aspect of the embodiments of the present application, an engineering drawing processing apparatus is provided, including: the device comprises an identification module and a classification module;
the identification module is used for identifying the content of the catalog drawing of the preset engineering project and determining the name of each engineering drawing of the preset engineering project;
and the classification module is used for determining the category of each engineering drawing by adopting a pre-trained classification model based on natural language processing according to the name of each engineering drawing.
Optionally, the apparatus further comprises: a relationship establishing module;
and the relationship establishing module is used for establishing a first corresponding relationship between the name of each engineering drawing and the category of each engineering drawing and a second corresponding relationship between the name of each engineering drawing and the identification of each engineering drawing.
Optionally, the apparatus further comprises: the device comprises a determining module and a searching module;
the determining module is used for determining the name of the target engineering drawing corresponding to the target type according to the target type to be inquired and the first corresponding relation; determining the identifier of the target engineering drawing according to the name of the target engineering drawing and the second corresponding relation;
and the searching module is used for searching the target engineering drawing according to the identification of the target engineering drawing.
Optionally, the identification module is further configured to perform content identification on the target engineering drawing to obtain an identification result.
Optionally, the identification module is further configured to determine a drawing with tabular data from drawings of a preset engineering project; judging whether the table data in the drawing with the table data is catalog table data or not; if yes, determining the drawing with the table data as the catalogue drawing.
Optionally, the identification module is specifically configured to perform content identification on the catalog drawing, and perform normalization processing on a format of the content identified from the catalog drawing; and determining the name of each engineering drawing from the normalized content.
In another aspect of the embodiments of the present application, there is provided a computer device, including: the engineering drawing processing method comprises a memory and a processor, wherein a computer program capable of running on the processor is stored in the memory, and the steps of the engineering drawing processing method are realized when the processor executes the computer program.
In another aspect of the embodiments of the present application, a storage medium is provided, where a computer program is stored on the storage medium, and when the computer program is executed by a processor, the steps of the engineering drawing processing method are implemented.
The beneficial effects of the embodiment of the application include:
according to the engineering drawing processing method, the device, the equipment and the storage medium, the name of each engineering drawing of a preset engineering project can be determined by identifying the content of the catalog drawing of the preset engineering project; according to the name of each engineering drawing, the classification model based on natural language processing trained in advance is adopted, the classification of each engineering drawing can be determined, the classification model based on natural language processing is used for classification, a more accurate classification result can be obtained, the accuracy of drawing classification is improved, the working efficiency of workers can be improved, and the time consumed by calling and inquiring is saved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained from the drawings without inventive effort.
Fig. 1 is a schematic flow chart of an engineering drawing processing method provided in an embodiment of the present application;
fig. 2 is another schematic flow chart diagram of an engineering drawing processing method according to an embodiment of the present application;
FIG. 3 is a schematic flowchart of determining a catalog drawing according to an embodiment of the present application;
fig. 4 is a schematic flowchart of determining a name of an engineering drawing according to an embodiment of the present application;
FIG. 5 is a schematic structural diagram of an engineering drawing processing apparatus provided in an embodiment of the present application;
fig. 6 is another schematic structural diagram of an engineering drawing processing apparatus according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of a computer device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
In the description of the present application, it is noted that the terms "first", "second", "third", and the like are used merely for distinguishing between descriptions and are not intended to indicate or imply relative importance.
It should be noted that the engineering drawing in the embodiment of the present application may be a building drawing in a CAD readable format, may be a drawing pre-stored in a computer, and may also be an electronic drawing obtained by scanning an actual drawing.
The following explains a specific implementation process of the engineering drawing processing method according to the present application by using a specific embodiment.
Fig. 1 is a schematic flow chart of an engineering drawing processing method provided in an embodiment of the present application, and please refer to fig. 1, the engineering drawing processing method includes:
s110: and identifying the content of the catalog drawing of the preset engineering project, and determining the name of each engineering drawing of the preset engineering project.
It should be noted that the preset engineering project may be any type of engineering project, for example: subway construction projects, house building projects, bridge engineering projects and the like, and the contents of engineering drawings are different according to the different categories of each project. The catalog drawing can be a drawing which records the corresponding relation between the name and the identification of each engineering drawing in a form mode in the engineering drawings, wherein the identification of the engineering drawing can be information such as the code, the drawing number or the storage position of each drawing, and the engineering drawing which needs to be called or inquired can be determined according to the identification of the engineering drawing. The content of the catalog drawing can be obtained by carrying out content identification on the catalog drawing of the preset engineering project, and the name of each engineering drawing of the preset engineering project is determined according to the content in the catalog drawing.
S120: and determining the category of each engineering drawing by adopting a pre-trained classification model based on natural language processing according to the name of each engineering drawing.
The classification model for Natural Language Processing may be a classification model used in the field of Natural Language Processing (NLP) such as a BERT model (Bidirectional Encoder representation from transforms) or the like.
Optionally, model training may be performed by using a sample drawing data set to obtain a classification model, where the sample drawing data set includes: the name of each sample drawing and the pre-labeled category of each sample drawing. The classification model can be obtained after model training is carried out on a large number of sample drawing data sets, wherein the sample drawing data sets can be drawing data sets specific to a certain preset engineering project, and when other types of engineering projects need to be classified, the classification model corresponding to the engineering project can be retrained.
The name of each engineering drawing can be input into a classification model for classification, and the obtained classification result is the category of the engineering drawing.
It should be noted that the categories of the engineering drawings can be divided into various categories according to different division standards, and taking the construction engineering drawings as an example, the categories can be divided into: building construction drawing, structure construction drawing and equipment construction drawing.
The building construction drawing comprises a building general plane drawing, a building elevation drawing, a building section drawing, a building detail drawing and the like; the construction drawings comprise a foundation plan view, a foundation section view, a roof structure arrangement view, a floor structure arrangement view, a column, a beam and a plate reinforcing bar arrangement view, a stair view, a structural member view or table, necessary detailed views and the like; the equipment construction drawing comprises a heating construction drawing, an electric construction drawing, a ventilation construction drawing, a water supply and drainage construction drawing and the like.
Alternatively, the engineering drawings can be divided into different types according to different engineering properties. When the three-dimensional shape and size are expressed by using a plan view, a three-view method, i.e., a front view, a side view, and a top view, may be used. According to the principle of three views, the construction engineering drawing can be divided into a building plan view, an elevation view and a section view, and further comprises a building detailed view and a structural construction drawing. The construction plan can be divided into a general plan and a plan expressing a specific project.
For example, when the preset engineering project is a subway construction project, the engineering drawing may include: a catalog, a design description, a detailed view, a plan view (a floor, a middle plate, a ceiling, a transfer station, a station hall floor, a station floor, an underground three floor, and an underground four floor), a cross-sectional view (a bar graph, a structure graph, and others), a longitudinal-sectional view (a bar graph, a structure graph, and others), a floor sequence diagram, and the like.
It should be noted that the specific classification may be set according to the operation of calling, querying, and the like after the classification is completed, which is not limited herein.
In the engineering drawing processing method provided by the embodiment of the application, the name of each engineering drawing of a preset engineering project can be determined by identifying the content of the catalog drawing of the preset engineering project; according to the name of each engineering drawing, the classification model based on natural language processing trained in advance is adopted, the classification of each engineering drawing can be determined, the classification model based on natural language processing is used for classification, a more accurate classification result can be obtained, the accuracy of drawing classification is improved, the working efficiency of workers can be improved, and the time consumed by calling and inquiring is saved.
Optionally, the method further comprises:
and establishing a first corresponding relation between the name of each engineering drawing and the category of each engineering drawing, and a second corresponding relation between the name of each engineering drawing and the identification of each engineering drawing.
It should be noted that a first corresponding relationship may be established between the name of each engineering drawing and the category of each engineering drawing, and in the first corresponding relationship, the names of all the engineering drawings in the category may be determined according to the category of each engineering drawing; a second correspondence may be established between the name of each engineering drawing and the identifier of each engineering drawing, and in the second correspondence, the identifier of the engineering drawing corresponding to the drawing name may be determined by the name of each engineering drawing.
Wherein, every engineering drawing all has the sign of engineering drawing, and its sign is also different in different engineering drawings.
Another specific implementation of the engineering drawing processing method provided in the present application is explained below by using a specific example.
Fig. 2 is another schematic flow chart of the engineering drawing processing method according to the embodiment of the present application, please refer to fig. 2, where the method further includes:
s210: and determining the name of the target engineering drawing corresponding to the target type according to the target type to be inquired and the first corresponding relation.
It should be noted that the target type to be queried may be a target type to be called or queried after the engineering drawings are classified, that is, one or more types of the categories of the engineering drawings. After the target type to be queried is determined, the name of the target engineering drawing corresponding to the target type can be determined according to the target type and the first corresponding relation, and the name of the target engineering drawing is the name of all the engineering drawings in the target type.
S220: and determining the identifier of the target engineering drawing according to the name of the target engineering drawing and the second corresponding relation.
It should be noted that after determining the names of all the target engineering drawings, the identifiers of the target engineering drawings corresponding to the names of the target engineering drawings may be determined according to the second correspondence, for example: and corresponding to the information of the code, the number, the storage position and the like of the drawing.
S230: and searching the target engineering drawing according to the identification of the target engineering drawing.
After the identification of the target engineering drawing is determined, because the identification of each engineering drawing is unique, the target engineering drawing can be determined according to the identification of the target engineering drawing, and if the identification is a code or a drawing number, the corresponding engineering drawing can be inquired according to the code or the drawing number; if the location is the storage location, the engineering drawing stored in the storage location can be called as the target engineering drawing.
For example, when a worker needs to call or query a certain type of engineering drawing, for example: and (3) a stair diagram, wherein the type of the target to be queried is the type of the stair diagram, and the names of all the engineering drawings belonging to the type of the stair diagram can be determined according to the stair diagram and the names of the engineering drawings corresponding to the stair diagram in the first corresponding relation, for example: a first layer of stairs, a second layer of stairs, an underground layer of stairs and the like; according to the determined names of the engineering drawings and the identifications of the engineering drawings corresponding to the engineering drawing names in the second corresponding relationship, the identifications of the engineering drawings can be determined, for example: the drawing numbers of these drawings, etc.; according to the identification of the engineering drawings, the actually corresponding engineering drawings can be determined, and the engineering drawings are the target engineering drawings, namely the engineering drawings belonging to the type of stair drawings.
Optionally, the method further comprises:
and identifying the content of the target engineering drawing to obtain an identification result.
It should be noted that, after the target engineering drawing is determined, the content in the target drawing may be identified, and relevant elements in the target drawing are extracted, for example: the method comprises the following steps of title union and meeting signposts, scales, positioning axes and numbers, dimension labels, elevations, index symbols, detailed chart symbols, north pointers, specific images and the like, wherein one or more elements are used as identification results obtained after content identification according to actual calling or inquiring requirements.
The specific implementation of the specific catalog drawing provided in the present application is explained below by specific examples.
Fig. 3 is a schematic flowchart of a process of determining a catalog drawing according to an embodiment of the present application, please refer to fig. 3, S110: before content recognition is carried out on the catalog drawings of the preset engineering projects and the name of each engineering drawing of the preset engineering projects is determined, the method further comprises the following steps:
s310: and determining a drawing with tabular data from drawings of a preset engineering project.
It should be noted that all drawings in the preset engineering project may be screened and determined by image recognition, text detection, or a preset algorithm program, and the drawings with table data therein may be found. The table data can be a chart, a digital table or any type of related data with a rule block diagram.
S320: and judging whether the table data in the drawing with the table data is the catalogue table data.
After the drawings with the table data are determined, whether the table data are the table data or not can be judged according to the format of the preset table data, and the table data are data which represent the corresponding relation between the name and the identification of each engineering drawing in a table form.
S330: if yes, determining the drawing with the table data as the catalogue drawing.
If the table data obtained by the determination of the S320 is catalog table data, the drawing with the table data may be used as the catalog drawing; accordingly, if the obtained form data is not catalog form data, the drawing having the form data is not a catalog drawing.
The specific implementation process for determining the name of the engineering drawing provided in the present application is explained below by specific examples.
Fig. 4 is a schematic flowchart of a process for determining names of engineering drawings according to an embodiment of the present application, please refer to fig. 4, S110: the method comprises the following steps of carrying out content identification on a catalog drawing of a preset engineering project, and determining the name of each engineering drawing of the preset engineering project, wherein the name comprises the following steps:
s410: and identifying the content of the catalogue drawing, and normalizing the format of the content identified from the catalogue drawing.
It should be noted that, content identification may be performed on the content in the catalog drawing through image identification, text detection, or a preset algorithm program, and each type of data in the catalog drawing is extracted, for example: the name of each engineering drawing, the identification of each engineering drawing and other information of each engineering drawing; unifying the formats of each type of data, such as the names of engineering drawings in catalog drawings, wherein the expression modes of the data may have various types such as English, Chinese and the like, unifying the data types of different formats, and unifying the data types into Chinese for expression; correspondingly, the identifier of each engineering drawing and other information of each engineering drawing can be unified in format, for example, the identifier of a part of the drawings is a drawing number, and the identifier of a part of the drawings is a code, and the information is unified into the same format so as to be convenient for subsequent classification processing.
S420: and determining the name of each engineering drawing from the normalized content.
It should be noted that the name of each engineering drawing in the unified format may be determined from all normalized contents, and optionally, in the process of classifying the engineering drawings in S120, the names of the engineering drawings in the unified format may be input into the classification model for classification.
For example, after content identification is performed on The catalog drawing, The names of The engineering drawings in The obtained specific identification content are "first-floor building", "2 nd-floor building", and The third-floor building ", and The formats of The names of The drawings can be unified into" first-floor building "," second-floor building ", and" third-floor building "through normalization processing. Correspondingly, if the formats of the identifiers or other contents in the catalog drawing are not uniform, the formats of the data can be normalized by adopting a similar method to obtain a uniform recognition result.
Alternatively, the specific process of determining the category of each engineering drawing by using the pre-trained classification model based on natural language processing in the present application is explained by the following specific embodiments.
Model training can be performed by using a sample drawing data set to obtain a classification model, wherein the sample drawing data set comprises: the name of each sample drawing and the pre-labeled category of each sample drawing. The specific classification categories can be actually set according to subsequent calling and inquiry, the categories of each sample drawing can include multiple categories, only one category can be selected in the actual training process, multiple categories can also be selected, and the setting is performed according to actual requirements, and is not limited herein.
For example: the sample drawing data may be "subway station underground floor (sample drawing name) -plan (sample drawing category)".
The procedure of the present application based on the training of the BERT encoder is explained below in a specific example:
firstly, the name of any drawing, such as "main structure cross section (one)", can be input, the labeling process is performed on the name, a relevant label, such as a label of "[ CLS ]" "[ SEP ]", and the like, can be added at the beginning or the end of the sentence, the sentence added with the relevant label is mapped into corresponding identity information, and forward calculation is performed in a BERT text classification model;
then, the data after forward calculation can be transmitted to an encoder in the model for encoding to obtain corresponding feature vectors;
and finally, the obtained feature vectors can be transmitted into a logistic regression operation module in the model to perform regression operation, and the classification result corresponding to the drawing name is obtained through calculation.
Fig. 5 is a schematic structural diagram of an engineering drawing processing apparatus according to an embodiment of the present application, and referring to fig. 5, the engineering drawing processing apparatus includes: an identification module 100, a classification module 200;
the identification module 100 is configured to perform content identification on a catalog drawing of a preset engineering project, and determine a name of each engineering drawing of the preset engineering project;
and the classification module 200 is configured to determine the category of each engineering drawing by using a pre-trained classification model based on natural language processing according to the name of each engineering drawing.
Fig. 6 is another schematic structural diagram of an engineering drawing processing apparatus according to an embodiment of the present application, please refer to fig. 6, the apparatus further includes: a relationship establishing module 300;
the relationship establishing module 300 is configured to establish a first corresponding relationship between the name of each engineering drawing and the category of each engineering drawing, and a second corresponding relationship between the name of each engineering drawing and the identifier of each engineering drawing.
Optionally, the apparatus further comprises: a determining module 400 and a searching module 500;
the determining module 400 is configured to determine, according to the target type to be queried and the first corresponding relationship, a name of the target engineering drawing corresponding to the target type; determining the identifier of the target engineering drawing according to the name of the target engineering drawing and the second corresponding relation;
and the searching module 500 is used for searching the target engineering drawing according to the identification of the target engineering drawing.
Optionally, the identification module 100 is further configured to perform content identification on the target engineering drawing to obtain an identification result.
Optionally, the identification module 100 is further configured to determine a drawing with tabular data from drawings of a preset engineering project; judging whether the table data in the drawing with the table data is catalog table data or not; if yes, determining the drawing with the table data as the catalogue drawing.
Optionally, the identification module 100 is specifically configured to perform content identification on the catalog drawing, and perform normalization processing on a format of the content identified from the catalog drawing; and determining the name of each engineering drawing from the normalized content.
In the engineering drawing processing device provided by the embodiment of the application, the name of each engineering drawing of a preset engineering project can be determined by identifying the content of the catalog drawing of the preset engineering project; according to the name of each engineering drawing, the classification model based on natural language processing trained in advance is adopted, the classification of each engineering drawing can be determined, the classification model based on natural language processing is used for classification, a more accurate classification result can be obtained, the accuracy of drawing classification is improved, the working efficiency of workers can be improved, and the time consumed by calling and inquiring is saved.
Fig. 7 is a schematic structural diagram of a computer device according to an embodiment of the present application, and referring to fig. 7, in another aspect of the embodiment of the present application, a computer device is provided, which includes: the storage 600 and the processor 700, wherein the storage 600 stores a computer program operable on the processor 700, and the processor 700 implements the steps of the engineering drawing processing method when executing the computer program.
In another aspect of the embodiments of the present application, a storage medium is further provided, where a computer program is stored on the storage medium, and when the computer program is executed by a processor, the steps of the engineering drawing processing method are implemented.
According to the equipment and the storage medium provided by the embodiment of the application, the name of each engineering drawing of the preset engineering project can be determined by identifying the content of the catalog drawing of the preset engineering project; according to the name of each engineering drawing, the classification model based on natural language processing trained in advance is adopted, the classification of each engineering drawing can be determined, the classification model based on natural language processing is used for classification, a more accurate classification result can be obtained, the accuracy of drawing classification is improved, the working efficiency of workers can be improved, and the time consumed by calling and inquiring is saved.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) or a processor (processor) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: a U disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. An engineering drawing processing method is characterized by comprising the following steps:
identifying the content of a catalog drawing of a preset engineering project, and determining the name of each engineering drawing of the preset engineering project;
and determining the category of each engineering drawing by adopting a pre-trained classification model based on natural language processing according to the name of each engineering drawing.
2. The method of claim 1, further comprising:
and establishing a first corresponding relation between the name of each engineering drawing and the category of each engineering drawing, and a second corresponding relation between the name of each engineering drawing and the identification of each engineering drawing.
3. The method of claim 2, further comprising:
determining the name of a target engineering drawing corresponding to the target type according to the target type to be inquired and the first corresponding relation;
determining the identifier of the target engineering drawing according to the name of the target engineering drawing and the second corresponding relation;
and searching the target engineering drawing according to the identification of the target engineering drawing.
4. The method of claim 3, wherein the method further comprises:
and identifying the content of the target engineering drawing to obtain an identification result.
5. The method of claim 1, wherein before the content identification of the catalog drawing of the preset engineering project and the determination of the name of each engineering drawing of the preset engineering project, the method further comprises:
determining a drawing with tabular data from drawings of the preset engineering project;
judging whether the table data in the drawing with the table data is catalog table data or not;
and if so, determining the drawing with the table data as the catalog drawing.
6. The method of claim 1, wherein the identifying the contents of the catalog drawing of the preset engineering project and the determining the name of each engineering drawing of the preset engineering project comprise:
identifying the content of the catalog drawing, and normalizing the format of the content identified from the catalog drawing;
and determining the name of each engineering drawing from the normalized content.
7. An engineering drawing processing apparatus, comprising: the device comprises an identification module and a classification module;
the identification module is used for identifying the content of the catalog drawing of a preset engineering project and determining the name of each engineering drawing of the preset engineering project;
and the classification module is used for determining the category of each engineering drawing by adopting a pre-trained classification model based on natural language processing according to the name of each engineering drawing.
8. The apparatus of claim 7, further comprising: a relationship establishing module;
the relation establishing module is used for establishing a first corresponding relation between the name of each engineering drawing and the category of each engineering drawing and a second corresponding relation between the name of each engineering drawing and the identification of each engineering drawing.
9. A computer device, comprising: memory in which a computer program is stored which is executable on the processor, and a processor which, when executing the computer program, carries out the steps of the method according to any one of the preceding claims 1 to 6.
10. A storage medium, characterized in that the storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 6.
CN202011020858.6A 2020-09-24 2020-09-24 Engineering drawing processing method, device, equipment and storage medium Pending CN112100422A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011020858.6A CN112100422A (en) 2020-09-24 2020-09-24 Engineering drawing processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011020858.6A CN112100422A (en) 2020-09-24 2020-09-24 Engineering drawing processing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112100422A true CN112100422A (en) 2020-12-18

Family

ID=73756148

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011020858.6A Pending CN112100422A (en) 2020-09-24 2020-09-24 Engineering drawing processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112100422A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112906717A (en) * 2021-03-04 2021-06-04 广联达科技股份有限公司 Method and system for identifying engineering file content
CN113094786A (en) * 2021-04-06 2021-07-09 万翼科技有限公司 Construction drawing structured organization method and device based on drawing POI
CN113094787A (en) * 2021-04-06 2021-07-09 万翼科技有限公司 Construction drawing datamation method and device based on drawing POI and electronic equipment
CN113158632A (en) * 2021-04-30 2021-07-23 广联达科技股份有限公司 Form reconstruction method for CAD drawing and computer readable storage medium
CN113159065A (en) * 2021-04-06 2021-07-23 万翼科技有限公司 Method and device for displaying POI (Point of interest) characteristics of drawing and electronic equipment
CN115690825A (en) * 2023-01-05 2023-02-03 四川省公路规划勘察设计研究院有限公司 Method for automatically associating engineering drawing with EBS
CN112906717B (en) * 2021-03-04 2024-05-28 广联达科技股份有限公司 Method and system for identifying engineering file content

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109697297A (en) * 2017-10-24 2019-04-30 上海嘉实(集团)有限公司 Management method, system, memory and the electronic equipment of engineering drawing
CN110083722A (en) * 2019-05-07 2019-08-02 广东电网有限责任公司 A kind of electronic drawing lookup method, device, equipment and readable storage medium storing program for executing
CN110399509A (en) * 2019-06-10 2019-11-01 万翼科技有限公司 It is a kind of intelligently to know drawing system and method
CN110502984A (en) * 2019-07-11 2019-11-26 万翼科技有限公司 Drawing review method, apparatus, computer equipment and storage medium
CN110704880A (en) * 2018-06-19 2020-01-17 中国石化工程建设有限公司 Correlation method of engineering drawings

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109697297A (en) * 2017-10-24 2019-04-30 上海嘉实(集团)有限公司 Management method, system, memory and the electronic equipment of engineering drawing
CN110704880A (en) * 2018-06-19 2020-01-17 中国石化工程建设有限公司 Correlation method of engineering drawings
CN110083722A (en) * 2019-05-07 2019-08-02 广东电网有限责任公司 A kind of electronic drawing lookup method, device, equipment and readable storage medium storing program for executing
CN110399509A (en) * 2019-06-10 2019-11-01 万翼科技有限公司 It is a kind of intelligently to know drawing system and method
CN110502984A (en) * 2019-07-11 2019-11-26 万翼科技有限公司 Drawing review method, apparatus, computer equipment and storage medium

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112906717A (en) * 2021-03-04 2021-06-04 广联达科技股份有限公司 Method and system for identifying engineering file content
CN112906717B (en) * 2021-03-04 2024-05-28 广联达科技股份有限公司 Method and system for identifying engineering file content
CN113094786A (en) * 2021-04-06 2021-07-09 万翼科技有限公司 Construction drawing structured organization method and device based on drawing POI
CN113094787A (en) * 2021-04-06 2021-07-09 万翼科技有限公司 Construction drawing datamation method and device based on drawing POI and electronic equipment
CN113159065A (en) * 2021-04-06 2021-07-23 万翼科技有限公司 Method and device for displaying POI (Point of interest) characteristics of drawing and electronic equipment
CN113159065B (en) * 2021-04-06 2024-04-09 深圳市万翼数字技术有限公司 Drawing POI feature display method and device and electronic equipment
CN113158632A (en) * 2021-04-30 2021-07-23 广联达科技股份有限公司 Form reconstruction method for CAD drawing and computer readable storage medium
CN113158632B (en) * 2021-04-30 2024-05-28 广联达科技股份有限公司 Table reconstruction method for CAD drawing and computer readable storage medium
CN115690825A (en) * 2023-01-05 2023-02-03 四川省公路规划勘察设计研究院有限公司 Method for automatically associating engineering drawing with EBS

Similar Documents

Publication Publication Date Title
CN112100422A (en) Engineering drawing processing method, device, equipment and storage medium
CN112597312A (en) Text classification method and device, electronic equipment and readable storage medium
CN112380870A (en) User intention analysis method and device, electronic equipment and computer storage medium
CN108776677B (en) Parallel sentence library creating method and device and computer readable storage medium
CN112069498A (en) SQL injection detection model construction method and detection method
CN112650858A (en) Method and device for acquiring emergency assistance information, computer equipment and medium
CN113360768A (en) Product recommendation method, device and equipment based on user portrait and storage medium
CN113657088A (en) Interface document analysis method and device, electronic equipment and storage medium
CN111369294A (en) Software cost estimation method and device
CN114416939A (en) Intelligent question and answer method, device, equipment and storage medium
CN110580337A (en) professional entity disambiguation implementation method based on entity similarity calculation
CN113344125A (en) Long text matching identification method and device, electronic equipment and storage medium
CN113642291B (en) Method, system, storage medium and terminal for constructing logical structure tree reported by listed companies
CN113420542B (en) Dialogue generation method, device, electronic equipment and storage medium
CN113032523B (en) Extraction method and device of triple information, electronic equipment and storage medium
CN115525761A (en) Method, device, equipment and storage medium for article keyword screening category
CN113723114A (en) Semantic analysis method, device and equipment based on multi-intent recognition and storage medium
CN113268614A (en) Label system updating method and device, electronic equipment and readable storage medium
CN112765958A (en) Pronoun resolution method, device, electronic equipment and storage medium
CN113591477B (en) Fault positioning method, device, equipment and storage medium based on associated data
CN111680513B (en) Feature information identification method and device and computer readable storage medium
CN109784776B (en) Commodity quality risk judgment method based on label identification
CN113688243B (en) Method, device, equipment and storage medium for labeling entities in sentences
CN111611261B (en) Garbage classification and identification system based on text decoupling
CN117454842A (en) Method and device for tracking and monitoring outsourced specimen

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