CN109783612B - Report data positioning method and device, storage medium and terminal - Google Patents

Report data positioning method and device, storage medium and terminal Download PDF

Info

Publication number
CN109783612B
CN109783612B CN201811638058.3A CN201811638058A CN109783612B CN 109783612 B CN109783612 B CN 109783612B CN 201811638058 A CN201811638058 A CN 201811638058A CN 109783612 B CN109783612 B CN 109783612B
Authority
CN
China
Prior art keywords
search
content
keyword
determining
page address
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.)
Active
Application number
CN201811638058.3A
Other languages
Chinese (zh)
Other versions
CN109783612A (en
Inventor
邹敏敏
张胜宏
占钊
孙欣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Xiaoi Robot Technology Co Ltd
Original Assignee
Shanghai Xiaoi Robot Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Xiaoi Robot Technology Co Ltd filed Critical Shanghai Xiaoi Robot Technology Co Ltd
Priority to CN201811638058.3A priority Critical patent/CN109783612B/en
Publication of CN109783612A publication Critical patent/CN109783612A/en
Application granted granted Critical
Publication of CN109783612B publication Critical patent/CN109783612B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

A method and a device for positioning report data, a storage medium and a terminal are provided, wherein the method for positioning the report data comprises the following steps: acquiring search content of a user; determining form keywords and search keywords according to the search content; determining a search table and a page address thereof according to the table keywords and the incidence relation of each table and the page address thereof; skipping to the search table according to the page address of the search table; and searching the table content matched with the search keyword in the search table, and displaying the table content to the user. The technical scheme of the invention can realize the convenience of searching the report content.

Description

Report data positioning method and device, storage medium and terminal
Technical Field
The invention relates to the technical field of data processing, in particular to a method and a device for positioning report data, a storage medium and a terminal.
Background
In the prior art, the content such as characters and pictures can be directly searched by using keywords in the application program.
However, for the report in the application program, the report needs to be opened first, and then query is performed according to the query condition, which brings inconvenience to the search of the user.
Disclosure of Invention
The invention solves the technical problem of how to realize the convenience of searching the report content.
In order to solve the above technical problem, an embodiment of the present invention provides a method for positioning report data, where the method for positioning report data includes: acquiring search content of a user; determining form keywords and search keywords according to the search content; determining a search table and a page address thereof according to the table keywords and the incidence relation of each table and the page address thereof; skipping to the search table according to the page address of the search table; and searching the table content matched with the search keyword in the search table, and displaying the table content to the user.
Optionally, the determining a form keyword according to the search content includes: semantic matching is carried out on each word in the search content and a table name; and determining the words matched with the table names as the table keywords.
Optionally, the determining a search keyword according to the search content includes: and determining the contents except the table keywords in the search contents as the search keywords.
Optionally, the determining a search keyword according to the search content includes: determining a query condition corresponding to the matched table name; and extracting the terms matched with the query conditions in the search content to serve as the search keywords.
Optionally, the determining, according to the table keywords and the association relationship between each table and its page address, a search table and its page address includes: determining the search table according to the table keyword query; and determining the page address of the search table according to the search table and the incidence relation of each table and the page address thereof.
Optionally, the searching for the table content matching the search keyword in the search table includes: matching the search keyword with each field in the search form; and taking the field value of the matched field as the table content matched with the search keyword.
Optionally, the displaying the table content to the user includes: sequencing all display data in the table content according to a preset display sequence; and preferentially displaying the display data with the preset number in the top sequence.
Optionally, after the obtaining of the search content of the user, the method further includes: performing a pre-processing operation on the search content, the pre-processing operation selected from one or more of: filtering preset words for the search content, wherein the preset words are one or more of the following words: dirty words, sensitive words, and stop words; and performing word segmentation on the search content.
In order to solve the above technical problem, an embodiment of the present invention further discloses a report data positioning device, where the report data positioning device includes: the search content acquisition module is suitable for acquiring the search content of the user; the keyword determining module is suitable for determining form keywords and search keywords according to the search content; the search table determining module is suitable for determining a search table and a page address thereof according to the table keywords and the incidence relation of each table and the page address thereof; the skipping module is suitable for skipping to the search table according to the page address of the search table; and the searching module is suitable for searching the table content matched with the search keyword in the search table and displaying the table content to the user.
The embodiment of the invention also discloses a storage medium, wherein a computer instruction is stored on the storage medium, and the step of the report data positioning method is executed when the computer instruction runs.
The embodiment of the invention also discloses a terminal which comprises a memory and a processor, wherein the memory is stored with a computer instruction capable of running on the processor, and the processor executes the steps of the report data positioning method when running the computer instruction.
Compared with the prior art, the technical scheme of the embodiment of the invention has the following beneficial effects:
the technical scheme of the invention obtains the search content of the user; determining form keywords and search keywords according to the search content; determining a search table and a page address thereof according to the table keywords and the incidence relation of each table and the page address thereof; skipping to the search table according to the page address of the search table; and searching the table content matched with the search keyword in the search table, and displaying the table content to the user. The technical scheme of the invention determines the page address of the search form through the form keyword, and can directly jump to the search form; the matched table content is searched in the search table by combining the search keywords, so that the report content can be quickly searched, the convenience of report searching is ensured, and the user experience is improved. In addition, by displaying the table content matched with the search keyword to the user, the complex operation of the user on the report in the prior art is avoided, the searched table content is directly displayed when the user opens the report, and the visualized display of the report search result is realized.
Drawings
FIG. 1 is a flowchart of a report data positioning method according to an embodiment of the present invention;
FIG. 2 is a flowchart of one embodiment of step S102 shown in FIG. 1;
fig. 3 is a schematic structural diagram of a report data positioning device according to an embodiment of the present invention.
Detailed Description
As described in the background art, for a report in an application program, the report needs to be opened first, and then query is performed according to query conditions, which brings inconvenience to a user in searching.
The technical scheme of the invention determines the page address of the search form through the form keyword, and can directly jump to the search form; the matched table content is searched in the search table by combining the search keywords, so that the report content can be quickly searched, the convenience of report searching is ensured, and the user experience is improved. In addition, by displaying the table content matched with the search keyword to the user, the complex operation of the user on the report in the prior art is avoided, the searched table content is directly displayed when the user opens the report, and the visualized display of the report search result is realized.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below.
FIG. 1 is a flowchart of a report data positioning method according to an embodiment of the present invention.
The report data positioning method shown in fig. 1 may include the following steps:
step S101: acquiring search content of a user;
step S102: determining form keywords and search keywords according to the search content;
step S103: determining a search table and a page address thereof according to the table keywords and the incidence relation of each table and the page address thereof;
step S104: skipping to the search table according to the page address of the search table;
step S105: and searching the table content matched with the search keyword in the search table, and displaying the table content to the user.
It should be noted that the sequence numbers of the steps in this embodiment do not represent a limitation on the execution sequence of the steps.
In a specific implementation of step S101, the search content may be in a text format. The search content may specifically be words input by the user, or may be text converted from the user's voice.
In a non-limiting embodiment, step S101 may specifically include the following steps: acquiring the voice of a user; and converting the voice of the user into characters to obtain the search content.
It should be understood that the search content may also be formed by any other implementable data format conversion that can be converted into text, for example, the search content may be formed by picture conversion, which is not limited in this embodiment of the present invention.
In one non-limiting embodiment of the present invention, after step S101, the following steps may be further included: performing a pre-processing operation on the search content, the pre-processing operation selected from one or more of: filtering preset words for the search content, wherein the preset words are one or more of the following words: dirty words, sensitive words, and stop words; and performing word segmentation on the search content. Or the preprocessing operation can also be: if the search content is in a non-text format, the search content is converted to a text format.
In a specific implementation of step S102, a table key and a search key may be determined according to the search content, where the table key is used to locate the target table, and the search key is used to find data in the target table.
Specifically, the table keyword may be determined according to a semantic recognition result of the search content. More specifically, if a word including the word "table", "report" or "table" is included in the search content, the word is determined as a table keyword. For example, if the search content input by the user is "i want to see the hot search vocabulary in 3 months", the "hot search vocabulary" may be determined as a form keyword.
The application program of the embodiment may include a plurality of reports, each report is displayed in the form of a page, and each page has a page address. The report can be displayed by entering the page address of the page. For example, the application program comprises a report 1 and a report 2, wherein the report 1 has a page address 1, and the report 2 has a page address 2; by jumping to the page indicated by the page address 1, the report 1 can be displayed, and by jumping to the page indicated by the page address 2, the report 2 can be displayed.
In a specific implementation of step S103, the table matching the table keyword may be determined as a search table, and the page address associated with the search table is the page address of the search table. Specifically, the association relationship between each table and its page address may be preset.
In one non-limiting embodiment of the present invention, step S103 shown in fig. 1 may include the following steps: determining the search table according to the table keyword query; and determining the page address of the search table according to the search table and the incidence relation of each table and the page address thereof.
Further, corresponding semantic expressions may be set for the respective tables. When the search table is determined by query, semantic matching can be performed on the table keywords and the semantic expressions corresponding to the tables. Specifically, the semantic similarity between the table keyword and the semantic expression corresponding to each table may be calculated. And if the semantic similarity between the table keywords and the semantic expression reaches a preset value, determining that the table keywords are matched with the semantic expression, and further determining that the table corresponding to the semantic expression is the search table.
The semantic expression in the embodiment of the present invention may refer to a part of speech, a word, and a combination of the two, where each part of speech includes a plurality of words. For example, for the words "mobile phone", "open" and "credit card", the part of speech to which the word "mobile phone" belongs is determined to be [ mobile phone ], the part of speech to which the word "open" belongs is [ open ], the part of speech to which the word "credit card" belongs is [ credit card ], and the semantic expression corresponding to the sentence "how to open the credit card with the mobile phone" is [ mobile phone ] [ open ] [ credit card ] ".
The symbol [ ] is for distinguishing a part of speech from a word, and does not have a substantial meaning.
In one non-limiting example, part-of-speech relationships may also be constructed in the semantic expression to form a more comprehensive and complete semantic expression. Specifically, for parts of speech with or relations, independent semantic expressions can be formed by expansion when calculating semantic similarity. For example, the [ method | step ] of the semantic expression [ CRBT ] [ activation ] can be expanded into the [ step ] of the semantic expression "[ CRBT ] [ activation ] and the [ method ] of the semantic expression 2" [ CRBT ] [ activation ]. Specifically, each part of speech may include a plurality of words, and the part of speech may be divided according to the semantics of the words, and a group of semantically related words may be organized together to form the part of speech. In particular, the part of speech may include a part of speech name and a set of semantically related words. The part-of-speech name may be a word having the role of a tag in the set of related words, i.e. a representation of the part-of-speech. A part of speech includes at least one word (i.e., the name of the part of speech itself). For example, a part of speech with the part of speech name "cell phone" may include a plurality of words "cell phone", "mobile phone", "telephone", etc.; the part of speech with the part of speech name "open" may include a plurality of words "open", "custom", "open", etc.
Further, in the embodiment of step S104, the user can jump to the search table through the page address of the search table, so that the search table can be opened. In particular, when jumping to the search form, the search form may be opened within an application without having to be exposed to the user. That is to say, the embodiment of the present invention avoids displaying all the contents in the search form to the user, and instead, by displaying the form contents matching with the search keyword to the user, the searched form contents are directly displayed when the user opens the report.
In the specific implementation of step S105, a search is performed in the search table according to the search keyword to determine table content matching the search keyword.
It is to be understood that, the specific implementation of searching according to the search keyword may refer to the prior art, and the embodiment of the present invention is not limited thereto.
In particular, the table content may be in a text format. When the table content is displayed to the user, the content in the text format can be directly displayed to the user; the text format can be converted into a voice format, a picture format and the like, so that the table content can be displayed more intuitively.
Compared with the prior art that the whole report is displayed to the user, the embodiment of the invention directly searches the table content after determining the search table and displays the searched final table content to the user, thereby better meeting the requirements of the user and realizing the visualized display of the report search result.
The page address of the search form is determined through the form key words, and the search form can be directly jumped to; the matched table content is searched in the search table by combining the search keywords, so that the report content can be quickly searched, the convenience of report searching is ensured, and the user experience is improved.
In one non-limiting embodiment of the present invention, step S105 shown in fig. 1 may include the following steps: matching the search keyword with each field in the search form; and taking the field value of the matched field as the table content matched with the search keyword.
In particular implementations, the search table may include a plurality of fields and field values. When table contents are searched in a search table, fields matched with search keywords can be determined, and field values of the matched fields are used as the table contents. Specifically, the matched field may be a field whose semantic similarity with the search keyword reaches a preset value; or may be a field that is a fuzzy match or an exact match to the search key.
In a typical application scenario of the present invention, the user inputs the speech "i want to see the report of hot search words in 3 months". The form keyword 'hot search word report' and the search keyword '3 months' are analyzed. Since the search keyword is only months, it may be determined that the default year is the current year "2018", and the search keyword is "3 months in 2018". Determining a page address of the 'hot search term report', jumping to a page indicated by the page address, and searching data with a field of '2018 year and 3 month' in the hot search term report, so that the data of 2018 year and 3 month are directly displayed when a user opens the hot search term report.
In a non-limiting embodiment of the present invention, referring to fig. 2, step S102 shown in fig. 1 may include the following steps:
step S201: semantic matching is carried out on each word in the search content and a table name;
step S202: and determining the words matched with the table names as the table keywords.
In this embodiment, each table in the application program may be preset, and the table name of each table may also be preset. By matching each word in the search content with the table name, whether a word matching the table name exists in the search content can be determined, and if so, the word can be determined as a table keyword.
In specific implementation, the words matched with the table names may be words whose semantic similarity with the table names reaches a preset value; or words that are fuzzy or exact matches to the table name.
In particular, the table names may be represented using semantic expressions. For example, the name of the report is "hot search vocabulary", and the part of speech [ hot search word ] can be set as the semantic expression corresponding to the report. Therefore, each word in the search content can be semantically matched with each semantic expression, and the semantic similarity can be specifically calculated. The term matched with the table name may refer to a term whose semantic similarity of the semantic expression corresponding to the table name reaches a preset threshold.
In an alternative embodiment of the present invention, the table name matching the word in the search content may also be determined as a table keyword.
Further, with continued reference to fig. 2, step S102 shown in fig. 1 may further include the following steps:
step S203: and determining the contents except the table keywords in the search contents as the search keywords.
It is understood that, before step S203 is executed, contents other than the table keyword in the search content may be filtered according to parts of speech. Specifically, the search keyword is usually a noun, and words with parts of speech being adverbs, adjectives, query words, and the like in the search content can be screened out. For example, for the search content "i want to see the hot search term report in 3 months", the form keyword is "hot search term report", the word "i want to see" is filtered out, and the remaining word "3 months" is the search keyword.
In an alternative embodiment of the present invention, step S203 shown in fig. 2 may be replaced by the following steps: determining a query condition corresponding to the matched table name; and extracting the terms matched with the query conditions in the search content to serve as the search keywords.
In this embodiment, each table corresponds to a query condition, and the query condition may specifically include a query range, for example, the query range includes dog search, google, hundredth, and the like; the query conditions may also include query times, such as individual years and months.
After the matched table name is determined, a corresponding query condition can be determined, and terms in the search content can be extracted according to the query condition to serve as search keywords.
For example, for the search content "hot search term report that i want to see hundredth", the matched table name is "hot search term report", and the query condition corresponding to the hot search term report includes the query range, specifically including dog, google, hundredth, and arbiba. And matching the rest terms in the search content with the query range, and determining the hundredth degree as a search keyword.
It should be noted that, if the query condition includes a query time, a term related to the time in the search content may be extracted as the search keyword.
In a non-limiting embodiment of the present invention, the method for locating report data shown in fig. 1 may further include the following steps: sequencing all display data in the table content according to a preset display sequence; and preferentially displaying the display data with the preset number in the top sequence.
In this embodiment, the presentation content may include a plurality of presentation data. In order to more effectively display data required by a user, the user can preset a display sequence, and when the table content is displayed to the user, a preset number of display data ranked in the top can be preferentially displayed.
In particular, the presentation order may be a temporal order or other statistical order. For example, for a hot search vocabulary, the statistical order may be the number of searches for a hot search term, the degree of search heat, the search trend (up or down, etc.). More types of display sequences can be set in a user-defined manner according to actual application scenarios, which is not limited in the embodiment of the present invention.
The embodiment of the invention also discloses a report data positioning device. Referring to fig. 3, the report data positioning device 30 may include a search content obtaining module 301, a keyword determining module 302, a search table determining module 303, a skipping module 304 and a searching module 305.
The search content acquiring module 301 is adapted to acquire search content of a user; the keyword determination module 302 is adapted to determine a form keyword and a search keyword according to the search content; the search table determining module 303 is adapted to determine a search table and a page address thereof according to the table keyword and the association relationship between each table and the page address thereof; the jump module 304 is adapted to jump to the search table according to a page address of the search table; the lookup module 305 is adapted to lookup table contents matching the search keyword in the search table and present the table contents to the user.
The page address of the search form is determined through the form key words, and the search form can be directly jumped to; the matched table content is searched in the search table by combining the search keywords, so that the report content can be quickly searched, the convenience of report searching is ensured, and the user experience is improved. In addition, by displaying the table content matched with the search keyword to the user, the complex operation of the user on the report in the prior art is avoided, the searched table content is directly displayed when the user opens the report, and the visualized display of the report search result is realized.
In one non-limiting embodiment of the present invention, the keyword determination module 302 shown in FIG. 3 may comprise: the semantic matching unit is used for performing semantic matching on each word in the search content and the table name; and the table keyword determining unit is used for determining the words matched with the table names as the table keywords.
In this embodiment, each table in the application program may be preset, and the table name of each table may also be preset. By matching each word in the search content with the table name, whether a word matching the table name exists in the search content can be determined, and if so, the word can be determined as a table keyword.
In specific implementation, the words matched with the table names may be words whose semantic similarity with the table names reaches a preset value; or words that are fuzzy or exact matches to the table name.
In particular, the table names may be represented using semantic expressions. For example, the name of the report is "hot search vocabulary", and the part of speech [ hot search word ] can be set as the semantic expression corresponding to the report. Therefore, each word in the search content can be semantically matched with each semantic expression, and the semantic similarity can be specifically calculated. The term matched with the table name may refer to a term whose semantic similarity of the semantic expression corresponding to the table name reaches a preset threshold.
Further, the keyword determination module 302 shown in fig. 3 may further include: a first search keyword determination unit adapted to determine that contents other than the form keyword in the search contents are the search keyword.
In a specific implementation, the first search keyword determination unit may also filter, according to a part of speech, contents other than the form keyword in the search contents. Specifically, the search keyword is usually a noun, and words with parts of speech being adverbs, adjectives, query words, and the like in the search content can be screened out. For example, for the search content "i want to see the hot search term report in 3 months", the form keyword is "hot search term report", the word "i want to see" is filtered out, and the remaining word "3 months" is the search keyword.
In an alternative embodiment of the present invention, the keyword determination module 302 shown in fig. 3 may further include: the query condition determining unit is used for determining the query condition corresponding to the matched table name; and the first search keyword determining unit is used for extracting terms matched with the query condition in the search content to serve as the search keywords.
In this embodiment, each table corresponds to a query condition, and the query condition may specifically include a query range, for example, the query range includes dog search, google, hundredth, and the like; the query conditions may also include query times, such as individual years and months.
After the matched table name is determined, a corresponding query condition can be determined, and terms in the search content can be extracted according to the query condition to serve as search keywords.
In one non-limiting embodiment of the present invention, the search table determining module 303 shown in fig. 3 may include: a search table determining unit configured to determine the search table according to the table keyword query; and the page address determining unit is used for determining the page address of the search table according to the search table and the incidence relation of each table and the page address thereof.
In one non-limiting embodiment of the present invention, the lookup module 304 shown in FIG. 3 may include: the field matching unit is used for matching the search keyword with each field in the search table; and the table content determining unit is used for taking the field value of the matched field as the table content matched with the search keyword.
In particular implementations, the search table may include a plurality of fields and field values. When table contents are searched in a search table, fields matched with search keywords can be determined, and field values of the matched fields are used as the table contents. Specifically, the matched field may be a field whose semantic similarity with the search keyword reaches a preset value; or may be a field that is a fuzzy match or an exact match to the search key.
In a non-limiting embodiment of the present invention, the lookup module 304 shown in fig. 3 may further include: the sorting unit is used for sorting the display data in the table content according to a preset display sequence; and the display unit is used for preferentially displaying the display data with the preset number in the front sequence.
In this embodiment, the presentation content may include a plurality of presentation data. In order to more effectively display data required by a user, the user can preset a display sequence, and when the table content is displayed to the user, a preset number of display data ranked in the top can be preferentially displayed.
In particular, the presentation order may be a temporal order or other statistical order. For example, for a hot search vocabulary, the statistical order may be the number of searches for a hot search term, the degree of search heat, the search trend (up or down, etc.). More types of display sequences can be set in a user-defined manner according to actual application scenarios, which is not limited in the embodiment of the present invention.
More contents of the working principle and the working mode of the report data positioning device 30 can refer to the related descriptions in fig. 1 to fig. 2, and are not described again here.
The embodiment of the invention also discloses a storage medium, wherein computer instructions are stored on the storage medium, and when the computer instructions are operated, the steps of the method shown in the figure 1 or the figure 2 can be executed. The storage medium may include ROM, RAM, magnetic or optical disks, etc. The storage medium may further include a non-volatile memory (non-volatile) or a non-transitory memory (non-transient), and the like.
The embodiment of the invention also discloses a terminal which can comprise a memory and a processor, wherein the memory is stored with computer instructions capable of running on the processor. The processor, when executing the computer instructions, may perform the steps of the method shown in fig. 1 or fig. 2. The terminal includes, but is not limited to, a mobile phone, a computer, a tablet computer and other terminal devices.
Although the present invention is disclosed above, the present invention is not limited thereto. Various changes and modifications may be effected therein by one skilled in the art without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (9)

1. A report data positioning method is characterized by comprising the following steps:
acquiring search content according to input of a user;
determining a form key and a search key according to the search content, wherein the form key is used for positioning a target form, the search key is used for searching data in the target form, and the determining the search key according to the search content comprises: determining the contents except the table keywords in the search contents as the search keywords, or determining query conditions corresponding to the matched table names, and extracting terms matched with the query conditions in the search contents as the search keywords;
determining a search table and a page address thereof according to the table keywords and the incidence relation of each table and the page address thereof;
skipping to the search table according to the page address of the search table;
and searching the table content matched with the search keyword in the search table, and displaying the table content to the user.
2. The reporting data positioning method as claimed in claim 1, wherein the determining a table keyword according to the search content comprises:
semantic matching is carried out on each word in the search content and a table name;
and determining the words matched with the table names as the table keywords.
3. A report data positioning method according to claim 1, wherein said determining a search table and its page address according to the table keyword and the association relationship between each table and its page address comprises:
determining the search table according to the table keyword query;
and determining the page address of the search table according to the search table and the incidence relation of each table and the page address thereof.
4. The reporting data positioning method as claimed in claim 1, wherein the searching the table for the table content matching the search key comprises:
matching the search keyword with each field in the search form;
and taking the field value of the matched field as the table content matched with the search keyword.
5. The reporting data positioning method as recited in claim 1, wherein the presenting the table content to the user comprises:
sequencing all display data in the table content according to a preset display sequence;
and preferentially displaying the display data with the preset number in the top sequence.
6. The report data positioning method according to any of claims 1 to 5, further comprising, after obtaining the search content of the user:
performing a pre-processing operation on the search content, the pre-processing operation selected from one or more of: filtering preset words for the search content, wherein the preset words are one or more of the following words: dirty words, sensitive words, and stop words; and performing word segmentation on the search content.
7. A report data positioning apparatus, comprising:
the search content acquisition module is suitable for acquiring the search content of the user;
a keyword determination module, adapted to determine a table keyword and a search keyword according to the search content, where the table keyword is used to locate a target table, and the search keyword is used to search data in the target table, and the determining the search keyword according to the search content includes: determining the contents except the table keywords in the search contents as the search keywords, or determining query conditions corresponding to the matched table names, and extracting terms matched with the query conditions in the search contents as the search keywords;
the search table determining module is suitable for determining a search table and a page address thereof according to the table keywords and the incidence relation of each table and the page address thereof;
the skipping module is suitable for skipping to the search table according to the page address of the search table;
and the searching module is suitable for searching the table content matched with the search keyword in the search table and displaying the table content to the user.
8. A storage medium having stored thereon computer instructions, wherein the computer instructions when executed perform the steps of the report data locating method according to any of claims 1 to 6.
9. A terminal comprising a memory and a processor, said memory having stored thereon computer instructions executable on said processor, wherein said processor, when executing said computer instructions, performs the steps of the report data locating method according to any of claims 1 to 6.
CN201811638058.3A 2018-12-29 2018-12-29 Report data positioning method and device, storage medium and terminal Active CN109783612B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811638058.3A CN109783612B (en) 2018-12-29 2018-12-29 Report data positioning method and device, storage medium and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811638058.3A CN109783612B (en) 2018-12-29 2018-12-29 Report data positioning method and device, storage medium and terminal

Publications (2)

Publication Number Publication Date
CN109783612A CN109783612A (en) 2019-05-21
CN109783612B true CN109783612B (en) 2020-12-29

Family

ID=66498989

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811638058.3A Active CN109783612B (en) 2018-12-29 2018-12-29 Report data positioning method and device, storage medium and terminal

Country Status (1)

Country Link
CN (1) CN109783612B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112598545B (en) * 2019-07-26 2022-11-18 重庆电子工程职业学院 School board-based student education management system
CN112307265A (en) * 2019-07-26 2021-02-02 珠海金山办公软件有限公司 Method, system, storage medium and terminal for searching chart in document

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1369805A (en) * 2001-02-15 2002-09-18 英业达股份有限公司 System and method for dynamically generating table on network page
US6718515B1 (en) * 1999-12-07 2004-04-06 International Business Machines Corporation Method of populating a dynamic HTML table from a set of data objects through a common interface
CN101105797A (en) * 2007-08-21 2008-01-16 南京新恺拓网络技术有限公司 Form locating data mining method
CN102254009A (en) * 2011-07-15 2011-11-23 福建星网锐捷通讯股份有限公司 Method for extracting data of webpage table
CN103034633A (en) * 2011-09-30 2013-04-10 国际商业机器公司 Method for generating expanded search result page summary and device for generating expanded search result page summary
CN103678686A (en) * 2013-12-26 2014-03-26 金蝶软件(中国)有限公司 Financial statement query method, system and server
CN105139186A (en) * 2015-08-14 2015-12-09 广东建邦计算机软件有限公司 Community management table generating method and community management table generating system
CN106682221A (en) * 2017-01-04 2017-05-17 上海智臻智能网络科技股份有限公司 Response method and device for question and answer interaction and question and answer system
CN107885874A (en) * 2017-11-28 2018-04-06 上海智臻智能网络科技股份有限公司 Data query method and apparatus, computer equipment and computer-readable recording medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6718515B1 (en) * 1999-12-07 2004-04-06 International Business Machines Corporation Method of populating a dynamic HTML table from a set of data objects through a common interface
CN1369805A (en) * 2001-02-15 2002-09-18 英业达股份有限公司 System and method for dynamically generating table on network page
CN101105797A (en) * 2007-08-21 2008-01-16 南京新恺拓网络技术有限公司 Form locating data mining method
CN102254009A (en) * 2011-07-15 2011-11-23 福建星网锐捷通讯股份有限公司 Method for extracting data of webpage table
CN103034633A (en) * 2011-09-30 2013-04-10 国际商业机器公司 Method for generating expanded search result page summary and device for generating expanded search result page summary
CN103678686A (en) * 2013-12-26 2014-03-26 金蝶软件(中国)有限公司 Financial statement query method, system and server
CN105139186A (en) * 2015-08-14 2015-12-09 广东建邦计算机软件有限公司 Community management table generating method and community management table generating system
CN106682221A (en) * 2017-01-04 2017-05-17 上海智臻智能网络科技股份有限公司 Response method and device for question and answer interaction and question and answer system
CN107885874A (en) * 2017-11-28 2018-04-06 上海智臻智能网络科技股份有限公司 Data query method and apparatus, computer equipment and computer-readable recording medium

Also Published As

Publication number Publication date
CN109783612A (en) 2019-05-21

Similar Documents

Publication Publication Date Title
CN106649818B (en) Application search intention identification method and device, application search method and server
WO2019153607A1 (en) Intelligent response method, electronic device and storage medium
US10515147B2 (en) Using statistical language models for contextual lookup
US20130018894A1 (en) System and method of sentiment data generation
US10311113B2 (en) System and method of sentiment data use
US20160140389A1 (en) Information extraction supporting apparatus and method
CN110716991B (en) Method for displaying entity associated information based on electronic book and electronic equipment
US20120162244A1 (en) Image search color sketch filtering
CN110297880B (en) Corpus product recommendation method, apparatus, device and storage medium
CN110909120B (en) Resume searching/delivering method, device and system and electronic equipment
US10762118B2 (en) Method and system of presenting information related to search
US20200034374A1 (en) Customized visualization based intelligence augmentation
CN112507139B (en) Knowledge graph-based question and answer method, system, equipment and storage medium
CN110413787A (en) Text Clustering Method, device, terminal and storage medium
CN109634436B (en) Method, device, equipment and readable storage medium for associating input method
CN109783612B (en) Report data positioning method and device, storage medium and terminal
US20140379707A1 (en) Determining key ebook terms for presentation of additional information related thereto
US20240104302A1 (en) Minutes processing method and apparatus, device, and storage medium
CN106021532B (en) Keyword display method and device
CN106919593B (en) Searching method and device
CN114297143A (en) File searching method, file displaying device and mobile terminal
JP5345987B2 (en) Document search apparatus, document search method, and document search program
CN110489032B (en) Dictionary query method for electronic book and electronic equipment
CN109684357B (en) Information processing method and device, storage medium and terminal
CN111881695A (en) Audit knowledge retrieval method and device

Legal Events

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