WO2019196209A1 - 事件信息分析方法、可读存储介质、终端设备及装置 - Google Patents
事件信息分析方法、可读存储介质、终端设备及装置 Download PDFInfo
- Publication number
- WO2019196209A1 WO2019196209A1 PCT/CN2018/093346 CN2018093346W WO2019196209A1 WO 2019196209 A1 WO2019196209 A1 WO 2019196209A1 CN 2018093346 W CN2018093346 W CN 2018093346W WO 2019196209 A1 WO2019196209 A1 WO 2019196209A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- search result
- initial
- initial search
- extended
- keyword
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
-
- 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
Definitions
- the present application belongs to the field of computer technology, and in particular, to an event information analysis method, a computer readable storage medium, a terminal device and a device.
- the embodiment of the present application provides an event information analysis method, a computer readable storage medium, a terminal device, and a device, so as to solve the problem that the search result obtained by the existing event information analysis method is limited and the analysis efficiency is low. .
- a first aspect of the embodiment of the present application provides an event information analysis method, which may include:
- An extended keyword is selected in the initial search result, where the extended keyword is a word whose similarity with the initial keyword is greater than a preset similarity threshold;
- Extracting the initial search result and the target event statement in the extended search result where the target event statement is a statement including an event keyword and a preset matching field, where the event keyword is the initial keyword or Extended keyword
- the matching field in the target event statement is determined as the event body corresponding to the target event statement.
- a second aspect of embodiments of the present application provides a computer readable storage medium storing computer readable instructions that, when executed by a processor, implement the event information analysis method described above step.
- a third aspect of an embodiment of the present application provides an event information analysis terminal device including a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing The computer readable instructions implement the steps of the event information analysis method described above.
- a fourth aspect of the embodiments of the present application provides an event information analyzing apparatus, which may include a module for implementing the steps of the event information analyzing method.
- the embodiment of the present application has the beneficial effects that: based on the initial keyword, the embodiment of the present application further introduces an extended keyword to expand it, and can obtain a broader search result, and The use of regular expressions achieves automatic matching of event subjects, greatly improving the efficiency of analysis.
- FIG. 1 is a flowchart of an embodiment of an event information analysis method according to an embodiment of the present application
- FIG. 2 is a schematic flow chart of an initial search result storage process
- 3 is a schematic flow chart of filtering out extended keywords in initial search results
- FIG. 4 is a schematic flow chart of a process of selecting an extended search result
- FIG. 5 is a structural diagram of an embodiment of an event information analysis apparatus according to an embodiment of the present application.
- FIG. 6 is a schematic block diagram of an event information analysis terminal device according to an embodiment of the present application.
- an embodiment of an event information analysis method in an embodiment of the present application may include:
- Step S101 Acquire an initial search result corresponding to the preset initial keyword by using a preset web search engine.
- one or more network search engines may be used to perform automatic search in the Internet according to actual conditions.
- searching you can specify the search scope and search only under certain websites. For example, if you need to search for financial information, you can specify one or more financial websites as the search scope, only in the search scope. Search within, or you can search without searching for the entire Internet.
- the initial keyword can be determined according to the actual analysis field. For example, in the field of quantitative investment, the investor is more concerned about the debt situation of the investor, especially if the debt default of the investor is used, the “debt default” can be adopted as the The initial keyword is used to search to obtain related webpage content, that is, the initial search result.
- the initial search results obtained by the search may be extremely large, and if all of the content is stored, it will consume huge storage resources. Therefore, in the present embodiment, the number of the initial search results is set in advance, and it is recorded as PageNum, and only the search results within the number are stored.
- the value of PageNum can be determined according to the storage capacity of the preset storage medium. The relationship between the two is positive, that is, the larger the storage capacity, the larger the value of PageNum. Conversely, the smaller the storage capacity, the value of PageNum is also The smaller.
- the specific storage process may include the steps shown in FIG. 2:
- Step S1011 Perform a hash operation on the initial search result to obtain a hash value of the initial search result.
- a method of hashing the complete content of the webpage may be adopted, but such an operation process consumes a large amount of time. Therefore, for the sake of simplicity, only the digest content of the webpage may be hashed.
- the way to speed up the operation specifically:
- PageContent is the webpage text in the initial search result
- Head (PageContent) is the first M characters of the webpage text in the initial search result
- Tail (PageContent) is the post of the webpage text in the initial search result.
- N characters, M and N are integers greater than 1
- SubContent is the summary content of the initial search result.
- the hash is a preset hash function
- the Key is a hash value of the initial search result.
- Step S1012 Search for a hash value of the initial search result in a preset hash value set.
- the hash value set is used to record the hash value of the webpage that has been stored in the preset storage medium, and the calculation process of each of the hash values is similar to that in step S1011. For details, refer to the content in step S1011. , will not repeat them here.
- step S1013 is performed, and if the search is successful, the search is found in the hash value set.
- the hash value of the initial search result is then executed in step S1014.
- Step S1013 Add a hash value of the initial search result into the hash value set, and store the initial search result in the storage medium.
- the process of adding the hash value of the initial search result to the hash value set may be expressed as:
- HashList HashList ⁇ Key.
- step S1014 the initial search result is discarded.
- the hash value of the initial search result is found in the hash value set, it indicates that the same content as the initial search result has been stored in the storage medium, and it is not necessary to store it again.
- Step S102 Filter out the extended keyword in the initial search result.
- the extended keyword is a word whose similarity with the initial keyword is greater than a preset similarity threshold.
- step S102 may include the steps as shown in FIG. 3:
- Step S1021 respectively calculating a degree of literal overlap between each word in the initial search result and the initial keyword.
- the literal overlap between each word in the initial search result and the initial keyword may be separately calculated according to the following formula:
- w is any word in the initial search result
- Step S1022 respectively calculating a search overlap degree between each word in the initial search result and the initial keyword.
- search overlap between each word in the initial search result and the initial keyword may be separately calculated according to the following formula:
- Step S1023 respectively calculating the similarity between each word in the initial search result and the initial keyword.
- the similarity between each word in the initial search result and the initial keyword may be separately calculated according to the following formula:
- Step S1024 determining a word whose similarity with the initial keyword is greater than the similarity threshold as the extended keyword.
- the initial keyword is “debt default”, through the above process, it can be determined that the extended keywords are “debt dispute”, “debt litigation”, “debt storm”, “debt collapse”, “debt warning”. , "debt rights protection” and other similar words.
- Step S103 Acquire an extended search result corresponding to the extended keyword by using the network search engine.
- search results obtained by the search may be extremely large, and if all of the content is stored, it will consume huge storage resources. Therefore, in this embodiment, only a part of the extended search result can be selected and stored by the steps shown in FIG. 4:
- step S1031 the importance scores of the respective extended keywords are respectively calculated.
- the importance scores of each of the extended keywords may be separately calculated according to the following formula:
- freq(ew) is the frequency at which ew appears in the initial search result
- Freq(ew) is the frequency at which ew appears in the preset sample corpus. This frequency is passed.
- the large-scale statistics of the language materials that have actually appeared in the actual use of the language are fixed, and can be obtained directly by looking up the table
- ExWord is a collection composed of each of the extended keywords. Max[Freq(ExWord)] is the maximum value of the frequency of occurrence of each of the extended keywords in the sample corpus, namely:
- ew s s is the number of keyword expansion, 1 ⁇ s ⁇ S, S is the number of the expanded keyword, ln degree of importance scores logarithmic function, Score (ew) of ew is a natural.
- the importance score of an extended keyword is positively correlated with the frequency of occurrence in the initial search result, and negatively correlated with the frequency of occurrence in the sample corpus. That is to say, if the frequency of occurrence of an extended keyword in normal language use is less, and the more frequently it appears in the initial search result, the importance score is higher.
- Step S1032 respectively calculating the number of cuts of the extended search results corresponding to the respective extended keywords.
- the number of interception of the extended search result corresponding to each of the extended keywords may be separately calculated according to the following formula:
- ⁇ is a preset scale factor
- PageNum is the preset number of the initial search results
- ExPageNum(ew) is the number of cuts of the extended search result corresponding to ew.
- Step S1033 Obtain an extended search result corresponding to each of the extended keywords according to the intercepted number.
- Step S104 extracting the initial search result and the target event statement in the extended search result.
- the target event statement is a statement including an event keyword and a preset matching field, and the event keyword is the initial keyword or the extended keyword.
- the matching field is a candidate event body.
- the matching field may be a specific company, organization, institution name, or the like.
- the event body database may be set in advance, and the event subjects that may be involved are saved in the event body database. For example, you can extract all bond issuance information from the bond management department's database, or obtain these bond issuance information from other third-party agencies or networks, and identify specific issuers, and save those issuers in the event body database. in.
- the event subject database is constantly being updated. For example, when a certain issued bond has been fully executed as scheduled, the bond has no possibility of default, and if the corresponding issuer does not Other bonds that are being issued can be deleted from the event body database at this time. For example, if a newly issued bond appears and its corresponding issuer is not stored in the event body database, the issuer can Added to the event body database.
- Step S105 matching the target event statement by a preset regular expression.
- step S106 is performed.
- Step S106 determining the matching field in the target event statement as an event body corresponding to the target event statement.
- the event_keyword is the event keyword, and the keyword is the matching field.
- a positive match that is, determining that a matching field is an event body
- a negative matching may also be performed, that is, determining that a matching field is not an event body.
- this method makes the extraction of debt default events more accurate and efficient, and is a kind of welfare for users, especially for investment institutions such as banks, which can achieve the effect of rapid warning.
- the embodiment of the present application further introduces an extended keyword to expand on the basis of the initial keyword, and can obtain a wider search result, and realizes the event subject by using the regular expression.
- the automatic matching greatly improves the analysis efficiency.
- FIG. 5 is a structural diagram of an embodiment of an event information analysis apparatus provided by an embodiment of the present application.
- an event information analyzing apparatus may include:
- the initial search module 501 is configured to obtain an initial search result corresponding to the preset initial keyword by using a preset web search engine;
- the extended keyword screening module 502 is configured to filter out an extended keyword in the initial search result, where the extended keyword is a word whose similarity with the initial keyword is greater than a preset similarity threshold;
- An extended search module 503, configured to obtain, by using the network search engine, an extended search result corresponding to the extended keyword
- the target event statement extraction module 504 is configured to extract the initial search result and the target event statement in the extended search result, where the target event statement is a statement including an event keyword and a preset matching field, where the event key The word is the initial keyword or the extended keyword;
- a regular matching module 505 configured to match the target event statement by using a preset regular expression
- the event body determining module 506 is configured to determine, when the matching is successful, the matching field in the target event statement as an event body corresponding to the target event statement.
- the event information analyzing apparatus may further include:
- a hash operation module configured to perform a hash operation on the initial search result to obtain a hash value of the initial search result
- a hash value searching module configured to search, in a preset hash value set, a hash value of the initial search result, where the hash value set is used to record a webpage that has been stored in a preset storage medium Greek value
- a search result storage module configured to add a hash value of the initial search result to the hash value set if a hash value of the initial search result is not found in the hash value set, And storing the initial search result in the storage medium;
- a search result discarding module configured to discard the initial search result if a hash value of the initial search result is found in the hash value set.
- the hash operation module may include:
- a summary content obtaining unit configured to obtain a summary content of the initial search result according to the following formula:
- PageContent is the webpage text in the initial search result
- Head (PageContent) is the first M characters of the webpage text in the initial search result
- Tail (PageContent) is the post of the webpage text in the initial search result.
- N characters, M and N are integers greater than 1
- SubContent is a summary content of the initial search result;
- a hash value calculation unit for calculating a hash value of the initial search result according to the following formula:
- the hash is a preset hash function
- the Key is a hash value of the initial search result.
- the extended keyword screening module may include:
- a literal overlap calculation unit configured to respectively calculate a literal overlap between each word in the initial search result and the initial keyword according to the following formula:
- w is any word in the initial search result
- For the initial keyword For w and The number of words that are included together, The number of words contained in w and The maximum number of words included, For w with Literal overlap between them;
- a similarity calculation unit configured to respectively calculate a similarity between each word in the initial search result and the initial keyword according to the following formula:
- an extended keyword determining unit configured to determine, as the extended keyword, a word whose similarity with the initial keyword is greater than the similarity threshold.
- the extended search module may include:
- the importance score calculation unit is configured to separately calculate the importance scores of each of the extended keywords according to the following formula:
- the interception number calculation unit is configured to separately calculate the number of interception of the extended search result corresponding to each of the extended keywords according to the following formula:
- ew s is the extended keyword with the serial number s, 1 ⁇ s ⁇ S, S is the number of the extended keywords, ⁇ is a preset proportional coefficient, and PageNum is the preset initial search result.
- the number, ExPageNum(ew) is the number of intercepted search results corresponding to ew;
- an extended search result obtaining unit configured to respectively obtain extended search results corresponding to the respective extended keywords according to the intercepted number.
- FIG. 6 is a schematic block diagram of an event information analysis terminal device provided by an embodiment of the present application. For convenience of description, only parts related to the embodiment of the present application are shown.
- the event information analysis terminal device 6 may be a computing device such as a desktop computer, a notebook, a palmtop computer, or a cloud server.
- the event information analysis terminal device 6 may include a processor 60, a memory 61, and computer readable instructions 62 stored in the memory 61 and operable on the processor 60, such as performing the event information analysis method described above.
- Computer readable instructions When the processor 60 executes the computer readable instructions 62, the steps in the foregoing various event information analysis method embodiments are implemented, such as steps S101 to S106 shown in FIG.
- the processor 60 when executing the computer readable instructions 62, implements the functions of the various modules/units in the various apparatus embodiments described above, such as the functions of the modules 501 through 506 shown in FIG.
- the functional units in the various embodiments of the present application may be stored in a computer readable storage medium if implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, the technical solution of the present application, in essence or the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium.
- a number of computer readable instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application.
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
本申请属于计算机技术领域,尤其涉及一种事件信息分析方法、计算机可读存储介质、终端设备及装置。所述方法首先通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果,并在所述初始搜索结果中筛选出扩展关键词,然后通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果,再提取所述初始搜索结果和所述扩展搜索结果中的目标事件语句,最后通过预设的正则表达式对所述目标事件语句进行匹配,若匹配成功,则将所述目标事件语句中的所述匹配字段确定为与所述目标事件语句对应的事件主体。由于引入了扩展关键词,能够得到更为广阔的搜索结果,而且由于通过正则表达式的使用实现了对于事件主体的自动匹配,大大提升了分析效率。
Description
本申请要求于2018年4月8日提交中国专利局、申请号为201810305412.4、发明名称为“一种事件信息分析方法、计算机可读存储介质及终端设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
本申请属于计算机技术领域,尤其涉及一种事件信息分析方法、计算机可读存储介质、终端设备及装置。
随着社会经济的不断发展,人们越来越意识到信息的重要性,能否快速准确地获取到信息,已成为影响企业成功与否的重要因素之一。其中,对互联网中的各种新闻事件进行分析整理是获取信息的一种有效途径,但是,仅仅通过简单的关键词搜索,得到的搜索结果往往较为局限,代表性不足,而且,在得到这些搜索结果之后,往往还需要进一步地分析其中的事件主体,例如,具体的公司、组织、机构等,但目前这种分析主要由专业人员通过人工分析完成的,分析效率较低。
有鉴于此,本申请实施例提供了一种事件信息分析方法、计算机可读存储介质、终端设备及装置,以解决现有的事件信息分析方法得到的搜索结果较为局限且分析效率较低的问题。
本申请实施例的第一方面提供了一种事件信息分析方法,可以包括:
通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果;
在所述初始搜索结果中筛选出扩展关键词,所述扩展关键词为与所述初始关键词的相似度大于预设的相似度阈值的词语;
通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果;
提取所述初始搜索结果和所述扩展搜索结果中的目标事件语句,所述目标事件语句为包含事件关键词和预设的匹配字段的语句,所述事件关键词为所述初始关键词或所述扩展关键词;
通过预设的正则表达式对所述目标事件语句进行匹配;
若匹配成功,则将所述目标事件语句中的所述匹配字段确定为与所述目标事件语句对应的事件主体。
本申请实施例的第二方面提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,所述计算机可读指令被处理器执行时实现上述事件信息分析方法的步骤。
本申请实施例的第三方面提供了一种事件信息分析终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现上述事件信息分析方法的步骤。
本申请实施例的第四方面提供了一种事件信息分析装置,可以包括用于实现上述事件信息分析方法的步骤的模块。
本申请实施例与现有技术相比存在的有益效果是:本申请实施例在初始关键词的基础上,进一步引入了扩展关键词对其进行扩充,能够得到更为广阔的搜索结果,而且由于通过正则表达式的使用实现了对于事件主体的自动匹配,大大提升了分析效率。
图1为本申请实施例中一种事件信息分析方法的一个实施例流程图;
图2为初始搜索结果存储过程的示意流程图;
图3为在初始搜索结果中筛选出扩展关键词的示意流程图;
图4为扩展搜索结果的选取过程的示意流程图;
图5为本申请实施例中一种事件信息分析装置的一个实施例结构图;
图6为本申请实施例中一种事件信息分析终端设备的示意框图。
请参阅图1,本申请实施例中一种事件信息分析方法的一个实施例可以包括:
步骤S101,通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果。
在本实施例中,可以根据实际情况采用一个或者多个网络搜索引擎在互联网中进行自动搜索。在进行搜索时,可以指定搜索范围,仅在某些特定的网站下进行搜索,例如,若需要搜索财经方面的信息,则可将一个或者多个财经网站指定为搜索范围,只在该搜索范围内进行搜索,也可以不指定搜索范围,即在整个互联网中进行搜索。
所述初始关键词可以根据实际的分析领域确定,例如,在量化投资领域,投资者比较关心被投资者的债务情况,尤其是被投资者的债务违约情况,则可以采用“债务违约”作为所述初始关键词来进行搜索,得到相关的网页内容,也即所述初始搜索结果。
需要注意的是,搜索得到的所述初始搜索结果可能数量极为巨大,如果将这些内容全部存储下来,将会消耗巨大的存储资源。因此,本实施例中,预先设置了所述初始搜索结果的数目,将其记为PageNum,只保存在该数目以内的搜索结果。PageNum的取值可以根据预设的存储介质的存储容量来确定,两者成正相关的关系,即存储容量越大,PageNum的取值也越大,反之,存储容量越小,PageNum的取值也越小。
其中,具体的存储过程可以包括如图2所示的步骤:
步骤S1011,对所述初始搜索结果进行哈希运算,得到所述初始搜索结果的哈希值。
在本实施例中,可以采用对网页的完整内容进行哈希运算的方式,但这样的运算过程会消耗大量的时间,因此,为了简化起见,还可以采用仅对网页的摘要内容进行哈希运算的方式来加快运算速度,具体地:
首先,根据下式获取所述初始搜索结果的摘要内容:
SubContent=Head(PageContent)∪Tail(PageContent)
其中,PageContent为所述初始搜索结果中的网页正文,Head(PageContent)为所述初始搜索结果中的网页正文的前M个字符,Tail(PageContent)为所述初始搜索结果中的网页正文的后N个字符,M和N均为大于1的整数,SubContent为所述初始搜索结果的摘要内容。
然后,根据下式计算所述初始搜索结果的哈希值:
Key=Hash(SubContent)=Hash[Head(PageContent)∪Tail(PageContent)]
其中,Hash为预设的哈希函数,Key为所述初始搜索结果的哈希值。
步骤S1012,在预设的哈希值集合中查找所述初始搜索结果的哈希值。
所述哈希值集合用于记录已存储在预设的存储介质中的网页的哈希值,其中的每个哈希值的计算过程与步骤S1011中的类似,具体可参照步骤S1011中的内容,在此不再赘述。
若查找失败,也即在所述哈希值集合中未查找到所述初始搜索结果的哈希值,则执行步骤S1013,若查找成功,也即在所述哈希值集合中查找到所述初始搜索结果的哈希值,则执行步骤S1014。
步骤S1013,将所述初始搜索结果的哈希值添加入所述哈希值集合中,并将所述初始搜索结果存储在所述存储介质中。
若用HashList表示所述哈希值集合,则将所述初始搜索结果的哈希值添加入所述哈希值集合中的过程可表示为:
HashList=HashList∪Key。
步骤S1014,丢弃所述初始搜索结果。
若在所述哈希值集合中查找到所述初始搜索结果的哈希值,则说明在所述存储介质中已经存储了与所述初始搜索结果相同的内容,无需再次对其进行存储。
步骤S102,在所述初始搜索结果中筛选出扩展关键词。
所述扩展关键词为与所述初始关键词的相似度大于预设的相似度阈值的词语。
具体地,步骤S102可以包括如图3所示的步骤:
步骤S1021,分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的字面重叠度。
例如,可以根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的字面重叠度:
步骤S1022,分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的搜索重叠度。
例如,可以根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的搜索重叠度:
步骤S1023,分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的相似度。
例如,可以根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的相似度:
步骤S1024,将与所述初始关键词的相似度大于所述相似度阈值的词语确定为所述扩展关键词。
例如,若所述初始关键词为“债务违约”,则通过上述过程,可确定其扩展关键词为“债务纠纷”、“债务诉讼”、“债务风暴”、“债务崩塌”、“债务预警”、 “债务维权”等等类似的词语。
步骤S103,通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果。
需要注意的是,搜索得到的所述扩展搜索结果可能数量极为巨大,如果将这些内容全部存储下来,将会消耗巨大的存储资源。因此,本实施例中,可以通过如图4所示的步骤仅选取部分的扩展搜索结果进行存储:
步骤S1031,分别计算各个所述扩展关键词的重要度分值。
例如,可以根据下式分别计算各个所述扩展关键词的重要度分值:
其中,ew为任一所述扩展关键词,freq(ew)为ew在所述初始搜索结果中出现的频次,Freq(ew)为ew在预设的样本语料库中出现的频次,这个频次是通过对在语言的实际使用中真实出现过的语言材料进行大规模统计而得到的,其取值是固定的,可以直接通过查表等方式获取,ExWord为由各个所述扩展关键词组成的集合,max[Freq(ExWord)]为各个所述扩展关键词在所述样本语料库中出现的频次的最大值,即:
max[Freq(ExWord)]=max[Freq(ew
1),Freq(ew
2),......,Freq(ew
s),......,Freq(ew
S)]
ew
s为序号为s的所述扩展关键词,1≤s≤S,S为所述扩展关键词的数目,ln为自然对数函数,Score(ew)为ew的重要度分值。
由上述过程可知,某一扩展关键词的重要度分值与其在所述初始搜索结果中出现的频次正相关,与其在所述样本语料库中出现的频次负相关。也就是说,若某一扩展关键词在正常的语言使用中出现的频次越少,而其在所述初始搜索结果中出现的频次越多,则其重要度分值就越高。
步骤S1032,分别计算与各个所述扩展关键词对应的扩展搜索结果的截取数目。
例如,可以根据下式分别计算与各个所述扩展关键词对应的扩展搜索结果的截取数目:
其中,α为预设的比例系数,PageNum为预设的所述初始搜索结果的数目,ExPageNum(ew)为与ew对应的扩展搜索结果的截取数目。
步骤S1033,分别按照所述截取数目获取与各个所述扩展关键词对应的扩展搜索结果。
由以上过程可知,与各个所述扩展关键词对应的扩展搜索结果的截取数目是与其重要度分值正相关的,某一扩展关键词的重要度分值越高,则其扩展搜索结果的截取 数目也越多。
步骤S104,提取所述初始搜索结果和所述扩展搜索结果中的目标事件语句。
所述目标事件语句为包含事件关键词和预设的匹配字段的语句,所述事件关键词为所述初始关键词或所述扩展关键词。
所述匹配字段即为候选的事件主体,具体地,所述匹配字段可以为具体的公司、组织、机构名称等。优选地,可以预先设置事件主体数据库,将可能涉及到的事件主体均保存在该事件主体数据库中。例如,可以从债券管理部门的数据库中提取出所有的债券发行信息,或者从其它第三方机构或者网络上获取这些债券发行信息,并确定出具体的发行者,将这些发行者保存在事件主体数据库中。
需要注意的是,该事件主体数据库中是在不断的更新中的,例如,当某个发行的债券已经全部如期履约,则该债券已无发生违约的可能性,若其对应的发行者也没有其它正在发行的债券,此时可以将其从事件主体数据库中删除,又如,若出现了新发行的债券,而其对应的发行者并未保存在事件主体数据库中,则可将该发行者新增入事件主体数据库中。
步骤S105,通过预设的正则表达式对所述目标事件语句进行匹配。
若匹配成功,则执行步骤S106。
步骤S106,将所述目标事件语句中的所述匹配字段确定为与所述目标事件语句对应的事件主体。
例如,可以采用如下的正则匹配表达式进行匹配:
“(.*)+keyword+(.*event_keyword)”
其中,event_keyword为所述事件关键词,keyword为所述匹配字段。
若某一所述目标事件语句为:
“公司A发生债务违约的公告”,则上述正则表达式与该目标事件语句匹配成功,那么就可以确定出事件主体为“公司A”,即发生债务违约的是“公司A”。
需要注意的是,以上进行的是肯定匹配,即确定某一匹配字段是事件主体,可选地,还可以进行否定匹配,即确定某一匹配字段不是事件主体。
例如,可以采用如下的正则匹配表达式进行否定匹配:
“(.*:|:)+keyword+(.*关于)”
若某一所述目标事件语句为:
“公司A:银行B关于本公司发生债务违约的公告”,则上述正则表达式与该目标事件语句匹配成功,那么就可以确定出“银行B”不是与所述目标事件语句对应的事件主体,即发生债务违约的不是“银行B”。
在以上关于债务违约事件的分析中,这种方式使得债务违约事件的提取更加准确高效,对于用户而言是种福利,特别是银行等投资机构,能达到快速预警的效果。
综上所述,本申请实施例在初始关键词的基础上,进一步引入了扩展关键词对其进行扩充,能够得到更为广阔的搜索结果,而且由于通过正则表达式的使用实现了对于事件主体的自动匹配,大大提升了分析效率。
对应于上文实施例所述的一种事件信息分析方法,图5示出了本申请实施例提供的一种事件信息分析装置的一个实施例结构图。
本实施例中,一种事件信息分析装置可以包括:
初始搜索模块501,用于通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果;
扩展关键词筛选模块502,用于在所述初始搜索结果中筛选出扩展关键词,所述扩展关键词为与所述初始关键词的相似度大于预设的相似度阈值的词语;
扩展搜索模块503,用于通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果;
目标事件语句提取模块504,用于提取所述初始搜索结果和所述扩展搜索结果中的目标事件语句,所述目标事件语句为包含事件关键词和预设的匹配字段的语句,所述事件关键词为所述初始关键词或所述扩展关键词;
正则匹配模块505,用于通过预设的正则表达式对所述目标事件语句进行匹配;
事件主体确定模块506,用于若匹配成功,则将所述目标事件语句中的所述匹配字段确定为与所述目标事件语句对应的事件主体。
进一步地,所述事件信息分析装置还可以包括:
哈希运算模块,用于对所述初始搜索结果进行哈希运算,得到所述初始搜索结果的哈希值;
哈希值查找模块,用于在预设的哈希值集合中查找所述初始搜索结果的哈希值,所述哈希值集合用于记录已存储在预设的存储介质中的网页的哈希值;
搜索结果存储模块,用于若在所述哈希值集合中未查找到所述初始搜索结果的哈希值,则将所述初始搜索结果的哈希值添加入所述哈希值集合中,并将所述初始搜索结果存储在所述存储介质中;
搜索结果丢弃模块,用于若在所述哈希值集合中查找到所述初始搜索结果的哈希值,则丢弃所述初始搜索结果。
进一步地,所述哈希运算模块可以包括:
摘要内容获取单元,用于根据下式获取所述初始搜索结果的摘要内容:
SubContent=Head(PageContent)∪Tail(PageContent)
其中,PageContent为所述初始搜索结果中的网页正文,Head(PageContent)为所述初始搜索结果中的网页正文的前M个字符,Tail(PageContent)为所述初始搜索结果中的网页正文的后N个字符,M和N均为大于1的整数,SubContent为所述初始搜索结果的摘要内容;
哈希值计算单元,用于根据下式计算所述初始搜索结果的哈希值:
Key=Hash(SubContent)=Hash[Head(PageContent)∪Tail(PageContent)]
其中,Hash为预设的哈希函数,Key为所述初始搜索结果的哈希值。
进一步地,所述扩展关键词筛选模块可以包括:
字面重叠度计算单元,用于根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的字面重叠度:
搜索重叠度计算单元,用于根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的搜索重叠度:
相似度计算单元,用于根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的相似度:
扩展关键词确定单元,用于将与所述初始关键词的相似度大于所述相似度阈值的词语确定为所述扩展关键词。
进一步地,所述扩展搜索模块可以包括:
重要度分值计算单元,用于根据下式分别计算各个所述扩展关键词的重要度分值:
其中,ew为任一所述扩展关键词,freq(ew)为ew在所述初始搜索结果中出现的频次,Freq(ew)为ew在预设的样本语料库中出现的频次,ExWord为由各个所述扩展关键词组成的集合,max[Freq(ExWord)]为各个所述扩展关键词在所述样本语料库中出现的频次的最大值,ln为自然对数函数,Score(ew)为ew的重要度分值;
截取数目计算单元,用于根据下式分别计算与各个所述扩展关键词对应的扩展搜索结果的截取数目:
其中,ew
s为序号为s的所述扩展关键词,1≤s≤S,S为所述扩展关键词的数目,α为预设的比例系数,PageNum为预设的所述初始搜索结果的数目,ExPageNum(ew)为与ew对应的扩展搜索结果的截取数目;
扩展搜索结果获取单元,用于分别按照所述截取数目获取与各个所述扩展关键词对应的扩展搜索结果。
图6示出了本申请实施例提供的一种事件信息分析终端设备的示意框图,为了便于说明,仅示出了与本申请实施例相关的部分。
在本实施例中,所述事件信息分析终端设备6可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。该事件信息分析终端设备6可包括:处理器60、存储器61以及存储在所述存储器61中并可在所述处理器60上运行的计算机可读指令62,例如执行上述的事件信息分析方法的计算机可读指令。所述处理器60执行所述计算机可读指令62时实现上述各个事件信息分析方法实施例中的步骤,例如图1所示的步骤S101至S106。或者,所述处理器60执行所述计算机可读指令62时实现上述各装置实施例中各模块/单元的功能,例如图5所示模块501至506的功能。
在本申请各个实施例中的各功能单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干计算机可读指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。
Claims (20)
- 一种事件信息分析方法,其特征在于,包括:通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果;在所述初始搜索结果中筛选出扩展关键词,所述扩展关键词为与所述初始关键词的相似度大于预设的相似度阈值的词语;通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果;提取所述初始搜索结果和所述扩展搜索结果中的目标事件语句,所述目标事件语句为包含事件关键词和预设的匹配字段的语句,所述事件关键词为所述初始关键词或所述扩展关键词;通过预设的正则表达式对所述目标事件语句进行匹配;若匹配成功,则将所述目标事件语句中的所述匹配字段确定为与所述目标事件语句对应的事件主体。
- 根据权利要求1所述的事件信息分析方法,其特征在于,在通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果之后,还包括:对所述初始搜索结果进行哈希运算,得到所述初始搜索结果的哈希值;在预设的哈希值集合中查找所述初始搜索结果的哈希值,所述哈希值集合用于记录已存储在预设的存储介质中的网页的哈希值;若在所述哈希值集合中未查找到所述初始搜索结果的哈希值,则将所述初始搜索结果的哈希值添加入所述哈希值集合中,并将所述初始搜索结果存储在所述存储介质中;若在所述哈希值集合中查找到所述初始搜索结果的哈希值,则丢弃所述初始搜索结果。
- 根据权利要求2所述的事件信息分析方法,其特征在于,所述对所述初始搜索结果进行哈希运算,得到所述初始搜索结果的哈希值包括:根据下式获取所述初始搜索结果的摘要内容:SubContent=Head(PageContent)∪Tail(PageContent)其中,PageContent为所述初始搜索结果中的网页正文,Head(PageContent)为所述初始搜索结果中的网页正文的前M个字符,Tail(PageContent)为所述初始搜索结果中的网页正文的后N个字符,M和N均为大于1的整数,SubContent为所述初始搜索结果的摘要内容;根据下式计算所述初始搜索结果的哈希值:Key=Hash(SubContent)=Hash[Head(PageContent)∪Tail(PageContent)]其中,Hash为预设的哈希函数,Key为所述初始搜索结果的哈希值。
- 根据权利要求1所述的事件信息分析方法,其特征在于,所述在所述初始搜索结果中筛选出扩展关键词包括:根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的字面重叠度:根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的搜索重叠度:根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的相似度:将与所述初始关键词的相似度大于所述相似度阈值的词语确定为所述扩展关键词。
- 根据权利要求1至4中任一项所述的事件信息分析方法,其特征在于,所述通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果包括:根据下式分别计算各个所述扩展关键词的重要度分值:其中,ew为任一所述扩展关键词,freq(ew)为ew在所述初始搜索结果中出现的频次,Freq(ew)为ew在预设的样本语料库中出现的频次,ExWord为由各个所述扩展关键词组成的集合,max[Freq(ExWord)]为各个所述扩展关键词在所述样本语料库中出现的频次的最大值,ln为自然对数函数,Score(ew)为ew的重要度分值;根据下式分别计算与各个所述扩展关键词对应的扩展搜索结果的截取数目:其中,ew s为序号为s的所述扩展关键词,1≤s≤S,S为所述扩展关键词的数目,α为预设的比例系数,PageNum为预设的所述初始搜索结果的数目,ExPageNum(ew)为与ew对应的扩展搜索结果的截取数目;分别按照所述截取数目获取与各个所述扩展关键词对应的扩展搜索结果。
- 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果;在所述初始搜索结果中筛选出扩展关键词,所述扩展关键词为与所述初始关键词的相似度大于预设的相似度阈值的词语;通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果;提取所述初始搜索结果和所述扩展搜索结果中的目标事件语句,所述目标事件语句为包含事件关键词和预设的匹配字段的语句,所述事件关键词为所述初始关键词或所述扩展关键词;通过预设的正则表达式对所述目标事件语句进行匹配;若匹配成功,则将所述目标事件语句中的所述匹配字段确定为与所述目标事件语句对应的事件主体。
- 根据权利要求6所述的计算机可读存储介质,其特征在于,在通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果之后,还包括:对所述初始搜索结果进行哈希运算,得到所述初始搜索结果的哈希值;在预设的哈希值集合中查找所述初始搜索结果的哈希值,所述哈希值集合用于记录已存储在预设的存储介质中的网页的哈希值;若在所述哈希值集合中未查找到所述初始搜索结果的哈希值,则将所述初始搜索结果的哈希值添加入所述哈希值集合中,并将所述初始搜索结果存储在所述存储介质中;若在所述哈希值集合中查找到所述初始搜索结果的哈希值,则丢弃所述初始搜索结果。
- 根据权利要求7所述的计算机可读存储介质,其特征在于,所述对所述初始搜索结果进行哈希运算,得到所述初始搜索结果的哈希值包括:根据下式获取所述初始搜索结果的摘要内容:SubContent=Head(PageContent)∪Tail(PageContent)其中,PageContent为所述初始搜索结果中的网页正文,Head(PageContent)为所述初始搜索结果中的网页正文的前M个字符,Tail(PageContent)为所述初始搜索结果中的网页正文的后N个字符,M和N均为大于1的整数,SubContent为所述初始搜索结果的摘要内容;根据下式计算所述初始搜索结果的哈希值:Key=Hash(SubContent)=Hash[Head(PageContent)∪Tail(PageContent)]其中,Hash为预设的哈希函数,Key为所述初始搜索结果的哈希值。
- 根据权利要求6所述的计算机可读存储介质,其特征在于,所述在所述初始搜索结果中筛选出扩展关键词包括:根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的字面重叠度:根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的搜索重叠度:根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的相似度:将与所述初始关键词的相似度大于所述相似度阈值的词语确定为所述扩展关键词。
- 根据权利要求6至9中任一项所述的计算机可读存储介质,其特征在于,所述通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果包括:根据下式分别计算各个所述扩展关键词的重要度分值:其中,ew为任一所述扩展关键词,freq(ew)为ew在所述初始搜索结果中出现的频次,Freq(ew)为ew在预设的样本语料库中出现的频次,ExWord为由各个所述扩展关键词组成的集合,max[Freq(ExWord)]为各个所述扩展关键词在所述样本语料库中出现的频次的最大值,ln为自然对数函数,Score(ew)为ew的重要度分值;根据下式分别计算与各个所述扩展关键词对应的扩展搜索结果的截取数目:其中,ew s为序号为s的所述扩展关键词,1≤s≤S,S为所述扩展关键词的数目,α为预设的比例系数,PageNum为预设的所述初始搜索结果的数目,ExPageNum(ew)为与ew对应的扩展搜索结果的截取数目;分别按照所述截取数目获取与各个所述扩展关键词对应的扩展搜索结果。
- 一种事件信息分析终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,其特征在于,所述处理器执行所述计算机可读指令时实现如下步骤:通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果;在所述初始搜索结果中筛选出扩展关键词,所述扩展关键词为与所述初始关键词的相似度大于预设的相似度阈值的词语;通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果;提取所述初始搜索结果和所述扩展搜索结果中的目标事件语句,所述目标事件语句为包含事件关键词和预设的匹配字段的语句,所述事件关键词为所述初始关键词或所述扩展关键词;通过预设的正则表达式对所述目标事件语句进行匹配;若匹配成功,则将所述目标事件语句中的所述匹配字段确定为与所述目标事件语句对应的事件主体。
- 根据权利要求11所述的事件信息分析终端设备,其特征在于,在通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果之后,还包括:对所述初始搜索结果进行哈希运算,得到所述初始搜索结果的哈希值;在预设的哈希值集合中查找所述初始搜索结果的哈希值,所述哈希值集合用于记录已存储在预设的存储介质中的网页的哈希值;若在所述哈希值集合中未查找到所述初始搜索结果的哈希值,则将所述初始搜索结果的哈希值添加入所述哈希值集合中,并将所述初始搜索结果存储在所述存储介质 中;若在所述哈希值集合中查找到所述初始搜索结果的哈希值,则丢弃所述初始搜索结果。
- 根据权利要求12所述的事件信息分析终端设备,其特征在于,所述对所述初始搜索结果进行哈希运算,得到所述初始搜索结果的哈希值包括:根据下式获取所述初始搜索结果的摘要内容:SubContent=Head(PageContent)∪Tail(PageContent)其中,PageContent为所述初始搜索结果中的网页正文,Head(PageContent)为所述初始搜索结果中的网页正文的前M个字符,Tail(PageContent)为所述初始搜索结果中的网页正文的后N个字符,M和N均为大于1的整数,SubContent为所述初始搜索结果的摘要内容;根据下式计算所述初始搜索结果的哈希值:Key=Hash(SubContent)=Hash[Head(PageContent)∪Tail(PageContent)]其中,Hash为预设的哈希函数,Key为所述初始搜索结果的哈希值。
- 根据权利要求11所述的事件信息分析终端设备,其特征在于,所述在所述初始搜索结果中筛选出扩展关键词包括:根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的字面重叠度:根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的搜索重叠度:根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的相似度:将与所述初始关键词的相似度大于所述相似度阈值的词语确定为所述扩展关键词。
- 根据权利要求11至14中任一项所述的事件信息分析终端设备,其特征在于,所述通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果包括:根据下式分别计算各个所述扩展关键词的重要度分值:其中,ew为任一所述扩展关键词,freq(ew)为ew在所述初始搜索结果中出现的频次,Freq(ew)为ew在预设的样本语料库中出现的频次,ExWord为由各个所述扩展关键词组成的集合,max[Freq(ExWord)]为各个所述扩展关键词在所述样本语料库中出现的频次的最大值,ln为自然对数函数,Score(ew)为ew的重要度分值;根据下式分别计算与各个所述扩展关键词对应的扩展搜索结果的截取数目:其中,ew s为序号为s的所述扩展关键词,1≤s≤S,S为所述扩展关键词的数目,α为预设的比例系数,PageNum为预设的所述初始搜索结果的数目,ExPageNum(ew)为与ew对应的扩展搜索结果的截取数目;分别按照所述截取数目获取与各个所述扩展关键词对应的扩展搜索结果。
- 一种事件信息分析装置,其特征在于,包括:初始搜索模块,用于通过预设的网络搜索引擎获取与预设的初始关键词对应的初始搜索结果;扩展关键词筛选模块,用于在所述初始搜索结果中筛选出扩展关键词,所述扩展关键词为与所述初始关键词的相似度大于预设的相似度阈值的词语;扩展搜索模块,用于通过所述网络搜索引擎获取与所述扩展关键词对应的扩展搜索结果;目标事件语句提取模块,用于提取所述初始搜索结果和所述扩展搜索结果中的目标事件语句,所述目标事件语句为包含事件关键词和预设的匹配字段的语句,所述事件关键词为所述初始关键词或所述扩展关键词;正则匹配模块,用于通过预设的正则表达式对所述目标事件语句进行匹配;事件主体确定模块,用于若匹配成功,则将所述目标事件语句中的所述匹配字段确定为与所述目标事件语句对应的事件主体。
- 根据权利要求16所述的事件信息分析装置,其特征在于,还包括:哈希运算模块,用于对所述初始搜索结果进行哈希运算,得到所述初始搜索结果的哈希值;哈希值查找模块,用于在预设的哈希值集合中查找所述初始搜索结果的哈希值,所述哈希值集合用于记录已存储在预设的存储介质中的网页的哈希值;搜索结果存储模块,用于若在所述哈希值集合中未查找到所述初始搜索结果的哈希值,则将所述初始搜索结果的哈希值添加入所述哈希值集合中,并将所述初始搜索结果存储在所述存储介质中;搜索结果丢弃模块,用于若在所述哈希值集合中查找到所述初始搜索结果的哈希值,则丢弃所述初始搜索结果。
- 根据权利要求17所述的事件信息分析装置,其特征在于,所述哈希运算模块包括:摘要内容获取单元,用于根据下式获取所述初始搜索结果的摘要内容:SubContent=Head(PageContent)∪Tail(PageContent)其中,PageContent为所述初始搜索结果中的网页正文,Head(PageContent)为所述初始搜索结果中的网页正文的前M个字符,Tail(PageContent)为所述初始搜索结果中的网页正文的后N个字符,M和N均为大于1的整数,SubContent为所述初始搜索结果的摘要内容;哈希值计算单元,用于根据下式计算所述初始搜索结果的哈希值:Key=Hash(SubContent)=Hash[Head(PageContent)∪Tail(PageContent)]其中,Hash为预设的哈希函数,Key为所述初始搜索结果的哈希值。
- 根据权利要求16所述的事件信息分析装置,其特征在于,所述扩展关键词筛选模块包括:字面重叠度计算单元,用于根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的字面重叠度:搜索重叠度计算单元,用于根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的搜索重叠度:相似度计算单元,用于根据下式分别计算所述初始搜索结果中的各个词语与所述初始关键词之间的相似度:扩展关键词确定单元,用于将与所述初始关键词的相似度大于所述相似度阈值的词语确定为所述扩展关键词。
- 根据权利要求16至19中任一项所述的事件信息分析装置,其特征在于,所述扩展搜索模块可以包括:重要度分值计算单元,用于根据下式分别计算各个所述扩展关键词的重要度分值:其中,ew为任一所述扩展关键词,freq(ew)为ew在所述初始搜索结果中出现的频次,Freq(ew)为ew在预设的样本语料库中出现的频次,ExWord为由各个所述扩展关键词组成的集合,max[Freq(ExWord)]为各个所述扩展关键词在所述样本语料库中出现的频次的最大值,ln为自然对数函数,Score(ew)为ew的重要度分值;截取数目计算单元,用于根据下式分别计算与各个所述扩展关键词对应的扩展搜索结果的截取数目:其中,ew s为序号为s的所述扩展关键词,1≤s≤S,S为所述扩展关键词的数目,α为预设的比例系数,PageNum为预设的所述初始搜索结果的数目,ExPageNum(ew)为与ew对应的扩展搜索结果的截取数目;扩展搜索结果获取单元,用于分别按照所述截取数目获取与各个所述扩展关键词对应的扩展搜索结果。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201810305412.4A CN108763272B (zh) | 2018-04-08 | 2018-04-08 | 一种事件信息分析方法、计算机可读存储介质及终端设备 |
| CN201810305412.4 | 2018-04-08 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2019196209A1 true WO2019196209A1 (zh) | 2019-10-17 |
Family
ID=63981090
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2018/093346 Ceased WO2019196209A1 (zh) | 2018-04-08 | 2018-06-28 | 事件信息分析方法、可读存储介质、终端设备及装置 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN108763272B (zh) |
| WO (1) | WO2019196209A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113468321A (zh) * | 2021-09-01 | 2021-10-01 | 江苏金陵科技集团有限公司 | 一种基于大数据的事件聚合分析方法和系统 |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108763272B (zh) * | 2018-04-08 | 2019-09-17 | 平安科技(深圳)有限公司 | 一种事件信息分析方法、计算机可读存储介质及终端设备 |
| CN110458296B (zh) * | 2019-08-02 | 2023-08-29 | 腾讯科技(深圳)有限公司 | 目标事件的标记方法和装置、存储介质及电子装置 |
| CN111177405A (zh) * | 2019-12-18 | 2020-05-19 | 深圳壹账通智能科技有限公司 | 数据搜索匹配方法、装置、计算机设备和存储介质 |
| CN111309299A (zh) * | 2020-01-15 | 2020-06-19 | 珠海格力智能装备有限公司 | 工业机器人语言处理方法、装置、存储介质和电子设备 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2017099454A1 (ko) * | 2015-12-08 | 2017-06-15 | 전자부품연구원 | 마인드맵 기반 키워드 검색 방법 및 이를 위한 장치 |
| CN107229624A (zh) * | 2016-03-23 | 2017-10-03 | 百度在线网络技术(北京)有限公司 | 一种页面提供方法和页面提供装置 |
| CN107330111A (zh) * | 2017-07-07 | 2017-11-07 | 长沙沃本智能科技有限公司 | 基于通用形式化本体的领域本体的检索方法及装置 |
| CN107590169A (zh) * | 2017-04-14 | 2018-01-16 | 南方科技大学 | 一种运营商网关数据的预处理方法及系统 |
| CN108763272A (zh) * | 2018-04-08 | 2018-11-06 | 平安科技(深圳)有限公司 | 一种事件信息分析方法、计算机可读存储介质及终端设备 |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107273404A (zh) * | 2017-04-26 | 2017-10-20 | 努比亚技术有限公司 | 搜索引擎的评估方法、装置及计算机可读存储介质 |
-
2018
- 2018-04-08 CN CN201810305412.4A patent/CN108763272B/zh active Active
- 2018-06-28 WO PCT/CN2018/093346 patent/WO2019196209A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2017099454A1 (ko) * | 2015-12-08 | 2017-06-15 | 전자부품연구원 | 마인드맵 기반 키워드 검색 방법 및 이를 위한 장치 |
| CN107229624A (zh) * | 2016-03-23 | 2017-10-03 | 百度在线网络技术(北京)有限公司 | 一种页面提供方法和页面提供装置 |
| CN107590169A (zh) * | 2017-04-14 | 2018-01-16 | 南方科技大学 | 一种运营商网关数据的预处理方法及系统 |
| CN107330111A (zh) * | 2017-07-07 | 2017-11-07 | 长沙沃本智能科技有限公司 | 基于通用形式化本体的领域本体的检索方法及装置 |
| CN108763272A (zh) * | 2018-04-08 | 2018-11-06 | 平安科技(深圳)有限公司 | 一种事件信息分析方法、计算机可读存储介质及终端设备 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113468321A (zh) * | 2021-09-01 | 2021-10-01 | 江苏金陵科技集团有限公司 | 一种基于大数据的事件聚合分析方法和系统 |
| CN113468321B (zh) * | 2021-09-01 | 2022-01-04 | 江苏金陵科技集团有限公司 | 一种基于大数据的事件聚合分析方法和系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN108763272A (zh) | 2018-11-06 |
| CN108763272B (zh) | 2019-09-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2019196209A1 (zh) | 事件信息分析方法、可读存储介质、终端设备及装置 | |
| CN102799647B (zh) | 网页去重方法和设备 | |
| CN103593418B (zh) | 一种面向大数据的分布式主题发现方法及系统 | |
| CN107491518A (zh) | 一种搜索召回方法和装置、服务器、存储介质 | |
| WO2020215667A1 (zh) | 文本内容快速去重方法、装置、计算机设备及存储介质 | |
| CN104199833B (zh) | 一种网络搜索词的聚类方法和聚类装置 | |
| CN103914494A (zh) | 一种微博用户身份识别方法及系统 | |
| CN107967290A (zh) | 一种基于海量科研资料的知识图谱网络构建方法及系统、介质 | |
| CN106933800A (zh) | 一种金融领域的事件句抽取方法 | |
| CN103902619A (zh) | 一种网络舆情监控方法及系统 | |
| WO2019218452A1 (zh) | 热词分析方法、计算机可读存储介质、终端设备及装置 | |
| WO2017096777A1 (zh) | 文献归一方法、文献搜索方法及对应装置、设备和存储介质 | |
| WO2015085805A1 (zh) | 一种确定图片簇描述文本核心词的方法及装置 | |
| CN118606462A (zh) | 一种文档相似度计算查重方法及系统 | |
| CN112035723A (zh) | 资源库的确定方法和装置、存储介质及电子装置 | |
| CN111930945A (zh) | 一种Tor隐藏服务非法内容分类方法 | |
| CN115470489A (zh) | 检测模型训练方法、检测方法、设备以及计算机可读介质 | |
| CN103092838B (zh) | 一种获取英文词的方法及装置 | |
| CN111723201A (zh) | 一种用于文本数据聚类的方法和装置 | |
| CN110888977A (zh) | 文本分类方法、装置、计算机设备和存储介质 | |
| CN104778232A (zh) | 一种基于长查询的搜索结果的优化方法和装置 | |
| CN116932526B (zh) | 一种面向开源情报的文本去重方法 | |
| CN114386393A (zh) | 短文本关键词提取方法及装置 | |
| CN103383697B (zh) | 确定对象标题的对象表征信息的方法与设备 | |
| CN118093852A (zh) | 一种政策知识查询方法、装置、电子设备及存储介质 |
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: 18914577 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 21/01/2021) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 18914577 Country of ref document: EP Kind code of ref document: A1 |
















