CN111966932A - Information processing method and information processing apparatus - Google Patents

Information processing method and information processing apparatus Download PDF

Info

Publication number
CN111966932A
CN111966932A CN201910418790.8A CN201910418790A CN111966932A CN 111966932 A CN111966932 A CN 111966932A CN 201910418790 A CN201910418790 A CN 201910418790A CN 111966932 A CN111966932 A CN 111966932A
Authority
CN
China
Prior art keywords
text
web page
information processing
range
character
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
CN201910418790.8A
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to CN201910418790.8A priority Critical patent/CN111966932A/en
Priority to JP2020081890A priority patent/JP2020191079A/en
Publication of CN111966932A publication Critical patent/CN111966932A/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/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)
  • Document Processing Apparatus (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present disclosure provides an information processing method and an information processing apparatus. The information processing method is used for marking texts in a webpage and comprises the following steps: receiving a selection operation of a target text in a webpage; and determining the range of the selected text in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.

Description

Information processing method and information processing apparatus
Technical Field
The present disclosure relates generally to the field of information processing, and more particularly, to an information processing method for labeling web page text and an information processing apparatus capable of implementing the information processing method.
Background
With the development of science and technology, people increasingly obtain information related to news information, entertainment, travel shopping, even professional knowledge, etc. by browsing web pages provided by various websites, and use the information to assist work and life.
In the process of browsing the web page, the user generally can only perform basic operations such as selecting and copying the text of the web page, but cannot further process the text of the web page according to the expectation of the user.
Therefore, there is a need to provide a method that can provide personalization of the text of a web page as desired by the user.
Disclosure of Invention
The following presents a simplified summary of the invention in order to provide a basic understanding of some aspects of the invention. It should be understood that this summary is not an exhaustive overview of the invention. It is not intended to determine the key or critical elements of the present invention, nor is it intended to limit the scope of the present invention. Its sole purpose is to present some concepts in a simplified form as a prelude to the more detailed description that is discussed later.
In view of the demand of the general users for personalizing the text of a web page, one of the objects of the present invention is to provide an information processing method and an information processing apparatus capable of implementing the information processing method, which can be used for marking the text of a web page.
According to an aspect of the present disclosure, there is provided an information processing method that can be used for labeling text in a web page and includes: receiving a selection operation of a user on a target text in a webpage; and determining the range of the text selected by the user in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.
According to another aspect of the present disclosure, there is provided an information processing apparatus including a processor configured to: receiving a selection operation of a user on a target text in a webpage; and determining the range of the text selected by the user in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.
According to other aspects of the present disclosure, there is also provided a program causing a computer to implement the information processing method as described above.
According to still another aspect of the present disclosure, there is also provided a corresponding storage medium storing machine-readable instruction code, which, when read and executed by a machine, is capable of causing the machine to execute the above-mentioned information processing method.
The foregoing, in accordance with various aspects of embodiments of the present disclosure, can result in at least the following benefits: with the information processing method, the information processing apparatus, the program, and the storage medium provided by the present disclosure, it is possible to mark a selected text in a web page according to an operation of a user, thereby facilitating the user to subsequently view the marked text portion thereof.
These and other advantages of the present disclosure will become more apparent from the following detailed description of the preferred embodiments of the present disclosure when taken in conjunction with the accompanying drawings.
Drawings
The disclosure may be better understood by reference to the following description taken in conjunction with the accompanying drawings, in which like or similar reference numerals identify like or similar parts throughout the figures. The accompanying drawings, which are incorporated in and form a part of this specification, illustrate preferred embodiments of the present disclosure and, together with the detailed description, serve to explain the principles and advantages of the disclosure. Wherein:
fig. 1 is a flowchart schematically showing one example flow of an information processing method according to an embodiment of the present disclosure.
Fig. 2 and 3 are explanatory diagrams for explaining example processing performed in the information processing method of fig. 1, in which fig. 2 shows an example DOM (text object model) structure of a web page before marking, and fig. 3 shows an example DOM structure of a web page after marking.
Fig. 4 is a flowchart schematically showing an example process in the text dividing step in the information processing method of fig. 1.
Fig. 5 is a flowchart schematically showing another example flow of an information processing method according to an embodiment of the present disclosure.
Fig. 6 is a flowchart schematically showing still another example flow of an information processing method according to an embodiment of the present disclosure.
Fig. 7 is a diagram schematically showing one example of a part of a web page after the mark processing, which is presented by the web page presenting step in the information processing method of fig. 6.
Fig. 8 is a flowchart schematically showing still another example flow of an information processing method according to an embodiment of the present disclosure.
Fig. 9 is a diagram schematically showing one example of a part of a web page after the mark processing, which is presented by the web page presenting step in the information processing method of fig. 8.
Fig. 10 is a schematic block diagram schematically showing one example structure of an information processing apparatus according to an embodiment of the present disclosure.
Fig. 11 is a schematic block diagram schematically showing one example structure of a text dividing unit in the information processing apparatus of fig. 10.
Fig. 12 is a schematic block diagram schematically showing still another example structure of an information processing apparatus according to an embodiment of the present disclosure.
Fig. 13 is a schematic block diagram schematically showing still another example structure of an information processing apparatus according to an embodiment of the present disclosure.
Fig. 14 is a block diagram showing one possible hardware configuration that can be used to implement the information processing method and apparatus according to the embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present invention will be described hereinafter with reference to the accompanying drawings. In the interest of clarity and conciseness, not all features of an actual implementation are described in the specification. It will of course be appreciated that in the development of any such actual embodiment, numerous implementation-specific decisions must be made to achieve the developers' specific goals, such as compliance with system-related and business-related constraints, which will vary from one implementation to another. Moreover, it will be appreciated that such a development effort might be complex and time-consuming, but would nevertheless be a routine undertaking for those of ordinary skill in the art having the benefit of this disclosure.
It should be noted that, in order to avoid obscuring the present invention with unnecessary details, only the device structures and/or processing steps closely related to the solution according to the present invention are shown in the drawings, and other details not so relevant to the present invention are omitted.
According to an aspect of the present disclosure, there is provided an information processing method. An example flow of an information processing method according to an embodiment of the present disclosure will be described below with reference to fig. 1.
Fig. 1 is a flowchart schematically showing one example flow of an information processing method according to an embodiment of the present disclosure. An information processing method is used for marking text in a web page, as shown in fig. 1, an example process 100 of which may include: a selection operation receiving step S101, receiving the selection operation of a user on a target text in a webpage; a text range determination step S103 of determining a range of a text selected by a user in a document object model corresponding to the web page; a text division step S105 of dividing the range of the selected text determined in step S103 into a plurality of sections according to the text nodes; and a labeling step S107 for labeling each of the divided sections.
The web page processed by the information processing method of the present embodiment may be any web page including text provided by any website. For convenience of explanation, hereinafter, a web page written in HTML language will be exemplified as necessary for detailed description. Based on the disclosure, those skilled in the art can understand that the information processing method of the embodiment can be similarly applied to web pages written in other languages.
In the selection operation receiving step S101, a selection operation of a target text in a web page by a user in any appropriate manner may be received. In one example, the user may perform the selection operation in the following manner: dragging or double-clicking a target text on a display screen displaying a web page, or inputting a target text in an input box displayed on the display screen. In addition, in the case where the user browses a web page using a mobile terminal such as a smart phone, it is also possible to long-press or drag target text on a display screen on which the web page is displayed to perform a selection operation. The selection may be made in any suitable manner compatible (provided) with the device used by the user and the web page being browsed.
In the text range determination step S103, a range of the text selected by the user may be determined in a Document Object Model (DOM) corresponding to the web page. By way of example, FIG. 2 shows an exemplary DOM structure in which the scope of the text selected by the user has been determined (only a portion of the DOM structure of the entire web page is shown for clarity). In the example of FIG. 2, the user has selected the text range "word Two" on the web page, i.e., the range from the second word "of the first text node Tn1 to the first word" Two "of the second text node Tn 2.
In the text dividing step S105, the range of the selected text determined in step S103 is divided into a plurality of sections by text node. In other words, the range of the selected text is divided in a manner that does not span text nodes. For the example of FIG. 2, it is divided into intervals that do not span the text nodes Tn1, Tn2, i.e., into the interval "word" in the text node Tn1 and the interval "Two" in the text node Tn 2. One example process of dividing text intervals will be described later with reference to fig. 4.
In the labeling process step S107, a labeling process may be performed for each of the divided sections. FIG. 3 illustrates the state of the exemplary DOM structure of FIG. 2 after the marking process for each interval has been performed. In this example, a mark is added to each of the resulting sections, and further to all of the selected texts, by adding HTML tags "em" (emphasis elements that cause the browser to highlight, for example, in italics, the text wrapped by a pair of tags em) to each of the front and back of the section "word" in the text node Tn1 and the section "Two" in the text node Tn2 in the DOM structure. Accordingly, the web page browsed by the user may become a state after the mark is added.
Due to the nature of web page documents, web pages, such as those written in the HTML language, typically require the use of paired tags when making tags. With the processing in steps S105 and S107 described above, dividing the range of the selected text into a plurality of sections by text node and marking them separately, it is possible to ensure that a label is added separately to each section that does not cross the text node (i.e., each section is wrapped with a pair of labels). In this way, even if the user-selected text area covers multiple HTML elements, the added tags are prevented from wrapping other HTML elements (e.g., linefeed "br" between text nodes Tn1 and Tn2 in FIG. 2) by marking each interval that does not cross a text node, respectively, so as not to disrupt the DOM structure or cause HTML page parsing errors.
By the information processing method according to the embodiment of the disclosure, the selected text in the webpage can be marked according to the operation of the user, so that the user can conveniently view the marked text part subsequently.
One example process performed in the text range determination step in the information processing method of fig. 1 will be described below with reference to fig. 4.
Fig. 4 is a flowchart schematically showing one example process in the text dividing step in the information processing method of fig. 1. As shown in fig. 4, one example process of the text dividing step S105 (i.e., a process between the marks A, B in fig. 1 and 4) may include: a step S1051 of sorting the first and last characters of the text nodes and the text range, which is used to sort the first and last characters of each text node and the first and last characters in the selected text range in the document object model according to the serial numbers of the text nodes to which each character belongs in all the text nodes and the positions of the characters in the text nodes to which the characters belong, and delete the repeated characters from the sorting result; and a step S1053 of combining adjacent characters two by two, which is used for obtaining a plurality of character intervals in the range of the selected text as divided intervals in a manner that adjacent characters are combined two by two in the order from the first character to the last character in the range of the selected text in the sorting result, wherein adjacent characters with different serial numbers of text nodes are not combined two by two.
With the processing of steps S1051 and S1053 described above, it is possible to automatically divide the text range selected by the user into sections that do not span text nodes in a simple manner, thereby avoiding destruction of the DOM structure or causing an HTML page parsing error.
Before describing the example process of fig. 4, a method of determining (locating) user-selected text used in the example process, which may be used, for example, in step S103 of the example process 100 of fig. 1, is described with reference back to fig. 2.
In this example, the user-selected text is located by determining the location in the DOM structure of the text node to which the user-selected text belongs and the location of the user-selected text in that text node.
In a preferred embodiment, the order of each text node may be obtained by traversing all the text nodes in the document object model starting from the root node. The traversal may be performed using depth-first or breadth-first, etc. Taking a web document written in the HTML language as an example, since a text node does not belong to an HTML element, it cannot be directly located by giving an id attribute or other attributes like an element node. Therefore, with the method of the preferred embodiment, the position of the text node in the DOM structure is represented by the sequence number X obtained in the above manner, where X is a natural number and X is less than or equal to X, and X is the number of all text nodes in the DOM structure. For example, for two text nodes in the example of fig. 2, the numbers 1, 2 (the first and second text nodes under the root node) may be obtained, respectively, and thus represented by text nodes Tn1, Tn 2.
For each character in the text node Tnx with sequence number x, the position of the character in the text node can be used for representation. Assuming that the length of a text node Tnx is L, the ith character in the text node may be represented by a position value (Tnx, i), and all characters in the text node may be represented by an interval Tnx- [1, L ], where i and L are natural numbers, and i is less than or equal to L. The above intervals may be used to represent character intervals for each text node in the entire DOM structure. For example, in the example of FIG. 2, the Two text nodes Tn1 ("One word"), Tn2 ("Two words") are 8 and 9 (space count length), respectively, and their respective character intervals are Tn1- [1,8], Tn2- [1,9 ].
In the manner described above, all text nodes in the DOM structure and individual characters therein can be located. In the example of FIG. 2, when the operation received in, for example, the selection operation receiving step S101 of FIG. 1 indicates that the user selected a text range of "word" in the first text node Tn1 to "Two" in the second text node Tn2, the beginning (or first character) of the text range can be located as beg (Tn1,4) and the end (or last character) of the text range as end (Tn2,3) in, for example, the text range determining step S103 of FIG. 1 in the manner described above.
After the above-described text ranges, i.e. the first character beg (Tn1,4) and the last character end (Tn2,3), have been determined for the example DOM structure shown in fig. 2, for example in the text range determination step S103 of fig. 1, the example process S105 for text interval division shown in fig. 4 may be performed.
First, in the head-to-tail character sorting step S1051 of the text node and the text range of fig. 4, the first character (Tn1,1) and the tail character (Tn1,8) of the text node Tn1, the first character (Tn2,1) and the tail character (Tn2,9) of the text node Tn2, and the first character (Tn1,4) and the tail character (Tn2,3) of the determined range of the text (selected by the user) in the DOM structure of fig. 2 are sorted by the serial number of the text node to which each character belongs among all text nodes and the position of the character in the text node to which the character belongs.
In the sorting process, for the position values (Tna, i), (Tnb, j) of any two characters, the text node serial numbers of the two position values, namely a and b, are compared, and the character associated with the smaller one of a and b is arranged in front (a, b, i and j are natural numbers, i is less than or equal to a, j is less than or equal to b). Only when a is b, i and j representing the positions of the characters in the position values of the two characters are compared, and the character associated with the smaller of i and j is ranked ahead. If a equals b and i equals j, then the two characters are arranged next to each other. Then, duplicate characters are deleted from the sorted sequence.
In this way, in the present example, the following sequence (1) was finally obtained as the ranking result:
(Tn1,1),(Tn1,4),(Tn1,8),(Tn2,1),(Tn2,3)(Tn2,9) … sequence (1)
In sequence (1), underlined characters (Tn1,4) and (Tn2,3) represent the first character and the last character, respectively, in the range of the text selected by the user.
Having obtained the above sorting result, the example process S105 of fig. 4 may proceed to a neighboring character pairwise combination step S1053. In this step, in the sequence (1) as the sorting result, a plurality of character intervals in the range of (Tn1,4) to (Tn2,3) are obtained in the order of the first character (Tn1,4) to the last character (Tn2,3) in the range of the selected text in such a manner that adjacent characters are combined two by two, that is, Tn1- [4,8] ((Tn1,4) combined with (Tn1, 8)), Tn2- [1,3] ((Tn2,1) combined with (Tn2, 3)) are obtained as divided intervals. Note that such pairwise combinations are not made for adjacent characters having different ordinal numbers of text nodes (e.g., (Tn1,8) and (Tn2, 1)).
Finally, the sequence (2) of the divided intervals is obtained as follows:
tn1- [4,8], Tn2- [1,3] … sequence (2)
In this way, the text range "word wo" selected by the user is divided into an interval Tn1- [4,8] (interval "word" in the text node Tn 1) and Tn2- [1,3] (interval "Two" in the text node Tn 2) that do not cross the text nodes Tn1, Tn 2. Accordingly, in the subsequent marking process, a tag can be added separately for each text interval so as not to destroy the DOM structure.
Next, another example flow of an information processing method according to an embodiment of the present disclosure will be described with reference to fig. 5.
Fig. 5 is a flowchart schematically showing another example flow of an information processing method according to an embodiment of the present disclosure. As shown in fig. 5, in this exemplary flow 500, in addition to the selection operation receiving step S501, the text range determining step S503, the text dividing step S505, and the marking processing step S507 corresponding to steps S101 to S107 of fig. 1, a new selection operation determining step S509 is additionally included for determining whether or not a new user selection operation (drag, double-click, long-press, etc. for a web page text) exists, and when a new user selection operation exists, the processing of steps S501 to S507 is returned to be executed.
In this manner, in the preferred embodiment, the same user is allowed to select or mark text in a web page multiple times and multiple users to select and mark text in a web page separately. Because the text in the webpage is marked in a mode of not crossing text nodes in the embodiment, the DOM structure cannot be damaged by processing brought by each user operation, so that the user operations do not conflict with each other and can be respectively processed correspondingly.
Next, still another example flow of an information processing method according to an embodiment of the present disclosure will be described with reference to fig. 6 and 7, where fig. 6 is a flowchart schematically illustrating the example flow, and fig. 7 is a diagram schematically illustrating one example of a part of a markup web page presented by the web page presenting step in the example flow.
In the example flow 600 of FIG. 6, a web page document corresponding to a web page is cached on a terminal (such as a personal computer or mobile terminal) used by a user to browse the web page. Accordingly, as shown in fig. 6, in the exemplary flow 600, in addition to the selection operation receiving step S601, the text range determining step S603, the text dividing step S605, and the marking process step S607 corresponding to steps S101 to S107 of fig. 1, a web page presenting step S609 is additionally included for presenting a web page after the marking process is performed on the display screen of the terminal.
In one example, the web page includes the text "This is a book in the field of biopharmaceutics", which the user is interested in and wishes to mark for later review. Accordingly, with the example flow 600 of the present embodiment, after receiving an operation of the user selecting the word "biopharmaceutics" by an action of dragging, double-clicking, long-pressing, or the like on the display screen through the selection operation receiving step S601, the text "biopharmaceutics" selected by the user in the web page may be marked through the text range determining step S603, the text dividing step S605, the marking processing step S607, which are similar to the text range determination, the text dividing, the marking processing, and the like described above with reference to fig. 1 to 4, and the web page after the marking processing is presented, as shown in the web page part 701 in fig. 7. As shown in FIG. 7, in this example, the user-selected text "biopharmaceutics" is added with a shadow effect as a way of marking.
Next, still another example flow of an information processing method according to an embodiment of the present disclosure will be described with reference to fig. 8 and 9, where fig. 8 is a flowchart schematically illustrating the example flow, and fig. 9 is a diagram schematically illustrating one example of a part of a web page after a mark process, which is presented by the web page presenting step in the example flow.
In the exemplary flow 800 of fig. 8, in addition to the selection operation receiving step S801, the text range determining step S803, the text dividing step S805, the marking process step S807 corresponding to steps S101 to S107 of fig. 1, the following steps are additionally included: an annotation information receiving step S809 for receiving one or more annotation information input by one or more users for the selected text; a comment information adding step S811 of adding comment information to a position related to the selected text in the document object model corresponding to the web page; and a web page presenting step S813 of presenting the web page to which the comment information is added on a display screen displaying the web page. In this example flow, display may also be switched between a web page to which comment information is added and a web page to which no comment information is added in response to an operation by the user with respect to the comment information displayed on the display screen (and/or the displayed text portion that is marked) or an operation by the user with respect to a position on the display screen at which the comment information and/or the text portion that is marked and a position in the vicinity thereof are displayed. Further, in this example flow, it is optional to proceed directly to the web page presentation step S813 after the labeling processing step S807 in order to present a web page after labeling but to which comment information is not added.
In the comment information receiving step S809, comment information that the user has previously input for the text that he selected in the selection operation receiving step S801 in any appropriate manner may be received. For example, the annotation information manually input by the user may be received through an input device such as a keyboard, a mouse, or a touch screen, or the annotation information input by the user in a voice manner may be received through a voice input and a voice recognition.
As an example, as shown in the upper diagram of fig. 9, the text selected by the user in the web page (web page part) 901 is "biopharmaceutics" and the text department has been marked (with the addition of the shadow effect) by the processing of steps S801 to S109.
In the comment information receiving step S809, comment information "biopharmaceutical" that the user has entered for the text is further received. Next, in the comment information adding step S811, the comment information "biopharmaceutical" received in step S809 may be added to a position related to the text "biopharmaceutics" in the document object model corresponding to the web page. As an example, it may be added to the same text node where the text "biopharmaceutics" is located.
Next, in a web page presentation step S813, a web page to which the comment information is added is presented on a display screen displaying the web page.
Preferably, in this example, the rendered webpage with added annotation information may include a webpage with annotation information in place of the selected (or previously tagged) text. In this example, as shown in the lower diagram of fig. 9, the presented webpage with added annotation information is a webpage portion 902 in which the selected text "biopharmaceutics" is replaced with annotation information "biopharmaceutical".
Further, it is preferable that the user can perform the switching display between the web page to which the comment information is added and the web page to which the comment information is not added by a click operation or the like of the comment information (for example, "biopharmaceuticals" in the web page 902 of fig. 9) or the text portion subjected to the labeling processing (for example, "biopharmaceutics" in the web page 901 of fig. 9) displayed on the display screen, for example, to perform the convenient switching between the web page 902 and the web page 901 of fig. 9.
As an example, the foregoing toggle display may be implemented using the innerHTML attribute in the HTML language. More specifically, the innerHTML attribute may be added to a division area corresponding to the user-selected text ("biopharmaceutics") (for example, the division area obtained by the text division step S805) in the DOM structure, and the value of the innerHTML attribute is set to original text ("biopharmaceutics") or annotation information ("biopharmaceutical"), so as to enable switching of display of the original text or annotation information by a click operation of the user.
Further, for example, when the user-selected text spans a plurality of text nodes, i.e., is divided into a plurality of sections, for example, in the text dividing step S805, the innerHTML attribute may be set in such a manner that the sections are associated so that when the user clicks any one of the markup text portions or the comment information portions in the displayed web page on the display screen, then switching between the entire markup text and the entire comment information is performed. That is, if comment information is displayed on the web page before the click operation, all comment information is hidden after the click operation and the previous markup text is displayed on the display screen; otherwise, the mark text is hidden and all the annotation information is displayed.
In such a way, the preferred embodiment can allow the user to conveniently add the annotation information and switch the display, so that the user can see both the original text and the annotation in the same page, thereby further improving the physical examination of the user when the user browses the webpage. The preferred embodiments are particularly advantageous in web applications such as foreign material web pages where hard terms exist, shopping web pages where key price information exists, and the like.
A plurality of example flows of an information processing method according to an embodiment of the present disclosure are described above with reference to fig. 1 to 9. With the information processing method of the present embodiment.
Note that the information processing method of the embodiment of the present disclosure may be implemented in various ways.
In one example, the steps of receiving a selection operation of a user, determining a range of a text selected by the user, dividing the range of the selected text into a plurality of sections, and performing a marking process on each of the divided sections (e.g., steps S101 to S107 of fig. 1), and the like may be performed using a plug-in installed on a browser.
Alternatively, in another example, the relevant processing may be performed with a server website. In this case, the information processing method of the present example may further include, before receiving the selection operation by the user, opening a link to a web page that the user needs to process in the server website. Thereafter, steps of receiving a selection operation of the user, determining a range of the text selected by the user, dividing the range of the selected text into a plurality of sections, and performing a marking process on each of the divided sections (e.g., steps S101 to S109 of fig. 1), and the like may be performed through the server website.
According to another aspect of the present disclosure, there is provided an information processing apparatus. Fig. 10 is a schematic block diagram schematically showing one example structure of an information processing apparatus according to an embodiment of the present disclosure.
As shown in fig. 10, the information processing apparatus 1000 may include: a selection operation receiving unit 1001 that receives a selection operation of a user for a target text in a web page; a text range determination unit 1002 that determines a range of a text selected by a user in a document object model corresponding to the web page; a text division unit 1003 dividing the range of the selected text into a plurality of intervals according to the text nodes; the marking unit 1004 performs marking processing for each of the divided sections.
The above-described information processing apparatus and its respective units can perform, for example, the operations and/or processes of the information processing method and its respective steps described above with reference to fig. 1 to 3 and 5 and achieve similar effects, and a repetitive description thereof will not be made here.
One example structure of the text dividing unit in the information processing apparatus of fig. 10 will be described below with reference to fig. 11.
Fig. 11 is a schematic block diagram schematically showing one example structure of a text dividing unit in the information processing apparatus of fig. 10. As shown in fig. 11, one example structure 1003 of a text dividing unit may include: a character sorting unit 1003A, configured to, for the first character and the last character of each text node in the document object model and the first character and the last character in the range of the selected text, sort according to the sequence number of the text node to which each character belongs in all text nodes and the position of the character in the text node to which the character belongs, and delete a duplicate character from a result of the sorting; and a character combination unit 1003B configured to obtain, as a division obtained section, a plurality of character sections in the range of the selected text in an order from the first character to the last character in the range of the selected text in a manner that adjacent characters are combined two by two, in which the two by two combinations are not performed for adjacent characters having different sequence numbers of text nodes, in the sorting result.
The text dividing unit and its respective constituent units described above may perform, for example, the operations and/or processes of the text dividing step and its respective constituent steps described above with reference to fig. 4 and achieve similar effects, and a repeated description thereof will not be provided herein.
Next, still another example structure of an information processing apparatus according to an embodiment of the present disclosure will be described with reference to fig. 12.
Fig. 12 is a schematic block diagram schematically showing still another example structure of an information processing apparatus according to an embodiment of the present disclosure. The information processing apparatus of fig. 12 is applicable to a case where a web document corresponding to a web page is cached on a terminal (such as a personal computer or a mobile terminal) used by a user for browsing the web page. Accordingly, as shown in fig. 12, in the exemplary configuration 1200, in addition to the selection operation receiving unit 1201, the text range determining unit 1202, the text dividing unit 1203, and the marking processing unit 1204, which correspond to the units 1001 to 1004 in fig. 10, a web page presenting unit 1205 for presenting a web page after the marking processing is performed, on the display screen of the terminal is additionally included.
The information processing apparatus and its respective units described above can perform, for example, the operations and/or processes of the information processing method and its respective steps described above with reference to fig. 6 and 7 and achieve similar effects, and a repetitive description thereof will not be made here.
Next, still another example structure of an information processing apparatus according to an embodiment of the present disclosure will be described with reference to fig. 13.
Fig. 13 is a schematic block diagram schematically showing still another example structure of an information processing apparatus according to an embodiment of the present disclosure. As shown in fig. 13, in the exemplary configuration 1300, in addition to the selection operation receiving unit 1301, the text range determining unit 1302, the text dividing unit 1303, and the mark processing unit 1304, which correspond to the units 1001 to 1004 in fig. 10, there are additionally included: an annotation information receiving unit 1305 for receiving one or more annotation information inputted by one or more users for the selected text; an annotation information adding unit 1306 for adding annotation information to a position related to the selected text in the document object model corresponding to the web page; and a web page presenting unit 1307 for presenting the web page to which the comment information is added on a display screen on which the web page is displayed. In this example structure 1300, the web page presentation unit 1307 may also be configured to switch display between a web page to which comment information is added and a web page to which comment information is not added in response to an operation by the user with respect to comment information displayed on the display screen (or a displayed text portion that is tagged).
The information processing apparatus and its respective units described above can perform, for example, the operations and/or processes of the information processing method and its respective steps described above with reference to fig. 8 and 9 and achieve similar effects, and a repetitive description thereof will not be made here.
According to still another aspect of the present disclosure, there is provided an information processing apparatus. The information processing apparatus may implement the information processing method according to the embodiment of the present disclosure, which may include a processor configured to: receiving a selection operation of a user on a target text in a webpage; and determining the range of the text selected by the user in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.
The processor of the information processing apparatus may be configured to perform the operations and/or processes of the information processing method and the respective steps thereof described above with reference to fig. 1 to 9, for example, and achieve similar effects, and a repeated description thereof will not be made herein.
Optionally, the processor may be further configured to divide the selected range of text into a plurality of intervals by: for the first character and the last character of each text node in the document object model and the first character and the last character in the selected text range, sorting according to the sequence number of the text node to which each character belongs in all the text nodes and the position of the character in the text node to which the character belongs, and deleting repeated characters from the sorting result; and in the sequencing result, obtaining a plurality of character intervals in the range of the selected text in a pairwise combination mode of adjacent characters according to the sequence from the first character to the last character in the range of the selected text, and taking the character intervals as the intervals obtained by division, wherein pairwise combination is not carried out on adjacent characters with different sequence numbers of text nodes.
In one example, the processor is further configured to obtain a sequence number for each text node by traversing all text nodes in the document object model starting from the root node.
As an example, the user may perform the selection operation in the following manner: dragging or double-clicking a target text on a display screen displaying a web page, or inputting a target text in an input box displayed on the display screen.
Alternatively, one or more users may perform multiple selection operations on text in a web page.
As an example, a web page document corresponding to a web page is cached on a terminal (such as a personal computer or mobile terminal) used by a user to browse the web page, and the processor is further configured to: and displaying the webpage after the marking processing on a display screen of the terminal.
Optionally, the processor may be further configured to: receiving one or more annotation information for the selected text input by one or more users; adding annotation information to a location associated with the selected text in a document object model corresponding to the web page; and presenting the webpage added with the annotation information on a display screen for displaying the webpage, wherein the webpage added with the annotation information and the webpage without added annotation information are switched and displayed in response to the operation of a user on the annotation information or the marked text part displayed on the display screen (or the operation of the user on the position of the display screen for displaying the annotation information and/or the marked text part and the position nearby the position).
In one example, the rendered webpage with added annotation information can include a webpage with annotation information in place of selected (or previously tagged) text. Alternatively, the user may perform the switching display by performing a click operation with respect to the comment information displayed on the display screen or the text portion subjected to the mark processing.
Fig. 14 is a block diagram illustrating one possible hardware configuration 1400 that may be used to implement the signal processing method and apparatus and the information processing apparatus according to the embodiments of the present disclosure.
In fig. 14, a Central Processing Unit (CPU)1401 performs various processes in accordance with a program stored in a Read Only Memory (ROM)1402 or a program loaded from a storage portion 1408 to a Random Access Memory (RAM) 1403. In the RAM 1403, data necessary when the CPU 1401 executes various processes and the like is also stored as necessary. The CPU 1401, the ROM 1402, and the RAM 1403 are connected to each other via a bus 1404. An input/output interface 1405 is also connected to the bus 1404.
The following components are also connected to the input/output interface 1405: an input portion 1406 (including a keyboard, mouse, etc.), an output portion 1407 (including a display such as a Cathode Ray Tube (CRT), Liquid Crystal Display (LCD), etc., and speakers, etc.), a storage portion 1408 (including a hard disk, etc.), a communication portion 1409 (including a network interface card such as a LAN card, a modem, etc.). The communication section 1409 performs communication processing via a network such as the internet. The driver 1410 may also be connected to the input/output interface 1405 as necessary. A removable medium 1411 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like can be mounted on the drive 1410 as necessary, so that a computer program read out therefrom can be installed into the storage section 1408 as necessary.
In addition, the present disclosure also provides a program product storing machine-readable instruction codes. When the instruction codes are read and executed by a machine, the information processing method according to the embodiment of the disclosure can be executed. Accordingly, various storage media such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, etc. for carrying such a program product are also included in the disclosure of the present disclosure.
That is, the present disclosure also proposes a storage medium storing machine-readable instruction codes, which, when read and executed by a machine, can cause the machine to execute the above-described information processing method according to an embodiment of the present disclosure. The instruction code includes an instruction code portion for performing the following operations: receiving a selection operation of a user on a target text in a webpage; and determining the range of the text selected by the user in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.
The storage medium may include, for example, but is not limited to, a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, and the like.
In the foregoing description of specific embodiments of the disclosure, features described and/or illustrated with respect to one embodiment may be used in the same or similar manner in one or more other embodiments, in combination with or instead of the features of the other embodiments.
Furthermore, the methods of the embodiments of the present disclosure are not limited to being performed in the chronological order described in the specification or shown in the drawings, and may be performed in other chronological orders, in parallel, or independently. Therefore, the order of execution of the methods described in this specification does not limit the technical scope of the present disclosure.
Further, it is apparent that the respective operational procedures of the above-described method according to the present disclosure can also be implemented in the form of computer-executable programs stored in various machine-readable storage media.
Moreover, the object of the present disclosure can also be achieved by: a storage medium storing the above executable program code is directly or indirectly supplied to a system or an apparatus, and a computer or a Central Processing Unit (CPU) in the system or the apparatus reads out and executes the program code.
At this time, as long as the system or the apparatus has a function of executing a program, the embodiments of the present disclosure are not limited to the program, and the program may also be in any form, for example, an object program, a program executed by an interpreter, a script program provided to an operating system, or the like.
Such machine-readable storage media include, but are not limited to: various memories and storage units, semiconductor devices, magnetic disk units such as optical, magnetic, and magneto-optical disks, and other media suitable for storing information, etc.
In addition, the client information processing terminal can also implement the embodiments of the present disclosure by connecting to a corresponding website on the internet, and downloading and installing computer program codes according to the present disclosure into the information processing terminal and then executing the program.
In summary, according to the embodiments of the present disclosure, the present disclosure provides the following schemes, but is not limited thereto:
scheme 1. an information processing method for labeling text in a web page, the method comprising:
receiving a selection operation of a target text in a webpage;
and determining the range of the selected text in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.
Scheme 2. the information processing method of scheme 1, wherein the range of the selected text is divided into a plurality of sections by:
for the first character and the last character of each text node in the document object model and the first character and the last character in the selected text range, sorting according to the sequence number of the text node to which each character belongs in all the text nodes and the position of the character in the text node to which the character belongs, and deleting repeated characters from the sorting result; and
in the sequencing result, a plurality of character intervals in the range of the selected text are obtained in a pairwise combination mode of adjacent characters according to the sequence from the first character to the last character in the range of the selected text and are used as the intervals obtained by division, wherein pairwise combination is not carried out on adjacent characters with different sequence numbers of text nodes.
Scheme 3. the information processing method according to scheme 2, wherein the order of each text node is obtained by traversing all text nodes in the document object model from the root node.
Scheme 4. the information processing method according to any one of schemes 1 to 3, wherein the selection operation is performed in the following manner: dragging or double-clicking a target text on a display screen displaying a web page, or inputting a target text in an input box displayed on the display screen.
Scheme 5. the information processing method according to any one of schemes 1 to 3, wherein a text in the web page is subjected to a plurality of selection operations.
Scheme 6. the information processing method according to any one of schemes 1 to 3, wherein a web document corresponding to a web page is cached on a terminal for browsing the web page, and the method further comprises:
and displaying the webpage after the marking processing on a display screen of the terminal.
Scheme 7. the information processing method according to any one of schemes 1 to 3, further comprising:
receiving one or more annotation information for the selected text input;
adding annotation information to a location associated with the selected text in a document object model corresponding to the web page; and
presenting, on a display screen displaying the web page, the web page to which the comment information is added,
wherein, in response to an operation for comment information displayed on the display screen, display is switched between a web page to which comment information is added and a web page to which comment information is not added.
Scheme 8. the information processing method according to scheme 7, wherein,
the presented webpage added with the annotation information comprises a webpage with the annotation information replacing the selected text; and/or
The operation for the comment information displayed on the display screen includes a click operation for the comment information displayed on the display screen.
Scheme 9. the information processing method according to any one of schemes 1 to 3, wherein,
executing a receiving selection operation by using a plug-in installed on a browser, determining the range of the selected text, dividing the range of the selected text into a plurality of intervals, and marking each interval obtained by division; or
The method further comprises the step of opening a link of a webpage needing to be processed in a server website before receiving the selection operation, wherein the steps of receiving the selection operation, determining the range of the selected text, dividing the range of the selected text into a plurality of intervals and marking each of the divided intervals are executed through the server website.
An information processing apparatus, comprising:
a processor configured to:
receiving a selection operation of a text needing to be marked in a webpage;
and determining the range of the selected text in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.
Scheme 11. the information processing apparatus of scheme 10, wherein the processor is further configured to divide the range of the selected text into a plurality of sections by:
for the first character and the last character of each text node in the document object model and the first character and the last character in the selected text range, sorting according to the sequence number of the text node to which each character belongs in all the text nodes and the position of the character in the text node to which the character belongs, and deleting repeated characters from the sorting result; and
in the sequencing result, a plurality of character intervals in the range of the selected text are obtained in a pairwise combination mode of adjacent characters according to the sequence from the first character to the last character in the range of the selected text and are used as the intervals obtained by division, wherein pairwise combination is not carried out on adjacent characters with different sequence numbers of text nodes.
Scheme 12. the information processing apparatus of scheme 11, wherein the processor is further configured to obtain the sequence number of each text node by traversing all text nodes in the document object model starting from the root node.
Scheme 13 the information processing apparatus according to any one of schemes 10 to 12, wherein the selection operation is performed in the following manner: dragging or double-clicking a target text on a display screen displaying a web page, or inputting a target text in an input box displayed on the display screen.
Scheme 14. the information processing apparatus according to any one of schemes 10 to 12, wherein a plurality of selection operations are performed on text in the web page.
Scheme 15 the information processing apparatus according to any one of schemes 10 to 12, wherein a web document corresponding to the web page is cached on a terminal for browsing the web page, and the processor is further configured to:
and displaying the webpage after the marking processing on a display screen of the terminal.
The information processing apparatus of any of aspects 10 to 12, wherein the processor is further configured to:
receiving one or more annotation information for the selected text input;
adding annotation information to a location associated with the selected text in a document object model corresponding to the web page; and
presenting, on a display screen displaying the web page, the web page to which the comment information is added,
wherein, in response to an operation for comment information displayed on the display screen, display is switched between a web page to which comment information is added and a web page to which comment information is not added.
Case 17. the information processing apparatus according to case 16, wherein,
the presented webpage added with the annotation information comprises a webpage with the annotation information replacing the selected text; and/or
The operation for the comment information displayed on the display screen includes a click operation for the comment information displayed on the display screen.
A storage medium storing machine-readable instruction code which, when read and executed by a machine, causes the machine to perform an information processing method for marking text in a web page, the information processing method comprising:
receiving a selection operation of a target text in a webpage;
and determining the range of the selected text in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.
Finally, it is also noted that, in the present disclosure, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements may include not only those elements but other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
While the disclosure has been disclosed by the description of specific embodiments thereof, it will be appreciated that those skilled in the art will be able to devise various modifications, improvements, or equivalents of the disclosure within the spirit and scope of the appended claims. Such modifications, improvements and equivalents are intended to be included within the scope of the present disclosure as claimed.

Claims (10)

1. An information processing method for labeling text in a web page, the method comprising:
receiving a selection operation of a target text in a webpage;
and determining the range of the selected text in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.
2. The information processing method of claim 1, wherein the range of the selected text is divided into a plurality of sections by:
for the first character and the last character of each text node in the document object model and the first character and the last character in the selected text range, sorting according to the sequence number of the text node to which each character belongs in all the text nodes and the position of the character in the text node to which the character belongs, and deleting repeated characters from the sorting result; and
in the sequencing result, a plurality of character intervals in the range of the selected text are obtained in a pairwise combination mode of adjacent characters according to the sequence from the first character to the last character in the range of the selected text and are used as the intervals obtained by division, wherein pairwise combination is not carried out on adjacent characters with different sequence numbers of text nodes.
3. The information processing method according to claim 2, wherein the order of each text node is obtained by traversing all text nodes in the document object model from the root node.
4. The information processing method according to any one of claims 1 to 3, wherein the selecting operation is performed in a manner of: dragging or double-clicking a target text on a display screen displaying a web page, or inputting a target text in an input box displayed on the display screen.
5. The information processing method according to any one of claims 1 to 3, wherein a plurality of selection operations are performed on text in the web page.
6. The information processing method of any one of claims 1 to 3, wherein a web document corresponding to the web page is cached on a terminal for browsing the web page, and the method further comprises:
and displaying the webpage after the marking processing on a display screen of the terminal.
7. The information processing method according to any one of claims 1 to 3, further comprising:
receiving one or more annotation information for the selected text input;
adding annotation information to a location associated with the selected text in a document object model corresponding to the web page; and
presenting, on a display screen displaying the web page, the web page to which the comment information is added,
wherein, in response to an operation for comment information displayed on the display screen, display is switched between a web page to which comment information is added and a web page to which comment information is not added.
8. The information processing method according to claim 7,
the presented webpage added with the annotation information comprises a webpage with the annotation information replacing the selected text; and/or
The operation for the comment information displayed on the display screen includes a click operation for the comment information displayed on the display screen.
9. The information processing method according to any one of claims 1 to 3,
executing a receiving selection operation by using a plug-in installed on a browser, determining the range of the selected text, dividing the range of the selected text into a plurality of intervals, and marking each interval obtained by division; or
The method further comprises the step of opening a link of a webpage needing to be processed in a server website before receiving the selection operation, wherein the steps of receiving the selection operation, determining the range of the selected text, dividing the range of the selected text into a plurality of intervals and marking each of the divided intervals are executed through the server website.
10. An information processing apparatus comprising:
a processor configured to:
receiving a selection operation of a text needing to be marked in a webpage;
and determining the range of the selected text in the document object model corresponding to the webpage, dividing the range of the selected text into a plurality of intervals according to the text nodes, and marking each interval obtained by division.
CN201910418790.8A 2019-05-20 2019-05-20 Information processing method and information processing apparatus Pending CN111966932A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201910418790.8A CN111966932A (en) 2019-05-20 2019-05-20 Information processing method and information processing apparatus
JP2020081890A JP2020191079A (en) 2019-05-20 2020-05-07 Information processing method and information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910418790.8A CN111966932A (en) 2019-05-20 2019-05-20 Information processing method and information processing apparatus

Publications (1)

Publication Number Publication Date
CN111966932A true CN111966932A (en) 2020-11-20

Family

ID=73358141

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910418790.8A Pending CN111966932A (en) 2019-05-20 2019-05-20 Information processing method and information processing apparatus

Country Status (2)

Country Link
JP (1) JP2020191079A (en)
CN (1) CN111966932A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567303A (en) * 2003-07-03 2005-01-19 富士通株式会社 Method and apparatus for automatic division of structure document information block
CN101739415A (en) * 2008-11-25 2010-06-16 华中师范大学 Browser-oriented webpage labeling system
US7752222B1 (en) * 2007-07-20 2010-07-06 Google Inc. Finding text on a web page
CN101944094A (en) * 2009-07-06 2011-01-12 富士通株式会社 Webpage information extraction method and device thereof
CN102054024A (en) * 2009-11-09 2011-05-11 索尼公司 Information processing apparatus, information extracting method, program, and information processing system
CN104331438A (en) * 2014-10-24 2015-02-04 北京奇虎科技有限公司 Method and device for selectively extracting content of novel webpage
CN107590219A (en) * 2017-09-04 2018-01-16 电子科技大学 Webpage personage subject correlation message extracting method
CN107861927A (en) * 2017-09-21 2018-03-30 广州视源电子科技股份有限公司 Document annotation, device, readable storage medium storing program for executing and computer equipment
CN108733405A (en) * 2017-04-13 2018-11-02 富士通株式会社 The method and apparatus that training webpage distribution indicates model
CN109325197A (en) * 2018-08-17 2019-02-12 百度在线网络技术(北京)有限公司 Method and apparatus for extracting information

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567303A (en) * 2003-07-03 2005-01-19 富士通株式会社 Method and apparatus for automatic division of structure document information block
US7752222B1 (en) * 2007-07-20 2010-07-06 Google Inc. Finding text on a web page
CN101739415A (en) * 2008-11-25 2010-06-16 华中师范大学 Browser-oriented webpage labeling system
CN101944094A (en) * 2009-07-06 2011-01-12 富士通株式会社 Webpage information extraction method and device thereof
CN102054024A (en) * 2009-11-09 2011-05-11 索尼公司 Information processing apparatus, information extracting method, program, and information processing system
CN104331438A (en) * 2014-10-24 2015-02-04 北京奇虎科技有限公司 Method and device for selectively extracting content of novel webpage
CN108733405A (en) * 2017-04-13 2018-11-02 富士通株式会社 The method and apparatus that training webpage distribution indicates model
CN107590219A (en) * 2017-09-04 2018-01-16 电子科技大学 Webpage personage subject correlation message extracting method
CN107861927A (en) * 2017-09-21 2018-03-30 广州视源电子科技股份有限公司 Document annotation, device, readable storage medium storing program for executing and computer equipment
CN109325197A (en) * 2018-08-17 2019-02-12 百度在线网络技术(北京)有限公司 Method and apparatus for extracting information

Also Published As

Publication number Publication date
JP2020191079A (en) 2020-11-26

Similar Documents

Publication Publication Date Title
Soratto et al. Thematic content analysis using ATLAS. ti software: Potentialities for researchs in health
Gagolewski stringi: Fast and portable character string processing in R
CN100568226C (en) Be used for the method that reformatting has the zone of chaotic hyperlink
CN100440222C (en) System and method for text legibility enhancement
JP4007562B2 (en) Programming support method and apparatus
US9311303B2 (en) Interpreted language translation system and method
US8560518B2 (en) Method and apparatus for building sales tools by mining data from websites
US20230162242A1 (en) Automatic generation of electronic advertising messages containing one or more automatically selected stock photography images
JPH1185786A (en) Document retrieval method, document retrieval service and document retrieval supporting service
CN115048905A (en) File processing method, device and equipment of rich text editor and storage medium
US9619445B1 (en) Conversion of content to formats suitable for digital distributions thereof
CN113360106B (en) Webpage printing method and device
CN107590288A (en) Method and apparatus for extracting webpage picture and text block
CN111562911A (en) Webpage editing method and device and storage medium
CN108694043B (en) Page decoration method and system
US20160179768A1 (en) Multichannel authoring and content management system
CN111966932A (en) Information processing method and information processing apparatus
KR100495034B1 (en) Information suppling system and method with info-box
CN108664511B (en) Method and device for acquiring webpage information
US11275729B2 (en) Template search system and template search method
KR102234663B1 (en) System and method for providing goods information related event
WO1998036365A1 (en) Hyper text markup language development tool
CN104965912A (en) Information acquisition method and apparatus
CN111651696A (en) Product label customizing method and device, computer storage medium and electronic equipment
US8875009B1 (en) Analyzing links for NCX navigation

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