WO2013086987A1 - 一种软件推荐方法及推荐系统 - Google Patents
一种软件推荐方法及推荐系统 Download PDFInfo
- Publication number
- WO2013086987A1 WO2013086987A1 PCT/CN2012/086473 CN2012086473W WO2013086987A1 WO 2013086987 A1 WO2013086987 A1 WO 2013086987A1 CN 2012086473 W CN2012086473 W CN 2012086473W WO 2013086987 A1 WO2013086987 A1 WO 2013086987A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- software
- client
- data
- age
- module
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9535—Search customisation based on user profiles and personalisation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0282—Rating or review of business operators or products
Definitions
- the present invention relates to the field of computer technologies, and in particular, to a software recommendation method and a recommendation system. Background technique
- the present invention has been made in order to provide a software recommendation apparatus and corresponding software recommendation method that overcomes the above problems or at least partially solves or alleviates the above problems.
- a software recommendation method comprising: detecting software installed by a client and/or a web application that has been run;
- the client Analyze the installed software and/or the running web application of the client and obtain personalized data of the client user, the personalized data including age data, and/or personality Data, and/or gender data;
- a corresponding software recommendation mechanism is provided.
- the personality data includes description information of personality and hobbies.
- the providing the corresponding software recommendation mechanism includes: providing a corresponding software recommendation list; and/or providing a corresponding software recommendation list, and providing related operations of the recommendation software, where the related operations include adjusting an interface layout, And/or adjust the size of the font display, and/or adjust the interface display brightness.
- a software recommendation system comprising: a software detection module, configured to detect software installed by a client and/or a web application that has been run;
- a software analysis module configured to analyze software installed by the client and/or an already run web application, and obtain personalized data of the client user, where the personalized data includes age data, and/or personality data, and / or gender data;
- the software recommendation module is configured to provide a corresponding software recommendation mechanism according to the personalized data of the client user.
- the personality data includes description information of personality and hobbies.
- a computer program comprising computer readable code, when the computer readable code is run on a server, causing the server to perform according to any of claims 1-13 The software method described in the item.
- a computer readable medium storing the computer program according to claim 25 is provided.
- the application detects which software has been installed on the client, or which web applications have been run, and then analyzes the software or the web application to obtain personalized data of the client user, the personalized data including age data, and / or personality data, and / or gender data, and finally according to the personalized data of the client user, provide a corresponding software recommendation mechanism, thereby automatically recommending the software required by the user for the user.
- This kind of software recommendation method that is specific to different users' different personalities, because the user installed software or running web application is analyzed by user preference, the recommendation is more targeted, and the recommended software is more useful to the user; Moreover, users do not need to find through cumbersome operations in numerous software. The software you need.
- the application can also give a description of the user's age, gender, personality and other personality, increase the interest of the recommendation, and achieve a better recommendation.
- FIG. 1 is a flow chart schematically showing a software recommendation method according to an embodiment of the present invention
- FIG. 2 is a block diagram schematically showing a structure of a software recommendation system according to an embodiment of the present invention
- Figure 3 schematically shows a block diagram of a server for performing the method according to the invention
- Fig. 4 schematically shows a storage unit for holding or carrying program code implementing the method according to the invention.
- the present application provides a software recommendation method and system, which can recommend different software for different users and different users, without the user having to find the required software.
- FIG. 1 is a flowchart of a software recommendation method according to an embodiment of the present application.
- Step 101 Detecting software installed by the client and/or running web application;
- the client may be a computer such as a desktop computer or a notebook computer, or may be a mobile phone, an IP AD, or the like, or a portable device. , and other types of devices that can be used as a client.
- the software list installed by the client can be obtained by detecting the key value in the client registry. For example, check the following key values:
- HKEY LOCAL—MACHINE ⁇ SOFTWARE ⁇ Microsoft ⁇ Windows ⁇ Curre ntVersion ⁇ Uninstall ;
- HKEY LOCAL— MACHINE ⁇ SOFTWARE ⁇ Microsoft ⁇ Windows ⁇ Cu rrentVersion ⁇ Installer ⁇ UserData ⁇ * *** * ⁇ Products.
- the first key value records the uninstall string and related attributes of the installed software of the client, such as the uninstall path. If the client has installed a certain software, there may be information such as the uninstall path in the key value. recording.
- the second key value records the description information of the installed software of the client, such as the software name, version number, creation time, etc. If the client has installed a certain software, it may also have a description in the key value.
- the above two registry keys can be used separately to detect the software installed on the client. If there are related software parameters in these key values, it means that the software is installed on the user's computer.
- the embodiment of the present application adopts the same The method of detecting the above two key values ensures the accuracy of the detection.
- a running web application For web applications that are run through a client browser, you can get a running web application by detecting browser events. For example, a web page opened by a browser, or a web game opened by a browser, etc., these are web applications that are opened by a browser, and as long as the browser event is captured and analyzed, the client can be known. What is the specific web application running on the side.
- the launched web application can be obtained by detecting the launcher.
- This launcher is also a client program that launches the web application on the web and loads it into the client. Therefore, by detecting whether such a client launcher loads a web application, it is possible to know what the web application running on the client is.
- Step 102 Perform analysis on the installed software and/or the running web application of the client, and obtain personalized data of the client user, where the personalized data includes age data, and/or personality data, and/or gender.
- a person chooses different software to install according to their age, personality, gender, etc.
- the users who install the software are generally younger, and users who install more game software generally like to play games, and so on.
- the embodiments of the present application assign different attributes to various softwares, such as software age, software personality, software gender, etc., by analyzing the software attributes of the installed software of the client, Personalize information about the age, personality, gender, etc. of users who use these software.
- the age data includes information describing a person's age, such as "Your current software age is 25 years old” and the like.
- the personality data includes descriptions of personality and hobbies, such as “You are a quiet person” and "You love to travel”.
- the gender data includes a gender description of whether a person is male or female, such as “You are a woman” or "You are a lady.” These personalized data can be output to the client for display to the user, thereby increasing the user's interest.
- the personalized data may be only age data, or only personality data, or only gender data, or all three types of data are included.
- the personalized data may also include other types of data, such as occupational data, etc., all within the scope of the personalized data described in the embodiments of the present application.
- Step 103 Provide a corresponding software recommendation mechanism according to the personalized data of the client user.
- the software recommendation mechanism may include multiple mechanisms, for example: Provide a corresponding list of software recommendations, that is, for different ages, personality, gender, will recommend different software, try to make the recommended software meet user needs, can be used by users. For example, recommend software that matches the user's personality.
- a corresponding software recommendation list is provided, and related operations of the recommended software are provided, including adjusting the interface layout, and/or adjusting the size of the font display, and/or adjusting the interface display brightness.
- related operations including adjusting the interface layout, and/or adjusting the size of the font display, and/or adjusting the interface display brightness.
- the related operations are not limited to the above-listed cases, and may also include operations in other various application situations.
- Sub-step 1 searching a software analysis library, where the age score corresponding to each software is preset in the software analysis library;
- Sub-step 2 obtaining the age score corresponding to each software installed by the client; Sub-step 3, calculating the age data of the client user according to the age score corresponding to the software installed by the client.
- the preset base age data is cumulatively added to the age score corresponding to all software installed on the client, and the age data of the client user is obtained; the age data of the client user is calculated.
- the software analysis library first classifies all software.
- the specific software classification can be as follows: Secure antivirus, browser, chat, games, music, video, download, input method, picture, compression, stock online banking, and more.
- the software analysis library sets the base age, and based on the reference age, the age score is set for each software according to the user's usage.
- the software of the bonus points indicates that the user group is older and less.
- the software indicates that the user group is younger.
- the specific score settings can be as follows:
- the software age of the user is: 25 years old.
- the above scores are only examples, and other forms of ageing impact data can be used.
- curve functions can also be used to simulate calculations, so that the calculation results are more in line with the actual situation.
- the user software personality is mainly distinguished by how much software is installed in the category. For example, if a user "game” is classified and installed a lot of software, the user is considered to be a person who loves games and likes to control. By analogy, the description of the personality of each category is calculated to form a personality analysis.
- Sub-step 1 Find a software analysis library to determine the software classification of each software installed on the client;
- Sub-step 2 counting the number of software installed by the client under each software category; sub-step 3, when the number of installed software of the client under a certain software category is greater than or equal to the preset number of the software classification, Obtaining personality data corresponding to the software category;
- Sub-step 4 synthesizing the personality data corresponding to the plurality of software categories of the same client, and obtaining the personality data of the client user.
- sub-step 4 may also be included before sub-step 4:
- Sub-step 11 searching a software analysis library, where the special software and its corresponding personality data are preset;
- Sub-step 22 when the software that the client has installed is a special soft in the software analysis library When the piece is obtained, the character data corresponding to the special software is obtained.
- test criteria can be set:
- the number of installed software in the classification is greater than or equal to the number on the right, it means that the software is installed more, and the corresponding character description can be performed for the classification; if the number of installed software in the classification is less than or equal to the number on the left, it means that the software installation is more Less, no need to give a description of the character.
- the above test standards can be adjusted, even more finely divided.
- personality data can be in the following format:
- the composite format of multiple personalities can be:
- Landlyne is a person who loves freedom, unrestrained, and adventurous!
- the special software in the software classification can be separated and treated as special software. If the user installs these special software, the user's personality description can be directly determined, and the character description of the special software will be used instead of the character of the classification. word description.
- the special software is as follows:
- Sub-step 1 searching for a software analysis library, wherein the software analysis library presets a ratio of each software in the male and female categories; Sub-step 2, obtaining the ratio of each software installed by the client in the male and female categories;
- Sub-step 3 the installed software of the client is added according to the male and female categories, and the total ratios after the addition are compared, and a gender with a high total ratio is selected as the gender of the client user. data.
- the software gender based on user usage statistics is as follows:
- a list of software recommendations for age-changing is provided based on the age data of the client user, and the list of recommended software includes a list of software recommendations for reducing age and/or a list of software recommendations for age-enhancing.
- the user software age is less than your actual age, a list of software that increases your age is available. If the user software is older than the actual age, a list of software that reduces age is also available.
- the software age of a user is determined by software personality analysis: 32 years old, which is greater than the actual age of the user is 28 years old.
- buttons can also give the "Reducing my software age” and "Improve my software age” buttons. After clicking one of the buttons, the user can open the corresponding software recommendation list.
- keywords related to the personality data are provided, and a software recommendation list is provided corresponding to the keyword.
- keywords are provided for each personality, such as: game control, music enthusiasts, movie lovers, etc. Combine all the keywords and provide the user with a function button: What kind of person I want to be. When the user clicks the button, they can see a lot of related keywords. For example, clicking the "I want to be a music enthusiast" link will open a list of related software recommendations, which have the necessary software and music for music enthusiasts. In this way, if the user installs the recommended software, they will have the title of "Music Enthusiast”.
- Gender-specific software recommendations A list of software recommendations corresponding to the gender data is provided based on the gender data of the client user.
- each software sets the ratio of male and female use. If the current user is male, it is recommended that male-dominated software, such as "360 hardware master”, etc.; If the user is a female, then the software that women are leading to, such as "Meitu Xiu Xiu", is recommended.
- this kind of software recommendation method that is specific to different users' different personalities, because the recommended software is more useful to the user; Moreover, the user does not need to find the software that he needs through cumbersome operations in numerous softwares. .
- the method described in the embodiment of the present application can also provide a description about the user's age, gender, personality, and the like, and increase the interest of the recommendation, thereby achieving a better recommendation effect.
- the present application further provides a corresponding software recommendation system embodiment to implement the content described in the foregoing method embodiments.
- FIG. 2 is a structural diagram of a software recommendation system according to an embodiment of the present application.
- the software recommendation system can include the following modules:
- the software detection module 10 is configured to detect software installed by the client and/or a web application that has been run;
- the software analysis module 20 is configured to analyze the installed software and/or the running web application of the client, and obtain personalized data of the client user, where the personalized data includes age data, and/or personality data, And/or gender data;
- the software recommendation module 30 is configured to provide a corresponding software recommendation mechanism according to the personalized data of the client user.
- the personality data includes description information of personality and hobbies.
- the software recommendation module provides a corresponding software recommendation mechanism, which may include:
- Related operations include adjusting the interface layout, and/or adjusting the size of the font display, and/or adjusting the interface display brightness.
- the software detecting module 10 can obtain a list of software installed by the client by detecting a key value in the client registry.
- the software detection module 10 can obtain a web application running through a browser by detecting a browser event; and/or obtain a web application running through the startup program by detecting a startup program installed by the client.
- the software analysis module 20 may specifically include the following sub-modules:
- An age finding sub-module configured to search a software analysis library, where the age score corresponding to each software is preset in the software analysis library;
- the age acquisition sub-module is used to obtain the age value corresponding to each software installed by the client;
- the age calculation sub-module is configured to calculate the age data of the client user according to the age score corresponding to the installed software of the client.
- the calculation sub-module adds the preset reference age data to the age score corresponding to all the software installed by the client, and obtains the age data of the client user; or, the system calculates the client user's Age data.
- the software analysis module 20 may specifically include the following sub-modules:
- a classification finding sub-module for finding a software analysis library to determine a software classification of each software installed on the client
- a classification statistics sub-module for counting the number of installed software of the client under each software classification
- the character acquisition sub-module is configured to obtain the personality data corresponding to the software category when the number of installed software of the client under a certain software classification is greater than or equal to the preset quantity of the software classification;
- Character synthesis sub-module a character used to classify corresponding software of the same client
- the data is synthesized to obtain the personality data of the client user.
- the software analysis module 20 may further include:
- a special software search sub-module configured to search a software analysis library, where the special software and its corresponding personality data are preset
- the character acquisition sub-module is further configured to acquire the personality data corresponding to the special software when a certain software installed by the client is special software in the software analysis library.
- the software analysis module 20 may specifically include the following sub-modules:
- a gender finding sub-module configured to find a software analysis library, wherein the software analysis library presets a ratio of each software in a male and female category;
- the gender acquisition sub-module is used to obtain the ratio of each software installed by the client in the male and female categories;
- the gender determination sub-module is configured to compare the installed software of the client according to the male and female categories, and compare the total ratios after the addition, and select a gender with a high total ratio as the client. User's gender data.
- the software recommendation module 30 provides a software recommendation list for changing age according to the age data of the client user, where the recommended software list includes a software recommendation list for reducing age and/or a software recommendation list for increasing age;
- the software recommendation module 30 provides keywords related to the personality data according to the personality data of the client user, and provides a software recommendation list corresponding to the keywords;
- the software recommendation module 30 Based on the gender data of the client user, the software recommendation module 30 provides a software recommendation list corresponding to the gender data.
- DSP digital signal processor
- the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
- a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
- a server that recommends a system such as an application server.
- the server conventionally includes a processor 310 and a computer program product or computer readable medium in the form of a memory 320.
- the memory 320 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
- the memory 320 has a memory space 330 for program code 331 for performing any of the method steps described above.
- storage space 330 for program code may include various program code 331 for implementing various steps in the above methods, respectively.
- the program code can be read from or written to one or more computer program products.
- These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
- Such computer program products are typically portable or fixed storage units as described with reference to FIG.
- the storage unit may have a storage section, a storage space, and the like arranged similarly to the storage 320 in the server of FIG.
- the program code can be compressed, for example, in an appropriate form.
- the storage unit includes computer readable code 33, i.e., code that can be read by a processor, such as 310, which, when executed by a server, causes the server to perform various steps in the methods described above.
- ⁇ RTI ID 0.0>> ⁇ /RTI> ⁇ /RTI> ⁇ RTIgt; ⁇ /RTI> ⁇ RTIgt; ⁇ /RTI> ⁇ RTIgt; ⁇ /RTI> ⁇ RTIgt; ⁇ /RTI> ⁇ RTIgt; ⁇ /RTI> ⁇ RTIgt; ⁇ /RTI> ⁇ RTIgt; ⁇ /RTI> ⁇ RTIgt; ⁇ /RTI> ⁇ RTIgt; example.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Business, Economics & Management (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Development Economics (AREA)
- Software Systems (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Strategic Management (AREA)
- Entrepreneurship & Innovation (AREA)
- Game Theory and Decision Science (AREA)
- Economics (AREA)
- Marketing (AREA)
- General Business, Economics & Management (AREA)
- Data Mining & Analysis (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Stored Programmes (AREA)
Abstract
公开了一种软件推荐方法及推荐系统,所述方法包括:检测客户端已安装的软件和/或已运行的web应用(101);对客户端已安装的软件和/或已运行的web应用进行分析,并获得客户端用户的个性化数据,所述个性化数据包含年龄数据、和/或性格数据、和/或性别数据(102);依据客户端用户的个性化数据,提供相对应的软件推荐机制(103)。本方案针对不同用户的不同个性进行软件推荐,推荐更有针对性;而且,用户也无需在众多的软件中通过繁琐的操作来查找自己需要的软件。
Description
一种软件推荐方法及推荐系统
技术领域
本发明涉及计算机技术领域, 尤其涉及一种软件推荐方法及推荐 系统。 背景技术
一般计算机用户会在个人计算机上安装各类软件, 如保证基本使 用的软件(杀毒、 浏览器、 输入法等) 、 办公软件(Office等) 、 休闲 类软件 (音乐、 游戏、 视频等) 、 专业工具软件等等。 通常用户会通 过专门的软件下载网站进行下载, 这类网站对软件进行了分类, 并提 供软件下载地址, 用户可进入分类查找需要的软件并点击下载。
但是, 如今各类软件越来越多, 同一类软件中也会有多种选择, 即使专门的软件下载网站进行了软件分类或软件下载排行, 用户也很 难在众多的软件中挑选出合适的软件, 也 [艮难知道哪些软件是有用的。
而且, 随着软件数量越来越多, 软件分类越来越细, 用户在查找 时需要对网站的软件分类和所要查找的软件比较熟悉, 才能较'k地查 找到, 否则很容易找不到需要的软件, 或耗费大量的时间才能找到所 需软件。
因此, 需要一种软件推荐方法, 来解决用户下载软件时操作步骤 繁瑣并且需要耗费大量时间查找所需软件的问题, 以满足用户的各类 不同需求。 发明内容
鉴于上述问题, 提出了本发明以便提供一种克服上述问题或者至 少部分地解决或者减緩上述问题的软件推荐装置和相应的软件推荐方 法。
根据本发明的一个方面, 提供了一种软件推荐方法, 其包括: 检测客户端已安装的软件和 /或已运行的 web应用;
对客户端已安装的软件和 /或已运行的 web应用进行分析, 并获得 客户端用户的个性化数据, 所述个性化数据包含年龄数据、 和 /或性格
数据、 和 /或性别数据;
依据客户端用户的个性化数据, 提供相对应的软件推荐机制。
其中, 所述性格数据包括性格和爱好的描述信息。
其中, 所述提供相对应的软件推荐机制包括: 提供相对应的软件 推荐列表; 和 /或, 提供相对应的软件推荐列表, 并提供推荐软件的相 关操作, 所述相关操作包括调整界面布局、和 /或调整字体显示的大小、 和 /或调整界面显示亮度。
根据本发明的另一个方面, 提供了一种软件推荐系统, 其包括: 软件检测模块, 用于检测客户端已安装的软件和 /或已运行的 web 应用;
软件分析模块, 用于对客户端已安装的软件和 /或已运行的 web应 用进行分析, 并获得客户端用户的个性化数据, 所述个性化数据包含 年龄数据、 和 /或性格数据、 和 /或性别数据;
软件推荐模块, 用于依据客户端用户的个性化数据,提供相对应的 软件推荐机制。
其中, 所述性格数据包括性格和爱好的描述信息。
根据本发明的又一个方面, 提供了一种计算机程序, 其包括计算 机可读代码, 当所述计算机可读代码在服务器上运行时, 导致所述服 务器执行根据权利要求 1-13中的任一项所述的软件方法。
根据本发明的再一个方面,提供了一种计算机可读介质,其中存储 了如权利要求 25所述的计算机程序。
本发明的有益效果为:
首先, 本申请检测客户端已安装哪些软件, 或者已运行了哪些 web 应用, 然后对这些软件或 web应用进行分析, 得出客户端用户的个性 化数据, 所述个性化数据包含年龄数据、 和 /或性格数据、 和 /或性别数 据, 最后依据客户端用户的个性化数据, 提供相对应的软件推荐机制, 从而自动为用户推荐用户需要的软件。 这种专门针对不同用户不同个 性的软件推荐方式, 由于对用户安装的软件或运行的 web应用进行了 用户使用偏好的分析, 因此推荐更有针对性, 推荐的软件对用户而言 也更有用; 而且, 用户也无需在众多的软件中通过繁瑣的操作来查找
自己需要的软件。
其次, 本申请在推荐软件的时候, 还能够对用户的年龄、 性别、 性 格等个性给出相关的描述, 增加了推荐的趣味性, 能够达到更好地推 荐效果。
当然,实施本申请的任一产品不一定需要同时达到以上所述的所有 优点。
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明 的技术手段, 而可依照说明书的内容予以实施, 并且为了让本发明的 上述和其它目的、 特征和优点能够更明显易懂, 以下特举本发明的具 体实施方式。 附图说明
通过阅读下文优选实施方式的详细描述, 各种其他的优点和益处 对于本领域普通技术人员将变得清楚明了。 附图仅用于示出优选实施 方式的目的, 而并不认为是对本发明的限制。 而且在整个附图中, 用 相同的参考符号表示相同的部件。 在附图中:
图 1 示意性示出了根据本发明一个实施例的软件推荐方法的流程 图;
图 2 示意性示出了根据本发明一个实施例的软件推荐系统的结构 图;
图 3示意性地示出了用于执行根据本发明的方法的服务器的框图; 以及
图 4 示意性地示出了用于保持或者携带实现根据本发明的方法的 程序代码的存储单元。 具体实施例
下面结合附图和具体的实施方式对本发明作进一步的描述。
本申请提供了一种软件推荐方法及系统, 能够针对不同用户不同 个性推荐不同的软件, 无需用户自己查找所需软件。
下面通过实施例对本申请所述方法的实现流程进行详细说明。
参照图 1 , 是本申请实施例所述一种软件推荐方法的流程图。
步骤 101 , 检测客户端已安装的软件和 /或已运行的 web应用; 所述客户端可以是台式电脑、笔记本电脑等各类计算机, 也可以是 手机、 IP AD等各类手持设备或便携式设备, 以及其他可作为客户端使 用的各类设备。
具体的, 可通过检测客户端注册表里的键值, 获得客户端已安装的 软件列表。 例如检测以下键值:
HKEY— LOCAL— MACHINE\SOFTWARE\Microsoft\Windows\Curre ntVersion\Uninstall ;
HKEY— LOCAL— MACHINE\\SOFTWARE\\Microsoft\\Windows\\Cu rrentVersion\\Installer\\UserData\\* *** *\\Products。
上述第一个键值中记录了客户端已安装软件的卸载字符串及相关 属性, 如卸载路径等信息, 如果客户端已安装某款软件, 则可能在该 键值中有卸载路径等信息的记录。
上述第二个键值中记录了客户端已安装软件的描述信息, 如软件 名、 版本号、 创建时间等, 如果客户端已安装某款软件, 也可能在该 键值中有相关描述。
由上可知,以上两种注册表键值都可单独用于检测客户端已安装的 软件, 如果这些键值里面有相关的软件参数, 就表明此软件已安装在 用户电脑里。
但是,有些软件在安装时只在其中一种键值里留有记录, 在另一种 键值里没有记录, 因此为了更全面地检测出客户端已安装的所有软件, 本申请实施例采用同时检测以上两种键值的方法, 从而保证检测的准 确率。
对于客户端运行的 web应用, 可通过以下方式进行检测:
对于通过客户端浏览器打开运行的 web应用, 可通过检测浏览器 事件, 获得已运行的 web应用。 例如, 通过浏览器打开的 web网页, 或者通过浏览器打开的网络游戏, 等等, 这些都是通过浏览器打开运 行的 web应用, 只要捕获了浏览器事件并进行分析, 就可以知道客户
端运行的 web应用具体是什么。
对于通过客户端安装的启动程序打开运行的 web应用 , 可通过检 测所述启动程序来获得已运行的 web应用。 这种启动程序也是一种客 户端程序, 该启动程序的作用是启动网络端的 web应用, 并加载到客 户端运行。 因此, 通过检测这样的客户端启动程序是否加载某种 web 应用, 就可以知道客户端运行的 web应用具体是什么。
步骤 102 , 对客户端已安装的软件和 /或已运行的 web应用进行分 析, 并获得客户端用户的个性化数据, 所述个性化数据包含年龄数据、 和 /或性格数据、 和 /或性别数据;
以软件分析为例, web应用的分析与之类似, 如下:
通常, 一个人会按照自己的年龄、 性格、 性别等特性选择不同的软 件进行安装, 例如安装 的用户普遍较年轻, 安装较多游戏类软件 的用户普通喜欢打游戏, 等等。 根据这样的软件使用特点, 本申请实 施例为各种软件赋予了不同的属性, 如软件年龄、 软件性格、 软件性 别等属性, 通过对客户端已安装的软件进行这些软件属性的分析, 就 可以推测出使用这些软件的用户年龄、 性格、 性别等个性化信息。
其中, 所述年龄数据包括描述一个人年龄的信息, 如 "您当前的软 件年龄是 25岁" 等描述。 所述性格数据包括性格和爱好的描述信息, 如 "您是一个性格安静的人" 、 "您热爱旅游" 等描述。 所述性别数 据包括对一个人是男是女的性别描述, 如 "您是位先生" 或 "您是位 女士" 。 这些个性化的数据都可以输出到客户端展示给用户, 从而增 加用户使用的趣味性。
需要说明的是, 所述个性化数据可以仅为年龄数据, 或仅为性格数 据, 或仅为性别数据, 或者以上三种数据都包含。 当然, 个性化数据 还可以包括其他类型的数据, 如职业数据等等, 均在本申请实施例所 述个性化数据的范围之内。
步骤 103 , 依据客户端用户的个性化数据, 提供相对应的软件推荐 机制。
具体的, 所述软件推荐机制可以包括多种机制, 例如:
提供相对应的软件推荐列表, 即针对不用的年龄、 性格、 性别, 都 会推荐不同的软件, 尽量使所推荐的软件符合用户需求, 能够为用户 所用。 例如, 推荐与用户性格相符的软件。
或者, 提供相对应的软件推荐列表, 并提供推荐软件的相关操作, 所述相关操作包括调整界面布局、 和 /或调整字体显示的大小、 和 /或调 整界面显示亮度。 例如, 针对老年人, 在推荐相关软件的同时, 还会 以按鈕或选框等方式提醒老年用户是否需要放大字体显示, 如果用户 点击按鈕或选框, 则将字体放大显示; 针对女性用户, 在推荐相关软 长时间上网的用户, 在推荐相关软件的同时, 提醒用户是否将界面显 示亮度稍微调暗以保护眼睛, 等等。 当然, 所述相关操作不限于以上 列举的几种情况, 还可以包括其他各种应用情况下的操作。
基于以上内容,下面通过举例详细说明如何进行软件分析和软件推 荐。
1、 软件分析
1.1 年龄分析
具体可包含以下子步骤:
子步骤 1 , 查找软件分析库, 所述软件分析库中预设了每款软件对 应的年龄分值;
子步骤 2 , 获取客户端已安装的每款软件对应的年龄分值; 子步骤 3 , 依据客户端已安装软件对应的年龄分值, 计算出客户端 用户的年龄数据。
在子步骤 3中, 可采用多种计算方法, 例如:
将预设的基准年龄数据与客户端已安装所有软件对应的年龄分值 累计相加, 得出客户端用户的年龄数据; 计算出客户端用户的年龄数据。
举例来说,软件分析库首先对所有软件进行了分类,具体的软件分 类可如下:
安全杀毒、 浏览器、 聊天、 游戏、 音乐、 视频、 下载、 输入法、 图 片、 压缩、 股票网银, 等等。
其次, 软件分析库设定了基准年龄, 并在基准年龄的基础上, 根据 用户的使用情况对每款软件设定了年龄分值, 其中加分的软件表示用 户群的年龄偏大, 减分的软件表示用户群的年龄偏小。 具体的分值设 定可如下:
基准年龄: 26
qq + 1
360安全浏览器 +2
PPS -1
迅雷 + 1
快播 + 1
暴风影音 + 1
酷狗 -1
酷我 -1
美图秀秀 -2
风行 + 1
Pptv + 1
360压缩 -1
360极速浏览器 -1
飞信 -1
硬件大师 + 1
多元歪歪 -1
阿里旺旺 + 1
有道词典 -2
Qq音乐 -1
电驴 + 1
Winrar + 1
Uusee + 1
假设某用户安装了 8款以下软件:
QQ , 快玩, 阿里旺旺, 360安全卫士, 360杀毒, Qq音乐, 搜狗 输入法, 360安全浏览器。 值进行计算, 如:
Qq加 1岁, 快玩减 4岁 , 阿里旺旺减 2岁, 360安全卫士加 2岁 , 360杀毒加 2岁, Qq音乐减 2岁, 搜狗输入法加 1岁, 360安全浏览 器加 1岁。
最后根据这些数据和 26相加, 得出该用户的软件年龄为: 25岁。 当然, 以上分值仅是举例说明,还可以采用其他的形式表示软件的 年龄影响数据。
此外, 为了更合理地进行测算, 也可以使用曲线函数来模拟计算, 从而使计算结果更符合实际情况。
1.2 性格分析
用户软件性格主要以分类中的软件安装多少区分,如某用户 "游戏" 分类安装很多软件, 则认为该用户是一个热爱游戏、 喜欢掌控的一个 人。 以此类推, 会算出各个分类对性格的描述, 从而组成性格分析。
具体可包含以下子步骤:
子步骤 1 , 查找软件分析库, 确定客户端已安装的每款软件所在的 软件分类;
子步骤 2 , 统计所述每个软件分类下的客户端已安装软件的数量; 子步骤 3 , 当某个软件分类下的客户端已安装软件的数量大于等于 该软件分类的预设数量时, 获取该软件分类对应的性格数据;
子步骤 4 , 将同一客户端的对应多个软件分类的性格数据进行合 成, 得到该客户端用户的性格数据。
优选地, 在子步骤 4之前还可以包含以下子步骤:
子步骤 11 , 查找软件分析库, 所述软件分析库中预设了特殊软件 及其对应的性格数据;
子步骤 22 , 当客户端已安装的某个软件为软件分析库中的特殊软
件时, 获取该特殊软件对应的性格数据。
例如, 针对上述的软件分类:
安全杀毒、 浏览器、 聊天、 游戏、 音乐、 视频、 下载、 输入法、 图 片、 压缩、 股票网银。
可以设定以下检测标准:
安全杀毒: 0 2
浏览器: 1 3
聊天: 1 3
游戏: 0 2
音乐: 0 2
视频: 0 2
下载: 0 2
输入法: 0 2
图片: 0 2
压缩: 0 2
股票网银: 0 2
如果分类中已安装软件的数量大于等于右侧的数字,表示软件安装 较多, 可以对该分类进行相应的性格描述; 如果分类中已安装软件的 数量小于等于左侧的数字, 表示软件安装较少, 无需给出性格描述。 当然, 以上检测标准可以调整, 甚至划分得更细。
假设某用户同时安装了两款安全杀毒软件, 则对应的性格描述是
"缺乏安全感" , 若该用户还同时安装了 3款浏览器, 则对应的性格 描述是 "装了 N多款浏览器! 如果你不是一个喜新厌旧的人, 那一定 是热衷于探索发现新鲜事物的人, 否则就成浏览器产品经理啦! ,, 。 最后, 将这两种性格数据合成一段话。
在实际应用中, 性格数据可以采用下述格式:
1 ) 用 2-4个字概括描述, 用于性格分析的头一句话;
如: 自由, 活跃, 老成等词。
2 ) 用一句话具体描述性格, 用于用户性格分析段落的文字组成。
如: 您是一个热爱生活的人, 总喜欢在冷漠的人世间寻找那一抹温 情, 可是又有多少人能真正懂你的心呢!
多种性格的合成格式可以是:
Landlyne是一个热爱自由、 奔放、 热爱冒险的人!
平时不愿跟别人打交道的您, 忙碌的工作彻底占据了您的生活, 建 议您多了解一下微博, 也许在其上您能找到与人沟通的乐趣。
性格安静的您总是害怕别人会干扰你的生活,您常常会宅在家里静 静的体验属于自己的人生。
作为生意人的您,每天都在跟不同的人打交道以其获得商业上的成 功, 可是这种生活真的是你想要的吗?
我是 landlyne , 我是 "技术控" , 乐呵乐呵, 就求你一乐还不行吗? 此外,还可以将软件分类中的特别软件单独出来,作为特殊软件处 理, 如果用户安装了这些特殊软件, 可以直接确定该用户的性格描述, 并会用特殊软件的性格文字描述代替所在分类的性格文字描述。
例如, 特殊软件如下:
安全杀毒: 卡巴斯基
浏 J ,器: firefox , ghrome
聊天: 阿里旺旺, 人人桌面
游戏: dota, 魔兽
音乐: foobar2000
图片: 美图秀秀, cs , cad
假设用户安装了 "美图秀秀"这款软件, 则直接给出的性格描述是 "追求完美, 喜欢美的东西, 追求完美, 而且肯定的是你一定 ^[艮自恋。 你可能不是个艺术家, 但一定具有艺术家的气质。 "
1.3 性别分析
在众多软件中,有些软件男性使用较多,而有些软件女性使用较多, 因此也可以对软件进行性别分析。 具体可包含以下子步骤:
子步骤 1 , 查找软件分析库, 所述软件分析库中预设了每款软件在 男性和女性两个类别中分别所占的比值;
子步骤 2 , 获取客户端已安装的每款软件在男性和女性两个类别中 分别所占的比值;
子步骤 3 , 将客户端已安装的软件按照男性和女性两个类别分别进 行比值相加 , 并对相加后的总比值进行比较, 选出总比值高的一个性 别作为该客户端用户的性别数据。
例如, 根据用户使用情况统计的软件性别如下:
迅雷 男 60% 女 40%
快播 男 90% 女 10%
阿里旺旺 男 20% 女 80%
美图秀秀 男 10% 女 90%
360硬件大师 男 90% 女 10%
美图看看 男 30% 女 70%
浩方对战 男 80% 女 20%
多元歪歪 男 80% 女 20%
QQ音乐 男 35% 女 65%
暴风影音 男 65% 女 35%
PPS 男 55% 女 45%
酷狗 男 45% 女 55%
酷我 男 55% 女 45%
搜狗浏览器 男 65% 女 35%
PPLIVE 男 55% 女 45'
千千静听 男 65% 女 35%
风行 男 55% 女 45%
快;元 男 35% 女 650/
飞信 男 55% 女 450/
假设用户安装了 "迅雷,, 、 "360硬件大师" 和 "飞信,, 这三款软 件, 则男性使用的比值累加为 60%+90%+55%=205% , 女性使用的比值 累加为 40%+ 10%+45%=95% , 由此可推测该用户为男性用户。
2、 软件推荐
针对不同的个性化数据, 可推荐不同的软件列表。 下面列举几种 软件推荐情况, 但基于本申请思想的软件推荐方式都应属于本申请的 保护范围。
2.1 针对年龄的软件推荐
依据客户端用户的年龄数据, 提供改变年龄的软件推荐列表, 所 述推荐软件列表包含降低年龄的软件推荐列表和 /或提高年龄的软件推 荐列表。
如果用户软件年龄小于自己实际年龄, 可提供提高年龄的软件列 表。 如果用户软件年龄大于自己实际年龄, 同样可提供降低年龄的软 件列表。
例如:
通过软件性格分析测算出某用户的软件年龄为: 32岁, 大于该用 户的实际年龄 28岁。 此时, 会有一个按鈕: 改变我的软件年龄。 点击 该按鈕后可以打开一个 2列的软件列表, 分别是 "降低我的软件年龄" 和 "提高我的软件年龄" 。 用户可以选择安装其中任意一个列表中的 软件, 重新开启测算后可以改变用户软件年龄。
实际应用中, 也可以同时给出 "降低我的软件年龄" 和 "提高我 的软件年龄" 两个按鈕, 用户点击其中一个按鈕后可以打开相应的软 件推荐列表。
2.2 针对性格的软件推荐
依据客户端用户的性格数据, 提供与性格数据相关的关键词, 并 对应关键词提供软件推荐列表。
在性格分析中, 会针对每种性格提供一些关键词, 如: 游戏控、 音乐发烧友、 电影爱好者等。 综合所有的关键词, 提供给用户一个功 能按鈕: 我想成为什么样的人。 用户点击该按鈕后可以看到很多相关 描述的关键词, 如点击 "我想成为音乐发烧友" 链接, 则会打开一个 相关软件推荐列表, 里面有音乐发烧友必备的软件和音乐。 这样用户 如果安装其中的推荐软件后, 则会拥有 "音乐发烧友" 的称号。
2.3 针对性别的软件推荐
依据客户端用户的性别数据, 提供与性别数据对应的软件推荐列 表。
如前所述, 根据用户使用情况, 每款软件都设定了男性和女性使 用的比例, 如果分析出当前用户是男性, 则推荐男性主导使用的软件, 如 "360硬件大师" 等; 如果当前用户是女性, 则推荐女性主导使用的 软件, 如 "美图秀秀" 等。
综上所述, 这种专门针对不同用户不同个性的软件推荐方式, 由于 推荐的软件对用户而言也更有用; 而且, 用户也无需在众多的软件中 通过繁瑣的操作来查找自己需要的软件。
此外, 本申请实施例所述方法在推荐软件的时候, 还能够对用户 的年龄、 性别、 性格等个性给出相关的描述, 增加了推荐的趣味性, 能够达到更好地推荐效果。
基于上述方法实施例的说明, 本申请还提供了相应的软件推荐系 统实施例, 来实现上述方法实施例所述的内容。
参照图 2 , 是本申请实施例所述一种软件推荐系统的结构图。
所述软件推荐系统可以包含以下模块:
软件检测模块 10 , 用于检测客户端已安装的软件和 /或已运行的 web应用;
软件分析模块 20 , 用于对客户端已安装的软件和 /或已运行的 web 应用进行分析, 并获得客户端用户的个性化数据, 所述个性化数据包 含年龄数据、 和 /或性格数据、 和 /或性别数据;
软件推荐模块 30 , 用于依据客户端用户的个性化数据, 提供相对 应的软件推荐机制。
其中, 所述性格数据包括性格和爱好的描述信息。
进一步地, 所述软件推荐模块提供相对应的软件推荐机制可以包 括:
提供相对应的软件推荐列表; 和 /或
提供相对应的软件推荐列表, 并提供推荐软件的相关操作, 所述
相关操作包括调整界面布局、 和 /或调整字体显示的大小、 和 /或调整界 面显示亮度。
进一步地, 所述软件检测模块 10可通过检测客户端注册表里的键 值, 获得客户端已安装的软件列表。
进一步地, 所述软件检测模块 10可通过检测浏览器事件, 获得通 过浏览器运行的 web应用; 和 /或, 通过检测客户端安装的启动程序, 获得通过该启动程序运行的 web应用。
进一步地, 针对软件年龄分析, 所述软件分析模块 20具体可包括 以下子模块:
年龄查找子模块, 用于查找软件分析库, 所述软件分析库中预设了 每款软件对应的年龄分值;
年龄获取子模块,用于获取客户端已安装的每款软件对应的年龄分 值;
年龄计算子模块, 用于依据客户端已安装软件对应的年龄分值, 计算出客户端用户的年龄数据。
其中,所述计算子模块将预设的基准年龄数据与客户端已安装所有 软件对应的年龄分值累计相加, 得出客户端用户的年龄数据; 或者, 系式, 计算出客户端用户的年龄数据。
进一步地, 针对软件性格分析, 所述软件分析模块 20具体可包括 以下子模块:
分类查找子模块, 用于查找软件分析库,确定客户端已安装的每款 软件所在的软件分类;
分类统计子模块,用于统计所述每个软件分类下的客户端已安装软 件的数量;
性格获取子模块,用于当某个软件分类下的客户端已安装软件的数 量大于等于该软件分类的预设数量时, 获取该软件分类对应的性格数 据;
性格合成子模块, 用于将同一客户端的对应多个软件分类的性格
数据进行合成, 得到该客户端用户的性格数据。
可选地, 所述软件分析模块 20还可以包括:
特殊软件查找子模块, 用于查找软件分析库, 所述软件分析库中预 设了特殊软件及其对应的性格数据;
所述性格获取子模块还用于当客户端已安装的某个软件为软件分 析库中的特殊软件时, 获取该特殊软件对应的性格数据。
进一步地, 针对软件性别分析, 所述软件分析模块 20具体可包括 以下子模块:
性别查找子模块, 用于查找软件分析库, 所述软件分析库中预设了 每款软件在男性和女性两个类别中分别所占的比值;
性别获取子模块,用于获取客户端已安装的每款软件在男性和女性 两个类别中分别所占的比值;
性别确定子模块, 用于将客户端已安装的软件按照男性和女性两 个类别分别进行比值相加, 并对相加后的总比值进行比较, 选出总比 值高的一个性别作为该客户端用户的性别数据。
进一步地, 依据客户端用户的年龄数据, 所述软件推荐模块 30提 供改变年龄的软件推荐列表, 所述推荐软件列表包含降低年龄的软件 推荐列表和 /或提高年龄的软件推荐列表;
依据客户端用户的性格数据, 所述软件推荐模块 30提供与性格数 据相关的关键词, 并对应关键词提供软件推荐列表;
依据客户端用户的性别数据, 所述软件推荐模块 30提供与性别数 据对应的软件推荐列表。
对于上述软件推荐系统实施例而言, 由于其与方法实施例基本相 似, 所以描述的比较简单, 相关之处参见图 1所示方法实施例的部分 说明即可。 点说明的都是与其他实施例的不同之处 , 各个实施例之间相同相似的 部分互相参见即可。
而且, 上文中的 "和 /或" 表示本文既包含了 "和" 的关系, 也包含
了 "或" 的关系, 其中: 如果方案 A与方案 B是 "和" 的关系, 则表示 某实施例中可以同时包括方案 A和方案 B; 如果方案 A与方案 B是 "或" 的关系, 则表示某实施例中可以单独包括方案 A, 或者单独包括方案 B。 本发明的各个部件实施例可以以硬件实现, 或者以在一个或者多 个处理器上运行的软件模块实现, 或者以它们的组合实现。 本领域的 技术人员应当理解, 可以在实践中使用微处理器或者数字信号处理器 ( DSP )来实现根据本发明实施例的软件推荐系统中的一些或者全部部 件的一些或者全部功能。 本发明还可以实现为用于执行这里所描述的 方法的一部分或者全部的设备或者装置程序 (例如, 计算机程序和计 算机程序产品) 。 这样的实现本发明的程序可以存储在计算机可读介 质上, 或者可以具有一个或者多个信号的形式。 这样的信号可以从因 特网网站上下载得到, 或者在载体信号上提供, 或者以任何其他形式 提供。 推荐系统的服务器, 例如应用服务器。 该服务器传统上包括处理器 310 和以存储器 320 形式的计算机程序产品或者计算机可读介质。 存储器 320 可以是诸如闪存、 EEPROM (电可擦除可编程只读存储器) 、 EPROM、 硬盘或者 ROM之类的电子存储器。 存储器 320具有用于执 行上述方法中的任何方法步骤的程序代码 331的存储空间 330。 例如, 用于程序代码的存储空间 330 可以包括分别用于实现上面的方法中的 各种步骤的各个程序代码 331。这些程序代码可以从一个或者多个计算 机程序产品中读出或者写入到这一个或者多个计算机程序产品中。 这 些计算机程序产品包括诸如硬盘, 紧致盘 (CD ) 、 存储卡或者软盘之 类的程序代码载体。 这样的计算机程序产品通常为如参考图 4 所述的 便携式或者固定存储单元。 该存储单元可以具有与图 3 的服务器中的 存储器 320 类似布置的存储段、 存储空间等。 程序代码可以例如以适 当形式进行压缩。 通常, 存储单元包括计算机可读代码 33 Γ , 即可以 由例如诸如 310 之类的处理器读取的代码, 这些代码当由服务器运行 时, 导致该服务器执行上面所描述的方法中的各个步骤。
本文中所称的 "一个实施例"、 "实施例"或者"一个或者多个实施
例"意味着, 结合实施例描述的特定特征、 结构或者特性包括在本发明 的至少一个实施例中。 此外, 请注意, 这里"在一个实施例中"的词语例 子不一定全指同一个实施例。
在此处所提供的说明书中, 说明了大量具体细节。 然而, 能够理 些实例中, 并未详细示出公知的方法、 结构和技术, 以便不模糊对本 说明书的理解。
应该注意的是上述实施例对本发明进行说明而不是对本发明进行 限制, 并且本领域技术人员在不脱离所附权利要求的范围的情况下可 设计出替换实施例。 在权利要求中, 不应将位于括号之间的任何参考 符号构造成对权利要求的限制。单词"包含"不排除存在未列在权利要求 中的元件或步骤。位于元件之前的单词 "一"或"一个"不排除存在多个这 样的元件。 本发明可以借助于包括有若干不同元件的硬件以及借助于 适当编程的计算机来实现。 在列举了若干装置的单元权利要求中, 这 些装置中的若干个可以是通过同一个硬件项来具体体现。 单词第一、 第二、 以及第三等的使用不表示任何顺序。 可将这些单词解释为名称。
此外, 还应当注意, 本说明书中使用的语言主要是为了可读性和 教导的目的而选择的, 而不是为了解释或者限定本发明的主题而选择 的。 因此, 在不偏离所附权利要求书的范围和精神的情况下, 对于本 技术领域的普通技术人员来说许多修改和变更都是显而易见的。 对于 本发明的范围, 对本发明所做的公开是说明性的, 而非限制性的, 本 发明的范围由所附权利要求书限定。
Claims
1、 一种软件推荐方法, 包括:
检测客户端已安装的软件和 /或已运行的 web应用;
对客户端已安装的软件和 /或已运行的 web应用进行分析, 并获得客 户端用户的个性化数据, 所述个性化数据包含年龄数据、 和 /或性格数据、 和 /或性别数据;
依据客户端用户的个性化数据, 提供相对应的软件推荐机制。
2、 根据权利要求 1所述的方法, 其中:
所述性格数据包括性格和爱好的描述信息。
3、 根据权利要求 1所述的方法, 其中, 所述提供相对应的软件推荐 机制包括:
提供相对应的软件推荐列表; 和 /或
提供相对应的软件推荐列表, 并提供推荐软件的相关操作, 所述相关 操作包括调整界面布局、 和 /或调整字体显示的大小、 和 /或调整界面显示 亮度。
4、 根据权利要求 1所述的方法, 其中, 依据客户端用户的年龄数据, 提供相对应的软件推荐机制, 包括:
提供改变年龄的软件推荐列表,所述推荐软件列表包含降低年龄的软 件推荐列表和 /或提高年龄的软件推荐列表。
5、 根据权利要求 1或 2所述的方法, 其中, 依据客户端用户的性格 数据, 提供相对应的软件推荐机制, 包括:
提供与性格数据相关的关键词 , 并对应关键词提供软件推荐列表。
6、 根据权利要求 1所述的方法, 其中, 依据客户端用户的性别数据, 提供相对应的软件推荐机制, 包括:
提供与性别数据对应的软件推荐列表。
7、 根据权利要求 1所述的方法, 其中, 所述检测客户端已安装的软 件, 包括:
通过检测客户端注册表里的键值, 获得客户端已安装的软件列表。
8、根据权利要求 1所述的方法,其中,所述检测客户端已运行的 web 应用, 包括:
通过检测浏览器事件, 获得通过浏览器运行的 web应用; 和 /或 通过检测客户端安装的启动程序, 获得通过该启动程序运行的 web 应用。
9、 根据权利要求 1所述的方法, 其中, 所述对客户端已安装的软件 进行分析, 并获得客户端用户的年龄数据, 包括: 值; 一 , 、 、 ' 、: 、 获取客户端已安装的每款软件对应的年龄分值;
依据客户端已安装软件对应的年龄分值,计算出客户端用户的年龄数 据。
10、 根据权利要求 9所述的方法, 其中, 所述依据客户端已安装软件 对应的年龄分值, 计算得出客户端用户的年龄数据, 包括:
将预设的基准年龄数据与客户端已安装所有软件对应的年龄分值累 计相加, 得出客户端用户的年龄数据; 算出客户端用户的年龄数据。
11、 根据权利要求 1所述的方法, 其中, 所述对客户端已安装的软件 进行分析, 并获得客户端用户的性格数据, 包括:
查找软件分析库, 确定客户端已安装的每款软件所在的软件分类; 统计所述每个软件分类下的客户端已安装软件的数量;
当某个软件分类下的客户端已安装软件的数量大于等于该软件分类 的预设数量时, 获取该软件分类对应的性格数据;
将同一客户端的对应多个软件分类的性格数据进行合成 ,得到该客户 端用户的性格数据。
12、 根据权利要求 11所述的方法, 其中, 所述将同一客户端的对应 多个软件分类的性格数据进行合成之前, 还包括: 数据;
当客户端已安装的某个软件为软件分析库中的特殊软件时,获取该特 殊软件对应的性格数据。
13、 根据权利要求 1所述的方法, 其中, 所述对客户端已安装的软件 进行分析, 并获得客户端用户的性别数据, 包括:
查找软件分析库 ,所述软件分析库中预设了每款软件在男性和女性两 个类别中分别所占的比值;
获取客户端已安装的每款软件在男性和女性两个类别中分别所占的 比值;
将客户端已安装的软件按照男性和女性两个类别分别进行比值相加 , 并对相加后的总比值进行比较,选出总比值高的一个性别作为该客户端用 户的性别数据。
14、 一种软件推荐系统, 其中, 包括:
软件检测模块 , 用于检测客户端已安装的软件和 /或已运行的 web应 用;
软件分析模块, 用于对客户端已安装的软件和 /或已运行的 web应用 进行分析, 并获得客户端用户的个性化数据, 所述个性化数据包含年龄数 据、 和 /或性格数据、 和 /或性别数据;
软件推荐模块, 用于依据客户端用户的个性化数据, 提供相对应的软 件推荐机制。
15、 根据权利要求 14所述的系统, 其中:
所述性格数据包括性格和爱好的描述信息。
16、 根据权利要求 14所述的系统, 其中, 所述软件推荐模块提供相 对应的软件推荐机制包括:
提供相对应的软件推荐列表; 和 /或
提供相对应的软件推荐列表, 并提供推荐软件的相关操作, 所述相关 操作包括调整界面布局、 和 /或调整字体显示的大小、 和 /或调整界面显示 亮度。
17、 根据权利要求 14或 15所述的系统, 其中: 依据客户端用户的年龄数据,所述软件推荐模块提供改变年龄的软件 推荐列表, 所述推荐软件列表包含降低年龄的软件推荐列表和 /或提高年 龄的软件推荐列表;
依据客户端用户的性格数据,所述软件推荐模块提供与性格数据相关 的关键词, 并对应关键词提供软件推荐列表;
依据客户端用户的性别数据,所述软件推荐模块提供与性别数据对应 的软件推荐列表。
18、 根据权利要求 14所述的系统, 其中:
所述软件检测模块通过检测客户端注册表里的键值,获得客户端已安 装的软件列表。
19、 根据权利要求 14所述的系统, 其中:
所述软件检测模块通过检测浏览器事件,获得通过浏览器运行的 web 应用; 和 /或, 通过检测客户端安装的启动程序, 获得通过该启动程序运 行的 web应用。
20、 根据权利要求 14所述的系统, 其中, 所述软件分析模块包括: 年龄查找子模块, 用于查找软件分析库, 所述软件分析库中预设了每 款软件对应的年龄分值;
年龄获取子模块, 用于获取客户端已安装的每款软件对应的年龄分 值;
年龄计算子模块, 用于依据客户端已安装软件对应的年龄分值, 计算 出客户端用户的年龄数据。
21、 根据权利要求 20所述的系统, 其中:
所述计算子模块将预设的基准年龄数据与客户端已安装所有软件对 应的年龄分值累计相加, 得出客户端用户的年龄数据;
或者,所述计算子模块将客户端已安装所有软件对应的年龄分值输入 函数关系式, 计算出客户端用户的年龄数据。
22、 根据权利要求 14所述的系统, 其中, 所述软件分析模块包括: 分类查找子模块, 用于查找软件分析库, 确定客户端已安装的每款软 件所在的软件分类; 分类统计子模块,用于统计所述每个软件分类下的客户端已安装软件 的数量;
性格获取子模块,用于当某个软件分类下的客户端已安装软件的数量 大于等于该软件分类的预设数量时, 获取该软件分类对应的性格数据; 性格合成子模块,用于将同一客户端的对应多个软件分类的性格数据 进行合成 , 得到该客户端用户的性格数据。
23、 根据权利要求 22所述的系统, 其中, 所述软件分析模块还包括: 特殊软件查找子模块, 用于查找软件分析库, 所述软件分析库中预设 了特殊软件及其对应的性格数据;
所述性格获取子模块还用于当客户端已安装的某个软件为软件分析 库中的特殊软件时 , 获取该特殊软件对应的性格数据。
24、 根据权利要求 14所述的系统, 其中, 所述软件分析模块包括: 性别查找子模块, 用于查找软件分析库, 所述软件分析库中预设了每 款软件在男性和女性两个类别中分别所占的比值;
性别获取子模块,用于获取客户端已安装的每款软件在男性和女性两 个类别中分别所占的比值;
性别确定子模块 , 用于将客户端已安装的软件按照男性和女性两个类 别分别进行比值相加, 并对相加后的总比值进行比较, 选出总比值高的一 个性别作为该客户端用户的性别数据。
25、 一种计算机程序, 包括计算机可读代码, 当所述计算机可读 代码在服务器上运行时, 导致所述服务器执行根据权利要求 1-13中的 任一项所述的软件推荐方法。
26、 一种计算机可读介质, 其中存储了如权利要求 25所述的计算 机程序。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/364,962 US9886512B2 (en) | 2011-12-14 | 2012-12-12 | Software recommending method and recommending system |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110417166.X | 2011-12-14 | ||
| CN201110417166.XA CN102541590B (zh) | 2011-12-14 | 2011-12-14 | 一种软件推荐方法及推荐系统 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2013086987A1 true WO2013086987A1 (zh) | 2013-06-20 |
Family
ID=46348559
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2012/086473 Ceased WO2013086987A1 (zh) | 2011-12-14 | 2012-12-12 | 一种软件推荐方法及推荐系统 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US9886512B2 (zh) |
| CN (1) | CN102541590B (zh) |
| WO (1) | WO2013086987A1 (zh) |
Families Citing this family (49)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102541590B (zh) * | 2011-12-14 | 2015-09-30 | 北京奇虎科技有限公司 | 一种软件推荐方法及推荐系统 |
| CN103514496B (zh) * | 2012-06-21 | 2017-05-17 | 腾讯科技(深圳)有限公司 | 一种推荐目标软件的处理方法及系统 |
| CN103577252B (zh) * | 2012-07-26 | 2017-12-01 | 腾讯科技(深圳)有限公司 | 一种软件分类的方法及装置 |
| CN103678320B (zh) * | 2012-09-03 | 2017-10-27 | 腾讯科技(深圳)有限公司 | 网络信息的挖掘方法和装置 |
| CN102866786B (zh) * | 2012-09-11 | 2016-03-30 | 广东威创视讯科技股份有限公司 | 基于用户偏好的输入方法选择方法和系统 |
| EP2720146A1 (en) | 2012-10-11 | 2014-04-16 | Thomson Licensing | Distributed application life-cycle management |
| CN102945138A (zh) * | 2012-11-14 | 2013-02-27 | 李江涛 | 应用程序的切换方法及终端 |
| CN103870092A (zh) * | 2012-12-10 | 2014-06-18 | 联想(北京)有限公司 | 一种桌面图标显示方法及电子设备 |
| CN103973735A (zh) * | 2013-01-30 | 2014-08-06 | 上海易销电子商务有限公司 | 用于移动设备内容提供的系统 |
| CN104423945B (zh) * | 2013-08-30 | 2018-10-12 | 联想(北京)有限公司 | 一种信息处理方法及电子设备 |
| CN103514021B (zh) * | 2013-10-18 | 2016-08-24 | 北京奇虎科技有限公司 | 提供浏览器的方法及设备 |
| CN103678518B (zh) * | 2013-11-28 | 2017-02-15 | 北京邮电大学 | 一种推荐列表调整方法和装置 |
| CN103838884B (zh) * | 2014-03-31 | 2017-03-01 | 联想(北京)有限公司 | 信息处理设备以及信息处理方法 |
| CN104133878B (zh) * | 2014-07-25 | 2017-08-25 | 百度在线网络技术(北京)有限公司 | 用户标签的生成方法和装置 |
| CN104158865A (zh) * | 2014-08-01 | 2014-11-19 | 北京奇虎科技有限公司 | 一种推送应用到终端的方法和系统 |
| CN104615452A (zh) * | 2014-09-19 | 2015-05-13 | 安一恒通(北京)科技有限公司 | 信息提供方法和装置 |
| US9811844B2 (en) * | 2014-10-07 | 2017-11-07 | Wipro Limited | Systems and methods for determining digital degrees of separation for digital program implementation |
| CN104410710B (zh) * | 2014-12-15 | 2018-04-03 | 北京国双科技有限公司 | 数据推送方法和装置 |
| CN104462454A (zh) * | 2014-12-17 | 2015-03-25 | 上海斐讯数据通信技术有限公司 | 一种性格分析方法 |
| CN104765609B (zh) * | 2015-04-03 | 2018-12-07 | 安一恒通(北京)科技有限公司 | 软件关联资源推荐方法、获取方法及相应的装置 |
| CN104869529A (zh) * | 2015-04-22 | 2015-08-26 | 惠州Tcl移动通信有限公司 | 一种移动终端、服务器及其信息管理方法 |
| CN106326242A (zh) * | 2015-06-19 | 2017-01-11 | 赤子城网络技术(北京)有限公司 | 应用程序的推送方法及装置 |
| CN105117238A (zh) * | 2015-07-24 | 2015-12-02 | 上海海漾软件技术有限公司 | 一种用于智能设备的系统定制方法以及装置 |
| CN106503006B (zh) * | 2015-09-07 | 2020-01-31 | 阿里巴巴集团控股有限公司 | 应用App中子应用的排序方法及装置 |
| KR102790267B1 (ko) * | 2015-09-17 | 2025-04-03 | 삼성전자주식회사 | 디스플레이 장치, 그 제어 방법 및 컴퓨터 판독가능 기록 매체 |
| CN105824863B (zh) * | 2015-10-30 | 2021-12-28 | 维沃移动通信有限公司 | 一种桌面主题推荐方法及终端 |
| CN105468762B (zh) * | 2015-12-02 | 2019-10-25 | 上海斐讯数据通信技术有限公司 | 一种推送app应用/桌面主题的方法及系统 |
| CN105468771B (zh) * | 2015-12-09 | 2019-03-05 | 北京奇虎科技有限公司 | 推荐软件的方法及装置 |
| CN106897727A (zh) * | 2015-12-21 | 2017-06-27 | 百度在线网络技术(北京)有限公司 | 一种用户性别识别方法及装置 |
| JP6648523B2 (ja) * | 2015-12-25 | 2020-02-14 | 株式会社リコー | 情報処理装置、プログラム、情報処理システムおよび情報処理方法 |
| JP6988930B2 (ja) * | 2015-12-25 | 2022-01-05 | 株式会社リコー | 情報処理装置、プログラム、情報処理システムおよび情報処理方法 |
| CN105512341B (zh) * | 2015-12-31 | 2019-05-31 | 华南师范大学 | 基于大数据搜索的个性化推荐方法和系统 |
| CN105787759A (zh) * | 2016-02-23 | 2016-07-20 | 北京金山安全软件有限公司 | 一种获取用户属性的方法、装置及电子设备 |
| CN105653735A (zh) * | 2016-02-29 | 2016-06-08 | 合网络技术(北京)有限公司 | 网络资源推荐方法和装置 |
| CN107291728A (zh) * | 2016-03-31 | 2017-10-24 | 北京金山安全软件有限公司 | 一种获取用户属性的方法、装置及电子设备 |
| CN105975309A (zh) * | 2016-05-05 | 2016-09-28 | 广东小天才科技有限公司 | 一种移动终端的应用程序更新方法及装置 |
| CN106682056B (zh) * | 2016-07-15 | 2018-11-20 | 腾讯科技(深圳)有限公司 | 不同应用软件之间相互关系的确定方法、装置及系统 |
| CN106372151B (zh) * | 2016-08-30 | 2019-10-08 | 多盟睿达科技(中国)有限公司 | 一种基于用户性别识别的消息推送方法及装置 |
| CN106844687B (zh) * | 2017-01-23 | 2021-01-01 | 炫彩互动网络科技有限公司 | 一种基于游戏日志确定用户性别的方法及系统 |
| CN109756868B (zh) * | 2017-11-01 | 2022-01-04 | 中国移动通信集团终端有限公司 | 应用程序的推荐方法、装置、设备和介质 |
| CN107763961A (zh) * | 2017-11-08 | 2018-03-06 | 绵阳美菱软件技术有限公司 | 一种冰箱及其业务实现方法 |
| KR102537781B1 (ko) | 2018-11-13 | 2023-05-30 | 삼성전자주식회사 | 전자 장치 및 이의 제어 방법 |
| KR102224089B1 (ko) * | 2019-01-16 | 2021-03-08 | 주식회사 카카오 | 음악 연령에 기초하여 음악 컨텐츠를 추천하는 방법 및 장치 |
| CN109741283A (zh) * | 2019-01-23 | 2019-05-10 | 芜湖明凯医疗器械科技有限公司 | 一种实现智能滤镜的方法和装置 |
| CN110012060B (zh) * | 2019-02-13 | 2023-04-18 | 平安科技(深圳)有限公司 | 移动终端的信息推送方法、装置、存储介质和服务器 |
| CN110503478B (zh) * | 2019-08-26 | 2020-08-18 | 北京深演智能科技股份有限公司 | 一种app推送方法及装置 |
| CN111625724A (zh) * | 2020-05-28 | 2020-09-04 | 百度在线网络技术(北京)有限公司 | 信息处理方法、装置、电子设备及存储介质 |
| CN114547427A (zh) * | 2022-02-09 | 2022-05-27 | 北京百度网讯科技有限公司 | 对象识别方法、装置、电子设备及存储介质 |
| EP4384901B1 (en) * | 2022-11-01 | 2026-05-13 | Google LLC | Filtering third-party content related to applications based on installation status |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1467656A (zh) * | 2003-06-06 | 2004-01-14 | 腾讯科技(深圳)有限公司 | 在即时通信工具中的信息推送方法和系统 |
| CN101236563A (zh) * | 2008-02-01 | 2008-08-06 | 刘峰 | 智能个性化服务网站构造方法 |
| CN101867594A (zh) * | 2010-03-05 | 2010-10-20 | 宇龙计算机通信科技(深圳)有限公司 | 一种数据传输的方法、装置及系统 |
| CN102158536A (zh) * | 2011-02-15 | 2011-08-17 | 宇龙计算机通信科技(深圳)有限公司 | 一种移动终端及推荐应用的方法 |
| CN102541590A (zh) * | 2011-12-14 | 2012-07-04 | 奇智软件(北京)有限公司 | 一种软件推荐方法及推荐系统 |
Family Cites Families (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7260823B2 (en) * | 2001-01-11 | 2007-08-21 | Prime Research Alliance E., Inc. | Profiling and identification of television viewers |
| US8880677B2 (en) * | 2005-01-03 | 2014-11-04 | Qualcomm Connected Experiences, Inc. | System and method for delivering content to users on a network |
| US20060173556A1 (en) * | 2005-02-01 | 2006-08-03 | Outland Research,. Llc | Methods and apparatus for using user gender and/or age group to improve the organization of documents retrieved in response to a search query |
| US8298087B1 (en) * | 2009-01-02 | 2012-10-30 | Nintendo Of America Inc. | Recommendation engine for electronic game shopping channel |
| US8813124B2 (en) * | 2009-07-15 | 2014-08-19 | Time Warner Cable Enterprises Llc | Methods and apparatus for targeted secondary content insertion |
| WO2011106925A1 (en) * | 2010-03-01 | 2011-09-09 | Nokia Corporation | Method and apparatus for estimating user characteristics based on user interaction data |
| US8731939B1 (en) * | 2010-08-06 | 2014-05-20 | Google Inc. | Routing queries based on carrier phrase registration |
| US20120072283A1 (en) * | 2010-09-16 | 2012-03-22 | Mobilmeme, Inc. | Mobile application recommendation system and method |
| US8468164B1 (en) * | 2011-03-09 | 2013-06-18 | Amazon Technologies, Inc. | Personalized recommendations based on related users |
| US20130268396A1 (en) * | 2011-09-06 | 2013-10-10 | Sony Mobile Communications Ab | Method and system for providing personalized application recommendations |
| US20130085886A1 (en) * | 2011-09-29 | 2013-04-04 | Symantec Corporation | Method and system for automatic application recommendation |
| US20140040171A1 (en) * | 2012-07-31 | 2014-02-06 | Triapodi Ltd | Content-based demographic estimation of users of mobile devices and usage thereof |
| CN102957809B (zh) * | 2012-11-26 | 2014-05-07 | 广东欧珀移动通信有限公司 | 一种在智能手机上对应用程序进行优化的方法 |
-
2011
- 2011-12-14 CN CN201110417166.XA patent/CN102541590B/zh not_active Expired - Fee Related
-
2012
- 2012-12-12 US US14/364,962 patent/US9886512B2/en active Active
- 2012-12-12 WO PCT/CN2012/086473 patent/WO2013086987A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1467656A (zh) * | 2003-06-06 | 2004-01-14 | 腾讯科技(深圳)有限公司 | 在即时通信工具中的信息推送方法和系统 |
| CN101236563A (zh) * | 2008-02-01 | 2008-08-06 | 刘峰 | 智能个性化服务网站构造方法 |
| CN101867594A (zh) * | 2010-03-05 | 2010-10-20 | 宇龙计算机通信科技(深圳)有限公司 | 一种数据传输的方法、装置及系统 |
| CN102158536A (zh) * | 2011-02-15 | 2011-08-17 | 宇龙计算机通信科技(深圳)有限公司 | 一种移动终端及推荐应用的方法 |
| CN102541590A (zh) * | 2011-12-14 | 2012-07-04 | 奇智软件(北京)有限公司 | 一种软件推荐方法及推荐系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102541590B (zh) | 2015-09-30 |
| US9886512B2 (en) | 2018-02-06 |
| CN102541590A (zh) | 2012-07-04 |
| US20140344254A1 (en) | 2014-11-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN102541590B (zh) | 一种软件推荐方法及推荐系统 | |
| US10417278B2 (en) | Systems and methods to facilitate media search | |
| US9965506B2 (en) | Techniques for reformulating search queries | |
| US20170090867A1 (en) | Method and apparatus for generating a recommended set of items | |
| CN111353068A (zh) | 一种视频推荐方法及装置 | |
| CN103620588A (zh) | 基于浏览活动识别匹配应用 | |
| US20220147558A1 (en) | Methods and systems for automatically matching audio content with visual input | |
| CN101351798A (zh) | 带有隐含用户意图挖掘的动态搜索 | |
| RU2629638C2 (ru) | Способ и сервер создания рекомендуемого набора элементов для пользователя | |
| US11308154B2 (en) | Method and system for dynamically overlay content provider information on images matched with content items in response to search queries | |
| CN109286850A (zh) | 一种基于弹幕的视频标注方法及终端 | |
| US9582159B2 (en) | Keyword-based user interface in electronic device | |
| US11748427B2 (en) | Spoiler prevention | |
| CN105224581A (zh) | 在播放音乐时呈现图片的方法和装置 | |
| US20130339853A1 (en) | Systems and Method to Facilitate Media Search Based on Acoustic Attributes | |
| CN105589852B (zh) | 一种信息推荐的方法和装置 | |
| WO2025060841A1 (zh) | 资源筛选方法、装置、计算机设备及存储介质 | |
| CN113778717B (zh) | 内容分享方法、装置、设备以及存储介质 | |
| CN104376095B (zh) | 一种信息处理方法及电子设备 | |
| US20180367848A1 (en) | Method and system for auto-viewing of contents | |
| JP6604608B2 (ja) | 情報処理装置、情報処理方法および情報処理プログラム | |
| US20190258666A1 (en) | Resource accessibility services | |
| KR102242055B1 (ko) | 각색형 전자책 공유 플랫폼 및 그 플랫폼을 이용한 각색형 전자책 공유 방법 | |
| TW201104570A (en) | Electronic device and method for playing music in electronic device | |
| EP3147804A1 (en) | Method and apparatus for generating a recommended set of items for a user |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12857697 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 14364962 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 12857697 Country of ref document: EP Kind code of ref document: A1 |