WO2019041277A1 - 搜索词的推荐方法及相关设备 - Google Patents

搜索词的推荐方法及相关设备 Download PDF

Info

Publication number
WO2019041277A1
WO2019041277A1 PCT/CN2017/100077 CN2017100077W WO2019041277A1 WO 2019041277 A1 WO2019041277 A1 WO 2019041277A1 CN 2017100077 W CN2017100077 W CN 2017100077W WO 2019041277 A1 WO2019041277 A1 WO 2019041277A1
Authority
WO
WIPO (PCT)
Prior art keywords
search
search term
recommendation
displayed
box
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.)
Ceased
Application number
PCT/CN2017/100077
Other languages
English (en)
French (fr)
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.)
Shenzhen Yun Zhong Fei Network Technology Co Ltd
Original Assignee
Shenzhen Yun Zhong Fei Network 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 Shenzhen Yun Zhong Fei Network Technology Co Ltd filed Critical Shenzhen Yun Zhong Fei Network Technology Co Ltd
Priority to CN201780092124.9A priority Critical patent/CN110799974B/zh
Priority to US16/636,220 priority patent/US20200372053A1/en
Priority to PCT/CN2017/100077 priority patent/WO2019041277A1/zh
Priority to EP17923633.6A priority patent/EP3667516A1/en
Publication of WO2019041277A1 publication Critical patent/WO2019041277A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3322Query formulation using system suggestions
    • G06F16/3323Query formulation using system suggestions using document space presentation or visualization, e.g. category, hierarchy or range presentation and selection
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3322Query formulation using system suggestions
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/338Presentation of query results

Definitions

  • the present application relates to the field of electronic technologies, and in particular, to a method for recommending search terms and related devices.
  • terminal devices such as smart phones, a tablet computer, etc.
  • a search term related to a user's search intent inputting a search term related to a user's search intent in a search box provided by a certain webpage or an app to cause the server to search according to the search term, and then returning the search result to the terminal device, and then the terminal device device will search for the search result Show it.
  • the embodiment of the present application provides a recommendation method for a search term and related devices, which can improve the performance of the recommended function.
  • an embodiment of the present application provides a method for recommending a search term, including:
  • the search term i is displayed in a recommendation box corresponding to the application type corresponding to the search term i, and the search term i is one of the N search words.
  • the embodiment of the present application provides a terminal device, including:
  • An obtaining unit configured to acquire N search words, where N is a positive integer
  • a determining unit configured to determine an application type corresponding to the N search terms, where each application type corresponds to one recommendation box;
  • a display unit configured to display the search term i in a recommendation box corresponding to the application type corresponding to the search term i, wherein the search term i is one of the N search words.
  • an embodiment of the present application provides a terminal device, including one or more processors, and a One or more memories, one or more transceivers, and one or more programs, the one or more programs being stored in the memory and configured to be executed by the one or more processors,
  • the program includes instructions for performing the steps in the method as described in the first aspect.
  • an embodiment of the present application provides a computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method as described in the first aspect.
  • an embodiment of the present application provides a computer program product, where the computer program product includes a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the first aspect The method described.
  • a web page or APP usually only gives a search box, which is used by the user to input a search term for searching.
  • a recommendation box is provided for each application type, and a recommendation box corresponding to each application type displays a search term related to the application type to recommend a search term for the user, thereby improving the performance of the recommendation function.
  • FIG. 1 is a schematic flowchart of a method for recommending a search term according to an embodiment of the present application
  • FIG. 2 is a schematic diagram of an interface provided by an embodiment of the present application.
  • FIG. 3 is a schematic diagram of another interface provided by an embodiment of the present application.
  • FIG. 5 is a schematic flowchart of another method for recommending search terms according to an embodiment of the present application.
  • FIG. 6 is a schematic structural diagram of a terminal device according to an embodiment of the present application.
  • FIG. 7 is a schematic structural diagram of another terminal device according to an embodiment of the present disclosure.
  • FIG. 8 is a schematic structural diagram of another terminal device according to an embodiment of the present application.
  • references to "an embodiment” herein mean that a particular feature, structure, or characteristic described in connection with the embodiments can be included in at least one embodiment of the present application.
  • the appearances of the phrases in various places in the specification are not necessarily referring to the same embodiments, and are not exclusive or alternative embodiments that are mutually exclusive. Those skilled in the art will understand and implicitly understand that the embodiments described herein can be combined with other embodiments.
  • a terminal device is a device that provides voice and/or data connectivity to a user, for example, a handheld device with wireless connectivity, an in-vehicle device, and the like.
  • Common terminal devices include, for example, mobile phones, tablets, notebook computers, PDAs, mobile internet devices (MIDs), wearable devices, such as smart watches, smart bracelets, pedometers, and the like.
  • MIDs mobile internet devices
  • wearable devices such as smart watches, smart bracelets, pedometers, and the like.
  • FIG. 1 is a schematic flowchart of a method for recommending a search term according to an embodiment of the present disclosure, where the method includes:
  • Step 101 The terminal device acquires N search words, where N is a positive integer.
  • the search term is the vocabulary that the user actually uses for searching. For example, if a user wants to search for a game application in an app store, the user enters "game” or "king glory” in the search box after entering the app store. Wait for search terms to find apps related to "games.” These words entered in the search box are search terms.
  • the terminal device acquires N search terms, where the terminal device acquires K search words currently searched by the M users, where the M is a positive integer, and the K is greater than or equal to the M; The device selects N search words from the K search words, and the K is greater than the N.
  • the terminal device obtains the K search terms currently searched by the M users, where the terminal device sends a search term acquisition request to the server, where the search term acquisition request is used to indicate that the K users currently searched for the M search are obtained. Searching for the word; the server acquires the K search words currently searched by the M users for the search term acquisition request; the server sends the acquired K search words currently searched by the M users to the terminal device.
  • the K search terms correspond to K search times
  • the specific implementation manner in which the terminal device selects N search words from the K search words is: the terminal device selects the search times from the K search words to be greater than or equal to the preset. N search terms for the threshold. Alternatively, the terminal device selects N search words from the K search words, and the terminal device randomly selects N search words from the K search words.
  • the user uses the terminal device to use the XXX software store, and the terminal device sends a search term acquisition request to the server of the XXX application store.
  • the server of the XXX software store receives the search term acquisition request, if a plurality of users are currently searching using the XXX software store, The server of the XXX software store selects 5 users from the plurality of users, and then the server of the XXX software store acquires 7 search words currently searched by the 5 users, and finally the server of the XXX software store sends the 7 search words to Terminal Equipment.
  • the terminal device selects, from the seven search words, three search words whose search times are greater than or equal to a preset threshold, and the preset threshold may be, for example, 100, 200, 300, 400, 500 or other values; or, the terminal device is random. Select 3 search words from 7 search words.
  • Step 102 The terminal device determines an application type corresponding to the N search terms, and each application type corresponds to one recommendation box.
  • the application type may include, for example, a game application type, an instant messaging application type, a shopping application type, a payment application type, a reading application type, a fitness application type, a health application type, a travel application type, an audio playback application type, and a video playback application type. , social application types, and more.
  • the recommendation box is different from the search box.
  • the recommendation method of the above search term is applied to the XXX software store
  • each recommendation box corresponds to one application type in FIG.
  • the home page of the XXX software store there may also be multiple search boxes with multiple search boxes.
  • each application type corresponds to one search box and one recommended box, and the recommended box corresponding to the application type j is located in the application. Near the search box corresponding to type j, the application type j is any one of the application types.
  • the recommendation box corresponding to each application type only recommends the game-related search term, and the recommendation corresponding to the instant messaging application type.
  • the box only recommends instant messaging related search terms, and so on.
  • the search box and suggestion box are located on the front page of the XXX software store.
  • the terminal device determines, according to the mapping relationship between the search term and the application type, the application type corresponding to the N search terms.
  • Step 103 The terminal device displays the search term i in a recommendation box corresponding to the application type corresponding to the search term i, and the search term i is one of the N search words.
  • the five search terms are: QQ, King Glory, WeChat, Tencent Video, and Iqiyi.
  • Table 1 shows that the application types corresponding to the search words "QQ” and “WeChat” are instant messaging application types, and the application type corresponding to the search term "King of glory” is the game application type, and "Tencent video” and "Iqiyi” correspond to The application type is the video playback application type. It is assumed that the recommendation method of the above search words is applied to the XXX software store. As shown in FIG. 4, the terminal device displays “QQ” and “WeChat” in the recommendation box corresponding to the instant messaging application type, and displays “King glory” in the game application.
  • the method further includes:
  • the terminal device updates the search term displayed in the recommended frame corresponding to the application type corresponding to the search term i.
  • the method further includes:
  • the terminal device updates the search term displayed in the recommended frame corresponding to the application type corresponding to the search term i.
  • the preset duration may be, for example, 3s, 4s, 6s, 7s, 10s or other values.
  • the above step 103 is displayed in the recommendation box corresponding to the application type k.
  • the T search term, T is smaller than R/2, and the terminal device updates the search term displayed in the recommended frame corresponding to the application type corresponding to the search term i: the terminal device reselects from the R search words T search words, then display the retrieved T search words in the recommendation box corresponding to the application type k, and the re-acquired T search words are different from the above-mentioned step 103 in the recommendation box corresponding to the application type k. Search for words.
  • the search term i is WeChat
  • the two search words displayed in the recommendation box corresponding to the instant messaging application type in step 103 are "WeChat" and "and and.
  • the terminal device selects the other 2 search words from the 6 search words of the instant communication application type.
  • the two search words that are re-selected are, for example, "nail” and "moM”, and then the terminal device displays the search words "WeChat” and "and and replaces with the search word” displayed in the recommended box corresponding to the instant messaging application type. Nail and "moose”.
  • the terminal device acquires B search words currently searched by the W users, the W is a positive integer, and the B is greater than the T, the W users are different from the N users; the terminal device reselects T search words whose application type is the application type k from the B search words; the terminal device corresponding to the application type k in the foregoing step 103
  • the T search words displayed in the recommendation box are replaced with the reselected T search words, and the reselected T search words are different from the T search words shown in step 103 above.
  • the search term i is WeChat
  • the two search words displayed in the recommendation box corresponding to the instant messaging application type in step 103 are "WeChat” and "QQ".
  • the terminal device re-acquires 20 search words currently searched by 10 users, and then the terminal device re-selects two search words whose application type is instant communication application type k from the 20 search words, assuming that the two searches are re-selected.
  • the words are “nailed” and “moose”, and finally the terminal device replaces the search words “WeChat” and “QQ” displayed in the recommended box corresponding to the instant communication application type with the search words “nail” and “moire”. .
  • the method further includes:
  • the terminal device highlights the recommendation box; or the terminal device highlights at least one search term displayed in the recommendation box.
  • the manner in which the terminal device highlights the recommendation box includes at least one of the following: (1) the terminal device displays an indication flag on an edge of the recommendation frame, the indication flag includes an indication arrow or an indication gesture, The indicator is pointed to the recommendation box; (2) the terminal device boldens the border of the recommendation box, or the terminal device displays the border color of the recommendation frame to be different from the border color of the search box; (3) The terminal device displays an animation on the recommendation box, and the animation displayed on different recommendation frames may be the same or different.
  • the terminal device highlighting the recommendation box can make the user more easily notice the recommendation box, thereby making it easier for the user to notice the search words displayed in the recommendation box, and further improve the performance of the recommendation function.
  • the manner in which the terminal device highlights the at least one search term displayed in the recommendation box includes at least one of the following: (1) the terminal device boldifies at least one search term displayed in the recommended frame; (2) the terminal The device displays the font of the at least one search term displayed in the recommendation box to be different from the font of the word other than the recommendation box; (3) the terminal device displays at least the recommended box The color of a search term is displayed differently than the color of the word other than the recommended box.
  • search terms displayed in the different recommended frames are highlighted may be the same or different, and is not limited herein.
  • highlighting at least one search term in the recommendation box by the terminal device makes it easier for the user to notice the search term displayed in the recommendation box, further improving the performance of the recommendation function.
  • the embodiment of the present application further provides another more detailed method flow, as shown in FIG. 5, including:
  • Step 501 The terminal device acquires K search words currently searched by the M users, where the M is a positive integer.
  • Step 502 The terminal device selects N search words from the K search words, where N is a positive integer, and the K is greater than the N.
  • Step 503 The terminal device determines an application type corresponding to the N search terms, and each application type corresponds to one recommendation box.
  • Step 504 The terminal device displays the search term i in a recommendation box corresponding to the application type corresponding to the search term i, and the search term i is one of the N search words.
  • Step 505 The terminal device highlights the recommendation box; or the terminal device highlights at least one search term displayed in the recommendation box.
  • Step 506 The terminal device determines whether the time displayed by the search term i in the recommendation box exceeds a preset duration.
  • step 508 is performed.
  • Step 507 The terminal device updates the search term displayed in the recommended box corresponding to the application type corresponding to the search term i.
  • Step 508 The terminal device determines whether there is a click operation for the search term i.
  • FIG. 6 is a terminal device 600 according to an embodiment of the present application, including: at least one processor, at least one memory, and at least one communication interface; and one or more programs;
  • the one or more programs are stored in the memory and are configured to be executed by the processor, the program including instructions for performing the following steps:
  • the search term i is displayed in a recommendation box corresponding to the application type corresponding to the search term i, and the search term i is one of the N search words.
  • the program includes an instruction further for performing the following steps:
  • the search term displayed in the recommended frame corresponding to the application type corresponding to the search term i is updated.
  • the program includes instructions that are also used to perform the following steps:
  • the search term displayed in the recommended frame corresponding to the application type corresponding to the search term i is updated.
  • the program includes instructions specifically for performing the following steps:
  • the program includes instructions specifically for performing the following steps:
  • the search term i is displayed on the push corresponding to the search type i corresponding to the type of application
  • the program includes instructions that are also used to perform the following steps:
  • the manner of highlighting the recommendation box includes at least one of: displaying an indication mark on an edge of the recommendation frame, the indication mark pointing to the recommendation frame; and bolding a border of the recommendation frame Or displaying the border color of the recommendation box to be different from the border color of the search box; displaying an animation on the recommendation box.
  • the manner of highlighting the at least one search term displayed in the recommendation box includes at least one of: thickening at least one search term displayed in the recommendation box; displaying at least the recommended content in the recommended box A font of a search term is displayed different from a font of a word other than the recommendation box; displaying a color of at least one search word displayed in the recommendation box as a word other than the recommended box The colors are different.
  • the program in determining an application type corresponding to the N search terms, includes instructions specifically for performing the following steps:
  • the application type corresponding to the N search terms is determined according to a mapping relationship between the search term and the application type.
  • the terminal device includes corresponding hardware structures and/or software modules for executing the respective functions.
  • the present application can be implemented in a combination of hardware or hardware and computer software in combination with the elements and algorithm steps of the various examples described in the embodiments disclosed herein. Whether a function is implemented in hardware or computer software to drive hardware depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for each particular application to implement the described functionality, but such implementation should not be considered to be beyond the scope of the application.
  • the embodiment of the present application may perform functional unit division on a terminal device according to the foregoing method example.
  • each functional unit can be divided for each function, or two or more functions can be integrated into one processing unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit. It should be noted that the division of the unit in the embodiment of the present application is schematic, and is only a logical function division. In actual implementation, there may be another division manner.
  • FIG. 7 shows a block diagram of a possible functional unit configuration of the terminal device involved in the above embodiment.
  • the terminal device 700 includes a processing unit 701, a communication unit 702, and a storage unit 703.
  • the processing unit 701 includes an acquisition unit 7011, a determination unit 7012, a display unit 7013, and an update unit 7014.
  • the storage unit 703 is used to store program codes and data of the terminal device.
  • the communication unit 702 is configured to support communication between the terminal device and other devices. Some of the above units (acquisition unit 7011, determination unit 7012, display unit 7013, and update unit 7014) are used to perform the relevant steps of the above method.
  • the obtaining unit 7011 is configured to acquire N search words, where the N is a positive integer.
  • a determining unit 7012 configured to determine an application type corresponding to the N search terms, where each application type corresponds to one recommendation box;
  • the display unit 7013 is configured to display the search term i in a recommendation box corresponding to the application type corresponding to the search term i, and the search term i is one of the N search words.
  • the terminal device further includes
  • the updating unit 7014 is configured to update the search term displayed in the recommended box corresponding to the application type corresponding to the search term i when the time that the search term i is displayed in the recommendation box exceeds the preset duration.
  • the updating unit 7014 is further configured to: when the click operation for the search term i is detected within the preset duration, update the recommendation box corresponding to the application type corresponding to the search term i Search for words.
  • the obtaining unit 7011 is specifically configured to:
  • the obtaining unit 7011 is specifically configured to:
  • the display unit 7013 displays the search term i in the recommended frame corresponding to the application type corresponding to the search term i
  • the display unit 7013 is further configured to highlight the recommended frame; or, highlight the display At least one search term displayed within the recommendation box.
  • the manner of highlighting the recommendation box includes at least one of: displaying an indication mark on an edge of the recommendation frame, the indication mark pointing to the recommendation frame; and bolding a border of the recommendation frame Or displaying the border color of the recommendation box to be different from the border color of the search box; displaying an animation on the recommendation box.
  • the manner of highlighting the at least one search term displayed in the recommendation box includes at least one of: thickening at least one search term displayed in the recommendation box; displaying at least the recommended content in the recommended box A font of a search term is displayed different from a font of a word other than the recommendation box; displaying a color of at least one search word displayed in the recommendation box as a word other than the recommended box The colors are different.
  • the determining unit 7012 is specifically configured to:
  • the application type corresponding to the N search terms is determined according to a mapping relationship between the search term and the application type.
  • the processing unit 701 may be a processor or a controller, and may be, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), and an application specific integrated circuit (Application- Specific Integrated Circuit (ASIC), Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof, which may be implemented or executed in conjunction with the present disclosure.
  • CPU central processing unit
  • DSP digital signal processor
  • ASIC Application- Specific Integrated Circuit
  • FPGA Field Programmable Gate Array
  • the processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like.
  • the storage unit 703 can be a memory
  • the communication unit 702 can be a transceiver, a transceiver circuit, a radio frequency chip, a communication interface, or the like.
  • the embodiment of the present application further provides a terminal device. As shown in FIG. 8 , for the convenience of description, only parts related to the embodiment of the present application are shown. If the specific technical details are not disclosed, refer to the method part of the embodiment of the present application. .
  • the terminal device is a mobile phone as an example:
  • FIG. 8 is a block diagram showing a partial structure of a mobile phone related to a terminal device provided by an embodiment of the present application.
  • the mobile phone includes: a radio frequency (RF) circuit 10 , a memory 20 , an input unit 30 , a display unit 40 , a sensor 50 , an audio circuit 60 , a wireless fidelity (WiFi) module 70 , and a processor 80 .
  • RF radio frequency
  • the structure of the handset shown in FIG. 8 does not constitute a limitation to the handset, and may include more or less components than those illustrated, or some components may be combined, or different component arrangements.
  • the RF circuit 10 can be used for receiving and transmitting information.
  • RF circuit 10 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like.
  • LNA Low Noise Amplifier
  • RF circuit 10 can also communicate with the network and other devices via wireless communication.
  • the above wireless communication may use any communication standard or protocol, including but not limited to Global System of Mobile communication (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (Code Division). Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), E-mail, Short Messaging Service (SMS), and the like.
  • GSM Global System of Mobile communication
  • GPRS General Packet Radio Service
  • CDMA Code Division Multiple Access
  • WCDMA Wideband Code Division Multiple Access
  • LTE Long Term Evolution
  • E-mail Short Messaging Service
  • the memory 20 can be used to store software programs and modules, and the processor 80 executes various functional applications and data processing of the mobile phone by running software programs and modules stored in the memory 20.
  • the memory 20 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function, and the like; the storage data area may store data created according to usage of the mobile phone, and the like.
  • the memory 20 may include a high speed random access memory, and may also include a nonvolatile memory such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
  • the input unit 30 can be configured to receive input numeric or character information and to generate key signal inputs related to user settings and function controls of the handset.
  • the input unit 30 may include fingerprint recognition Modules and other input devices.
  • the fingerprint identification module can collect fingerprint data of the user on it.
  • Other input devices may include, but are not limited to, one or more of a touch screen, a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, joysticks, and the like.
  • the display unit 40 can be used to display information input by the user or information provided to the user as well as various menus of the mobile phone.
  • the display unit 40 can include a display screen 41.
  • the display screen 41 can be configured in the form of a liquid crystal display (LCD), an organic light-emitting diode (OLED), or the like.
  • the handset may also include at least one type of sensor 50, such as a light sensor, motion sensor, and other sensors.
  • the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display screen 41 according to the brightness of the ambient light, and the proximity sensor may turn off the display screen 41 and/or when the mobile phone moves to the ear. Or backlight.
  • the accelerometer sensor can detect the magnitude of acceleration in all directions (usually three axes). When it is stationary, it can detect the magnitude and direction of gravity.
  • the mobile phone can be used to identify the gesture of the mobile phone (such as horizontal and vertical screen switching, related Game, magnetometer attitude calibration), vibration recognition related functions (such as pedometer, tapping), etc.; as for the mobile phone can also be configured with gyroscopes, barometers, hygrometers, thermometers, infrared sensors and other sensors, no longer Narration.
  • the gesture of the mobile phone such as horizontal and vertical screen switching, related Game, magnetometer attitude calibration
  • vibration recognition related functions such as pedometer, tapping
  • the mobile phone can also be configured with gyroscopes, barometers, hygrometers, thermometers, infrared sensors and other sensors, no longer Narration.
  • the audio circuit 60, the speaker 61, and the microphone 62 provide an audio interface between the user and the handset.
  • the audio circuit 60 can transmit the converted electrical data of the received audio data to the speaker 61 for conversion to the sound signal by the speaker 61.
  • the microphone 62 converts the collected sound signal into an electrical signal by the audio circuit 60. After receiving, it is converted into audio data, processed by the audio data playback processor 80, sent to the other mobile phone via the RF circuit 10, or played to the memory 20 for further processing.
  • WiFi is a short-range wireless transmission technology.
  • the mobile phone can help users to send and receive emails, browse web pages and access streaming media through the WiFi module 70. It provides users with wireless broadband Internet access.
  • FIG. 8 shows the WiFi module 70, it can be understood that it does not belong to the essential configuration of the mobile phone, and can be omitted as needed within the scope of not changing the essence of the invention.
  • the processor 80 is the control center of the handset, which connects various parts of the entire handset using various interfaces and lines, by running or executing software programs and/or modules stored in the memory 20, and calling The data stored in the memory 20 performs various functions of the mobile phone and processes the data, thereby performing overall monitoring of the mobile phone.
  • the processor 80 may include one or more processing units; preferably, the processor 80 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like.
  • the modem processor primarily handles wireless communications. It will be appreciated that the above described modem processor may also not be integrated into the processor 80.
  • the handset also includes a power source 90 (such as a battery) that supplies power to the various components.
  • a power source 90 such as a battery
  • the power source can be logically coupled to the processor 80 through a power management system to manage functions such as charging, discharging, and power management through the power management system.
  • the mobile phone may further include a camera, a Bluetooth module, and the like, and details are not described herein again.
  • the flow of the terminal device in each step method may be implemented based on the structure of the mobile phone.
  • each unit function can be implemented based on the structure of the mobile phone.
  • the embodiment of the present application further provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, the computer program causing the computer to perform some or all of the steps of any of the methods described in the foregoing method embodiments.
  • the computer includes a terminal device.
  • the embodiment of the present application further provides a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the operations as recited in the foregoing method embodiments Part or all of the steps of either method.
  • the computer program product can be a software installation package, the computer including a terminal device.
  • the steps of the method or algorithm described in the embodiments of the present application may be implemented in a hardware manner, or may be implemented by a processor executing software instructions.
  • the software instructions can be composed of corresponding software modules, which can be stored in random access memory (Random Access Memory,
  • RAM random access memory
  • flash memory read only memory
  • ROM read only memory
  • EPROM Erasable Programmable ROM
  • EEPROM electrically erasable programmable read only memory
  • registers hard disk , mobile hard disk, CD-ROM
  • CD-ROM compact disc-read only memory
  • An exemplary storage medium is coupled to the processor to enable the processor to read information from, and write information to, the storage medium.
  • the storage medium can also be an integral part of the processor.
  • Processor and storage The media can be located in the ASIC.
  • the ASIC can be located in an access network device, a target network device, or a core network device.
  • the processor and the storage medium may also exist as discrete components in the access network device, the target network device, or the core network device.
  • the functions described in the embodiments of the present application may be implemented in whole or in part by software, hardware, firmware, or any combination thereof.
  • software it may be implemented in whole or in part in the form of a computer program product.
  • the computer program product includes one or more computer instructions.
  • the processes or functions described in accordance with embodiments of the present application are generated in whole or in part.
  • the computer can be a general purpose computer, a special purpose computer, a computer network, or other programmable device.
  • the computer instructions can be stored in a computer readable storage medium or transferred from one computer readable storage medium to another computer readable storage medium, for example, the computer instructions can be from a website site, computer, server or data center Transmission to another website site, computer, server, or data center by wire (eg, coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (eg, infrared, wireless, microwave, etc.).
  • the computer readable storage medium can be any available media that can be accessed by a computer or a data storage device such as a server, data center, or the like that includes one or more available media.
  • the usable medium may be a magnetic medium (for example, a floppy disk, a hard disk, a magnetic tape), an optical medium (for example, a digital video disc (DVD)), or a semiconductor medium (for example, a solid state disk (SSD)). )Wait.
  • a magnetic medium for example, a floppy disk, a hard disk, a magnetic tape
  • an optical medium for example, a digital video disc (DVD)
  • DVD digital video disc
  • SSD solid state disk

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

一种搜索词的推荐方法及相关设备,方法包括:获取N个搜索词,所述N为正整数(101);确定所述N个搜索词对应的应用类型,每个应用类型对应一个推荐框(102);将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内,所述搜索词i为所述N个搜索词中的其中一个(103)。由此可以提升推荐功能的性能。

Description

搜索词的推荐方法及相关设备 技术领域
本申请涉及电子技术领域,尤其涉及一种搜索词的推荐方法及相关设备。
背景技术
随着信息量的不断增大,用户想要从大量信息中寻找自己想要的信息(比如新闻、应用程序(Application,APP)、图片等)通常的做法是用户使用终端设备(如智能手机、平板电脑等)在某个网页或某个APP提供的搜索框中输入与用户搜索意图相关的搜索词以使得服务器根据搜索词进行搜索,然后给终端设备返回搜索结果,然后终端设备设备将搜索结果进行展示。
发明内容
本申请实施例提供一种搜索词的推荐方法及相关设备,可以提升推荐功能的性能。
第一方面,本申请实施例提供一种搜索词的推荐方法,包括:
获取N个搜索词,所述N为正整数;
确定所述N个搜索词对应的应用类型,每个应用类型对应一个推荐框;
将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内,所述搜索词i为所述N个搜索词中的其中一个。
第二方面,本申请实施例提供一种终端设备,包括:
获取单元,用于获取N个搜索词,所述N为正整数;
确定单元,用于确定所述N个搜索词对应的应用类型,每个应用类型对应一个推荐框;
展示单元,用于将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内,所述搜索词i为所述N个搜索词中的其中一个。
第三方面,本申请实施例提供一种终端设备,包括一个或多个处理器、一 个或多个存储器、一个或多个收发器,以及一个或多个程序,所述一个或多个程序被存储在所述存储器中,并且被配置由所述一个或多个处理器执行,所述程序包括用于执行如第一方面所述的方法中的步骤的指令。
第四方面,本申请实施例提供一种计算机可读存储介质,其存储用于电子数据交换的计算机程序,其中,所述计算机程序使得计算机执行如第一方面所述的方法。
第五方面,本申请实施例提供一种计算机程序产品,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操作来使计算机执行如第一方面所述的方法。
目前,网页或APP通常仅仅只是给出一搜索框,这个搜索框用于用户输入搜索词进行搜索。在本申请中,为每个应用类型提供一个推荐框,每个应用类型对应的推荐框展示与应用类型相关的搜索词,以为用户推荐搜索词,进而提升推荐功能的性能。
本申请的这些方面或其他方面在以下实施例的描述中会更加简明易懂。
附图说明
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是本申请实施例提供的一种搜索词的推荐方法的流程示意图;
图2是本申请实施例提供的一种界面示意图;
图3是本申请实施例提供的另一种界面示意图;
图4是本申请实施例提供的另一种界面示意图;
图5是本申请实施例提供的另一种搜索词的推荐方法的流程示意图;
图6是本申请实施例提供的一种终端设备的结构示意图;
图7是本申请实施例提供的另一种终端设备的结构示意图;
图8是本申请实施例提供的另一种终端设备的结构示意图。
具体实施方式
为了使本技术领域的人员更好地理解本申请方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分的实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。
以下分别进行详细说明。
本申请的说明书和权利要求书及所述附图中的术语“第一”、“第二”、“第三”和“第四”等是用于区别不同对象,而不是用于描述特定顺序。此外,术语“包括”和“具有”以及它们任何变形,意图在于覆盖不排他的包含。例如包含了一系列步骤或单元的过程、方法、系统、产品或设备没有限定于已列出的步骤或单元,而是可选地还包括没有列出的步骤或单元,或可选地还包括对于这些过程、方法、产品或设备固有的其他步骤或单元。
在本文中提及“实施例”意味着,结合实施例描述的特定特征、结构或特性可以包含在本申请的至少一个实施例中。在说明书中的各个位置出现该短语并不一定均是指相同的实施例,也不是与其它实施例互斥的独立的或备选的实施例。本领域技术人员显式地和隐式地理解的是,本文所描述的实施例可以与其它实施例相结合。
终端设备是一种向用户提供语音和/或数据连通性的设备,例如,具有无线连接功能的手持式设备、车载设备等。常见的终端设备例如包括:手机、平板电脑、笔记本电脑、掌上电脑、移动互联网设备(mobile internet device,MID)、可穿戴设备,例如智能手表、智能手环、计步器等。
请参见图1,图1为本申请实施例提供的一种搜索词的推荐方法的流程示意图,该方法包括:
步骤101:终端设备获取N个搜索词,所述N为正整数。
其中,搜索词是用户实际用于搜索的词汇。比如,用户想要在应用商店搜索游戏应用,用户会在进入应用商店后的搜索框内输入“游戏”或“王者荣耀” 等等搜索词,以寻找与“游戏”相关的应用。这些在搜索框内输入的词汇就是搜索词。
在一示例中,终端设备获取N个搜索词的具体实施方式有:终端设备获取M个用户当前搜索的K个搜索词,所述M为正整数,所述K大于或等于所述M;终端设备从所述K个搜索词中选取N个搜索词,所述K大于所述N。
进一步地,终端设备获取M个用户当前搜索的K个搜索词的具体实施方式有:终端设备向服务器发送搜索词获取请求,所述搜索词获取请求用于指示获取M个用户当前搜索的K个搜索词;服务器针对所述搜索词获取请求获取M个用户当前搜索的K个搜索词;服务器将获取到的M个用户当前搜索的K个搜索词发送给终端设备。
进一步地,K个搜索词对应K个搜索次数,终端设备从所述K个搜索词中选取N个搜索词的具体实施方式有:终端设备从K个搜索词中选取搜索次数大于或等于预设阈值的N个搜索词。或者,终端设备从所述K个搜索词中选取N个搜索词的具体实施方式有:终端设备随机从K个搜索词中选取N个搜索词。
举例来说,假设上述搜索词的推荐方法应用于XXX软件商店,M=5,K=7,N=3。用户采用终端设备使用XXX软件商店,终端设备向XXX应用商店的服务器发送搜索词获取请求,XXX软件商店的服务器接收到该搜索词获取请求后,假如当前多个用户正在使用XXX软件商店进行搜索,XXX软件商店的服务器从这多个用户中随即选取5个用户,然后XXX软件商店的服务器获取这5个用户当前搜索的7个搜索词,最后XXX软件商店的服务器将这7个搜索词发送给终端设备。终端设备从7个搜索词中选取搜索次数大于或者等于预设阈值的3个搜索词,所述预设阈值例如可以是100、200、300、400、500或是其他值;或者,终端设备随机从7个搜索词中选取3个搜索词。
在一示例中,终端设备获取N个搜索词的具体实施方式有:终端设备获取所述用户在目标时段内的Z个搜索词;终端设备从Z个搜索词中选取出被所述用户搜索次数大于或等于目标次数,且最近一次搜索的搜索时间距离当前系统时间小于目标时长的N个搜索词,所述Z大于所述N,所述目标时段的 终止时间节点为当前系统时间。
步骤102:终端设备确定所述N个搜索词对应的应用类型,每个应用类型对应一个推荐框。
其中,应用类型例如可以有:游戏应用类型、即时通讯应用类型、购物应用类型、支付应用类型、阅读应用类型、健身应用类型、健康应用类型、旅游应用类型、音频播放应用类型、视频播放应用类型、社交应用类型,等等。
其中,推荐框不同于搜索框。假设上述搜索词的推荐方法应用于XXX软件商店,在XXX软件商店的首页可以有一个搜索框多个推荐框,如图2所示,在图2中每个推荐框对应一个应用类型。在XXX软件商店的首页也可以有多个搜索框多个推荐框,如图3所示,在图3中每个应用类型对应一个搜索框和一个推荐框,应用类型j对应的推荐框位于应用类型j对应的搜索框附近,应用类型j为任意一个应用类型。图2和图3中,每个应用类型对应的推荐框内只推荐对应应用类型相关的搜索词,比如,游戏应用类型对应的推荐框只推荐游戏相关的搜索词,即时通讯应用类型对应的推荐框只推荐即时通讯相关的搜索词,等等。其中,搜索框和推荐框位于XXX软件商店的首页。
在一示例中,所述终端设备确定所述N个搜索词对应的应用类型的具体实施方式有:终端设备根据搜索词与应用类型的映射关系,确定所述N个搜索词对应的应用类型。
具体地,搜索词与应用类型的映射关系如表1所示。假设N=3,这3个搜索词有:QQ、王者荣耀、微信。通过表1可知搜索词“知搜索和“微信”对应的应用类型为即时通讯应用类型,搜索词“王者荣耀”对应的应用类型为游戏应用类型。
表1
Figure PCTCN2017100077-appb-000001
Figure PCTCN2017100077-appb-000002
步骤103:终端设备将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内,所述搜索词i为所述N个搜索词中的其中一个。
举例来说,假设N=5,这5个搜索词有:QQ、王者荣耀、微信、腾讯视频、爱奇艺。通过表1可知搜索词“QQ”和“微信”对应的应用类型为即时通讯应用类型,搜索词“王者荣耀”对应的应用类型为游戏应用类型,“腾讯视频”和“爱奇艺”对应的应用类型为视频播放应用类型。假设上述搜索词的推荐方法应用于XXX软件商店,如图4所示,终端设备将“QQ”和“微信”展示在即时通讯应用类型对应的推荐框内,将“王者荣耀”展示在游戏应用类型对应的推荐框内,将“腾讯视频”和“爱奇艺”展示在视频播放应用类型对应的推荐框内。需要说明的是,由于终端设备屏幕大小有限,终端设备当前只显示出即时通讯应用类型和游戏应用类型的相关内容,用户往下拉终端设备的屏幕时即可看到其他应用类型的相关内容。
现有技术中,网页或APP通常仅仅只是给出一搜索框,用于用户输入搜索词进行搜索。在本申请中,为每个应用类型提供一推荐框,每个应用类型对应的推荐框展示与应用类型相关的搜索词,以为用户推荐搜索词,进而推荐功能的性能。
在一示例中,所述终端设备将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内之后,所述方法还包括:
当所述搜索词i在推荐框内展示的时间超过预设时长时,所述终端设备更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
在一示例中,所述方法还包括:
当在所述预设时长内检测到针对所述搜索词i的点击操作时,终端设备更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
其中,预设时长例如可以是3s、4s、6s、7s、10s或是其他值。
在一示例中,假如搜索词i的应用类型为应用类型k,上述N个搜索词中有应用类型为应用类型k的R个搜索词,上述步骤103在应用类型k对应的推荐框内展示了T个搜索词,T小于R/2,所述终端设备更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词的具体实施方式有:终端设备从R个搜索词中重新选取T个搜索词,然后在应用类型k对应的推荐框展示重新获取到的T个搜索词,重新获取到的T个搜索词不同于上述步骤103在应用类型k对应的推荐框内展示了T个搜索词。
举例来说,假设预设时长=3s,搜索词i为微信,搜索词“微信”对应的应用类型k为即时通信应用类型,假设N=40,R=6,T=2,N个搜索词中有应用类型为即时通信应用类型的6个搜索词,这6个搜索词例如有:微信、QQ、钉钉、陌陌、WhatsApp、line。假如步骤103中在即时通信应用类型对应的推荐框内展示的2个搜索词为“微信”和和”和和。如果搜索词“微信”在即时通信应用类型对应的推荐框内展示的时间超过3s时,或者,在展示搜索词“微信”的这3秒内检测到针对搜索词“微信”的点击操作时,终端设备从即时通信应用类型的6个搜索词选取出其他2个搜索词,重新选取的这2个搜索词比如是“钉钉”和“陌陌”,然后终端设备将即时通信应用类型对应的推荐框内展示的搜索词“微信”和和”和和更换为搜索词“钉钉”和“陌陌”。
在一示例中,假如搜索词i的应用类型为应用类型k,在所述应用类型k对应的推荐框内展示的搜索词的数量为T,所述T为正整数,所述终端设备更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词的具体实施方式有:终端设备获取W个用户当前搜索的B个搜索词,所述W为正整数,所述B大于所述T,所述W个用户不同于所述N个用户;终端设备从所述B个搜索词中重新选取应用类型为应用类型k的T个搜索词;终端设备将上述步骤103在应用类型k对应的推荐框内展示的T个搜索词更换为重新选取的T个搜索词,重新选取的T个搜索词不同于上述步骤103展示的T个搜索词。
举例来说,假设预设时长=3s,搜索词i为微信,搜索词“微信”对应的应用类型k为即时通信应用类型,T=2,W=10,B=20。假如步骤103中在即时通信应用类型对应的推荐框内展示的2个搜索词为“微信”和“QQ”。如果搜索词“微信”在即时通信应用类型对应的推荐框内展示的时间超过3s时,或者,在展示搜索词“微信”的这3秒内检测到针对搜索词“微信”的点击操作时,终端设备重新获取10个用户当前搜索的20个搜索词,然后终端设备再从这20个搜索词中重新选取应用类型为即时通信应用类型k的2个搜索词,假设重新选取的这2个搜索词的为“钉钉”和“陌陌”,最后终端设备将即时通信应用类型对应的推荐框内展示的搜索词“微信”和“QQ”更换为搜索词“钉钉”和“陌陌”。
在一示例中,所述将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内之后,所述方法还包括:
终端设备突出显示所述推荐框;或者,终端设备突出显示所述推荐框中展示的至少一个搜索词。
进一步地,终端设备突出显示所述推荐框的方式包括以下至少一种:(1)终端设备在所述推荐框的边上显示一指示标志,所述指示标志包括指示箭头或指示手势,所述指示标志指向所述推荐框;(2)终端设备将所述推荐框的边框加粗,或是终端设备将所述推荐框的边框颜色显示成与所述搜索框的边框颜色不同;(3)终端设备在所述推荐框上显示一动画,不同的推荐框上显示的动画可以是一样的,也可以是不一样的。
进一步地,不同的推荐框突出显示的方式可以是相同的,也可以是不同的,在此不作限定。
可见,终端设备突出显示推荐框可使得用户更容易的注意到推荐框,进而使得用户更容易注意到推荐框内展示的搜索词,进一步提升推荐功能的性能。
进一步地,终端设备突出显示所述推荐框内展示的至少一个搜索词的方式包括以下至少一种:(1)终端设备将所述推荐框内展示的至少一个搜索词加粗;(2)终端设备将所述推荐框内展示的至少一个搜索词的字体显示成与除了所述推荐框之外的其他字的字体不同;(3)终端设备将所述推荐框内展示的至少 一个搜索词的颜色显示成与除了所述推荐框之外的其他字的颜色不同。
进一步地,不同的推荐框内展示的搜索词突出显示的方式可以是相同的,也可以是不同的,在此不作限定。
可见,终端设备突出显示推荐框内的至少一个搜索词可使得用户更容易注意到推荐框内展示的搜索词,进一步提升推荐功能的性能。
本申请实施例还提供了另一更为详细的方法流程,如图5所示,包括:
步骤501:终端设备获取M个用户当前搜索的K个搜索词,所述M为正整数。
步骤502:终端设备从所述K个搜索词中选取N个搜索词,所述N为正整数,所述K大于所述N。
步骤503:终端设备确定所述N个搜索词对应的应用类型,每个应用类型对应一个推荐框。
步骤504:终端设备将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内,所述搜索词i为所述N个搜索词中的其中一个。
步骤505:终端设备突出显示所述推荐框;或者,终端设备突出显示所述推荐框内展示的至少一个搜索词。
步骤506:终端设备确定所述搜索词i在推荐框内展示的时间是否超过预设时长。
若是,则执行步骤507。
若否,则执行步骤508。
步骤507:终端设备更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
步骤508:终端设备确定是否有针对所述搜索词i的点击操作。
若是,则执行步骤507。
若否,则不作任何操作。
需要说明的是,图5所示的方法的各个步骤的具体实现过程可参见上述方法所述的具体实现过程,在此不再叙述。
上述详细阐述了本申请实施例的方法,下面提供了本申请实施例的装置。
请参见图6,图6是本申请实施例提供的一种终端设备600,包括:至少一个处理器、至少一个存储器和至少一个通信接口;以及一个或多个程序;
所述一个或多个程序被存储在所述存储器中,并且被配置成由所述处理器执行,所述程序包括用于执行以下步骤的指令:
获取N个搜索词,所述N为正整数;
确定所述N个搜索词对应的应用类型,每个应用类型对应一个推荐框;
将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内,所述搜索词i为所述N个搜索词中的其中一个。
在一示例中,在将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内之后,所述程序包括还用于执行以下步骤的指令:
当所述搜索词i在推荐框内展示的时间超过预设时长时,更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
在一示例中,所述程序包括还用于执行以下步骤的指令:
当在所述预设时长内检测到针对所述搜索词i的点击操作时,更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
在一示例中,在获取N个搜索词方面,所述程序包括具体用于执行以下步骤的指令:
获取M个用户当前搜索的K个搜索词,所述M为正整数,所述K大于所述N;从所述K个搜索词中选取N个搜索词。
在一示例中,在获取N个搜索词方面,所述程序包括具体用于执行以下步骤的指令:
获取所述用户在目标时段内的Z个搜索词;
从Z个搜索词中选取出被所述用户搜索次数大于或等于目标次数,且最近一次搜索的搜索时间距离当前系统时间小于目标时长的N个搜索词,所述Z大于所述N,所述目标时段的终止时间节点为当前系统时间。
在一示例中,在将搜索词i展示在所述搜索词i对应的应用类型对应的推 荐框内之后,所述程序包括还用于执行以下步骤的指令:
突出显示所述推荐框;或者,突出显示所述推荐框内展示的至少一个搜索词。
在一示例中,突出显示所述推荐框的方式包括以下至少一种:在所述推荐框的边上显示指示标志,所述指示标志指向所述推荐框;将所述推荐框的边框加粗,或将所述推荐框的边框颜色显示成与所述搜索框的边框颜色不同;在所述推荐框上显示一动画。
在一示例中,突出显示所述推荐框内展示的至少一个搜索词的方式包括以下至少一种:将所述推荐框内展示的至少一个搜索词加粗;将所述推荐框内展示的至少一个搜索词的字体显示成与除了所述推荐框之外的其他字的字体不同;将所述推荐框内展示的至少一个搜索词的颜色显示成与除了所述推荐框之外的其他字的颜色不同。
在一示例中,在确定所述N个搜索词对应的应用类型方面,所述程序包括具体用于执行以下步骤的指令:
根据搜索词与应用类型的映射关系,确定所述N个搜索词对应的应用类型。
需要说明的是,本实施例所述的内容的具体实现方式可参见上述方法,在此不再叙述。
上述主要从方法侧执行过程的角度对本申请实施例的方案进行了介绍。可以理解的是,终端设备为了实现上述功能,其包含了执行各个功能相应的硬件结构和/或软件模块。本领域技术人员应该很容易意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,本申请能够以硬件或硬件和计算机软件的结合形式来实现。某个功能究竟以硬件还是计算机软件驱动硬件的方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。
本申请实施例可以根据上述方法示例对终端设备进行功能单元的划分,例 如,可以对应各个功能划分各个功能单元,也可以将两个或两个以上的功能集成在一个处理单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。需要说明的是,本申请实施例中对单元的划分是示意性的,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式。
在采用集成的单元的情况下,图7示出了上述实施例中所涉及的终端设备的一种可能的功能单元组成框图。终端设备700包括:处理单元701、通信单元702和存储单元703,处理单元701包括获取单元7011、确定单元7012、展示单元7013和更新单元7014。存储单元703用于存储终端设备的程序代码和数据。通信单元702用于支持终端设备与其他设备的通信。上述某些单元(获取单元7011、确定单元7012、展示单元7013和更新单元7014)用于执行上述方法的相关步骤。
其中,获取单元7011,用于获取N个搜索词,所述N为正整数;
确定单元7012,用于确定所述N个搜索词对应的应用类型,每个应用类型对应一个推荐框;
展示单元7013,用于将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内,所述搜索词i为所述N个搜索词中的其中一个。
在一示例中,在展示单元7013将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内之后,所述终端设备还包括
更新单元7014,用于当所述搜索词i在推荐框内展示的时间超过预设时长时,更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
在一示例中,更新单元7014,还用于当在所述预设时长内检测到针对所述搜索词i的点击操作时,更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
在一示例中,获取单元7011具体用于:
获取M个用户当前搜索的K个搜索词,所述M为正整数,所述K大于所述N;从所述K个搜索词中选取N个搜索词。
在一示例中,获取单元7011具体用于:
获取所述用户在目标时段内的Z个搜索词;
从Z个搜索词中选取出被所述用户搜索次数大于或等于目标次数,且最近一次搜索的搜索时间距离当前系统时间小于目标时长的N个搜索词,所述Z大于所述N,所述目标时段的终止时间节点为当前系统时间。
在一示例中,在展示单元7013将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内之后,展示单元7013,还用于突出显示所述推荐框;或者,突出显示所述推荐框内展示的至少一个搜索词。
在一示例中,突出显示所述推荐框的方式包括以下至少一种:在所述推荐框的边上显示指示标志,所述指示标志指向所述推荐框;将所述推荐框的边框加粗,或将所述推荐框的边框颜色显示成与所述搜索框的边框颜色不同;在所述推荐框上显示一动画。
在一示例中,突出显示所述推荐框内展示的至少一个搜索词的方式包括以下至少一种:将所述推荐框内展示的至少一个搜索词加粗;将所述推荐框内展示的至少一个搜索词的字体显示成与除了所述推荐框之外的其他字的字体不同;将所述推荐框内展示的至少一个搜索词的颜色显示成与除了所述推荐框之外的其他字的颜色不同。
在一示例中,确定单元7012具体用于:
根据搜索词与应用类型的映射关系,确定所述N个搜索词对应的应用类型。
其中,处理单元701可以是处理器或控制器,(例如可以是中央处理器(Central Processing Unit,CPU),通用处理器,数字信号处理器(Digital Signal Processor,DSP),专用集成电路(Application-Specific Integrated Circuit,ASIC),现场可编程门阵列(Field Programmable Gate Array,FPGA)或者其他可编程逻辑器件、晶体管逻辑器件、硬件部件或者其任意组合。其可以实现或执行结合本申请公开内容所描述的各种示例性的逻辑方框,模块和电路。所述处理器也可以是实现计算功能的组合,例如包含一个或多个微处理器组合,DSP和微处理器的组合等等)。存储单元703可以是存储器,通信单元702可以是收发器、收发电路、射频芯片、通信接口等。
本申请实施例还提供了一种终端设备,如图8所示,为了便于说明,仅示出了与本申请实施例相关的部分,具体技术细节未揭示的,请参照本申请实施例方法部分。该终端设备为手机为例:
图8示出的是与本申请实施例提供的终端设备相关的手机的部分结构的框图。参考图8,手机包括:射频(Radio Frequency,RF)电路10、存储器20、输入单元30、显示单元40、传感器50、音频电路60、无线保真(Wireless Fidelity,WiFi)模块70、处理器80、以及电源90等部件。本领域技术人员可以理解,图8中示出的手机结构并不构成对手机的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。
下面结合图8对手机的各个构成部件进行具体的介绍:
RF电路10可用于信息的接收和发送。通常,RF电路10包括但不限于天线、至少一个放大器、收发信机、耦合器、低噪声放大器(Low Noise Amplifier,LNA)、双工器等。此外,RF电路10还可以通过无线通信与网络和其他设备通信。上述无线通信可以使用任一通信标准或协议,包括但不限于全球移动通讯系统(Global System of Mobile communication,GSM)、通用分组无线服务(General Packet Radio Service,GPRS)、码分多址(Code Division Multiple Access,CDMA)、宽带码分多址(Wideband Code Division Multiple Access,WCDMA)、长期演进(Long Term Evolution,LTE)、电子邮件、短消息服务(Short Messaging Service,SMS)等。
存储器20可用于存储软件程序以及模块,处理器80通过运行存储在存储器20的软件程序以及模块,从而执行手机的各种功能应用以及数据处理。存储器20可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序等;存储数据区可存储根据手机的使用所创建的数据等。此外,存储器20可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。
输入单元30可用于接收输入的数字或字符信息,以及产生与手机的用户设置以及功能控制有关的键信号输入。具体地,输入单元30可包括指纹识别 模组以及其他输入设备。指纹识别模组可采集用户在其上的指纹数据。其他输入设备可以包括但不限于触控屏、物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆等中的一种或多种。
显示单元40可用于显示由用户输入的信息或提供给用户的信息以及手机的各种菜单。显示单元40可包括显示屏41,可选的,可以采用液晶显示器(Liquid Crystal Display,LCD)、有机发光二极管(Organic Light-Emitting Diode,OLED)等形式来配置显示屏41。
手机还可包括至少一种传感器50,比如光传感器、运动传感器以及其他传感器。具体地,光传感器可包括环境光传感器及接近传感器,其中,环境光传感器可根据环境光线的明暗来调节显示屏41的亮度,接近传感器可在手机移动到耳边时,关闭显示屏41和/或背光。作为运动传感器的一种,加速计传感器可检测各个方向上(一般为三轴)加速度的大小,静止时可检测出重力的大小及方向,可用于识别手机姿态的应用(比如横竖屏切换、相关游戏、磁力计姿态校准)、振动识别相关功能(比如计步器、敲击)等;至于手机还可配置的陀螺仪、气压计、湿度计、温度计、红外线传感器等其他传感器,在此不再赘述。
音频电路60、扬声器61,传声器62可提供用户与手机之间的音频接口。音频电路60可将接收到的音频数据转换后的电信号,传输到扬声器61,由扬声器61转换为声音信号播放;另一方面,传声器62将收集的声音信号转换为电信号,由音频电路60接收后转换为音频数据,再将音频数据播放处理器80处理后,经RF电路10以发送给比如另一手机,或者将音频数据播放至存储器20以便进一步处理。
WiFi属于短距离无线传输技术,手机通过WiFi模块70可以帮助用户收发电子邮件、浏览网页和访问流式媒体等,它为用户提供了无线的宽带互联网访问。虽然图8示出了WiFi模块70,但是可以理解的是,其并不属于手机的必须构成,完全可以根据需要在不改变发明的本质的范围内而省略。
处理器80是手机的控制中心,利用各种接口和线路连接整个手机的各个部分,通过运行或执行存储在存储器20内的软件程序和/或模块,以及调用存 储在存储器20内的数据,执行手机的各种功能和处理数据,从而对手机进行整体监控。可选的,处理器80可包括一个或多个处理单元;优选的,处理器80可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器80中。
手机还包括给各个部件供电的电源90(比如电池),优选的,电源可以通过电源管理系统与处理器80逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。
尽管未示出,手机还可以包括摄像头、蓝牙模块等,在此不再赘述。
前述图1和图5所示的实施例中,各步骤方法中终端设备的流程可以基于该手机的结构实现。
前述图7所示的实施例中,各单元功能可以基于该手机的结构实现。
本申请实施例还提供一种计算机存储介质,其中,该计算机存储介质存储用于电子数据交换的计算机程序,该计算机程序使得计算机执行如上述方法实施例中记载的任一方法的部分或全部步骤,所述计算机包括终端设备。
本申请实施例还提供一种计算机程序产品,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操作来使计算机执行如上述方法实施例中记载的任一方法的部分或全部步骤。该计算机程序产品可以为一个软件安装包,所述计算机包括终端设备。
本申请实施例所描述的方法或者算法的步骤可以以硬件的方式来实现,也可以是由处理器执行软件指令的方式来实现。软件指令可以由相应的软件模块组成,软件模块可以被存放于随机存取存储器(Random Access Memory,
RAM)、闪存、只读存储器(Read Only Memory,ROM)、可擦除可编程只读存储器(Erasable Programmable ROM,EPROM)、电可擦可编程只读存储器(Electrically EPROM,EEPROM)、寄存器、硬盘、移动硬盘、只读光盘
(CD-ROM)或者本领域熟知的任何其它形式的存储介质中。一种示例性的存储介质耦合至处理器,从而使处理器能够从该存储介质读取信息,且可向该存储介质写入信息。当然,存储介质也可以是处理器的组成部分。处理器和存储 介质可以位于ASIC中。另外,该ASIC可以位于接入网设备、目标网络设备或核心网设备中。当然,处理器和存储介质也可以作为分立组件存在于接入网设备、目标网络设备或核心网设备中。
本领域技术人员应该可以意识到,在上述一个或多个示例中,本申请实施例所描述的功能可以全部或部分地通过软件、硬件、固件或者其任意组合来实现。当使用软件实现时,可以全部或部分地以计算机程序产品的形式实现。所述计算机程序产品包括一个或多个计算机指令。在计算机上加载和执行所述计算机程序指令时,全部或部分地产生按照本申请实施例所述的流程或功能。所述计算机可以是通用计算机、专用计算机、计算机网络、或者其他可编程装置。所述计算机指令可以存储在计算机可读存储介质中,或者从一个计算机可读存储介质向另一个计算机可读存储介质传输,例如,所述计算机指令可以从一个网站站点、计算机、服务器或数据中心通过有线(例如同轴电缆、光纤、数字用户线(Digital Subscriber Line,DSL))或无线(例如红外、无线、微波等)方式向另一个网站站点、计算机、服务器或数据中心进行传输。所述计算机可读存储介质可以是计算机能够存取的任何可用介质或者是包含一个或多个可用介质集成的服务器、数据中心等数据存储设备。所述可用介质可以是磁性介质(例如,软盘、硬盘、磁带)、光介质(例如,数字视频光盘(Digital Video Disc,DVD))、或者半导体介质(例如,固态硬盘(Solid State Disk,SSD))等。
以上所述的具体实施方式,对本申请实施例的目的、技术方案和有益效果进行了进一步详细说明,所应理解的是,以上所述仅为本申请实施例的具体实施方式而已,并不用于限定本申请实施例的保护范围,凡在本申请实施例的技术方案的基础之上,所做的任何修改、等同替换、改进等,均应包括在本申请实施例的保护范围之内。

Claims (20)

  1. 一种搜索词的推荐方法,其特征在于,包括:
    获取N个搜索词,所述N为正整数;
    确定所述N个搜索词对应的应用类型,每个应用类型对应一个推荐框;
    将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内,所述搜索词i为所述N个搜索词中的其中一个。
  2. 根据权利要求1所述的方法,其特征在于,所述将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内之后,所述方法还包括:
    当所述搜索词i在推荐框内展示的时间超过预设时长时,更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
  3. 根据权利要求2所述的方法,其特征在于,所述方法还包括:
    当在所述预设时长内检测到针对所述搜索词i的点击操作时,更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
  4. 根据权利要求1-3任一项所述的方法,其特征在于,所述获取N个搜索词,包括:
    获取M个用户当前搜索的K个搜索词,所述M为正整数,所述K大于或等于所述M;从所述K个搜索词中选取N个搜索词,所述K大于所述N。
  5. 根据权利要求1-3任一项所述的方法,其特征在于,所述获取N个搜索词,包括:
    获取所述用户在目标时段内的Z个搜索词;
    从Z个搜索词中选取出被所述用户搜索次数大于或等于目标次数,且最近一次搜索的搜索时间距离当前系统时间小于目标时长的N个搜索词,所述Z大于所述N,所述目标时段的终止时间节点为当前系统时间。
  6. 根据权利要求1-5任一项所述的方法,其特征在于,所述将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内之后,所述方法还包括:
    突出显示所述推荐框;或者,突出显示所述推荐框内展示的至少一个搜索词。
  7. 根据权利要求6所述的方法,其特征在于,突出显示所述推荐框的方式包括以下至少一种:在所述推荐框的边上显示指示标志,所述指示标志指向所述推荐框;将所述推荐框的边框加粗,或将所述推荐框的边框颜色显示成与所述搜索框的边框颜色不同;在所述推荐框上显示一动画。
  8. 根据权利要求6所述的方法,其特征在于,突出显示所述推荐框内展示的至少一个搜索词的方式包括以下至少一种:将所述推荐框内展示的至少一个搜索词加粗;将所述推荐框内展示的至少一个搜索词的字体显示成与除了所述推荐框之外的其他字的字体不同;将所述推荐框内展示的至少一个搜索词的颜色显示成与除了所述推荐框之外的其他字的颜色不同。
  9. 根据权利要求1-8任一项所述的方法,其特征在于,所述确定所述N个搜索词对应的应用类型,包括:
    根据搜索词与应用类型的映射关系,确定所述N个搜索词对应的应用类型。
  10. 一种终端设备,其特征在于,包括:
    获取单元,用于获取N个搜索词,所述N为正整数;
    确定单元,用于确定所述N个搜索词对应的应用类型,每个应用类型对应一个推荐框;
    展示单元,用于将搜索词i展示在所述搜索词i对应的应用类型对应的推荐框内,所述搜索词i为所述N个搜索词中的其中一个。
  11. 根据权利要求10所述的终端设备,其特征在于,所述终端设备还包括:
    更新单元,用于当所述搜索词i在推荐框内展示的时间超过预设时长时,更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
  12. 根据权利要求11所述的终端设备,其特征在于,
    所述更新单元,还用于当在所述预设时长内检测到针对所述搜索词i的点击操作时,更新所述搜索词i对应的应用类型对应的推荐框内展示的搜索词。
  13. 根据权利要求10-12任一项所述的终端设备,其特征在于,所述获取单元具体用于:
    获取M个用户当前搜索的K个搜索词,所述M为正整数,所述K大于或等于所述M;从所述K个搜索词中选取N个搜索词,所述K大于所述N。
  14. 根据权利要求10-12任一项所述的终端设备,其特征在于,所述获取单元具体用于:
    获取所述用户在目标时段内的Z个搜索词;
    从Z个搜索词中选取出被所述用户搜索次数大于或等于目标次数,且最近一次搜索的搜索时间距离当前系统时间小于目标时长的N个搜索词,所述Z大于所述N,所述目标时段的终止时间节点为当前系统时间。
  15. 根据权利要求10-14任一项所述的终端设备,其特征在于,
    所述展示单元,还用于突出显示所述推荐框;或者,突出显示所述推荐框内展示的至少一个搜索词。
  16. 根据权利要求15所述的终端设备,其特征在于,突出显示所述推荐框的方式包括以下至少一种:在所述推荐框的边上显示指示标志,所述指示标志指向所述推荐框;将所述推荐框的边框加粗,或将所述推荐框的边框颜色显示成与所述搜索框的边框颜色不同;在所述推荐框上显示一动画。
  17. 根据权利要求15所述的终端设备,其特征在于,突出显示所述推荐框内展示的至少一个搜索词的方式包括以下至少一种:将所述推荐框内展示的至少一个搜索词加粗;将所述推荐框内展示的至少一个搜索词的字体显示成与除了所述推荐框之外的其他字的字体不同;将所述推荐框内展示的至少一个搜索词的颜色显示成与除了所述推荐框之外的其他字的颜色不同。
  18. 根据权利要求10-17任一项所述的终端设备,其特征在于,所述确定单元具体用于:
    根据搜索词与应用类型的映射关系,确定所述N个搜索词对应的应用类型。
  19. 一种终端设备,其特征在于,包括一个或多个处理器、一个或多个存储器、一个或多个收发器,以及一个或多个程序,所述一个或多个程序被存储在所述存储器中,并且被配置由所述一个或多个处理器执行,所述程序包括用于执行如权利要求1-9任一项所述的方法中的步骤的指令。
  20. 一种计算机可读存储介质,其特征在于,其存储用于电子数据交换的计算机程序,其中,所述计算机程序使得计算机执行如权利要求1-9任一项所述的方法。
PCT/CN2017/100077 2017-08-31 2017-08-31 搜索词的推荐方法及相关设备 Ceased WO2019041277A1 (zh)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN201780092124.9A CN110799974B (zh) 2017-08-31 2017-08-31 搜索词的推荐方法及相关设备
US16/636,220 US20200372053A1 (en) 2017-08-31 2017-08-31 Method for Recommending Search Word, and Related Device
PCT/CN2017/100077 WO2019041277A1 (zh) 2017-08-31 2017-08-31 搜索词的推荐方法及相关设备
EP17923633.6A EP3667516A1 (en) 2017-08-31 2017-08-31 Method for recommending search word, and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/100077 WO2019041277A1 (zh) 2017-08-31 2017-08-31 搜索词的推荐方法及相关设备

Publications (1)

Publication Number Publication Date
WO2019041277A1 true WO2019041277A1 (zh) 2019-03-07

Family

ID=65524738

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/100077 Ceased WO2019041277A1 (zh) 2017-08-31 2017-08-31 搜索词的推荐方法及相关设备

Country Status (4)

Country Link
US (1) US20200372053A1 (zh)
EP (1) EP3667516A1 (zh)
CN (1) CN110799974B (zh)
WO (1) WO2019041277A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113190741A (zh) * 2021-05-08 2021-07-30 维沃移动通信(杭州)有限公司 搜索方法、装置、电子设备及存储介质
CN113297470A (zh) * 2020-10-22 2021-08-24 阿里巴巴集团控股有限公司 信息推荐方法、装置及电子设备

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114995661B (zh) 2021-02-20 2025-10-24 花瓣云科技有限公司 一种联想词展示方法、终端设备及计算机存储介质
CN116089368B (zh) * 2022-08-01 2023-12-19 荣耀终端有限公司 文件搜索方法和相关装置
KR102950423B1 (ko) * 2024-03-19 2026-04-09 쿠팡 주식회사 검색어 추천 방법, 장치 및 기록 매체

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929869A (zh) * 2011-08-02 2013-02-13 北京百度网讯科技有限公司 基于地理位置的检索方法、装置及系统
CN103647800A (zh) * 2013-11-19 2014-03-19 乐视致新电子科技(天津)有限公司 推荐应用资源的方法及系统
CN103714088A (zh) * 2012-10-09 2014-04-09 深圳市世纪光速信息技术有限公司 搜索词获取方法、服务器、搜索词推荐方法及系统
CN106021449A (zh) * 2016-05-17 2016-10-12 北京金山安全软件有限公司 用于移动终端的搜索方法、装置以及移动终端
CN106294661A (zh) * 2016-08-04 2017-01-04 百度在线网络技术(北京)有限公司 一种扩展搜索方法与装置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070244866A1 (en) * 2006-04-18 2007-10-18 Mainstream Advertising, Inc. System and method for responding to a search request
KR101482756B1 (ko) * 2013-08-07 2015-01-14 네이버 주식회사 의미적 지역을 기반으로 검색어를 추천하는 방법 및 시스템
CN104035957B (zh) * 2014-04-14 2019-01-25 百度在线网络技术(北京)有限公司 搜索方法和装置
US9671956B2 (en) * 2014-06-18 2017-06-06 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Presenting search term suggestions on graphical user interfaces
CN105095440B (zh) * 2015-07-23 2019-02-12 百度在线网络技术(北京)有限公司 一种搜索推荐方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929869A (zh) * 2011-08-02 2013-02-13 北京百度网讯科技有限公司 基于地理位置的检索方法、装置及系统
CN103714088A (zh) * 2012-10-09 2014-04-09 深圳市世纪光速信息技术有限公司 搜索词获取方法、服务器、搜索词推荐方法及系统
CN103647800A (zh) * 2013-11-19 2014-03-19 乐视致新电子科技(天津)有限公司 推荐应用资源的方法及系统
CN106021449A (zh) * 2016-05-17 2016-10-12 北京金山安全软件有限公司 用于移动终端的搜索方法、装置以及移动终端
CN106294661A (zh) * 2016-08-04 2017-01-04 百度在线网络技术(北京)有限公司 一种扩展搜索方法与装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3667516A4 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113297470A (zh) * 2020-10-22 2021-08-24 阿里巴巴集团控股有限公司 信息推荐方法、装置及电子设备
CN113190741A (zh) * 2021-05-08 2021-07-30 维沃移动通信(杭州)有限公司 搜索方法、装置、电子设备及存储介质
CN113190741B (zh) * 2021-05-08 2023-07-25 维沃移动通信(杭州)有限公司 搜索方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN110799974A (zh) 2020-02-14
EP3667516A4 (en) 2020-06-17
EP3667516A1 (en) 2020-06-17
CN110799974B (zh) 2024-04-19
US20200372053A1 (en) 2020-11-26

Similar Documents

Publication Publication Date Title
WO2019041280A1 (zh) 应用资源推荐方法及相关设备
CN108156508B (zh) 弹幕信息处理的方法、装置、移动终端、服务器及系统
WO2015043189A1 (zh) 一种显示消息的方法、装置及终端设备
CN104967896A (zh) 一种显示弹幕评论信息的方法和装置
CN106484283A (zh) 一种显示控制方法及移动终端
WO2019041277A1 (zh) 搜索词的推荐方法及相关设备
WO2015007232A1 (en) Method, device and mobile terminal for checking message
WO2015172705A1 (en) Method and system for collecting statistics on streaming media data, and related apparatus
CN107634952B (zh) 刷量资源确定方法、装置、服务设备、移动终端及存储介质
WO2018049885A1 (zh) 一种数据迁移方法及装置
CN106155557A (zh) 一种虚拟按键显示方法及移动终端
WO2019041285A1 (zh) 联想词推荐方法、移动终端以及计算机可读存储介质
WO2015067142A1 (zh) 网页显示方法及装置
WO2015027864A1 (en) Method, device and touch screen apparatus for refreshing content of draggable listview
US20160308879A1 (en) Application-Based Service Providing Method, Apparatus, and System
CN110753914B (zh) 信息处理方法、存储介质和移动终端
US11520841B2 (en) Information recommendation method, terminal device, and server
CN106249992A (zh) 一种网页控制方法及移动终端
EP3550790A1 (en) Streaming media data processing method and mobile terminal
WO2019056324A1 (zh) 推荐联想词的方法、移动终端以及计算机可读存储介质
CN106339391B (zh) 一种网页显示方法,及终端设备
CN107272986A (zh) 快速查找应用的方法及相关产品
CN107317917B (zh) 应用控制方法及相关产品
CN106815078B (zh) 一种内存控制方法及设备
WO2019072179A1 (zh) 应用程序运行控制方法及装置

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2017923633

Country of ref document: EP

Effective date: 20200309