CN111046144A - Intelligent matching method and device, computer equipment and storage medium - Google Patents

Intelligent matching method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN111046144A
CN111046144A CN201911302224.7A CN201911302224A CN111046144A CN 111046144 A CN111046144 A CN 111046144A CN 201911302224 A CN201911302224 A CN 201911302224A CN 111046144 A CN111046144 A CN 111046144A
Authority
CN
China
Prior art keywords
name
enterprise chinese
enterprise
chinese name
current enterprise
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.)
Pending
Application number
CN201911302224.7A
Other languages
Chinese (zh)
Inventor
冼东亮
李柏
李如先
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority to CN201911302224.7A priority Critical patent/CN111046144A/en
Publication of CN111046144A publication Critical patent/CN111046144A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3334Selection or weighting of terms from queries, including natural language queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/338Presentation of query results

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses an intelligent matching method, an intelligent matching device, computer equipment and a storage medium, and relates to the technical field of search. The intelligent matching method comprises the following steps: a name rule set based on the enterprise Chinese name is established in advance; inquiring whether a record meeting the conditions exists at a data provider according to the input current enterprise Chinese name; if no record meeting the conditions exists, splitting the current enterprise Chinese name to obtain a keyword of the current enterprise Chinese name; extracting rules in the name rule set in sequence, and matching the rules with the keywords of the current enterprise Chinese name to obtain a plurality of inferred enterprise Chinese names; inquiring whether a record meeting the conditions exists at a data provider based on the obtained multiple inferred enterprise Chinese names; if the records meeting the conditions are inquired, returning the inquired records.

Description

Intelligent matching method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of search technologies, and in particular, to an intelligent matching method and apparatus, a computer device, and a storage medium.
Background
In the prior art, generally, the search for the enterprise equity relationship is carried out based on a single enterprise main body, if the number of shareholders of the head enterprise is large and the association is complex, the shareholders of the enterprise main body need to be frequently inquired, and the association intimacy of the head enterprise is compared with the association intimacy of the head enterprise one by one according to a plurality of factors such as the natural shareholders share proportion, enterprise shareholders, share proportion and the like, so that the deep analysis and display of the enterprise equity relationship are very inconvenient.
In view of the above problems with the prior art, there is a need for optimization and improvement of the prior art.
Disclosure of Invention
The embodiment of the invention provides an intelligent matching method, an intelligent matching device, computer equipment and a storage medium, and aims to solve the problem that in the prior art, the enterprise stock right relation is inconvenient to search and deeply analyze and display.
In a first aspect, an embodiment of the present invention provides an intelligent matching method based on enterprise chinese names, including:
a name rule set based on the enterprise Chinese name is established in advance;
inquiring whether a record meeting the conditions exists at a data provider according to the input current enterprise Chinese name;
if no record meeting the conditions exists, splitting the current enterprise Chinese name to obtain a keyword of the current enterprise Chinese name;
extracting rules in the name rule set in sequence, and matching the rules with the keywords of the current enterprise Chinese name to obtain a plurality of inferred enterprise Chinese names;
inquiring whether a record meeting the conditions exists at a data provider based on the obtained multiple inferred enterprise Chinese names;
if the records meeting the conditions are inquired, returning the inquired records.
Preferably, if the query has a record meeting the condition, returning the queried record, including:
if a plurality of records meeting the conditions are inquired, the inquired records meeting the conditions are sorted according to the similarity with the current enterprise Chinese name, and the sorted records are returned; wherein, the greater the similarity, the more forward the ranking, the lower the similarity, the more backward the ranking.
Preferably, if there is no record meeting the condition, splitting the current enterprise chinese name to obtain the keyword of the current enterprise chinese name, including:
and deleting the universal name in the current enterprise Chinese name, and taking the rest part of the deleted universal name as the key word of the current enterprise Chinese name.
Preferably, the deleting the common name in the current enterprise chinese name and taking the remaining part after the deleting the common name as the keyword of the current enterprise chinese name includes:
comparing the current enterprise Chinese name with the universal names in the universal name library one by one;
and deleting the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library, and taking the rest part after deleting the universal name as the key word of the current enterprise Chinese name.
Preferably, the deleting a part of the current enterprise chinese name that is the same as the common name in the common name library, and taking a remaining part after the deletion of the common name as a keyword of the current enterprise chinese name includes:
acquiring the position of the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library;
and if the position is positioned behind the current enterprise Chinese name, deleting the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library, and taking the part of the current enterprise Chinese name after the universal name is deleted as the key word of the current enterprise Chinese name.
Preferably, the sequentially extracting the rules in the name rule set and matching the rules with the keywords of the current enterprise chinese name to obtain a plurality of inferred enterprise chinese names includes:
sequentially extracting rules in the name rule set and acquiring combined words in the rules;
combining the keywords of the current enterprise Chinese name with the combined words in the rule to obtain a plurality of inferred enterprise Chinese names.
Preferably, the rules comprise combination symbols.
In a second aspect, an embodiment of the present invention provides an intelligent matching device based on enterprise chinese names, including:
the set establishing unit is used for establishing a name rule set based on the enterprise Chinese name in advance;
the first query unit is used for querying whether a record meeting the conditions exists in the data provider according to the input current enterprise Chinese name;
the name splitting unit is used for splitting the current enterprise Chinese name if no record meeting the conditions exists, and acquiring the key words of the current enterprise Chinese name;
the rule matching unit is used for sequentially extracting the rules in the name rule set and matching the rules with the keywords of the current enterprise Chinese name to obtain a plurality of inferred enterprise Chinese names;
the second query unit is used for querying whether a record meeting the conditions exists at a data provider based on the obtained plurality of inferred enterprise Chinese names;
and the record returning unit is used for returning the inquired record if the record meeting the conditions is inquired.
In a third aspect, an embodiment of the present invention provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor, when executing the computer program, implements the intelligent matching method based on the business chinese name as described above.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements the intelligent matching method based on the enterprise chinese name as described above.
The embodiment of the invention provides an intelligent matching method, an intelligent matching device, computer equipment and a storage medium, wherein the method comprises the following steps: a name rule set based on the enterprise Chinese name is established in advance; inquiring whether a record meeting the conditions exists at a data provider according to the input current enterprise Chinese name; if no record meeting the conditions exists, splitting the current enterprise Chinese name to obtain a keyword of the current enterprise Chinese name; extracting rules in the name rule set in sequence, and matching the rules with the keywords of the current enterprise Chinese name to obtain a plurality of inferred enterprise Chinese names; inquiring whether a record meeting the conditions exists at a data provider based on the obtained multiple inferred enterprise Chinese names; if the records meeting the conditions are inquired, returning the inquired records.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic flow chart of an intelligent matching method based on enterprise Chinese names according to an embodiment of the present invention;
fig. 2 is a schematic block diagram of an intelligent matching device based on enterprise chinese names according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1, fig. 1 is a schematic flow chart of an intelligent matching method based on enterprise chinese names according to an embodiment of the present invention, where the method includes steps S101 to S106:
s101, pre-establishing a name rule set based on an enterprise Chinese name;
in this step, a name rule set based on the enterprise Chinese name may be pre-established. The name rule set comprises a plurality of rules, and the rules are used for matching with other information so as to generate and infer the Chinese name of the enterprise.
S102, inquiring whether a record meeting the conditions exists in a data provider according to the input current enterprise Chinese name;
when a user needs to query a record of a certain enterprise Chinese name, the current enterprise Chinese name can be input, and then whether a record meeting conditions exists is queried on a data provider based on the current enterprise Chinese name, wherein the record can be a link of an enterprise, news of the enterprise, information of the enterprise and the like. Certainly, the record is a record that really exists, but the current enterprise Chinese name input by the user does not necessarily exist really, so that the record that meets the condition, that is, the record that meets the current enterprise Chinese name, cannot be inquired in this step.
S103, if no record meeting the conditions exists, splitting the current enterprise Chinese name to obtain a keyword of the current enterprise Chinese name;
if the record meeting the conditions is not inquired, the current enterprise Chinese name input by the user is incorrect, and the current enterprise Chinese name needs to be corrected at the moment. The key words represent the core content in the current enterprise Chinese name, and the key words are matched according to the rules.
S104, extracting the rules in the name rule set in sequence, and matching the rules with the keywords of the current enterprise Chinese name to obtain a plurality of inferred enterprise Chinese names;
in this step, the rules in the name rule set may be sequentially extracted, and then matched with the keywords obtained in the previous step, so that a plurality of inferred enterprise Chinese names may be obtained. These inferred enterprise Chinese names may be accurate and mostly false, so it is necessary to further query the data provider for a qualified record based on these inferred enterprise Chinese names.
S105, inquiring whether a record meeting the conditions exists at a data provider based on the obtained multiple inferred enterprise Chinese names;
in this step, based on the plurality of inferred enterprise Chinese names obtained in the above steps, the data provider is queried whether there is a record meeting the condition in a similar manner to the above steps, where the record meeting the condition is a record meeting the inferred enterprise Chinese name, such as link, news or data of the inferred enterprise Chinese name.
And S106, if the records meeting the conditions are inquired, returning the inquired records.
If the result of the query in the previous step is that a record meeting the conditions is queried, the corresponding inferred enterprise Chinese name is accurate, and the queried record can be returned. Meanwhile, the corresponding inferred enterprise Chinese name can be returned, so that the user can know which names are accurate, and the records corresponding to the names can be seen, and the user can conveniently determine whether the records are required by the user.
In one embodiment, the step S106 includes:
if a plurality of records meeting the conditions are inquired, the inquired records meeting the conditions are sorted according to the similarity with the current enterprise Chinese name, and the sorted records are returned; wherein, the greater the similarity, the more forward the ranking, the lower the similarity, the more backward the ranking.
Because the inquired records meeting the conditions are multiple, and not every record is required by the user, the inquired records meeting the conditions can be sorted, specifically, the records meeting the conditions can be sorted according to the similarity with the Chinese name of the current enterprise, the higher the similarity is, the earlier the corresponding record is, and the lower the similarity is, the later the corresponding record is.
The similarity comparison object is the current enterprise Chinese name and the inferred enterprise Chinese name, namely, a plurality of inferred enterprise Chinese names are accurate, namely, records can be inquired, but not every inferred enterprise Chinese name is the name finally required by the user, and only one or two of the inferred enterprise Chinese names are the target names of the user. So it is inferred here that the business chinese name is compared to the current business chinese name, the higher the similarity, the earlier the corresponding record, the lower the similarity, the later the corresponding record.
That is, there may be multiple inferred enterprise Chinese names, and it may be determined which inferred enterprise Chinese name is top-ranked in the base query based on the similarity between the inferred enterprise Chinese name and the current enterprise Chinese name.
In addition, in the embodiment of the present invention, the records queried based on the names of the languages in the inferred enterprises may be arranged in a mixed manner, that is, the records are ranked according to the similarity. Specifically, in the embodiment of the present invention, the ranking may be performed according to the comprehensive scores of the queried records. Records with high composite scores are ranked first and records with low composite scores are ranked later.
The method for determining the composite score of each record may be determined by a plurality of factors, such as click rate, referral amount, search amount, authority, etc. of each record. Specifically, a score can be set for each factor of each record, a weight is set for each factor, and then weighting is performed to obtain a comprehensive score of each record, so that more accurate evaluation of each record can be obtained. If the comprehensive score of one record is high, the record is high in corresponding heat degree and reliability, so that the record can be ranked in the front, and if the comprehensive score of one record is low, the record is low in corresponding heat degree and reliability, so that the record can be ranked in the back.
In one embodiment, the step S103 includes:
and deleting the universal name in the current enterprise Chinese name, and taking the rest part of the deleted universal name as the key word of the current enterprise Chinese name.
In the embodiment of the invention, the common name in the current Chinese name of the enterprise can be deleted, wherein the common name is a common part of the enterprise, such as 'limited company', 'stock company', 'limited responsibility company' and the like. The remaining part after deleting the common name is actually the core content of the current enterprise Chinese name, so the remaining part can be used as the key word of the current enterprise Chinese name.
In an embodiment, the deleting a common name in the current chinese enterprise name, and taking the remaining part after the deleting the common name as a keyword of the current chinese enterprise name includes:
comparing the current enterprise Chinese name with the universal names in the universal name library one by one;
and deleting the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library, and taking the rest part after deleting the universal name as the key word of the current enterprise Chinese name.
The embodiment of the invention can compare the current enterprise Chinese name with the universal names in the universal name library one by one, if the same part exists, the same part can be deleted, and the rest part is taken as the key word of the current enterprise Chinese name. Since there are many common names and there may be parts of the current enterprise Chinese name that are the same as the different common names, they are processed separately to get many different keywords. Then, each keyword can be processed according to a subsequent method.
In an embodiment, the deleting a portion of the current chinese enterprise name that is the same as the common name in the common name library, and taking a remaining portion after the deletion of the common name as a keyword of the current chinese enterprise name includes:
acquiring the position of the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library;
and if the position is positioned behind the current enterprise Chinese name, deleting the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library, and taking the part of the current enterprise Chinese name after the universal name is deleted as the key word of the current enterprise Chinese name.
In the embodiment of the invention, the position of the same part is specifically limited, namely the position of the current enterprise Chinese name, if the same part is in front of or in the middle of the current enterprise Chinese name, the deletion processing is not carried out, if the same part is behind the current enterprise Chinese name, the part of the current enterprise Chinese name, which is the same as the common name in the common name library, is deleted, and the part with the deleted common name is used as the key word of the current enterprise Chinese name. Since the common name of the enterprise is generally located behind the whole name, the embodiment of the present invention may improve the matching efficiency by using the above method.
In an embodiment, the sequentially extracting the rules in the name rule set and matching the rules with the keywords of the current chinese enterprise name to obtain a plurality of inferred chinese enterprise names includes:
sequentially extracting rules in the name rule set and acquiring combined words in the rules;
combining the keywords of the current enterprise Chinese name with the combined words in the rule to obtain a plurality of inferred enterprise Chinese names.
In the embodiment of the present invention, each rule includes a combination word, for example, the combination word is: "company Limited", 'stock company', 'stock company Limited', 'Dougee company', 'stock company Limited', etc. Therefore, the combined words and the keywords can be combined in the step, and the specific combination mode can be that the combined words are placed behind the keywords, so that the corresponding inferred enterprise Chinese name is obtained.
In an embodiment, the rule comprises a combination symbol.
In this embodiment of the present invention, the rule may include not only a combination word, but also a combination symbol, for example, the combination symbol is: "()", namely the combination is matched with brackets, because the core content (such as regions) of some enterprise Chinese names is limited by brackets, keywords can be added with brackets and then combined with corresponding combination words to obtain corresponding inferred enterprise Chinese names.
In an embodiment, the intelligent matching method based on enterprise chinese names further includes:
if the records meeting the conditions are inquired, the corresponding inferred enterprise Chinese name is returned.
That is, in the embodiment of the present invention, not only the queried record but also the inferred enterprise chinese name is returned, so that the user can confirm in which inferred enterprise chinese name the corresponding record is queried.
In addition, in the embodiment of the present invention, each inferred enterprise chinese name may be recorded in an inferred enterprise chinese name list, and each inferred enterprise chinese name in the inferred enterprise chinese name list may be capable of querying a record that meets a condition. That is, the user can find out which business Chinese names may be the required business Chinese names through the business Chinese name list.
For the convenience of the user to view, the inferred enterprise chinese name list may be further sorted, and the sorting may be performed according to the similarity, that is, the similarity between each inferred enterprise chinese name on the inferred enterprise chinese name list and the current enterprise chinese name is sorted, where the higher the similarity is, the higher the corresponding inferred enterprise chinese name is sorted, and the lower the similarity is, the lower the corresponding inferred enterprise chinese name is sorted. Meanwhile, the number of the inferred enterprise Chinese names can be displayed on the inferred enterprise Chinese name list, for example, two columns are arranged on the inferred enterprise Chinese name list, one column displays the sequencing numbers (sequencing), and the other column displays the corresponding inferred enterprise Chinese names (name columns).
In addition, in the embodiment of the present invention, a link of a record queried by each inferred enterprise chinese name may be attached to the corresponding inferred enterprise chinese name on the inferred enterprise chinese name list.
When the user clicks on the corresponding inferred business Chinese name on the inferred business Chinese name list, then the record queried based on the inferred business Chinese name is expanded and the user can further click on the record, thereby opening the detailed content. Therefore, the inferred enterprise Chinese name list is returned to the user in the initial state, the presentation form is simple, the operation is convenient, and the user only needs to operate the inferred enterprise Chinese name on the inferred enterprise Chinese name list.
In addition, the number of records can be displayed at the upper right corner of the corresponding inferred enterprise Chinese name on the inferred enterprise Chinese name list, and the number of records refers to the number of records inquired on the basis of the corresponding inferred enterprise Chinese name, so that a user can not only check the content and the sequence of the corresponding inferred enterprise Chinese name on the inferred enterprise Chinese name list, but also check the number of records of the corresponding inferred enterprise Chinese name. Thus, the user can know how many records the corresponding inferred enterprise Chinese name is before clicking on the corresponding inferred enterprise Chinese name.
In the invention, a column (abstract column) can be added on the inferred enterprise Chinese name list, the content of the column is the abstract of the enterprise corresponding to the inferred enterprise Chinese name, when a user looks up the inferred enterprise Chinese name list, the user can intuitively know some basic information of each enterprise, and whether the corresponding inferred enterprise Chinese name is the inferred enterprise Chinese name required to be inquired by the user or not can be conveniently judged.
Referring to fig. 2, fig. 2 is a schematic block diagram of an intelligent matching apparatus 200 based on enterprise chinese names according to an embodiment of the present invention, where the apparatus 200 includes:
a set establishing unit 201, configured to establish a name rule set based on an enterprise chinese name in advance;
a first query unit 202, configured to query, at a data provider, whether there is a record meeting a condition according to an input current enterprise chinese name;
a name splitting unit 203, configured to split the current enterprise chinese name if there is no record meeting the condition, to obtain a keyword of the current enterprise chinese name;
a rule matching unit 204, configured to sequentially extract rules in the name rule set, and match the rules with the keywords of the current enterprise chinese name to obtain a plurality of inferred enterprise chinese names;
a second query unit 205, configured to query, at the data provider, whether there is a record that meets the condition, based on the obtained plurality of inferred enterprise chinese names;
and a record returning unit 206, configured to return the queried record if the query has a record that meets the condition.
In one embodiment, the record returning unit 206 includes:
the sorting unit is used for sorting the inquired records meeting the conditions according to the similarity with the current enterprise Chinese name if a plurality of inquired records meeting the conditions exist, and returning the sorted records; wherein, the greater the similarity, the more forward the ranking, the lower the similarity, the more backward the ranking.
In an embodiment, the name splitting unit 203 includes:
and the deleting unit is used for deleting the universal name in the current enterprise Chinese name and taking the rest part after deleting the universal name as the key word of the current enterprise Chinese name.
In one embodiment, the deletion unit includes:
the comparison unit is used for comparing the current enterprise Chinese name with the universal names in the universal name library one by one;
and the retention unit is used for deleting the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library, and taking the rest part after deleting the universal name as the key word of the current enterprise Chinese name.
In one embodiment, the reservation unit includes:
the position acquisition unit is used for acquiring the position of a part of the current enterprise Chinese name, which is the same as the universal name in the universal name library;
and the confirming and deleting unit is used for deleting the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library, if the position is positioned behind the current enterprise Chinese name, and taking the part of the current enterprise Chinese name after the universal name is deleted as the key word of the current enterprise Chinese name.
In one embodiment, the rule matching unit 204 includes:
the rule extraction unit is used for sequentially extracting the rules in the name rule set and acquiring the compound words in the rules;
and the combination unit is used for combining the keywords of the current enterprise Chinese name with the combination words in the rule to obtain a plurality of inferred enterprise Chinese names.
In an embodiment, the rule comprises a combination symbol.
Since the embodiments of the apparatus portion and the method portion correspond to each other, please refer to the description of the embodiments of the method portion for the embodiments of the apparatus portion, which is not repeated here.
The invention also provides a computer-readable storage medium on which a computer program is stored, which, when executed by a processor, is adapted to implement the method provided by the above-mentioned embodiments. The storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The invention also provides a computer device, which may include a memory and a processor, wherein the memory stores a computer program, and the processor may implement the method provided by the above embodiment when calling the computer program in the memory. Of course, the computer device may also include various network interfaces, power supplies, and the like.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. An intelligent matching method based on enterprise Chinese names is characterized by comprising the following steps:
a name rule set based on the enterprise Chinese name is established in advance;
inquiring whether a record meeting the conditions exists at a data provider according to the input current enterprise Chinese name;
if no record meeting the conditions exists, splitting the current enterprise Chinese name to obtain a keyword of the current enterprise Chinese name;
extracting rules in the name rule set in sequence, and matching the rules with the keywords of the current enterprise Chinese name to obtain a plurality of inferred enterprise Chinese names;
inquiring whether a record meeting the conditions exists at a data provider based on the obtained multiple inferred enterprise Chinese names;
if the records meeting the conditions are inquired, returning the inquired records.
2. The intelligent matching method based on enterprise Chinese names according to claim 1, wherein if the query has a record meeting the condition, returning the queried record comprises:
if a plurality of records meeting the conditions are inquired, the inquired records meeting the conditions are sorted according to the similarity with the current enterprise Chinese name, and the sorted records are returned; wherein, the greater the similarity, the more forward the ranking, the lower the similarity, the more backward the ranking.
3. The intelligent matching method based on enterprise Chinese names of claim 1, wherein splitting the current enterprise Chinese name to obtain the keywords of the current enterprise Chinese name if no record meeting the condition exists comprises:
and deleting the universal name in the current enterprise Chinese name, and taking the rest part of the deleted universal name as the key word of the current enterprise Chinese name.
4. The intelligent matching method based on enterprise Chinese names of claim 3, wherein deleting the common name in the current enterprise Chinese name and using the remaining part after deleting the common name as the keyword of the current enterprise Chinese name comprises:
comparing the current enterprise Chinese name with the universal names in the universal name library one by one;
and deleting the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library, and taking the rest part after deleting the universal name as the key word of the current enterprise Chinese name.
5. The intelligent matching method based on enterprise Chinese names of claim 4, wherein the deleting the part of the current enterprise Chinese name that is the same as the common name in the common name library and using the remaining part after deleting the common name as the keyword of the current enterprise Chinese name comprises:
acquiring the position of the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library;
and if the position is positioned behind the current enterprise Chinese name, deleting the part of the current enterprise Chinese name, which is the same as the universal name in the universal name library, and taking the part of the current enterprise Chinese name after the universal name is deleted as the key word of the current enterprise Chinese name.
6. The intelligent matching method based on enterprise Chinese names of claim 1, wherein the extracting rules in the name rule set in sequence and matching with the keywords of the current enterprise Chinese name to obtain a plurality of inferred enterprise Chinese names comprises:
sequentially extracting rules in the name rule set and acquiring combined words in the rules;
combining the keywords of the current enterprise Chinese name with the combined words in the rule to obtain a plurality of inferred enterprise Chinese names.
7. The intelligent enterprise Chinese name based matching method of claim 6, wherein said rules include composition symbols.
8. An intelligent matching device based on enterprise Chinese names is characterized by comprising:
the set establishing unit is used for establishing a name rule set based on the enterprise Chinese name in advance;
the first query unit is used for querying whether a record meeting the conditions exists in the data provider according to the input current enterprise Chinese name;
the name splitting unit is used for splitting the current enterprise Chinese name if no record meeting the conditions exists, and acquiring the key words of the current enterprise Chinese name;
the rule matching unit is used for sequentially extracting the rules in the name rule set and matching the rules with the keywords of the current enterprise Chinese name to obtain a plurality of inferred enterprise Chinese names;
the second query unit is used for querying whether a record meeting the conditions exists at a data provider based on the obtained plurality of inferred enterprise Chinese names;
and the record returning unit is used for returning the inquired record if the record meeting the conditions is inquired.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the intelligent matching method based on the chinese name of the enterprise according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, wherein a computer program is stored on the computer-readable storage medium, and when executed by a processor, the computer program implements the intelligent matching method based on the chinese name of the enterprise according to any one of claims 1 to 7.
CN201911302224.7A 2019-12-17 2019-12-17 Intelligent matching method and device, computer equipment and storage medium Pending CN111046144A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911302224.7A CN111046144A (en) 2019-12-17 2019-12-17 Intelligent matching method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911302224.7A CN111046144A (en) 2019-12-17 2019-12-17 Intelligent matching method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111046144A true CN111046144A (en) 2020-04-21

Family

ID=70237030

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911302224.7A Pending CN111046144A (en) 2019-12-17 2019-12-17 Intelligent matching method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111046144A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101685021A (en) * 2008-09-24 2010-03-31 高德软件有限公司 Method and device for acquiring point of interest
US20130185306A1 (en) * 2012-01-13 2013-07-18 Business Objects Software Ltd. Entity Matching Using Machine Learning
CN109635283A (en) * 2018-11-26 2019-04-16 汉纳森(厦门)数据股份有限公司 It is a kind of based on the occurred events of public safety method for early warning in advance for excavating citizen and complaining text
CN110442704A (en) * 2019-08-13 2019-11-12 重庆誉存大数据科技有限公司 A kind of Company News screening technique and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101685021A (en) * 2008-09-24 2010-03-31 高德软件有限公司 Method and device for acquiring point of interest
US20130185306A1 (en) * 2012-01-13 2013-07-18 Business Objects Software Ltd. Entity Matching Using Machine Learning
CN109635283A (en) * 2018-11-26 2019-04-16 汉纳森(厦门)数据股份有限公司 It is a kind of based on the occurred events of public safety method for early warning in advance for excavating citizen and complaining text
CN110442704A (en) * 2019-08-13 2019-11-12 重庆誉存大数据科技有限公司 A kind of Company News screening technique and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
徐侃 等: "专利查询扩展的词向量方法研究", 计算机科学与探索, vol. 12, no. 6, pages 975 - 978 *

Similar Documents

Publication Publication Date Title
US7792813B2 (en) Presenting result items based upon user behavior
CN107870927B (en) File evaluation method and device
WO2016150083A1 (en) Information input method and apparatus
CN106156111B (en) Patent document retrieval method, device and system
CN103136228A (en) Image search method and image search device
JP2009169541A (en) Web page retrieval server and query recommendation method
CN106709851B (en) Big data retrieval method and device
CN107085568B (en) Text similarity distinguishing method and device
JP5556711B2 (en) Category classification processing apparatus, category classification processing method, category classification processing program recording medium, category classification processing system
CN104699841A (en) Method and device for providing list summary information of search results
KR100751276B1 (en) System and method for supplying patent map be able to grasp correlation degree between data
CN113378058A (en) Information searching method and device, computer equipment and storage medium
CN111190965A (en) Text data-based ad hoc relationship analysis system and method
CN117056477A (en) Case data retrieval method, device, equipment and readable storage medium
JPWO2009113494A1 (en) Question answering system capable of descriptive answers using WWW as information source
JP2010123036A (en) Document retrieval device, document retrieval method and document retrieval program
CN111046144A (en) Intelligent matching method and device, computer equipment and storage medium
KR101557960B1 (en) Device for selecting core kyword, method for selecting core kyword, and method for providing search service using the same
CN111752898B (en) File processing method and device
JP5127553B2 (en) Information processing apparatus, information processing method, program, and recording medium
CN110245208B (en) Retrieval analysis method, device and medium based on big data storage
CN113255349A (en) Information processing method and device and computer storage medium
CN112632115A (en) BI-based data query method and system
KR100718745B1 (en) Patent retrieve system and method by using text mining
KR20220034907A (en) information retrieval system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200421