CN114117310A - Page generation method and device, electronic equipment and computer readable medium - Google Patents

Page generation method and device, electronic equipment and computer readable medium Download PDF

Info

Publication number
CN114117310A
CN114117310A CN202111484619.0A CN202111484619A CN114117310A CN 114117310 A CN114117310 A CN 114117310A CN 202111484619 A CN202111484619 A CN 202111484619A CN 114117310 A CN114117310 A CN 114117310A
Authority
CN
China
Prior art keywords
matching
page
information
index
content information
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
CN202111484619.0A
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.)
CCB Finetech Co Ltd
Original Assignee
CCB Finetech 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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202111484619.0A priority Critical patent/CN114117310A/en
Publication of CN114117310A publication Critical patent/CN114117310A/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/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9562Bookmark management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a page generation method, a page generation device, electronic equipment and a computer readable medium, which relate to the field of big data and intelligent finance, in particular to the field of data visualization, wherein the method comprises the following steps: acquiring content information corresponding to a page to be created, and further identifying a matching index in the content information; acquiring the reading information corresponding to the matching index, and generating a corresponding label based on the reading information; creating a hyperlink linked to the matching indicator at the corresponding tag; and arranging the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout to generate and display a page. The method has the advantages that the matching indexes in the unstructured content information of the page to be created are independent, the matching indexes are input to be subjected to labeling transformation, the page display structure is standardized by creating the hyperlink which is linked to the corresponding matching indexes at the label, a user can conveniently access the page, and the practicability is improved.

Description

Page generation method and device, electronic equipment and computer readable medium
Technical Field
The application relates to the field of big data and intelligent finance, in particular to the field of data visualization, and particularly relates to a page generation method and device, electronic equipment and a computer readable medium.
Background
At present, the text content of the operation flow for creating the benefit-supplement policy content is lack of format setting and labeling management, so that the policy content is complicated, has no key point, is poor in practicability and is inconvenient for a user to browse.
Disclosure of Invention
In view of this, embodiments of the present application provide a page generation method, an apparatus, an electronic device, and a computer-readable medium, which can solve the problems of complicated and non-important existing policy contents, poor practicability, and inconvenience for a user to browse.
In order to achieve the above object, according to an aspect of the embodiments of the present application, there is provided a page generating method, including:
acquiring content information corresponding to a page to be created, and further identifying a matching index in the content information;
acquiring the reading information corresponding to the matching index, and generating a corresponding label based on the reading information;
creating a hyperlink linked to the matching indicator at the corresponding tag;
and arranging the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout to generate and display a page.
Optionally, identifying a matching index in the content information includes:
and carrying out formatting analysis on unstructured data in the content information, further matching a formatting analysis result with each index in a preset index library, and determining a matched index as a matched index in the content information.
Optionally, performing format parsing on unstructured data in the content information includes:
and identifying the multimedia information in the content information, and converting the multimedia information into corresponding structured data.
Optionally, generating a corresponding tag comprises:
and converting the reading information into corresponding information vectors, calling a keyword vector library, matching the information vectors with all keyword vectors in the keyword vector library, and determining keywords corresponding to the matched keyword vectors as corresponding labels.
Optionally, matching the information vector with each keyword vector in the keyword vector library includes:
and respectively calculating cosine similarity of the information vector and each keyword vector in the keyword vector library, and determining the keyword vector corresponding to the maximum cosine similarity as the matched keyword vector.
Optionally, after generating the page, the method further includes:
responding to the matching index updating request, and acquiring the tag identification and the corresponding updating content information in the matching index updating request;
and positioning the target label based on the label identification, and updating the matching index linked to the hyperlink corresponding to the target label in the page according to the updated content information.
Optionally, generating a corresponding tag further includes:
determining the number of labels;
and converting the reading information into corresponding information vectors, calling the keyword vector libraries with the number of labels, matching the information vectors with the keyword vectors in the called keyword vector libraries, and determining keywords corresponding to the keyword vectors obtained by matching in the called keyword vector libraries as corresponding labels.
In addition, the present application also provides a page generating apparatus, including:
the acquisition unit is configured to acquire content information corresponding to a page to be created and further identify a matching index in the content information;
a label generation unit configured to acquire the interpretation information corresponding to the matching index, and further generate a corresponding label based on the interpretation information;
a hyperlink creation unit configured to create a hyperlink linked to the matching index at the corresponding tag;
and the page generating unit is configured to arrange the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout so as to generate and display the page.
Optionally, the obtaining unit is further configured to:
and carrying out formatting analysis on unstructured data in the content information, further matching a formatting analysis result with each index in a preset index library, and determining a matched index as a matched index in the content information.
Optionally, the obtaining unit is further configured to:
and identifying the multimedia information in the content information, and converting the multimedia information into corresponding structured data.
Optionally, the tag generation unit is further configured to:
and converting the reading information into corresponding information vectors, calling a keyword vector library, matching the information vectors with all keyword vectors in the keyword vector library, and determining keywords corresponding to the matched keyword vectors as corresponding labels.
Optionally, the tag generation unit is further configured to:
and respectively calculating cosine similarity of the information vector and each keyword vector in the keyword vector library, and determining the keyword vector corresponding to the maximum cosine similarity as the matched keyword vector.
Optionally, the page generating apparatus further includes an updating unit configured to:
responding to the matching index updating request, and acquiring the tag identification and the corresponding updating content information in the matching index updating request;
and positioning the target label based on the label identification, and updating the matching index linked to the hyperlink corresponding to the target label in the page according to the updated content information.
Optionally, the tag generation unit is further configured to:
determining the number of labels;
and converting the reading information into corresponding information vectors, calling the keyword vector libraries with the number of labels, matching the information vectors with the keyword vectors in the called keyword vector libraries, and determining keywords corresponding to the keyword vectors obtained by matching in the called keyword vector libraries as corresponding labels.
In addition, the present application also provides a page generation electronic device, including: one or more processors; the storage device is used for storing one or more programs, and when the one or more programs are executed by one or more processors, the one or more processors realize the page generation method.
In addition, the present application also provides a computer readable medium, on which a computer program is stored, which when executed by a processor implements the page generating method as described above.
To achieve the above object, according to still another aspect of embodiments of the present application, there is provided a computer program product.
A computer program product according to an embodiment of the present application includes a computer program, and when the computer program is executed by a processor, the computer program implements the page generating method according to the embodiment of the present application.
One embodiment of the above invention has the following advantages or benefits: according to the method and the device, the content information corresponding to the page to be created is obtained, and then the matching index in the content information is identified; acquiring the reading information corresponding to the matching index, and generating a corresponding label based on the reading information; creating a hyperlink linked to the matching indicator at the corresponding tag; and arranging the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout to generate and display a page. The realization will be waited to establish the matching index in the unstructured content information of page and independently come out to input and carry out the labeling transformation to the matching index, and through establish the mode of linking to the hyperlink of the matching index that corresponds in label department, solve the policy content and be miscellaneous and do not have the key, the practicality is poor, the problem that the user of being not convenient for browsed realizes the standardization of page show structure, convenience of customers is to the visit of page, improves the practicality. .
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a further understanding of the application and are not to be construed as limiting the application. Wherein:
fig. 1 is a schematic diagram of a main flow of a page generation method according to a first embodiment of the present application;
fig. 2 is a schematic diagram of a main flow of a page generation method according to a second embodiment of the present application;
fig. 3 is a schematic view of an application scenario of a page generation method according to a third embodiment of the present application;
FIG. 4 is a schematic diagram of the main elements of a page generation apparatus according to an embodiment of the present application;
FIG. 5 is an exemplary system architecture diagram to which embodiments of the present application may be applied;
fig. 6 is a schematic structural diagram of a computer system suitable for implementing the terminal device or the server according to the embodiment of the present application.
Detailed Description
The following description of the exemplary embodiments of the present application, taken in conjunction with the accompanying drawings, includes various details of the embodiments of the application for the understanding of the same, which are to be considered exemplary only. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present application. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness. According to the technical scheme, the data acquisition, storage, use, processing and the like meet relevant regulations of national laws and regulations.
Fig. 1 is a schematic diagram of a main flow of a page generation method according to a first embodiment of the present application, and as shown in fig. 1, the page generation method includes:
step S101, content information corresponding to a page to be created is obtained, and then matching indexes in the content information are identified.
In this embodiment, an execution subject (for example, a server) of the page generation method may obtain content information corresponding to a page to be created in a wired connection or wireless connection manner. The content information may be unstructured data. Unstructured data, for example, may be data that is irregularly or incompletely structured, has no predefined data model, and is not conveniently represented by a database two-dimensional logical table. Including office documents, text, pictures, XML, HTML, various types of reports, images, audio/video information, and the like, in all formats.
Specifically, the matching index in the content information may be identified by identifying unstructured data (such as a picture and XML) in the content information by an Optical Character Recognition (OCR) technology, converting the unstructured data into a text, and extracting the matching index in the converted text.
Specifically, the matching index may be an industry requirement, an operation range requirement, enterprise setup time, enterprise tax payment time, enterprise type, a label, and the like. The tags may include a primary category, a secondary category, and a specific enterprise tag (e.g., three high enterprise, growing enterprise, etc.).
Step S102, acquiring the interpretation information corresponding to the matching index, and further generating a corresponding label based on the interpretation information.
For example, when the content information is content information of a policy, the interpretation information corresponding to the matching index may include a policy classification, an applicable object, a threshold condition, a support term, and the like. The execution main body can convert each piece of interpretation information into a vector, cosine similarity matching is carried out on the vector corresponding to each label in the label library, and the label obtained through matching is determined to be the label corresponding to the interpretation information.
Of course, as another implementation manner of the embodiment of the present application, the execution main body may also extract keywords from the interpretation information according to a preset extraction rule as tags. The preset extraction rule may be to extract a keyword from attribute values corresponding to one or more of the policy classification, the usage object, the threshold condition, and the support term, so as to serve as the tag. For example, only keywords are extracted from the attribute values corresponding to the policy classification, the attribute values corresponding to the policy classification may be a headquarter policy, the extracted keywords may be the headquarter policy, and the label may be the headquarter policy. The embodiment of the present application does not limit the specific content of the tag.
Specifically, generating a corresponding label includes:
and converting the reading information into corresponding information vectors, calling a keyword vector library, matching the information vectors with all keyword vectors in the keyword vector library, and determining keywords corresponding to the matched keyword vectors as corresponding labels.
Specifically, matching the information vector with each keyword vector in the keyword vector library includes:
and respectively calculating cosine similarity of the information vector and each keyword vector in the keyword vector library, and determining the keyword vector corresponding to the maximum cosine similarity as the matched keyword vector.
Specifically, generating a corresponding label further includes:
determining the number of labels; and converting the reading information into corresponding information vectors, calling the keyword vector libraries with the number of labels, matching the information vectors with the keyword vectors in the called keyword vector libraries, and determining keywords corresponding to the keyword vectors obtained by matching in the called keyword vector libraries as corresponding labels.
For example, the number of tags may be the number of key vector libraries to be called. For example, if the tag includes a primary tag, a secondary tag, and a final tag, a keyword vector library corresponding to the primary tag, a keyword vector library corresponding to the secondary tag, and a keyword vector library corresponding to the final tag need to be called. And the keyword vector library corresponding to the secondary label is more detailed than the keyword vector library corresponding to the primary label. The keyword vector library corresponding to the final label is more detailed than the keyword vector library corresponding to the secondary label (i.e. the secondary label is the subordinate of the primary label, and the final label is the subordinate of the secondary label).
Step S103, a hyperlink linked to the matching index is created at the corresponding tag.
In order to facilitate the user's access to the page content information, the execution body may create a hyperlink linked to the matching index at the corresponding tag, so that the user may jump to the corresponding matching index directly by clicking on the hyperlink.
And step S104, arranging the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout to generate and display a page.
The input of the matching indexes is in a pull-down selection mode, so that the standardization of the range of the matching indexes and the labeling of the content description of the matching indexes are guaranteed.
Specifically, after the page is generated, the page generation method further includes:
responding to the matching index updating request, and acquiring the tag identification and the corresponding updating content information in the matching index updating request; and positioning the target label based on the label identification, and updating the matching index linked to the hyperlink corresponding to the target label in the page according to the updated content information. Therefore, the generated page is convenient to carry out data processing, and the content displayed by the generated page can be flexibly updated.
For example, when the execution subject receives a matching index update request of a page after the page is generated, the execution subject may first locate a target tag according to a tag identifier in the request, that is, a tag corresponding to a matching index to be updated, then jump to a position of the matching index to be updated according to a hyperlink corresponding to the target tag, and then update the matching index at the position based on updated content information corresponding to the matching index update request.
In the embodiment, the matching index in the content information is identified by acquiring the content information corresponding to the page to be created; acquiring the reading information corresponding to the matching index, and generating a corresponding label based on the reading information; creating a hyperlink linked to the matching indicator at the corresponding tag; and arranging the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout to generate and display a page. The realization will be waited to establish the matching index in the unstructured content information of page and independently come out to input and carry out the labeling transformation to the matching index, and through establish the mode of linking to the hyperlink of the matching index that corresponds in label department, solve the policy content and be miscellaneous and do not have the key, the practicality is poor, the problem that the user of being not convenient for browsed realizes the standardization of page show structure, convenience of customers is to the visit of page, improves the practicality.
Fig. 2 is a schematic main flow diagram of a page generation method according to a second embodiment of the present application, and as shown in fig. 2, the page generation method includes:
step S201, obtaining content information corresponding to a page to be created, further identifying multimedia information in the content information, further converting the multimedia information into corresponding structured data, so as to perform formatting analysis on unstructured data in the content information, further matching a formatting analysis result with each index in a preset index library, and determining a matched index as a matching index in the content information.
The method for carrying out formatting analysis on unstructured data in the content information comprises the following steps: and identifying the multimedia information in the content information, and converting the multimedia information into corresponding structured data. And the formatted and analyzed result can be structured data obtained by identifying and converting the multimedia information in the content information.
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.
Specifically, the multimedia information in the content information may include: text, pictures, sound, video, etc. The execution main body can convert the unstructured data into characters through an OCR technology, and then formats the converted characters to obtain structured data. Structured data such as date 2019/12/14, the user need only click, select, etc. on the date selector to enter the date.
In step S202, the interpretation information corresponding to the matching index is acquired, and a corresponding label is generated based on the interpretation information.
Step S203, a hyperlink linked to the matching index is created at the corresponding tag.
And step S204, arranging the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout to generate and display a page.
For example, the process of generating the page may include: entering a policy title, entering a matching index of the policy, entering policy interpretation information, entering a unit contact way (which can comprise a returning unit, a contact person and a contact way), entering a policy original text and uploading a policy attachment. And (4) independently obtaining the policy matching indexes from the original unstructured policy text, inputting the matching indexes, performing labeling transformation, and finally generating a page and displaying the page through a display screen and the like. The matching index is used as an independent input module, and labeling transformation is carried out, so that the problem that the policy application description language is non-standardized and non-structured is solved.
The principle of step S202 to step S204 is similar to that of step S102 to step S104, and is not described here again.
Fig. 3 is a schematic view of an application scenario of a page generation method according to a third embodiment of the present application. The page generation method of the embodiment of the application can be applied to a scene of policy content page generation. As shown in fig. 3, a server 302 (an execution subject of the embodiment of the present application) acquires content information 301 corresponding to a page to be created, and further identifies a matching index 303 in the content information 301. The server 302 acquires the interpretation information 304 corresponding to the matching index 303, and generates a corresponding label 305 based on the interpretation information 304. The server 302 creates a hyperlink 306 at the corresponding tag 305 that links to the matching index 303. The server 302 arranges the matching index 303, the corresponding tag 305, and the hyperlink 306 based on a preset page layout 307 to generate and present a page 308.
Fig. 4 is a schematic diagram of main units of a page generation apparatus according to an embodiment of the present application. As shown in fig. 4, the page generating apparatus includes an acquisition unit 401, a tag generating unit 402, a hyperlink creating unit 403, and a page generating unit 404.
The obtaining unit 401 is configured to obtain content information corresponding to a page to be created, and further identify a matching index in the content information.
A label generating unit 402 configured to acquire the interpretation information corresponding to the matching index, and further generate a corresponding label based on the interpretation information.
A hyperlink creation unit 403 configured to create a hyperlink linked to the matching index at the corresponding tag.
And a page generating unit 404 configured to arrange the matching index, the corresponding tag and the hyperlink based on a preset page layout to generate and display a page.
In some embodiments, the obtaining unit 401 is further configured to: and carrying out formatting analysis on unstructured data in the content information, further matching a formatting analysis result with each index in a preset index library, and determining a matched index as a matched index in the content information.
In some embodiments, the obtaining unit 401 is further configured to: and identifying the multimedia information in the content information, and converting the multimedia information into corresponding structured data.
In some embodiments, the tag generation unit 402 is further configured to: and converting the reading information into corresponding information vectors, calling a keyword vector library, matching the information vectors with all keyword vectors in the keyword vector library, and determining keywords corresponding to the matched keyword vectors as corresponding labels.
In some embodiments, the tag generation unit 402 is further configured to: and respectively calculating cosine similarity of the information vector and each keyword vector in the keyword vector library, and determining the keyword vector corresponding to the maximum cosine similarity as the matched keyword vector.
In some embodiments, the page generating apparatus further comprises an updating unit, not shown in fig. 4, configured to: responding to the matching index updating request, and acquiring the tag identification and the corresponding updating content information in the matching index updating request; and positioning the target label based on the label identification, and updating the matching index linked to the hyperlink corresponding to the target label in the page according to the updated content information.
In some embodiments, the tag generation unit 402 is further configured to: determining the number of labels; and converting the reading information into corresponding information vectors, calling the keyword vector libraries with the number of labels, matching the information vectors with the keyword vectors in the called keyword vector libraries, and determining keywords corresponding to the keyword vectors obtained by matching in the called keyword vector libraries as corresponding labels.
It should be noted that the page generation method and the page generation apparatus of the present application have corresponding relationships in the specific implementation contents, and therefore, the description of the repeated contents is omitted.
Fig. 5 shows an exemplary system architecture 500 to which the page generation method or the page generation apparatus of the embodiments of the present application may be applied.
As shown in fig. 5, the system architecture 500 may include terminal devices 501, 502, 503, a network 504, and a server 505. The network 504 serves to provide a medium for communication links between the terminal devices 501, 502, 503 and the server 505. Network 504 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 501, 502, 503 to interact with a server 505 over a network 504 to receive or send messages or the like. The terminal devices 501, 502, 503 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 501, 502, 503 may be various electronic devices having a page generation processing screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 505 may be a server providing various services, such as a background management server (for example only) for processing content information corresponding to a page to be created, which is acquired by a user using the terminal devices 501, 502, 503. The background management server can acquire content information corresponding to the page to be created, and then identify matching indexes in the content information; acquiring the reading information corresponding to the matching index, and generating a corresponding label based on the reading information; creating a hyperlink linked to the matching indicator at the corresponding tag; and arranging the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout to generate and display a page. The realization will be waited to establish the matching index in the unstructured content information of page and independently come out to input and carry out the labeling transformation to the matching index, and through establish the mode of linking to the hyperlink of the matching index that corresponds in label department, solve the policy content and be miscellaneous and do not have the key, the practicality is poor, the problem that the user of being not convenient for browsed realizes the standardization of page show structure, convenience of customers is to the visit of page, improves the practicality.
It should be noted that the page generation method provided in the embodiment of the present application is generally executed by the server 505, and accordingly, the page generation apparatus is generally disposed in the server 505.
It should be understood that the number of terminal devices, networks, and servers in fig. 5 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 6, shown is a block diagram of a computer system 600 suitable for use in implementing a terminal device of an embodiment of the present application. The terminal device shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 6, the computer system 600 includes a Central Processing Unit (CPU)601 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. In the RAM603, various programs and data necessary for the operation of the computer system 600 are also stored. The CPU601, ROM602, and RAM603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
The following components are connected to the I/O interface 605: an input portion 606 including a keyboard, a mouse, and the like; an output section 607 including a signal processing section such as a Cathode Ray Tube (CRT), a liquid crystal credit authorization inquiry processor (LCD), and the like, and a speaker and the like; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The driver 610 is also connected to the I/O interface 605 as needed. A removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 610 as necessary, so that a computer program read out therefrom is mounted in the storage section 608 as necessary.
In particular, according to embodiments disclosed herein, the processes described above with reference to the flow diagrams may be implemented as computer software programs. For example, embodiments disclosed herein include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 609, and/or installed from the removable medium 611. The above-described functions defined in the system of the present application are executed when the computer program is executed by the Central Processing Unit (CPU) 601.
It should be noted that the computer readable medium shown in the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may include, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present application may be implemented by software or hardware. The described units may also be provided in a processor, and may be described as: a processor includes an acquisition unit, a tag generation unit, a hyperlink creation unit, and a page generation unit. Wherein the names of the elements do not in some way constitute a limitation on the elements themselves.
As another aspect, the present application also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs, and when the one or more programs are executed by one device, the device comprises a function of acquiring content information corresponding to a page to be created, and further identifying a matching index in the content information; acquiring the reading information corresponding to the matching index, and generating a corresponding label based on the reading information; creating a hyperlink linked to the matching indicator at the corresponding tag; and arranging the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout to generate and display a page.
The computer program product of the present application includes a computer program, and the computer program realizes the page generation method in the embodiment of the present application when executed by a processor.
According to the technical scheme of the embodiment of the application, the matching indexes in the unstructured content information of the page to be created are independent, the matching indexes are input to be subjected to labeling transformation, and the hyperlink which is linked to the corresponding matching indexes is created in the label position, so that the problem that policy content is complicated and has no key point, the practicability is poor, the user can browse the problem inconveniently is solved, the standardization of the page display structure is realized, the user can access the page conveniently, and the practicability is improved.
The above-described embodiments should not be construed as limiting the scope of the present application. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (13)

1. A page generation method is characterized by comprising the following steps:
acquiring content information corresponding to a page to be created, and further identifying a matching index in the content information;
acquiring the interpretation information corresponding to the matching index, and generating a corresponding label based on the interpretation information;
creating a hyperlink linking to the matching indicator at the corresponding tag;
and arranging the matching indexes, the corresponding labels and the hyperlinks based on a preset page layout to generate and display a page.
2. The method of claim 1, wherein the identifying matching indicators in the content information comprises:
and carrying out formatting analysis on the unstructured data in the content information, further matching a formatting analysis result with each index in a preset index library, and determining a matched index as a matched index in the content information.
3. The method of claim 2, wherein the parsing the unstructured data in the content information comprises:
and identifying the multimedia information in the content information, and converting the multimedia information into corresponding structured data.
4. The method of claim 1, wherein generating the corresponding label comprises:
and converting the interpretation information into corresponding information vectors, calling a keyword vector library, matching the information vectors with the keyword vectors in the keyword vector library, and determining keywords corresponding to the matched keyword vectors as corresponding labels.
5. The method of claim 4, wherein matching the information vector to each key vector in the key vector library comprises:
and respectively calculating cosine similarity of the information vector and each keyword vector in the keyword vector library, and determining the keyword vector corresponding to the maximum cosine similarity as the matched keyword vector.
6. The method of claim 1, wherein after the generating the page, the method further comprises:
responding to a matching index updating request, and acquiring a tag identifier and corresponding updating content information in the matching index updating request;
and positioning a target label based on the label identification, and updating a matching index linked to a hyperlink corresponding to the target label in the page according to the updated content information.
7. The method of claim 1, wherein generating the corresponding label further comprises:
determining the number of labels;
and converting the interpretation information into corresponding information vectors, calling the keyword vector libraries with the number of the labels, matching the information vectors with the keyword vectors in the called keyword vector libraries, and determining keywords corresponding to the keyword vectors obtained by matching in the called keyword vector libraries as corresponding labels.
8. A page generating apparatus, comprising:
the system comprises an acquisition unit, a display unit and a display unit, wherein the acquisition unit is configured to acquire content information corresponding to a page to be created and further identify a matching index in the content information;
a label generating unit configured to acquire interpretation information corresponding to the matching index and further generate a corresponding label based on the interpretation information;
a hyperlink creation unit configured to create a hyperlink linked to the matching index at the corresponding tag;
and the page generating unit is configured to arrange the matching indexes, the corresponding tags and the hyperlinks based on a preset page layout so as to generate and display a page.
9. The apparatus of claim 8, wherein the obtaining unit is further configured to:
and carrying out formatting analysis on the unstructured data in the content information, further matching a formatting analysis result with each index in a preset index library, and determining a matched index as a matched index in the content information.
10. The apparatus of claim 9, wherein the obtaining unit is further configured to:
and identifying the multimedia information in the content information, and converting the multimedia information into corresponding structured data.
11. A page generating electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-7.
12. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-7.
13. A computer program product comprising a computer program, characterized in that the computer program realizes the method according to any of claims 1-7 when executed by a processor.
CN202111484619.0A 2021-12-07 2021-12-07 Page generation method and device, electronic equipment and computer readable medium Pending CN114117310A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111484619.0A CN114117310A (en) 2021-12-07 2021-12-07 Page generation method and device, electronic equipment and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111484619.0A CN114117310A (en) 2021-12-07 2021-12-07 Page generation method and device, electronic equipment and computer readable medium

Publications (1)

Publication Number Publication Date
CN114117310A true CN114117310A (en) 2022-03-01

Family

ID=80367327

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111484619.0A Pending CN114117310A (en) 2021-12-07 2021-12-07 Page generation method and device, electronic equipment and computer readable medium

Country Status (1)

Country Link
CN (1) CN114117310A (en)

Similar Documents

Publication Publication Date Title
US11429598B2 (en) Tag management system
US20140282219A1 (en) Intelligent internet system with adaptive user interface providing one-step access to knowledge
CN106919711B (en) Method and device for labeling information based on artificial intelligence
CN111522927B (en) Entity query method and device based on knowledge graph
CN109255037B (en) Method and apparatus for outputting information
US11800201B2 (en) Method and apparatus for outputting information
CN110321544B (en) Method and device for generating information
US11853684B2 (en) Synchronization and tagging of image and text data
EP3961426A2 (en) Method and apparatus for recommending document, electronic device and medium
CN110737824B (en) Content query method and device
CN107515866B (en) Data operation method, device and system
CN113626223A (en) Interface calling method and device
CN116594683A (en) Code annotation information generation method, device, equipment and storage medium
CN113656737A (en) Webpage content display method and device, electronic equipment and storage medium
CN111488386B (en) Data query method and device
CN112100216A (en) Creative keyword processing method and device
CN113220381A (en) Click data display method and device
EP3051468A1 (en) A graphical user interface for temporal representation of structured information in an object model
CN112818026A (en) Data integration method and device
CN114117310A (en) Page generation method and device, electronic equipment and computer readable medium
CN112256566B (en) Fresh-keeping method and device for test cases
CN114036397A (en) Data recommendation method and device, electronic equipment and medium
CN113761415A (en) Page display method and device
US9582782B2 (en) Discovering a reporting model from an existing reporting environment
CN112784195A (en) Page data publishing method and system

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