CN107590174B - Page access method and device - Google Patents

Page access method and device Download PDF

Info

Publication number
CN107590174B
CN107590174B CN201710636796.3A CN201710636796A CN107590174B CN 107590174 B CN107590174 B CN 107590174B CN 201710636796 A CN201710636796 A CN 201710636796A CN 107590174 B CN107590174 B CN 107590174B
Authority
CN
China
Prior art keywords
page
voice instruction
keyword
acquiring
content
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
CN201710636796.3A
Other languages
Chinese (zh)
Other versions
CN107590174A (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.)
Beijing 58 Information Technology Co Ltd
Original Assignee
Beijing 58 Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing 58 Information Technology Co Ltd filed Critical Beijing 58 Information Technology Co Ltd
Priority to CN201710636796.3A priority Critical patent/CN107590174B/en
Publication of CN107590174A publication Critical patent/CN107590174A/en
Application granted granted Critical
Publication of CN107590174B publication Critical patent/CN107590174B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The embodiment of the invention provides a page access method and a device, wherein the method comprises the following steps: receiving a voice instruction input by a user, wherein the voice instruction is used for instructing terminal equipment to jump a page of an application program to a page corresponding to the voice instruction; acquiring at least one keyword corresponding to the voice instruction; and determining a page corresponding to the voice instruction in the application program according to the at least one keyword, and displaying the page corresponding to the voice instruction. For improving page access efficiency.

Description

Page access method and device
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a page access method and device.
Background
At present, a plurality of application programs can be installed in a terminal device, each application program can provide a plurality of pages, a jump link is arranged in a navigation bar or a page of the application program, and a user can click the corresponding jump link according to the page to be accessed so as to access the corresponding page.
In the process of developing the application program, the size of the navigation bar is limited, so that the number of the jump links arranged in the navigation bar is limited, more jump links are arranged in the page, and the jump links in the page can be represented in the forms of pictures, characters and the like. When a user needs to browse a page, the user may need to jump to the page to be browsed through jump links in multiple pages, for example, when the user needs to access a page D, the user may need to open a page a first, open a page B through a first jump link in the page a, open a page C through a second jump link in the page B, and access the page D through a jump link in the page C, that is, the user needs to access the page to be browsed through multiple operations, which results in low page access efficiency.
Disclosure of Invention
The embodiment of the invention provides a page access method and device. The page access efficiency is improved.
In a first aspect, an embodiment of the present invention provides a page access method, including:
receiving a voice instruction input by a user, wherein the voice instruction is used for instructing terminal equipment to jump a page of an application program to a page corresponding to the voice instruction;
acquiring at least one keyword corresponding to the voice instruction;
and determining a page corresponding to the voice instruction in the application program according to the at least one keyword, and displaying the page corresponding to the voice instruction.
In a possible implementation manner, determining, in the application program, a page corresponding to the voice instruction according to the at least one keyword includes:
acquiring a page identifier corresponding to the at least one keyword according to the at least one keyword, wherein the page identifier is a jump protocol corresponding to the keyword or a URL (uniform resource locator) address corresponding to the keyword;
and acquiring a page corresponding to the voice instruction according to the page identifier.
In another possible implementation manner, the page identifier is a jump protocol corresponding to the keyword, and a page corresponding to the voice instruction is a native page;
the obtaining of the page corresponding to the voice instruction according to the page identifier includes:
acquiring the address of the first page content of the page corresponding to the voice instruction in the jump protocol, and acquiring the first page content in the terminal equipment according to the address of the first page content in the memory;
acquiring a URL (Uniform resource locator) address of second page content in a page corresponding to the voice instruction in the jump protocol, and acquiring the second page content from a page server according to the URL address of the second page content;
and generating a page corresponding to the voice instruction according to the first page content and the second page content.
In another possible implementation manner, the page identifier is a URL address corresponding to the keyword, and the page corresponding to the voice instruction is a web page;
the obtaining of the page corresponding to the voice instruction according to the page identifier includes:
according to the URL address corresponding to the keyword, acquiring the page content of the page corresponding to the voice instruction from a page server;
and rendering the page content of the page corresponding to the voice instruction to obtain the page corresponding to the voice instruction.
In another possible implementation manner, the displaying the page corresponding to the voice instruction includes:
acquiring the number of page areas included in a page corresponding to the voice instruction;
when the number of the page areas is determined to be larger than 1, determining a target page area matched with the at least one keyword in the page areas according to the at least one keyword and the identification of each page area;
and displaying the target page area in the page corresponding to the voice instruction.
In another possible implementation manner, the obtaining, according to the at least one keyword, a page identifier corresponding to the at least one keyword includes:
inquiring and acquiring a page identifier corresponding to each keyword in at least one preset relation table, wherein the preset relation table comprises a plurality of keywords and the page identifier corresponding to each keyword;
and determining the page identifier corresponding to the at least one keyword in the page identifiers corresponding to the keywords according to the level of the preset relation table where the page identifier corresponding to the keyword is located.
In a second aspect, an embodiment of the present invention provides a page access apparatus, including a receiving module, an obtaining module, a determining module, and a displaying module, where,
the receiving module is used for receiving a voice instruction input by a user, wherein the voice instruction is used for instructing the terminal equipment to jump the page of the application program to the page corresponding to the voice instruction;
the acquisition module is used for acquiring at least one keyword corresponding to the voice instruction;
the determining module is used for determining a page corresponding to the voice instruction in the application program according to the at least one keyword;
the display module is used for displaying the page corresponding to the voice instruction.
In a possible implementation, the determining module is specifically configured to:
acquiring a page identifier corresponding to the at least one keyword according to the at least one keyword, wherein the page identifier is a jump protocol corresponding to the keyword or a URL (uniform resource locator) address corresponding to the keyword;
and acquiring a page corresponding to the voice instruction according to the page identifier.
In another possible implementation manner, the page identifier is a jump protocol corresponding to the keyword, and a page corresponding to the voice instruction is a native page; the acquisition module is specifically configured to:
acquiring the address of the first page content of the page corresponding to the voice instruction in the jump protocol, and acquiring the first page content in the terminal equipment according to the address of the first page content in the memory;
acquiring a URL (Uniform resource locator) address of second page content in a page corresponding to the voice instruction in the jump protocol, and acquiring the second page content from a page server according to the URL address of the second page content;
and generating a page corresponding to the voice instruction according to the first page content and the second page content.
In another possible implementation manner, the page identifier is a URL address corresponding to the keyword, and the page corresponding to the voice instruction is a web page; the acquisition module is specifically configured to:
according to the URL address corresponding to the keyword, acquiring the page content of the page corresponding to the voice instruction from a page server;
and rendering the page content of the page corresponding to the voice instruction to obtain the page corresponding to the voice instruction.
In another possible implementation manner, the display module is specifically configured to:
acquiring the number of page areas included in a page corresponding to the voice instruction;
when the number of the page areas is determined to be larger than 1, determining a target page area matched with the at least one keyword in the page areas according to the at least one keyword and the identification of each page area;
and displaying the target page area in the page corresponding to the voice instruction.
In another possible implementation manner, the obtaining module is specifically configured to:
inquiring and acquiring a page identifier corresponding to each keyword in at least one preset relation table, wherein the preset relation table comprises a plurality of keywords and the page identifier corresponding to each keyword;
and determining the page identifier corresponding to the at least one keyword in the page identifiers corresponding to the keywords according to the level of the preset relation table where the page identifier corresponding to the keyword is located.
According to the page access method and device provided by the embodiment of the invention, when a user needs to browse the page corresponding to the voice instruction in the application program, the user can directly access the voice instruction in the terminal equipment, the terminal equipment can convert the voice instruction into the corresponding text after receiving the voice instruction, extracts the keywords from the text, determines the page corresponding to the voice instruction according to the extracted keywords, and displays the target surface. In the process, the user only needs to input voice to enable the terminal device to display the page corresponding to the voice instruction needing to be browsed in the application program, and the user does not need to input multiple operations to search the page corresponding to the voice instruction needing to be browsed, so that the user operation is simplified, and the page access efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a page access method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a page access method according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of a method for obtaining a page corresponding to a voice instruction according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a page access apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic flowchart of a page access method according to an embodiment of the present invention. Referring to fig. 1, an application is installed in a terminal device, a voice input interface is provided in a page of the application, and a user can input a voice instruction through the voice input interface, for example, the voice input interface may be provided in a navigation bar of the application, and the like. Optionally, the terminal device may be a mobile phone, a computer, or the like.
In the application, when a user needs to browse a certain page in an application program, the user can input a voice instruction through the voice input interface, after receiving the voice instruction, the terminal device can convert the voice instruction into a corresponding text, extract a keyword from the text, search the corresponding page according to the extracted keyword, and display the searched page. In the process, the user only needs to input voice to enable the terminal device to display the page needing to be browsed in the application program, so that the user operation is simplified, and the page access efficiency can be improved.
The technical means shown in the present application will be described in detail below with reference to specific examples. It should be noted that the following embodiments may be combined with each other, and the description of the same or displayed contents is not repeated in different embodiments.
Fig. 2 is a schematic flowchart of a page access method according to an embodiment of the present invention. Referring to fig. 2, the method may include:
s201, receiving a voice command input by a user.
The execution main body of the embodiment of the invention can be terminal equipment, and can also be a page access device arranged in the terminal equipment. Alternatively, the page access means may be implemented by software, or the page access means may be implemented by a combination of software and hardware. Of course, when the page access means is implemented by software, the page access means may also be integrated in an application program in the terminal device.
Optionally, a voice input interface is disposed in the navigation bar or the page of the application program, and the user may input a voice instruction through the voice input interface. For example, the user may press a voice input interface and input a voice command.
Optionally, the voice instruction is description information of a page that needs to be browsed by the user, for example, when the user needs to browse a related page for selling a second-hand house, the voice instruction that the user can input is "second-hand house selling", "second-hand house buying and selling", and the like. Of course, the user can determine the voice command to be input according to the page to be browsed.
S202, at least one keyword corresponding to the voice command is obtained.
Optionally, the terminal device may perform voice recognition on a voice instruction input by a user to obtain text information corresponding to the voice instruction, and extract at least one keyword from the text information.
It should be noted that speech recognition and keyword extraction may be performed according to existing speech recognition technology, and this is not particularly limited in the embodiment of the present invention.
S203, determining a page corresponding to the voice command according to the at least one keyword, and displaying the page corresponding to the voice command.
Optionally, at least one preset relationship table corresponding to the application program may be stored in the terminal device, where each preset relationship table includes a plurality of keywords and a page identifier corresponding to each keyword.
When a plurality of preset relationship tables corresponding to the application program are stored in the terminal device, the plurality of preset relationships have different levels. For example, when three preset relationship tables corresponding to the application program are stored in the terminal device, the three preset relationship tables may be divided into three levels, where the keywords stored in the first-level preset relationship table are higher, the keywords stored in the second-level preset relationship table are lower, and the keywords stored in the third-level preset relationship table are lowest.
For example, the keywords stored in the primary preset relationship table may include: second-hand rooms, second-hand vehicles, pets, and the like; the keywords stored in the secondary preset relationship table may include: pet dogs, pet cats, pet birds, etc.; the keywords stored in the three levels of preset relationship tables may include: golden hair dog, husky dog, Teddy dog, etc.
Optionally, the page identifier corresponding to each keyword may be obtained by querying in at least one preset relationship table, and the page identifier corresponding to at least one keyword is determined in the page identifier corresponding to each keyword according to the level of the preset relationship table where the page identifier corresponding to each keyword is located.
Optionally, the page identifier of one keyword pair may also be determined according to the number of the keywords, for example, at least three possible implementation manners may be included as follows:
a first possible implementation: the number of keywords is 1.
In this feasible implementation manner, the page identifier corresponding to the keyword may be first queried in the first-stage preset relationship table identifier, and if the page identifier corresponding to the keyword cannot be obtained through querying in the first-stage preset relationship table, the page identifier corresponding to the keyword is queried in the second-stage preset relationship table, and so on until the page identifier corresponding to the keyword is obtained through querying.
In the actual application process, the content included in the first-level preset relationship table is usually less, and the content included in the second-level preset relationship table and the content included in the third-level preset relationship table are sequentially increased, so that the page identification corresponding to the keyword is inquired in the preset relationship table with less content, and the acquisition efficiency of the page identification can be improved.
A second possible implementation: the number of keywords is 2.
The page identifier corresponding to each keyword can be obtained according to a first feasible implementation manner. Then, according to the level of the preset relationship table where the page identifier corresponding to each keyword is located, the page identifier corresponding to at least one keyword is determined in the two page identifiers, for example, the keyword corresponding to the preset relationship table with a lower level may be determined as the page identifier corresponding to at least one keyword.
For example, assume that two keywords are obtained as keyword a and keyword B, and assume that page identifier 1 corresponding to keyword a is obtained in the first-level preset relationship table, and page identifier 2 corresponding to keyword B is obtained in the second-level preset relationship table. Since the level of the primary preset relationship table is higher than that of the secondary preset relationship table, the page identifier 2 is determined as the page identifier corresponding to the two preset keywords.
It should be noted that, if the levels of the preset relationship tables where the two keywords are located are the same, the page identifiers corresponding to the two keywords are determined according to the sequence of occurrence of the keywords, for example, the page identifier corresponding to the keyword with a later occurrence sequence may be determined as the page identifier corresponding to the two keywords.
It should be further noted that, in the actual application process, there may be no page identifier corresponding to the keyword in the preset relationship table, so that when the number of the keywords is 2, it is possible to obtain only a page identifier corresponding to one keyword; correspondingly, when only the page identifier corresponding to one keyword can be obtained, the obtained page identifier is determined as the page identifier corresponding to the two keywords.
A third possible implementation: the number of keywords is greater than 2.
In this feasible implementation manner, the page identifier corresponding to the keyword may be first queried in the third-level preset relationship table identifier, and if the page identifier corresponding to the keyword cannot be obtained through querying in the third-level preset relationship table, the page identifier corresponding to the keyword is queried in the second-level preset relationship table, and so on until the page identifier corresponding to the keyword is obtained through querying.
It should be noted that, after obtaining the page identifier corresponding to each keyword, the page identifier corresponding to at least one keyword may be determined by referring to a second feasible implementation manner, which is not described herein again.
In this feasible implementation manner, when the number of the obtained keywords is large, it is indicated that details included in the voice instruction input by the user are large, and accordingly, the keywords are usually lower, so that the probability of obtaining the page identifier in the three-level preset relationship table is large, and therefore, the page identifier can be quickly obtained through the feasible implementation manner.
After the terminal device obtains the page identifier corresponding to the at least one keyword, the page corresponding to the voice instruction can be obtained according to the page identifier, and the page corresponding to the voice instruction is displayed. It should be noted that, in the embodiment shown in fig. 3, a process of obtaining a page corresponding to a voice instruction according to a page identifier is described in detail, and details are not repeated here.
According to the page access method provided by the embodiment of the invention, when a user needs to browse the page corresponding to the voice instruction in the application program, the user can directly access the voice instruction in the terminal equipment, the terminal equipment can convert the voice instruction into the corresponding text after receiving the voice instruction, extracts the keywords from the text, determines the page corresponding to the voice instruction according to the extracted keywords, and displays the target surface. In the process, the user only needs to input voice to enable the terminal device to display the page corresponding to the voice instruction needing to be browsed in the application program, and the user does not need to input multiple operations to search the page corresponding to the voice instruction needing to be browsed, so that the user operation is simplified, and the page access efficiency is improved.
On the basis of the embodiment shown in fig. 2, optionally, the page corresponding to the voice instruction may be obtained through the following feasible implementation manner, specifically, please refer to the embodiment shown in fig. 3.
Fig. 3 is a flowchart illustrating a method for obtaining a page corresponding to a voice command according to an embodiment of the present invention. Referring to fig. 3, the method may include:
s301, judging whether the page identification corresponding to at least one keyword is a jump protocol.
If so, S302-S304 are performed.
If not, S305-S306 are executed.
Optionally, the page identifier may be a jump protocol of the page, or the page identifier may also be a URL address corresponding to the page.
When the page is a native page, the page is identified as a jump protocol. The native page usually comprises two parts of page content, one part of page content is stored locally in the terminal device, and the other part of page content needs to be acquired from the page server. The jump protocol comprises a local storage address of a part of content in the native page, and also comprises a URL address of a part of content in the native page in the page server. Of course, it is also possible that the native page includes only the locally stored page content, and does not include the page content stored in the page server.
And when the page is a web page, the page identifier is a URL address corresponding to the page. The content in the Web page needs to be retrieved entirely from the page server.
S302, the address of the first page content of the page corresponding to the voice instruction in the memory is obtained in the jump protocol, and the first page content is obtained in the terminal equipment according to the address of the first page content in the memory.
When the page identifier corresponding to the at least one keyword is a jump protocol, it is indicated that the page corresponding to the voice instruction is a native page, the terminal device obtains an address of a first page content of the page corresponding to the voice instruction in the jump protocol, and obtains the first page content in the terminal device according to the address of the first page content in the memory.
Optionally, the content of the first page is usually fixed in the page and usually does not change, the content of the first page is usually written in the application program in the form of code, and the content of the first page changes only when the application program is updated.
S303, acquiring the URL address of the second page content in the page corresponding to the voice instruction in the jump protocol, and acquiring the second page content from the page server according to the URL address of the second page content.
Optionally, the terminal device may determine whether the jump protocol includes a URL address of the second page content, and if so, the terminal device obtains the URL address of the second page content in the page corresponding to the voice instruction in the jump protocol, and requests the page server to obtain the second page content according to the URL address of the second page content.
S304, generating a page corresponding to the voice instruction according to the first page content and the second page content.
Optionally, the first page content and the second page content may be combined according to positions of the first page content and the second page content in the page corresponding to the voice instruction, so as to generate the page corresponding to the voice instruction.
S305, according to the URL address corresponding to the keyword, obtaining the page content of the page corresponding to the voice instruction from the page server.
S306, rendering the page content of the page corresponding to the voice instruction to obtain the page corresponding to the voice instruction.
And after the terminal equipment acquires the page content of the page corresponding to the voice instruction, rendering the page content locally on the terminal equipment to obtain the page corresponding to the voice instruction.
It should be noted that a plurality of page areas are usually included in one web page, and different page areas are used for displaying different types of page contents, for example, special sale of clothing, special sale of electronic products, special sale of food, etc. may be included in a special sale web page.
Correspondingly, after the page corresponding to the voice instruction is obtained, the number of page areas included in the page corresponding to the voice instruction is also obtained; when the number of the page areas included in the page corresponding to the voice instruction is determined to be 1, directly displaying the page corresponding to the voice instruction; and when the number of the page areas is determined to be larger than 1, determining a target page area matched with at least one keyword in the page areas according to the at least one keyword and the identification of each page area, and displaying the target page area in the page corresponding to the voice instruction. Optionally, the identifier of the target page area may be added to the URL address of the web page, so that the terminal device may directly display the target page area in the page corresponding to the voice instruction according to the new URL address.
Optionally, at least one keyword may be respectively matched with the identifier of each page area to obtain the matching degree between each page area and each keyword, and the page area with the highest matching degree with the keyword is determined as the target page area. Therefore, when the content included in the page corresponding to the obtained voice instruction is more, the content required to be browsed by the user can be directly displayed to the user, so that the user can more conveniently find the content required to be browsed.
In the embodiment shown in fig. 3, the process of acquiring the page is different according to the page type. By the method, the required page can be accurately obtained.
The technical solutions shown in the above method embodiments are explained in detail by specific examples below.
For example, assuming that the terminal device is installed with the application 1, when the user needs to browse a pet dog related page in the application 1, the user may input a voice command "clothing order" in the voice input interface of the application 1. After the terminal equipment receives the voice command, the voice command is converted into a text form, and keywords 'clothing' and 'special selling' are extracted from a 'clothing special selling place' in the text form.
Three preset relation tables corresponding to the application program 1 are arranged in the terminal device and respectively are a primary preset relation table, a secondary preset relation table and a tertiary preset relation table. The keywords stored in the first-level preset relationship table are higher, the keywords stored in the second-level preset relationship table are lower, and the keywords stored in the third-level preset relationship table are the lowest.
The method comprises the steps that the terminal equipment searches page identifications corresponding to clothes and special offers in a primary preset relation table, if the terminal equipment does not search the page identifications corresponding to clothes and special offers in the primary preset relation table, the terminal and the equipment search the page identification corresponding to special offers in a secondary preset relation table, the page identification corresponding to special offers is a URL, correspondingly, the terminal equipment can determine that the page corresponding to special offers is a web page, and the terminal equipment obtains the page content of the web page in a page server according to the URL.
The obtained web page is assumed to comprise three page areas, and the three page areas are ordered in the page to be an electronic product special sale area, a clothing special sale area and a food special sale area. The electronic product special selling area is marked as 'electronic product', the clothing special selling area is marked as 'clothing', and the food special selling area is marked as 'food'.
The terminal equipment determines that the number of the page areas included in the web page is larger than 1, and can determine that the target page area is a clothing special selling area according to the keywords 'clothing' and 'special selling', and the terminal equipment directly displays the clothing special selling area in the web page.
In the process, the user only needs to input voice to directly enable the terminal equipment to display the needed page content, the user operation is simple and convenient, and the page display efficiency is high.
Fig. 4 is a schematic structural diagram of a page access apparatus according to an embodiment of the present invention. Referring to fig. 4, the apparatus may include a receiving module 11, an obtaining module 12, a determining module 13 and a displaying module 14, wherein,
the receiving module 11 is configured to receive a voice instruction input by a user, where the voice instruction is used to instruct a terminal device to jump a page of an application program to a page corresponding to the voice instruction;
the obtaining module 12 is configured to obtain at least one keyword corresponding to the voice instruction;
the determining module 13 is configured to determine, according to the at least one keyword, a page corresponding to the voice instruction in the application program;
the display module 14 is configured to display a page corresponding to the voice instruction.
The page access device according to the embodiment of the present invention may implement the technical solutions shown in the above method embodiments, and the implementation principles and beneficial effects thereof are similar, and are not described herein again.
In a possible implementation, the determining module 13 is specifically configured to:
acquiring a page identifier corresponding to the at least one keyword according to the at least one keyword, wherein the page identifier is a jump protocol corresponding to the keyword or a URL (uniform resource locator) address corresponding to the keyword;
and acquiring a page corresponding to the voice instruction according to the page identifier.
In another possible implementation manner, the page identifier is a jump protocol corresponding to the keyword, and a page corresponding to the voice instruction is a native page; the obtaining module 12 is specifically configured to:
acquiring the address of the first page content of the page corresponding to the voice instruction in the jump protocol, and acquiring the first page content in the terminal equipment according to the address of the first page content in the memory;
acquiring a URL (Uniform resource locator) address of second page content in a page corresponding to the voice instruction in the jump protocol, and acquiring the second page content from a page server according to the URL address of the second page content;
and generating a page corresponding to the voice instruction according to the first page content and the second page content.
In another possible implementation manner, the page identifier is a URL address corresponding to the keyword, and the page corresponding to the voice instruction is a web page; the obtaining module 12 is specifically configured to:
according to the URL address corresponding to the keyword, acquiring the page content of the page corresponding to the voice instruction from a page server;
and rendering the page content of the page corresponding to the voice instruction to obtain the page corresponding to the voice instruction.
In another possible implementation, the display module 14 is specifically configured to:
acquiring the number of page areas included in a page corresponding to the voice instruction;
when the number of the page areas is determined to be larger than 1, determining a target page area matched with the at least one keyword in the page areas according to the at least one keyword and the identification of each page area;
and displaying the target page area in the page corresponding to the voice instruction.
In another possible implementation, the obtaining module 12 is specifically configured to:
inquiring and acquiring a page identifier corresponding to each keyword in at least one preset relation table, wherein the preset relation table comprises a plurality of keywords and the page identifier corresponding to each keyword;
and determining the page identifier corresponding to the at least one keyword in the page identifiers corresponding to the keywords according to the level of the preset relation table where the page identifier corresponding to the keyword is located.
The page access device according to the embodiment of the present invention may implement the technical solutions shown in the above method embodiments, and the implementation principles and beneficial effects thereof are similar, and are not described herein again.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the embodiments of the present invention, and are not limited thereto; although embodiments of the present invention have been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the embodiments of the present invention.

Claims (10)

1. A method for page access, comprising:
receiving a voice instruction input by a user, wherein the voice instruction is used for instructing terminal equipment to jump a page of an application program to a page corresponding to the voice instruction;
acquiring at least one keyword corresponding to the voice instruction;
determining a page corresponding to the voice instruction in the application program according to the at least one keyword, and displaying the page corresponding to the voice instruction;
determining a page corresponding to the voice instruction in the application program according to the at least one keyword, wherein the determining includes:
acquiring a page identifier corresponding to the at least one keyword according to the at least one keyword, wherein the page identifier is a jump protocol corresponding to the keyword or a URL (uniform resource locator) address corresponding to the keyword;
and acquiring a page corresponding to the voice instruction according to the page identifier.
2. The method according to claim 1, wherein the page identifier is a jump protocol corresponding to the keyword, and the page corresponding to the voice instruction is a native page;
the obtaining of the page corresponding to the voice instruction according to the page identifier includes:
acquiring the address of the first page content of the page corresponding to the voice instruction in the jump protocol, and acquiring the first page content in the terminal equipment according to the address of the first page content in the memory;
acquiring a URL (Uniform resource locator) address of second page content in a page corresponding to the voice instruction in the jump protocol, and acquiring the second page content from a page server according to the URL address of the second page content;
and generating a page corresponding to the voice instruction according to the first page content and the second page content.
3. The method according to claim 1, wherein the page identifier is a URL address corresponding to the keyword, and the page corresponding to the voice instruction is a web page;
the obtaining of the page corresponding to the voice instruction according to the page identifier includes:
according to the URL address corresponding to the keyword, acquiring the page content of the page corresponding to the voice instruction from a page server;
and rendering the page content of the page corresponding to the voice instruction to obtain the page corresponding to the voice instruction.
4. The method according to claim 3, wherein the displaying the page corresponding to the voice instruction comprises:
acquiring the number of page areas included in a page corresponding to the voice instruction;
when the number of the page areas is determined to be larger than 1, determining a target page area matched with the at least one keyword in the page areas according to the at least one keyword and the identification of each page area;
and displaying the target page area in the page corresponding to the voice instruction.
5. The method according to any one of claims 1 to 4, wherein the obtaining of the page identifier corresponding to the at least one keyword according to the at least one keyword comprises:
inquiring and acquiring a page identifier corresponding to each keyword in at least one preset relation table, wherein the preset relation table comprises a plurality of keywords and the page identifier corresponding to each keyword;
and determining the page identifier corresponding to the at least one keyword in the page identifiers corresponding to the keywords according to the level of the preset relation table where the page identifier corresponding to the keyword is located.
6. The page access device is characterized by comprising a receiving module, an obtaining module, a determining module and a displaying module, wherein,
the receiving module is used for receiving a voice instruction input by a user, wherein the voice instruction is used for instructing the terminal equipment to jump the page of the application program to the page corresponding to the voice instruction;
the acquisition module is used for acquiring at least one keyword corresponding to the voice instruction;
the determining module is used for determining a page corresponding to the voice instruction in the application program according to the at least one keyword;
the display module is used for displaying a page corresponding to the voice instruction;
wherein the determining module is specifically configured to:
acquiring a page identifier corresponding to the at least one keyword according to the at least one keyword, wherein the page identifier is a jump protocol corresponding to the keyword or a URL (uniform resource locator) address corresponding to the keyword;
and acquiring a page corresponding to the voice instruction according to the page identifier.
7. The device according to claim 6, wherein the page identifier is a jump protocol corresponding to the keyword, and the page corresponding to the voice instruction is a native page; the acquisition module is specifically configured to:
acquiring the address of the first page content of the page corresponding to the voice instruction in the jump protocol, and acquiring the first page content in the terminal equipment according to the address of the first page content in the memory;
acquiring a URL (Uniform resource locator) address of second page content in a page corresponding to the voice instruction in the jump protocol, and acquiring the second page content from a page server according to the URL address of the second page content;
and generating a page corresponding to the voice instruction according to the first page content and the second page content.
8. The apparatus according to claim 6, wherein the page identifier is a URL address corresponding to the keyword, and the page corresponding to the voice instruction is a web page; the acquisition module is specifically configured to:
according to the URL address corresponding to the keyword, acquiring the page content of the page corresponding to the voice instruction from a page server;
and rendering the page content of the page corresponding to the voice instruction to obtain the page corresponding to the voice instruction.
9. The apparatus of claim 8, wherein the display module is specifically configured to:
acquiring the number of page areas included in a page corresponding to the voice instruction;
when the number of the page areas is determined to be larger than 1, determining a target page area matched with the at least one keyword in the page areas according to the at least one keyword and the identification of each page area;
and displaying the target page area in the page corresponding to the voice instruction.
10. The apparatus according to any one of claims 6 to 9, wherein the obtaining module is specifically configured to:
inquiring and acquiring a page identifier corresponding to each keyword in at least one preset relation table, wherein the preset relation table comprises a plurality of keywords and the page identifier corresponding to each keyword;
and determining the page identifier corresponding to the at least one keyword in the page identifiers corresponding to the keywords according to the level of the preset relation table where the page identifier corresponding to the keyword is located.
CN201710636796.3A 2017-07-31 2017-07-31 Page access method and device Active CN107590174B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710636796.3A CN107590174B (en) 2017-07-31 2017-07-31 Page access method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710636796.3A CN107590174B (en) 2017-07-31 2017-07-31 Page access method and device

Publications (2)

Publication Number Publication Date
CN107590174A CN107590174A (en) 2018-01-16
CN107590174B true CN107590174B (en) 2020-03-31

Family

ID=61042950

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710636796.3A Active CN107590174B (en) 2017-07-31 2017-07-31 Page access method and device

Country Status (1)

Country Link
CN (1) CN107590174B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112417271B (en) * 2020-11-09 2023-09-01 杭州讯酷科技有限公司 Intelligent system construction method with field recommendation

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110083325A (en) * 2018-01-25 2019-08-02 百度在线网络技术(北京)有限公司 Promote processing method, device, equipment and the computer readable storage medium of the page
CN108334608B (en) * 2018-02-02 2020-08-04 Oppo广东移动通信有限公司 Link generation method and device of application page, storage medium and electronic equipment
CN108470566B (en) * 2018-03-08 2020-09-15 腾讯科技(深圳)有限公司 Application operation method and device
CN108491257A (en) * 2018-03-19 2018-09-04 联想(北京)有限公司 A kind of information processing method and electronic equipment
CN109063082B (en) * 2018-07-25 2021-02-09 珠海格力电器股份有限公司 Page skipping method and terminal equipment
CN109710361A (en) * 2018-12-26 2019-05-03 上海智臻智能网络科技股份有限公司 Service jump method and device, storage medium, terminal in application program
CN110069724A (en) * 2019-03-15 2019-07-30 深圳壹账通智能科技有限公司 The quick jump method of application program, device, electronic equipment and storage medium
CN110246494A (en) * 2019-05-20 2019-09-17 深圳壹账通智能科技有限公司 Service request method, device and computer equipment based on speech recognition
CN110444209B (en) * 2019-08-13 2022-04-12 思必驰科技股份有限公司 Voice interaction method, device and system for embedded web page of intelligent vehicle machine
CN110765375B (en) * 2019-10-22 2022-08-02 普信恒业科技发展(北京)有限公司 Page jump method, device and system
CN112256263B (en) * 2020-09-23 2024-02-06 杭州讯酷科技有限公司 UI (user interface) intelligent manufacturing system and method based on natural language
CN112445475A (en) * 2020-11-06 2021-03-05 杭州讯酷科技有限公司 Rapid system construction method based on data table recommendation
CN112540762A (en) * 2020-12-08 2021-03-23 杭州讯酷科技有限公司 UI (user interface) quick manufacturing method based on table and field optimization sorting
CN112540758A (en) * 2020-12-08 2021-03-23 杭州讯酷科技有限公司 UI intelligent construction method based on voice recognition

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106098063A (en) * 2016-07-01 2016-11-09 海信集团有限公司 A kind of sound control method, terminal unit and server

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003281191A (en) * 2002-03-20 2003-10-03 Fujitsu Ltd Retrieval server and retrieval result providing method
US9176957B2 (en) * 2011-06-10 2015-11-03 Linkedin Corporation Selective fact checking method and system
CN102591932A (en) * 2011-12-23 2012-07-18 优视科技有限公司 Voice search method, voice search system, mobile terminal and transfer server
CN104899287B (en) * 2015-06-04 2019-04-19 百度在线网络技术(北京)有限公司 The display methods and device of webpage
CN106303667A (en) * 2016-07-29 2017-01-04 乐视控股(北京)有限公司 Voice search method and device, terminal unit
CN106250474B (en) * 2016-07-29 2020-06-23 Tcl科技集团股份有限公司 Voice control processing method and system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106098063A (en) * 2016-07-01 2016-11-09 海信集团有限公司 A kind of sound control method, terminal unit and server

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112417271B (en) * 2020-11-09 2023-09-01 杭州讯酷科技有限公司 Intelligent system construction method with field recommendation

Also Published As

Publication number Publication date
CN107590174A (en) 2018-01-16

Similar Documents

Publication Publication Date Title
CN107590174B (en) Page access method and device
EP3579124A1 (en) Method and apparatus for providing search results
CN109190049B (en) Keyword recommendation method, system, electronic device and computer readable medium
TW201322021A (en) Image search method and image search apparatus
CN105027121A (en) Indexing application pages of native applications
US11561988B2 (en) Systems and methods for harvesting data associated with fraudulent content in a networked environment
JP2015036945A (en) Question answering control program, question answering control server, and question answering control method
CN105224554A (en) Search word is recommended to carry out method, system, server and the intelligent terminal searched for
CN109191158B (en) Processing method and processing equipment for user portrait label data
JP5923510B2 (en) Search method, apparatus and server for online trading platform
CN107958078A (en) Information generating method and device
CN108829854B (en) Method, apparatus, device and computer-readable storage medium for generating article
CN105637509A (en) Searching and annotating within images
US20220121668A1 (en) Method for recommending document, electronic device and storage medium
CN103744887A (en) Method and device for people search and computer equipment
WO2020010996A1 (en) Method and device for processing hyperlink, and storage medium
US20180268300A1 (en) Generating natural language answers automatically
WO2015024522A1 (en) Search method and system, search engine and client
CN109977318B (en) Book searching method, electronic device and computer storage medium
CN105096138A (en) Method and device for realizing O2O dialogue interaction
US11328005B2 (en) Machine learning (ML) based expansion of a data set
CN104850608A (en) Method for searching keywords on information exhibiting page
CN108415916B (en) Goods sorting prompting method and device and electronic equipment
CN104866545A (en) Method for searching keywords on information display page
CN110431550A (en) It can the identification of the optic lobe page and processing

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