US20170075915A1 - Search suggestions using fuzzy-score matching and entity co-occurrence - Google Patents
Search suggestions using fuzzy-score matching and entity co-occurrence Download PDFInfo
- Publication number
- US20170075915A1 US20170075915A1 US15/362,685 US201615362685A US2017075915A1 US 20170075915 A1 US20170075915 A1 US 20170075915A1 US 201615362685 A US201615362685 A US 201615362685A US 2017075915 A1 US2017075915 A1 US 2017075915A1
- Authority
- US
- United States
- Prior art keywords
- entity
- server
- search
- search query
- fuzzy
- 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.)
- Abandoned
Links
Images
Classifications
-
- G06F17/3097—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/903—Querying
- G06F16/9032—Query formulation
- G06F16/90324—Query formulation using system suggestions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24539—Query rewriting; Transformation using cached or materialised query results
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2457—Query processing with adaptation to user needs
- G06F16/24578—Query processing with adaptation to user needs using ranking
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2458—Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
- G06F16/2468—Fuzzy queries
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/248—Presentation of query results
-
- G06F17/30457—
-
- G06F17/3053—
-
- G06F17/30542—
-
- G06F17/30554—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/951—Indexing; Web crawling techniques
-
- G06F17/30864—
Definitions
- the present disclosure relates generally to query enhancement, and more specifically to search suggestions using fuzzy-score matching and entity co-occurrence in a knowledge base.
- Search engines Users frequently use search engines for locating information of interest either on the Internet or any database system.
- Search engines commonly operate by receiving a search query from a user and returning search results to the user.
- Search results are usually ordered by search engines based on the relevance of each returned search result to the search query. Therefore, the quality of the search query may be significantly important for the quality of search results.
- search queries from users in most cases, may be written incomplete or partial (e.g., the search query may not include enough words to generate a focused set of relevant results and instead generates a large number of irrelevant results), and sometimes misspelled (e.g., Bill Smith may be incorrectly spelled as Bill Smitth).
- One common approach to improve the quality of the search results is to enhance the search query.
- One way to enhance the search queries may be by generating possible suggestions based on the user's input.
- some approaches propose methods for identifying candidate query refinements for a given query from past queries submitted by one or more users.
- these approaches are based on query logs that sometimes may lead the user to results that may not be of interest.
- a method for generating search suggestions by using fuzzy-score matching and entity co-occurrence in a knowledge base may be employed in a search system that may include a client/server type architecture.
- the search system may include a user interface to a search engine in communication with one or more server devices over a network connection.
- the server device may include an entity extraction computer module, a fuzzy-score matching computer module, and an entity co-occurrence knowledge base database.
- the knowledge base may be built as an in-memory database and may also include other hardware and/or software components such as one or more search controllers, multiple search nodes, collections of compressed data, and a disambiguation computer module.
- One search controller may be selectively associated with one or more search nodes. Each search node may be capable of independently performing a fuzzy key search through a collection of compressed data and returning a set of scored results to its associated search controller.
- the method may include an entity extraction module that may perform partial entity extractions from provided search queries to identify whether the search query refers to an entity, and if so, to what type of entity it refers.
- the method may include a fuzzy-score matching module that may spawn algorithms based on the type of entity extracted and perform a search against an entity co-occurrence knowledge base.
- the query text parts that are not detected as corresponding to entities are treated as conceptual features, such as topics, facts, and key phrases, that can be employed for searching the entity co-occurrence knowledge base.
- the entity co-occurrence knowledge base includes a repository where entities may be indexed as entities to entities, entities to topics, or entities to facts among others, which facilitates the return of fast and accurate suggestions to the user to complete the search query.
- a method comprises receiving, by an entity extraction computer, user input of search query parameters from a user interface, extracting, by the entity extraction computer, one or more entities from the search query parameters by comparing the search query parameters with an entity co-occurrence database having instances of co-occurrence of the one or more entities in an electronic data corpus and identifying at least one entity type corresponding to the one or more entities in the search query parameters, and selecting, by a fuzzy-score matching computer, a fuzzy matching algorithm for searching the entity co-occurrence database to identify one or more records associated with the search query parameters, wherein the fuzzy matching algorithm corresponds to the at least one identified entity type.
- the method further includes searching, by the fuzzy-score matching computer, the entity co-occurrence database using the selected fuzzy matching algorithm and forming one or more suggested search query parameters from the one or more records based on the search, and presenting, by the fuzzy-score matching computer, the one or more suggested search query parameters via the user interface.
- a system in another embodiment, includes one or more server computers having one or more processors executing computer readable instructions for a plurality of computer modules including an entity extraction module configured to receive user input of search query parameters from a user interface, the entity extraction module being further configured to extract one or more entities from the search query parameters by comparing the search query parameters with an entity co-occurrence database having instances of co-occurrence of the one or more entities in an electronic data corpus and identifying at least one entity type corresponding to the one or more entities in the search query parameters.
- the system further includes a fuzzy-score matching module configured to select a fuzzy matching algorithm for searching the entity co-occurrence database to identify one or more records associated with the search query parameters, wherein the fuzzy matching algorithm corresponds to the at least one identified entity type.
- the fuzzy-score matching module being further configured to search the entity co-occurrence database using the selected fuzzy matching algorithm and form one or more suggested search query parameters from the one or more records based on the search, and present the one or more suggested search query parameters via the user interface.
- FIG. 1 is a block diagram illustrating an exemplary system environment in which one embodiment of the present disclosure may operate
- FIG. 2 is a flowchart illustrating a method for search suggestions using fuzzy-score matching and entity co-occurrence in a knowledge base, according to an embodiment
- FIG. 3 is a diagram illustrating an example of a user interface through which a search suggestion may be produced using fuzzy matching and entity co-occurrence in a knowledge base of FIGS. 1-2 .
- Entity extraction refers to computer executed information processing methods for extracting electronic information including, but not limited to, names, places, and organizations.
- Corpus refers to a collection of one or more documents and other electronic data.
- “Features” is any information which is at least partially derived from an electronic document.
- Module refers to a computer hardware and/or software components suitable for carrying out at least one or more tasks.
- Entity knowledge base refers to a computer database containing features and entities.
- Query refers to an electronic request to retrieve information from one or more suitable databases.
- Topic refers to a set of thematic information which is at least partially derived from a corpus.
- Embodiments of the present disclosure introduce a novel search suggestion generation mechanism, which is different from the existing mechanisms that are based on mining and ranking the activity of the search system's global users past search queries.
- the presented search suggestions mechanism is based on employing an entity co-occurrence knowledge base in its core, along with fuzzy matching computer module and an entity extraction computer module.
- the entity co-occurrence knowledge base is a repository, such as an electronic database, where entities may be indexed as entities to entities, entities to topics, or entities to facts among others, and stored so as to allow faster and weighted responses.
- the user's partial, as well as complete, queries can be processed on-the-fly to detect entities (e.g., via entity extraction), misspelled variations (e.g., via fuzzy matching) of the entities and other conceptual features and these features are employed to search (e.g., via fuzzy score matching) entity co-occurrence knowledge base to suggest search queries, as well as possible expansions/suggestions of the accurate entities intended by the user.
- entities e.g., via entity extraction
- misspelled variations e.g., via fuzzy matching
- search e.g., via fuzzy score matching
- FIG. 1 is a block diagram of a search computer system 100 in accordance with the present disclosure.
- the search system 100 may include one or more user interfaces 102 to a search engine 104 in communication with a server device 106 over a network 108 .
- the search system 100 may be implemented in one or more special purpose computers and computer modules referenced below, including via a client/server type architecture.
- the search system 100 may be implemented using other computer architectures (for example, a stand-alone computer, a mainframe system with terminals, an ASP model, a peer to peer model and the like).
- the search computer system 100 includes a plurality of networks such as, a local area network, a wide area network, the internet, a wireless network, a mobile phone network and the like.
- a search engine 104 may include a user interface, such as a web-based tool that enables users to locate information on the World Wide Web. Search engine 104 may also include user interface tools that enable users to locate information within internal database systems.
- Server device 106 which may be implemented in a single server device 106 or in a distributed architecture across a plurality of server computers, may include an entity extraction module 110 , a fuzzy-score matching module 112 , and an entity co-occurrence knowledge base database 114 .
- Entity extraction module 110 may be a hardware and/or software module configured to extract and disambiguate on-the-fly independent entities from a given set of queries such as a query string, partial query, structured data and the like. Examples of entities may include people, organizations, geographic locations, dates and/or time.
- entities may include people, organizations, geographic locations, dates and/or time.
- one or more feature recognition and extraction algorithms may be employed.
- a score may be assigned to each extracted feature, indicating the level of certainty of the feature being correctly extracted with the correct attributes. Taking into account the feature attributes, the relative weight or relevance of each of the features may be determined. Additionally, the relevance of the association between features may be determined using a weighted scoring model.
- Fuzzy-score matching module 112 may include a plurality of algorithms that may be selected according to the type of entity being extracted from a given search query. The function of the algorithms may be to determine whether the given search query received via user input and other searched strings identified by the algorithm are similar to each other, or approximately match a given pattern string. Fuzzy matching may also be known as fuzzy string matching, inexact matching, and approximate matching. Entity extraction module 110 and fuzzy-score matching module 112 may work in conjunction with entity co-occurrence knowledge base 114 to generate search suggestions for the user.
- entity co-occurrence knowledge base 114 may be built, but is not limited to, as an in-memory database and may include components, such as one or more search controllers, multiple search nodes, collections of compressed data, and a disambiguation module.
- One search controller may be selectively associated with one or more search nodes.
- Each search node may be capable of independently performing a fuzzy key search through a collection of compressed data and returning a set of scored results to its associated search controller.
- Entity co-occurrence knowledge base 114 may include related entities based on features and ranked by a confidence score.
- Various methods for linking the features may be employed, which may essentially use a weighted model for determining which entity types are most important, which have more weight, and, based on confidence scores, determine how confident the extraction of the correct features has been performed.
- FIG. 2 is a flowchart illustrating a method 200 for generating search suggestions using fuzzy-score matching and entity co-occurrence in a knowledge base.
- Method 200 may be implemented in a search system 100 , similar to that described by FIG. 1 .
- method 200 may initiate when a user starts typing a search query in step 202 into a search engine interface 102 , as described in FIG. 1 .
- search system 100 may perform an on-the-fly process.
- search query input in step 202 may be either complete or partial, either correctly spelled or misspelled.
- a partial entity extraction step 204 from the search query input of step 202 may be performed.
- the partial entity extraction step 204 may run a quick search against entity co-occurrence knowledge base 114 to identify whether the search query that was input in step 202 is an entity, and if so, what type of entity it is.
- search query input of step 202 may then refer to a person, an organization, the location of a place, and a date among others.
- fuzzy-score matching module 112 may select a corresponding fuzzy matching algorithm, step 206 . For example, if search query was identified as an entity that is referring to a person, then fuzzy-score matching module 112 may select the string matching algorithm for persons, for example, such as by extracting different components of the person's name including first, middle, last, and title.
- fuzzy-score matching module 112 may select the string matching algorithm for organizations, which can include identifying terms like school, university, corp, inc, and the like. Fuzzy-score matching module 112 may then select the string matching algorithm that corresponds to the type of identified entity in the search query input so as to excel the search. Once the string matching algorithm is adjusted to the type of identified entity, a fuzzy-score matching step 208 may be performed.
- extracted entity or entities may be searched and compared against entity co-occurrence knowledge base 114 .
- Extracted entity or entities may include incomplete names of persons, for example first name and the first character of the last name, abbreviations of organizations, for example “UN” that may stand for “United Nations”, short forms, and nicknames among others.
- Entity co-occurrence knowledge base 114 may already have registered a plurality of records indexed as an structured data, such as entity to entity, entity to topics, and entity to facts, among others. The latter may allow fuzzy-score matching in step 208 to happen in a very fast way.
- Fuzzy-score matching in step 208 may use, but is not limited to, a common string metric such as Levenshtein distance, strcmp95, ITF scoring, and the like.
- Levenshtein distance between two words may refer to the minimum number of single-character edits required to change one word into the other.
- fuzzy-score matching step 208 finishes comparing and searching search query against all records in the entity co-occurrence knowledge base 114 , the record that dominates the most or is the closest to match the given pattern string (i.e., the search query input of step 202 ) may be selected as first candidate for a search suggestion in step 210 .
- Other records with less proximity to match the given pattern string may be placed under the first candidate in a descending order.
- Search suggestion in step 210 may then be presented to the user in a drop down list of possible matches that the user may or may not ignore.
- FIG. 3 is an example user interface 300 in accordance with the method for generating search suggestions using fuzzy-score matching and entity co-occurrence in a knowledge base, as discussed in FIGS. 1-2 above.
- a user through a search engine interface 302 , similar to that described by FIG. 1 , inputs a partial query 304 in a search box 306 .
- partial query 304 may be an incomplete name of a person such as “Michael J”, as shown in FIG. 3 . It may be considered a partial query 304 because the user may not have yet selected search button 308 , or otherwise submitted the partial query 304 to search system 100 to perform an actual search and obtain results.
- the entity extraction module 110 performs a quick search on-the-fly of the first word (Michael) against entity co-occurrence knowledge base 114 to identify the type of entity, in this example, the entity may refer to the name of a person. Consequently, fuzzy-score matching module 112 may select a string match algorithm tailored for names of persons. Name of persons may be found in databases written in different forms such as using only initials (short forms), or first name and first character of the last name, or first name, initial of the middle name and last name, or any combination thereof.
- Fuzzy-score matching module 112 may use a common string metric such as Levenshtein distance to determine and assign a score to the entity, topic, or fact within entity co-occurrence knowledge base 114 that may match the entity “Michael”. In this example, Michael matches with a great amount of records having that name. However, as the user types the following character “J”, fuzzy-score matching module 112 may perform another comparison based on Levenshtein distance against all co-occurrences with Michael with the entity co-occurrence knowledge base 114 . Entity co-occurrence knowledge base 114 may then select all possible matches with the highest scores for “Michael J”.
- a common string metric such as Levenshtein distance
- fuzzy-score matching module 112 may return search suggestions 310 such as “Michael Jackson”, “Michael Jordan”, “Michael J. Fox”, or even “Michael Dell” in some cases to the user. The user may then be able to select from the drop down list one of the persons suggested as to complete the search query. Expanding on the aforementioned example, a query like “Michael the basketball player”, would lead to the suggestion of “Michael Jordan”, based on the results returned by searching entity co-occurrence knowledge base for “Michael” in person entity name variations and “the basketball player” in the co-occurrence features like key phrases, facts, and topics. Another example can be “Alexander the actor”, would lead to the suggestion of “Alexander Polinsky”. Those skilled in the art will realize that the presently existing search platforms cannot generate suggestions in the aforementioned manner.
- process flow diagrams are provided merely as illustrative examples and are not intended to require or imply that the steps of the various embodiments must be performed in the order presented. As will be appreciated by one of skill in the art the steps in the foregoing embodiments may be performed in any order. Words such as “then,” “next,” etc. are not intended to limit the order of the steps; these words are simply used to guide the reader through the description of the methods.
- process flow diagrams may describe the operations as a sequential process, many of the operations can be performed in parallel or concurrently. In addition, the order of the operations may be re-arranged.
- a process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc. When a process corresponds to a function, its termination may correspond to a return of the function to the calling function or the main function.
- Embodiments implemented in computer software may be implemented in software, firmware, middleware, microcode, hardware description languages, or any combination thereof.
- a code segment or machine-executable instructions may represent a procedure, a function, a subprogram, a program, a routine, a subroutine, a module, a software package, a class, or any combination of instructions, data structures, or program statements.
- a code segment may be coupled to another code segment or a hardware circuit by passing and/or receiving information, data, arguments, parameters, or memory contents.
- Information, arguments, parameters, data, etc. may be passed, forwarded, or transmitted via any suitable means including memory sharing, message passing, token passing, network transmission, etc.
- the functions When implemented in software, the functions may be stored as one or more instructions or code on a non-transitory computer-readable or processor-readable storage medium.
- the steps of a method or algorithm disclosed here may be embodied in a processor-executable software module which may reside on a computer-readable or processor-readable storage medium.
- a non-transitory computer-readable or processor-readable media includes both computer storage media and tangible storage media that facilitate transfer of a computer program from one place to another.
- a non-transitory processor-readable storage media may be any available media that may be accessed by a computer.
- non-transitory processor-readable media may comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other tangible storage medium that may be used to store desired program code in the form of instructions or data structures and that may be accessed by a computer or processor.
- Disk and disc include compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk, and Blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
- the operations of a method or algorithm may reside as one or any combination or set of codes and/or instructions on a non-transitory processor-readable medium and/or computer-readable medium, which may be incorporated into a computer program product.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Computational Linguistics (AREA)
- Mathematical Physics (AREA)
- Fuzzy Systems (AREA)
- Software Systems (AREA)
- Automation & Control Theory (AREA)
- Probability & Statistics with Applications (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
A method for generating search suggestions by using fuzzy-score matching and entity co-occurrence in a knowledge base is disclosed. Embodiments of the method may be employed in any search system that may include an entity extraction computer module that may perform partial entity extractions from provided search queries, a fuzzy-score matching computer module that may generate algorithms based on the type of entity extracted and perform a search against an entity co-occurrence knowledge base. The entity co-occurrence knowledge base, which may include a repository where entities may be indexed as entities to entities, entities to topics, or entities to facts among others, may return fast and accurate suggestions to the user to complete the search query. The suggestions may include alternates to the partial query provided by the user that may enhance and save time when performing searches.
Description
- This application is a continuation of U.S. patent application Ser. No. 14/950,874, entitled “Search Suggestions Using Fuzzy-Score Matching and Entity Co-Occurrence,” filed Nov. 24, 2015, issuing as U.S. Pat. No. 9,507,834, which is a continuation of U.S. patent application Ser. No. 14/558,036, entitled “Search Suggestions Using Fuzzy-Score Matching and Entity Co-Occurrence,” filed Dec. 2, 2014, issued as U.S. Pat. No. 9,208,204, which claims the benefit of U.S. Provisional Application No. 61/910,900, filed Dec. 2, 2013, entitled “Search Suggestions Using Fuzzy-Score Matching and Entity Co-Occurrence.” Each above-referenced patent application or patent is incorporated by reference in its entirety.
- This application is related to U.S. patent application Ser. No. 14/557,794, entitled “Method for Disambiguating Features in Unstructured Text,” filed Dec. 2, 2014. This application is related to U.S. patent application Ser. No. 14/558,300, entitled “Event Detection Through Text Analysis Using Trained Event Template Models,” filed Dec. 2, 2014. This application is further related to U.S. patent application Ser. No. 14/558,101, entitled “Non-Exclusionary Search Within In-Memory Databases,” filed Dec. 2, 2014. Each above-referenced patent application or patent is incorporated by reference in its entirety.
- The present disclosure relates generally to query enhancement, and more specifically to search suggestions using fuzzy-score matching and entity co-occurrence in a knowledge base.
- Users frequently use search engines for locating information of interest either on the Internet or any database system. Search engines commonly operate by receiving a search query from a user and returning search results to the user. Search results are usually ordered by search engines based on the relevance of each returned search result to the search query. Therefore, the quality of the search query may be significantly important for the quality of search results. However, search queries from users, in most cases, may be written incomplete or partial (e.g., the search query may not include enough words to generate a focused set of relevant results and instead generates a large number of irrelevant results), and sometimes misspelled (e.g., Bill Smith may be incorrectly spelled as Bill Smitth).
- One common approach to improve the quality of the search results is to enhance the search query. One way to enhance the search queries may be by generating possible suggestions based on the user's input. For this, some approaches propose methods for identifying candidate query refinements for a given query from past queries submitted by one or more users. However, these approaches are based on query logs that sometimes may lead the user to results that may not be of interest. There are other approaches using different techniques that may not be accurate enough. Thus, there still exists a need for methods that improve or enhance search queries from users to get more accurate results.
- A method for generating search suggestions by using fuzzy-score matching and entity co-occurrence in a knowledge base is disclosed. In one aspect of the present disclosure, the method may be employed in a search system that may include a client/server type architecture. In one embodiment, the search system may include a user interface to a search engine in communication with one or more server devices over a network connection. The server device may include an entity extraction computer module, a fuzzy-score matching computer module, and an entity co-occurrence knowledge base database. The knowledge base may be built as an in-memory database and may also include other hardware and/or software components such as one or more search controllers, multiple search nodes, collections of compressed data, and a disambiguation computer module. One search controller may be selectively associated with one or more search nodes. Each search node may be capable of independently performing a fuzzy key search through a collection of compressed data and returning a set of scored results to its associated search controller.
- In another aspect of the present disclosure, the method may include an entity extraction module that may perform partial entity extractions from provided search queries to identify whether the search query refers to an entity, and if so, to what type of entity it refers. Furthermore, the method may include a fuzzy-score matching module that may spawn algorithms based on the type of entity extracted and perform a search against an entity co-occurrence knowledge base. Additionally, the query text parts that are not detected as corresponding to entities are treated as conceptual features, such as topics, facts, and key phrases, that can be employed for searching the entity co-occurrence knowledge base. In an embodiment, the entity co-occurrence knowledge base includes a repository where entities may be indexed as entities to entities, entities to topics, or entities to facts among others, which facilitates the return of fast and accurate suggestions to the user to complete the search query.
- In one embodiment, a method is disclosed. The method comprises receiving, by an entity extraction computer, user input of search query parameters from a user interface, extracting, by the entity extraction computer, one or more entities from the search query parameters by comparing the search query parameters with an entity co-occurrence database having instances of co-occurrence of the one or more entities in an electronic data corpus and identifying at least one entity type corresponding to the one or more entities in the search query parameters, and selecting, by a fuzzy-score matching computer, a fuzzy matching algorithm for searching the entity co-occurrence database to identify one or more records associated with the search query parameters, wherein the fuzzy matching algorithm corresponds to the at least one identified entity type. The method further includes searching, by the fuzzy-score matching computer, the entity co-occurrence database using the selected fuzzy matching algorithm and forming one or more suggested search query parameters from the one or more records based on the search, and presenting, by the fuzzy-score matching computer, the one or more suggested search query parameters via the user interface.
- In another embodiment, a system is provided. The system includes one or more server computers having one or more processors executing computer readable instructions for a plurality of computer modules including an entity extraction module configured to receive user input of search query parameters from a user interface, the entity extraction module being further configured to extract one or more entities from the search query parameters by comparing the search query parameters with an entity co-occurrence database having instances of co-occurrence of the one or more entities in an electronic data corpus and identifying at least one entity type corresponding to the one or more entities in the search query parameters. The system further includes a fuzzy-score matching module configured to select a fuzzy matching algorithm for searching the entity co-occurrence database to identify one or more records associated with the search query parameters, wherein the fuzzy matching algorithm corresponds to the at least one identified entity type. The fuzzy-score matching module being further configured to search the entity co-occurrence database using the selected fuzzy matching algorithm and form one or more suggested search query parameters from the one or more records based on the search, and present the one or more suggested search query parameters via the user interface.
- The present disclosure can be better understood by referring to the following figures. The components in the figures are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the disclosure. In the figures, reference numerals designate corresponding parts throughout the different views.
-
FIG. 1 is a block diagram illustrating an exemplary system environment in which one embodiment of the present disclosure may operate; -
FIG. 2 is a flowchart illustrating a method for search suggestions using fuzzy-score matching and entity co-occurrence in a knowledge base, according to an embodiment; and -
FIG. 3 is a diagram illustrating an example of a user interface through which a search suggestion may be produced using fuzzy matching and entity co-occurrence in a knowledge base ofFIGS. 1-2 . - The present disclosure is here described in detail with reference to embodiments illustrated in the drawings, which form a part hereof. Other embodiments may be used and/or other changes may be made without departing from the spirit or scope of the present disclosure. The illustrative embodiments described in the detailed description are not meant to be limiting of the subject matter presented herein.
- As used herein, the following terms may have the following definitions:
- “Entity extraction” refers to computer executed information processing methods for extracting electronic information including, but not limited to, names, places, and organizations.
- “Corpus” refers to a collection of one or more documents and other electronic data.
- “Features” is any information which is at least partially derived from an electronic document.
- “Module” refers to a computer hardware and/or software components suitable for carrying out at least one or more tasks.
- “Fact” refers to objective relationships between features.
- “Entity knowledge base” refers to a computer database containing features and entities.
- “Query” refers to an electronic request to retrieve information from one or more suitable databases.
- “Topic” refers to a set of thematic information which is at least partially derived from a corpus.
- Reference will now be made to the exemplary embodiments illustrated in the drawings, and specific language will be used here to describe the same. It will nevertheless be understood that no limitation of the scope of the invention is thereby intended. Alterations and further modifications of the inventive features illustrated here, and additional applications of the principles of the inventions as illustrated here, which would occur to one skilled in the relevant art and having possession of this disclosure, are to be considered within the scope of the invention.
- Embodiments of the present disclosure introduce a novel search suggestion generation mechanism, which is different from the existing mechanisms that are based on mining and ranking the activity of the search system's global users past search queries. In an embodiment, the presented search suggestions mechanism is based on employing an entity co-occurrence knowledge base in its core, along with fuzzy matching computer module and an entity extraction computer module. The entity co-occurrence knowledge base is a repository, such as an electronic database, where entities may be indexed as entities to entities, entities to topics, or entities to facts among others, and stored so as to allow faster and weighted responses. The user's partial, as well as complete, queries can be processed on-the-fly to detect entities (e.g., via entity extraction), misspelled variations (e.g., via fuzzy matching) of the entities and other conceptual features and these features are employed to search (e.g., via fuzzy score matching) entity co-occurrence knowledge base to suggest search queries, as well as possible expansions/suggestions of the accurate entities intended by the user. This leads to a more accurate and improved search experience, as discussed in further detail in
FIGS. 1-3 below. -
FIG. 1 is a block diagram of asearch computer system 100 in accordance with the present disclosure. Thesearch system 100 may include one ormore user interfaces 102 to asearch engine 104 in communication with aserver device 106 over anetwork 108. In this embodiment, thesearch system 100 may be implemented in one or more special purpose computers and computer modules referenced below, including via a client/server type architecture. However, thesearch system 100 may be implemented using other computer architectures (for example, a stand-alone computer, a mainframe system with terminals, an ASP model, a peer to peer model and the like). In an embodiment, thesearch computer system 100 includes a plurality of networks such as, a local area network, a wide area network, the internet, a wireless network, a mobile phone network and the like. - A
search engine 104 may include a user interface, such as a web-based tool that enables users to locate information on the World Wide Web.Search engine 104 may also include user interface tools that enable users to locate information within internal database systems.Server device 106, which may be implemented in asingle server device 106 or in a distributed architecture across a plurality of server computers, may include anentity extraction module 110, a fuzzy-score matching module 112, and an entity co-occurrenceknowledge base database 114. -
Entity extraction module 110 may be a hardware and/or software module configured to extract and disambiguate on-the-fly independent entities from a given set of queries such as a query string, partial query, structured data and the like. Examples of entities may include people, organizations, geographic locations, dates and/or time. During the extraction, one or more feature recognition and extraction algorithms may be employed. Also, a score may be assigned to each extracted feature, indicating the level of certainty of the feature being correctly extracted with the correct attributes. Taking into account the feature attributes, the relative weight or relevance of each of the features may be determined. Additionally, the relevance of the association between features may be determined using a weighted scoring model. - Fuzzy-
score matching module 112 may include a plurality of algorithms that may be selected according to the type of entity being extracted from a given search query. The function of the algorithms may be to determine whether the given search query received via user input and other searched strings identified by the algorithm are similar to each other, or approximately match a given pattern string. Fuzzy matching may also be known as fuzzy string matching, inexact matching, and approximate matching.Entity extraction module 110 and fuzzy-score matching module 112 may work in conjunction with entityco-occurrence knowledge base 114 to generate search suggestions for the user. - According to various embodiments, entity
co-occurrence knowledge base 114 may be built, but is not limited to, as an in-memory database and may include components, such as one or more search controllers, multiple search nodes, collections of compressed data, and a disambiguation module. One search controller may be selectively associated with one or more search nodes. Each search node may be capable of independently performing a fuzzy key search through a collection of compressed data and returning a set of scored results to its associated search controller. - Entity
co-occurrence knowledge base 114 may include related entities based on features and ranked by a confidence score. Various methods for linking the features may be employed, which may essentially use a weighted model for determining which entity types are most important, which have more weight, and, based on confidence scores, determine how confident the extraction of the correct features has been performed. -
FIG. 2 is a flowchart illustrating amethod 200 for generating search suggestions using fuzzy-score matching and entity co-occurrence in a knowledge base.Method 200 may be implemented in asearch system 100, similar to that described byFIG. 1 . - In one embodiment,
method 200 may initiate when a user starts typing a search query instep 202 into asearch engine interface 102, as described inFIG. 1 . As the search query is typed instep 202,search system 100 may perform an on-the-fly process. According to various embodiments, search query input instep 202 may be either complete or partial, either correctly spelled or misspelled. Followed, atsearch system 100, a partialentity extraction step 204 from the search query input ofstep 202 may be performed. The partialentity extraction step 204 may run a quick search against entityco-occurrence knowledge base 114 to identify whether the search query that was input instep 202 is an entity, and if so, what type of entity it is. According to various embodiments, search query input ofstep 202 may then refer to a person, an organization, the location of a place, and a date among others. Once the entity type of the search query input is identified, fuzzy-score matching module 112 may select a corresponding fuzzy matching algorithm,step 206. For example, if search query was identified as an entity that is referring to a person, then fuzzy-score matching module 112 may select the string matching algorithm for persons, for example, such as by extracting different components of the person's name including first, middle, last, and title. In another embodiment, if search query was identified as an entity that is referring to an organization, then fuzzy-score matching module 112 may select the string matching algorithm for organizations, which can include identifying terms like school, university, corp, inc, and the like. Fuzzy-score matching module 112 may then select the string matching algorithm that corresponds to the type of identified entity in the search query input so as to excel the search. Once the string matching algorithm is adjusted to the type of identified entity, a fuzzy-score matching step 208 may be performed. - In fuzzy-
score matching step 208, extracted entity or entities, as well as non-entities, may be searched and compared against entityco-occurrence knowledge base 114. Extracted entity or entities may include incomplete names of persons, for example first name and the first character of the last name, abbreviations of organizations, for example “UN” that may stand for “United Nations”, short forms, and nicknames among others. Entityco-occurrence knowledge base 114 may already have registered a plurality of records indexed as an structured data, such as entity to entity, entity to topics, and entity to facts, among others. The latter may allow fuzzy-score matching instep 208 to happen in a very fast way. Fuzzy-score matching instep 208 may use, but is not limited to, a common string metric such as Levenshtein distance, strcmp95, ITF scoring, and the like. Levenshtein distance between two words may refer to the minimum number of single-character edits required to change one word into the other. - Finally, once fuzzy-
score matching step 208 finishes comparing and searching search query against all records in the entityco-occurrence knowledge base 114, the record that dominates the most or is the closest to match the given pattern string (i.e., the search query input of step 202) may be selected as first candidate for a search suggestion instep 210. Other records with less proximity to match the given pattern string may be placed under the first candidate in a descending order. Search suggestion instep 210 may then be presented to the user in a drop down list of possible matches that the user may or may not ignore. -
FIG. 3 is anexample user interface 300 in accordance with the method for generating search suggestions using fuzzy-score matching and entity co-occurrence in a knowledge base, as discussed inFIGS. 1-2 above. In this example, a user through asearch engine interface 302, similar to that described byFIG. 1 , inputs apartial query 304 in asearch box 306. By a way of illustration and not by way of limitation,partial query 304 may be an incomplete name of a person such as “Michael J”, as shown inFIG. 3 . It may be considered apartial query 304 because the user may not have yet selectedsearch button 308, or otherwise submitted thepartial query 304 to searchsystem 100 to perform an actual search and obtain results. - Following the method 200 (
FIG. 2 ), as the user types “Michael J”, theentity extraction module 110 performs a quick search on-the-fly of the first word (Michael) against entityco-occurrence knowledge base 114 to identify the type of entity, in this example, the entity may refer to the name of a person. Consequently, fuzzy-score matching module 112 may select a string match algorithm tailored for names of persons. Name of persons may be found in databases written in different forms such as using only initials (short forms), or first name and first character of the last name, or first name, initial of the middle name and last name, or any combination thereof. Fuzzy-score matching module 112 may use a common string metric such as Levenshtein distance to determine and assign a score to the entity, topic, or fact within entityco-occurrence knowledge base 114 that may match the entity “Michael”. In this example, Michael matches with a great amount of records having that name. However, as the user types the following character “J”, fuzzy-score matching module 112 may perform another comparison based on Levenshtein distance against all co-occurrences with Michael with the entityco-occurrence knowledge base 114. Entityco-occurrence knowledge base 114 may then select all possible matches with the highest scores for “Michael J”. For example, fuzzy-score matching module 112 may returnsearch suggestions 310 such as “Michael Jackson”, “Michael Jordan”, “Michael J. Fox”, or even “Michael Dell” in some cases to the user. The user may then be able to select from the drop down list one of the persons suggested as to complete the search query. Expanding on the aforementioned example, a query like “Michael the basketball player”, would lead to the suggestion of “Michael Jordan”, based on the results returned by searching entity co-occurrence knowledge base for “Michael” in person entity name variations and “the basketball player” in the co-occurrence features like key phrases, facts, and topics. Another example can be “Alexander the actor”, would lead to the suggestion of “Alexander Polinsky”. Those skilled in the art will realize that the presently existing search platforms cannot generate suggestions in the aforementioned manner. - While various aspects and embodiments have been disclosed, other aspects and embodiments are contemplated. The various aspects and embodiments disclosed are for purposes of illustration and are not intended to be limiting, with the true scope and spirit being indicated by the following claims.
- The foregoing method descriptions and the process flow diagrams are provided merely as illustrative examples and are not intended to require or imply that the steps of the various embodiments must be performed in the order presented. As will be appreciated by one of skill in the art the steps in the foregoing embodiments may be performed in any order. Words such as “then,” “next,” etc. are not intended to limit the order of the steps; these words are simply used to guide the reader through the description of the methods. Although process flow diagrams may describe the operations as a sequential process, many of the operations can be performed in parallel or concurrently. In addition, the order of the operations may be re-arranged. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc. When a process corresponds to a function, its termination may correspond to a return of the function to the calling function or the main function.
- The various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the embodiments disclosed here may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
- Embodiments implemented in computer software may be implemented in software, firmware, middleware, microcode, hardware description languages, or any combination thereof. A code segment or machine-executable instructions may represent a procedure, a function, a subprogram, a program, a routine, a subroutine, a module, a software package, a class, or any combination of instructions, data structures, or program statements. A code segment may be coupled to another code segment or a hardware circuit by passing and/or receiving information, data, arguments, parameters, or memory contents. Information, arguments, parameters, data, etc. may be passed, forwarded, or transmitted via any suitable means including memory sharing, message passing, token passing, network transmission, etc.
- The actual software code or specialized control hardware used to implement these systems and methods is not limiting of the invention. Thus, the operation and behavior of the systems and methods were described without reference to the specific software code being understood that software and control hardware can be designed to implement the systems and methods based on the description here.
- When implemented in software, the functions may be stored as one or more instructions or code on a non-transitory computer-readable or processor-readable storage medium. The steps of a method or algorithm disclosed here may be embodied in a processor-executable software module which may reside on a computer-readable or processor-readable storage medium. A non-transitory computer-readable or processor-readable media includes both computer storage media and tangible storage media that facilitate transfer of a computer program from one place to another. A non-transitory processor-readable storage media may be any available media that may be accessed by a computer. By way of example, and not limitation, such non-transitory processor-readable media may comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other tangible storage medium that may be used to store desired program code in the form of instructions or data structures and that may be accessed by a computer or processor. Disk and disc, as used here, include compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk, and Blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media. Additionally, the operations of a method or algorithm may reside as one or any combination or set of codes and/or instructions on a non-transitory processor-readable medium and/or computer-readable medium, which may be incorporated into a computer program product.
- The preceding description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined here may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown here but is to be accorded the widest scope consistent with the following claims and the principles and novel features disclosed here.
Claims (20)
1. A method comprising:
in response to comparing, by a server, a search query against a plurality of records of an in-memory database, identifying, by the server, an entity corresponding to the search query and a type of the entity corresponding to the search query, wherein the search query is received from a client, wherein the records contain a co-occurrence knowledge dataset; and
in response to selecting, by the server, a fuzzy-score matching algorithm based on the type, determining, by the server, that the entity is sufficiently similar to a record of the records based on the fuzzy-score matching algorithm and presenting, by the server, a content of the record to the client, wherein the fuzzy-score matching algorithm uses a metric having a minimum number of single-character edits that are needed to change a first word in the search query into a second word in the record.
2. The method of claim 1 , wherein the entity corresponds to at least one of a person content, an organization content, a location of a place content, or a date content.
3. The method of claim 1 , wherein the in-memory database is indexed as structured data.
4. The method of claim 3 , wherein the structured data includes at least one of entity-to-entity index, an entity-to-topic index, or an entity-to-fact index.
5. The method of claim 1 , further comprising:
selecting, by the server, the record as a first candidate to be presented on the client as a search suggestion.
6. The method of claim 5 , further comprising:
presenting, by the server, at least some of the records other than the record to the client, positionally under the record in the search suggestion, in a descending order.
7. The method of claim 1 , wherein the metric employs a Levenshtein distance.
8. The method of claim 1 , wherein the presenting of the content of the record is before the search query is finalized at the client.
9. The method of claim 1 , wherein the in-memory database includes a search controller, a search node, and a collection of compressed data.
10. The method of claim 1 , wherein the comparing, the identifying, the selecting, and the determining are in real-time as the search query is being received from the client.
11. A system comprising:
a server programmed to:
responsive to comparing, by the server, a search query against a plurality of records of an in-memory database, identify, by the server, an entity corresponding to the search query and a type of the entity corresponding to the search query, wherein the search query is received from a client, wherein the records contain a co-occurrence knowledge dataset; and
responsive to selecting, by the server, a fuzzy-score matching algorithm based on the type of the entity, determine, by the server, that the entity is sufficiently similar to a record of the records based on the fuzzy-score matching algorithm and present, by the server, a content of the record to the client, wherein the fuzzy-score matching algorithm uses a metric having a minimum number of single-character edits that are needed to change a first word in the search query into a second word in the record.
12. The server of claim 11 , wherein the entity corresponds to at least one of a person content, an organization content, a location of a place content, or a date content.
13. The server of claim 11 , wherein the in-memory database is indexed as structured data.
14. The server of claim 13 , wherein the structured data includes at least one of entity-to-entity index, an entity-to-topic index, or an entity-to-fact index.
15. The server of claim 11 , wherein the server is programmed to select the record as a first candidate to be presented on the client as a search suggestion.
16. The server of claim 11 , wherein the server is programmed to present at least some of the records other than the record to the client, positionally under the record in the search suggestion, in a descending order.
17. The server of claim 11 , wherein the metric employs a Levenshtein distance.
18. The server of claim 11 , wherein the server is programmed to present the content of the record before the search query is finalized at the client.
19. The server of claim 11 , where the in-memory database includes a search controller, a search node, and a collection of compressed data.
20. The server of claim 11 , wherein the server is programmed to compare, identify, select and determine in real-time as the search query is being received from the client.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15/362,685 US20170075915A1 (en) | 2013-12-02 | 2016-11-28 | Search suggestions using fuzzy-score matching and entity co-occurrence |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201361910900P | 2013-12-02 | 2013-12-02 | |
US14/558,036 US9208204B2 (en) | 2013-12-02 | 2014-12-02 | Search suggestions using fuzzy-score matching and entity co-occurrence |
US14/950,874 US9507834B2 (en) | 2013-12-02 | 2015-11-24 | Search suggestions using fuzzy-score matching and entity co-occurrence |
US15/362,685 US20170075915A1 (en) | 2013-12-02 | 2016-11-28 | Search suggestions using fuzzy-score matching and entity co-occurrence |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/950,874 Continuation US9507834B2 (en) | 2013-12-02 | 2015-11-24 | Search suggestions using fuzzy-score matching and entity co-occurrence |
Publications (1)
Publication Number | Publication Date |
---|---|
US20170075915A1 true US20170075915A1 (en) | 2017-03-16 |
Family
ID=53265521
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/558,036 Active US9208204B2 (en) | 2013-12-02 | 2014-12-02 | Search suggestions using fuzzy-score matching and entity co-occurrence |
US14/950,874 Active US9507834B2 (en) | 2013-12-02 | 2015-11-24 | Search suggestions using fuzzy-score matching and entity co-occurrence |
US15/362,685 Abandoned US20170075915A1 (en) | 2013-12-02 | 2016-11-28 | Search suggestions using fuzzy-score matching and entity co-occurrence |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/558,036 Active US9208204B2 (en) | 2013-12-02 | 2014-12-02 | Search suggestions using fuzzy-score matching and entity co-occurrence |
US14/950,874 Active US9507834B2 (en) | 2013-12-02 | 2015-11-24 | Search suggestions using fuzzy-score matching and entity co-occurrence |
Country Status (1)
Country | Link |
---|---|
US (3) | US9208204B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107622090A (en) * | 2017-08-22 | 2018-01-23 | 上海艾融软件股份有限公司 | Acquisition methods, the apparatus and system of object |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9208204B2 (en) * | 2013-12-02 | 2015-12-08 | Qbase, LLC | Search suggestions using fuzzy-score matching and entity co-occurrence |
CN110309258B (en) * | 2018-03-15 | 2022-03-29 | 中国移动通信集团有限公司 | Input checking method, server and computer readable storage medium |
CN114090722B (en) * | 2022-01-19 | 2022-04-22 | 支付宝(杭州)信息技术有限公司 | Method and device for automatically completing query content |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5913209A (en) * | 1996-09-20 | 1999-06-15 | Novell, Inc. | Full text index reference compression |
US20080154877A1 (en) * | 2006-12-20 | 2008-06-26 | Joshi Deepa B | Discovering query intent from search queries and concept networks |
US20090299731A1 (en) * | 2007-03-12 | 2009-12-03 | Mongoose Ventures Limited | Aural similarity measuring system for text |
US20110320498A1 (en) * | 2010-06-25 | 2011-12-29 | Educational Testing Service | Systems and Methods for Optimizing Very Large N-Gram Collections for Speed and Memory |
US20130159826A1 (en) * | 2011-12-20 | 2013-06-20 | Hilary Mason | Systems and methods for recommending a list of urls |
US20140136543A1 (en) * | 2012-11-13 | 2014-05-15 | Oracle International Corporation | Autocomplete searching with security filtering and ranking |
US9244976B1 (en) * | 2010-12-16 | 2016-01-26 | The George Washington University and Board of Regents | Just-in-time analytics on large file systems and hidden databases |
US20160350321A1 (en) * | 2012-11-28 | 2016-12-01 | BloomReach Inc. | Search with autosuggest and refinements |
Family Cites Families (115)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6128660A (en) | 1996-03-21 | 2000-10-03 | Hearme | Network match maker |
US6178529B1 (en) | 1997-11-03 | 2001-01-23 | Microsoft Corporation | Method and system for resource monitoring of disparate resources in a server cluster |
US6353926B1 (en) | 1998-07-15 | 2002-03-05 | Microsoft Corporation | Software update notification |
US6266781B1 (en) | 1998-07-20 | 2001-07-24 | Academia Sinica | Method and apparatus for providing failure detection and recovery with predetermined replication style for distributed applications in a network |
US6338092B1 (en) | 1998-09-24 | 2002-01-08 | International Business Machines Corporation | Method, system and computer program for replicating data in a distributed computed environment |
US6959300B1 (en) | 1998-12-10 | 2005-10-25 | At&T Corp. | Data compression method and apparatus |
US7099898B1 (en) | 1999-08-12 | 2006-08-29 | International Business Machines Corporation | Data access system |
JP3524846B2 (en) | 2000-06-29 | 2004-05-10 | 株式会社Ssr | Document feature extraction method and apparatus for text mining |
US6738759B1 (en) | 2000-07-07 | 2004-05-18 | Infoglide Corporation, Inc. | System and method for performing similarity searching using pointer optimization |
US8692695B2 (en) | 2000-10-03 | 2014-04-08 | Realtime Data, Llc | Methods for encoding and decoding data |
US6832373B2 (en) | 2000-11-17 | 2004-12-14 | Bitfone Corporation | System and method for updating and distributing information |
US6691109B2 (en) | 2001-03-22 | 2004-02-10 | Turbo Worx, Inc. | Method and apparatus for high-performance sequence comparison |
GB2374687A (en) | 2001-04-19 | 2002-10-23 | Ibm | Managing configuration changes in a data processing system |
US7082478B2 (en) | 2001-05-02 | 2006-07-25 | Microsoft Corporation | Logical semantic compression |
US6961723B2 (en) | 2001-05-04 | 2005-11-01 | Sun Microsystems, Inc. | System and method for determining relevancy of query responses in a distributed network search mechanism |
US20030028869A1 (en) | 2001-08-02 | 2003-02-06 | Drake Daniel R. | Method and computer program product for integrating non-redistributable software applications in a customer driven installable package |
US6820075B2 (en) * | 2001-08-13 | 2004-11-16 | Xerox Corporation | Document-centric system with auto-completion |
US6954456B2 (en) | 2001-12-14 | 2005-10-11 | At & T Corp. | Method for content-aware redirection and content renaming |
US6965900B2 (en) | 2001-12-19 | 2005-11-15 | X-Labs Holdings, Llc | Method and apparatus for electronically extracting application specific multidimensional information from documents selected from a set of documents electronically extracted from a library of electronically searchable documents |
US6829606B2 (en) | 2002-02-14 | 2004-12-07 | Infoglide Software Corporation | Similarity search engine for use with relational databases |
US7421478B1 (en) | 2002-03-07 | 2008-09-02 | Cisco Technology, Inc. | Method and apparatus for exchanging heartbeat messages and configuration information between nodes operating in a master-slave configuration |
AU2003223314B2 (en) * | 2002-03-19 | 2007-04-05 | Mapinfo Corporation | Location based service provider |
US20110099163A1 (en) | 2002-04-05 | 2011-04-28 | Envirospectives Corporation | System and method for indexing, organizing, storing and retrieving environmental information |
US8015143B2 (en) | 2002-05-22 | 2011-09-06 | Estes Timothy W | Knowledge discovery agent system and method |
US7570262B2 (en) | 2002-08-08 | 2009-08-04 | Reuters Limited | Method and system for displaying time-series data and correlated events derived from text mining |
US7249312B2 (en) | 2002-09-11 | 2007-07-24 | Intelligent Results | Attribute scoring for unstructured content |
US7058846B1 (en) | 2002-10-17 | 2006-06-06 | Veritas Operating Corporation | Cluster failover for storage management services |
US20040205064A1 (en) | 2003-04-11 | 2004-10-14 | Nianjun Zhou | Adaptive search employing entropy based quantitative information measurement |
US7139752B2 (en) | 2003-05-30 | 2006-11-21 | International Business Machines Corporation | System, method and computer program product for performing unstructured information management and automatic text analysis, and providing multiple document views derived from different document tokenizations |
US7543174B1 (en) | 2003-09-24 | 2009-06-02 | Symantec Operating Corporation | Providing high availability for an application by rapidly provisioning a node and failing over to the node |
US9009153B2 (en) | 2004-03-31 | 2015-04-14 | Google Inc. | Systems and methods for identifying a named entity |
US7818615B2 (en) | 2004-09-16 | 2010-10-19 | Invensys Systems, Inc. | Runtime failure management of redundantly deployed hosts of a supervisory process control data acquisition facility |
US20080077570A1 (en) | 2004-10-25 | 2008-03-27 | Infovell, Inc. | Full Text Query and Search Systems and Method of Use |
US7403945B2 (en) | 2004-11-01 | 2008-07-22 | Sybase, Inc. | Distributed database system providing data and space management methodology |
US20060179026A1 (en) | 2005-02-04 | 2006-08-10 | Bechtel Michael E | Knowledge discovery tool extraction and integration |
US20060294071A1 (en) | 2005-06-28 | 2006-12-28 | Microsoft Corporation | Facet extraction and user feedback for ranking improvement and personalization |
US7630977B2 (en) | 2005-06-29 | 2009-12-08 | Xerox Corporation | Categorization including dependencies between different category systems |
US7849048B2 (en) | 2005-07-05 | 2010-12-07 | Clarabridge, Inc. | System and method of making unstructured data available to structured data analysis tools |
US8386463B2 (en) | 2005-07-14 | 2013-02-26 | International Business Machines Corporation | Method and apparatus for dynamically associating different query execution strategies with selective portions of a database table |
US7681075B2 (en) | 2006-05-02 | 2010-03-16 | Open Invention Network Llc | Method and system for providing high availability to distributed computer applications |
US20070100806A1 (en) | 2005-11-01 | 2007-05-03 | Jorey Ramer | Client libraries for mobile content |
US7447940B2 (en) | 2005-11-15 | 2008-11-04 | Bea Systems, Inc. | System and method for providing singleton services in a cluster |
US8341622B1 (en) | 2005-12-15 | 2012-12-25 | Crimson Corporation | Systems and methods for efficiently using network bandwidth to deploy dependencies of a software package |
EP1963998A1 (en) | 2005-12-22 | 2008-09-03 | International Business Machines Corporation | Method and system for automatically generating multilingual electronic content from unstructured data |
US20070174289A1 (en) | 2006-01-17 | 2007-07-26 | Tom Utiger | Management of non-traditional content repositories |
US7899871B1 (en) | 2006-01-23 | 2011-03-01 | Clearwell Systems, Inc. | Methods and systems for e-mail topic classification |
US7519613B2 (en) | 2006-02-28 | 2009-04-14 | International Business Machines Corporation | Method and system for generating threads of documents |
US8726267B2 (en) | 2006-03-24 | 2014-05-13 | Red Hat, Inc. | Sharing software certification and process metadata |
US8190742B2 (en) | 2006-04-25 | 2012-05-29 | Hewlett-Packard Development Company, L.P. | Distributed differential store with non-distributed objects and compression-enhancing data-object routing |
US20070282959A1 (en) | 2006-06-02 | 2007-12-06 | Stern Donald S | Message push with pull of information to a communications computing device |
US8615800B2 (en) | 2006-07-10 | 2013-12-24 | Websense, Inc. | System and method for analyzing web content |
US7624118B2 (en) | 2006-07-26 | 2009-11-24 | Microsoft Corporation | Data processing over very large databases |
JP4922692B2 (en) | 2006-07-28 | 2012-04-25 | 富士通株式会社 | Search query creation device |
US8122026B1 (en) | 2006-10-20 | 2012-02-21 | Google Inc. | Finding and disambiguating references to entities on web pages |
US7853611B2 (en) | 2007-02-26 | 2010-12-14 | International Business Machines Corporation | System and method for deriving a hierarchical event based database having action triggers based on inferred probabilities |
US8200663B2 (en) * | 2007-04-25 | 2012-06-12 | Chacha Search, Inc. | Method and system for improvement of relevance of search results |
US8195655B2 (en) | 2007-06-05 | 2012-06-05 | Microsoft Corporation | Finding related entity results for search queries |
US8352455B2 (en) | 2007-06-29 | 2013-01-08 | Allvoices, Inc. | Processing a content item with regard to an event and a location |
US20090043792A1 (en) | 2007-08-07 | 2009-02-12 | Eric Lawrence Barsness | Partial Compression of a Database Table Based on Historical Information |
US9342551B2 (en) | 2007-08-14 | 2016-05-17 | John Nicholas and Kristin Gross Trust | User based document verifier and method |
GB2453174B (en) | 2007-09-28 | 2011-12-07 | Advanced Risc Mach Ltd | Techniques for generating a trace stream for a data processing apparatus |
KR100898339B1 (en) | 2007-10-05 | 2009-05-20 | 한국전자통신연구원 | Autonomous fault processing system in home network environments and operation method thereof |
US8396838B2 (en) | 2007-10-17 | 2013-03-12 | Commvault Systems, Inc. | Legal compliance, electronic discovery and electronic document handling of online and offline copies of data |
US8375073B1 (en) | 2007-11-12 | 2013-02-12 | Google Inc. | Identification and ranking of news stories of interest |
US8294763B2 (en) | 2007-12-14 | 2012-10-23 | Sri International | Method for building and extracting entity networks from video |
EP2235649A1 (en) | 2007-12-21 | 2010-10-06 | Thomson Reuters Global Resources | Entity, event, and relationship extraction |
US8326847B2 (en) | 2008-03-22 | 2012-12-04 | International Business Machines Corporation | Graph search system and method for querying loosely integrated data |
US20100077001A1 (en) | 2008-03-27 | 2010-03-25 | Claude Vogel | Search system and method for serendipitous discoveries with faceted full-text classification |
US8712926B2 (en) | 2008-05-23 | 2014-04-29 | International Business Machines Corporation | Using rule induction to identify emerging trends in unstructured text streams |
US8358308B2 (en) | 2008-06-27 | 2013-01-22 | Microsoft Corporation | Using visual techniques to manipulate data |
US8073869B2 (en) * | 2008-07-03 | 2011-12-06 | The Regents Of The University Of California | Method for efficiently supporting interactive, fuzzy search on structured data |
US8171547B2 (en) | 2008-12-03 | 2012-05-01 | Trend Micro Incorporated | Method and system for real time classification of events in computer integrity system |
US8874576B2 (en) | 2009-02-27 | 2014-10-28 | Microsoft Corporation | Reporting including filling data gaps and handling uncategorized data |
US20100235311A1 (en) | 2009-03-13 | 2010-09-16 | Microsoft Corporation | Question and answer search |
US8213725B2 (en) | 2009-03-20 | 2012-07-03 | Eastman Kodak Company | Semantic event detection using cross-domain knowledge |
US9215423B2 (en) * | 2009-03-30 | 2015-12-15 | Time Warner Cable Enterprises Llc | Recommendation engine apparatus and methods |
US8161048B2 (en) | 2009-04-24 | 2012-04-17 | At&T Intellectual Property I, L.P. | Database analysis using clusters |
US8055933B2 (en) | 2009-07-21 | 2011-11-08 | International Business Machines Corporation | Dynamic updating of failover policies for increased application availability |
WO2011046560A1 (en) | 2009-10-15 | 2011-04-21 | Hewlett-Packard Development Company, L.P. | Heterogeneous data source management |
WO2011053755A1 (en) | 2009-10-30 | 2011-05-05 | Evri, Inc. | Improving keyword-based search engine results using enhanced query strategies |
US20110125764A1 (en) | 2009-11-26 | 2011-05-26 | International Business Machines Corporation | Method and system for improved query expansion in faceted search |
EP2530605A4 (en) | 2010-01-29 | 2013-12-25 | Panasonic Corp | Data processing device |
US9710556B2 (en) | 2010-03-01 | 2017-07-18 | Vcvc Iii Llc | Content recommendation based on collections of entities |
US8595234B2 (en) | 2010-05-17 | 2013-11-26 | Wal-Mart Stores, Inc. | Processing data feeds |
US9189357B2 (en) | 2010-05-25 | 2015-11-17 | Red Hat, Inc. | Generating machine state verification using number of installed package objects |
US8429256B2 (en) | 2010-05-28 | 2013-04-23 | Red Hat, Inc. | Systems and methods for generating cached representations of host package inventories in remote package repositories |
US8345998B2 (en) | 2010-08-10 | 2013-01-01 | Xerox Corporation | Compression scheme selection based on image data type and user selections |
US8321443B2 (en) | 2010-09-07 | 2012-11-27 | International Business Machines Corporation | Proxying open database connectivity (ODBC) calls |
US20120102121A1 (en) | 2010-10-25 | 2012-04-26 | Yahoo! Inc. | System and method for providing topic cluster based updates |
US20120143875A1 (en) | 2010-12-01 | 2012-06-07 | Yahoo! Inc. | Method and system for discovering dynamic relations among entities |
US8423522B2 (en) | 2011-01-04 | 2013-04-16 | International Business Machines Corporation | Query-aware compression of join results |
US20120246154A1 (en) | 2011-03-23 | 2012-09-27 | International Business Machines Corporation | Aggregating search results based on associating data instances with knowledge base entities |
US20120310934A1 (en) | 2011-06-03 | 2012-12-06 | Thomas Peh | Historic View on Column Tables Using a History Table |
KR20120134916A (en) | 2011-06-03 | 2012-12-12 | 삼성전자주식회사 | Storage device and data processing device for storage device |
US9104979B2 (en) | 2011-06-16 | 2015-08-11 | Microsoft Technology Licensing, Llc | Entity recognition using probabilities for out-of-collection data |
EP2727247B1 (en) | 2011-06-30 | 2017-04-05 | Openwave Mobility, Inc. | Database compression system and method |
US9032387B1 (en) | 2011-10-04 | 2015-05-12 | Amazon Technologies, Inc. | Software distribution framework |
EP2788907A2 (en) | 2011-12-06 | 2014-10-15 | Perception Partners Inc. | Text mining analysis and output system |
US9128896B2 (en) * | 2011-12-20 | 2015-09-08 | Bitly, Inc. | Systems and methods for identifying phrases in digital content that are trending |
US9026480B2 (en) | 2011-12-21 | 2015-05-05 | Telenav, Inc. | Navigation system with point of interest classification mechanism and method of operation thereof |
US9037579B2 (en) | 2011-12-27 | 2015-05-19 | Business Objects Software Ltd. | Generating dynamic hierarchical facets from business intelligence artifacts |
US10908792B2 (en) | 2012-04-04 | 2021-02-02 | Recorded Future, Inc. | Interactive event-based information system |
US20130290232A1 (en) | 2012-04-30 | 2013-10-31 | Mikalai Tsytsarau | Identifying news events that cause a shift in sentiment |
US8948789B2 (en) | 2012-05-08 | 2015-02-03 | Qualcomm Incorporated | Inferring a context from crowd-sourced activity data |
US9600470B2 (en) | 2012-05-15 | 2017-03-21 | Whyz Technologies Limited | Method and system relating to re-labelling multi-document clusters |
US9703833B2 (en) | 2012-11-30 | 2017-07-11 | Sap Se | Unification of search and analytics |
US9542652B2 (en) | 2013-02-28 | 2017-01-10 | Microsoft Technology Licensing, Llc | Posterior probability pursuit for entity disambiguation |
US9104710B2 (en) | 2013-03-15 | 2015-08-11 | Src, Inc. | Method for cross-domain feature correlation |
US8977600B2 (en) | 2013-05-24 | 2015-03-10 | Software AG USA Inc. | System and method for continuous analytics run against a combination of static and real-time data |
US9734221B2 (en) | 2013-09-12 | 2017-08-15 | Sap Se | In memory database warehouse |
US9208204B2 (en) * | 2013-12-02 | 2015-12-08 | Qbase, LLC | Search suggestions using fuzzy-score matching and entity co-occurrence |
US9223875B2 (en) | 2013-12-02 | 2015-12-29 | Qbase, LLC | Real-time distributed in memory search architecture |
US9424294B2 (en) | 2013-12-02 | 2016-08-23 | Qbase, LLC | Method for facet searching and search suggestions |
US9201744B2 (en) | 2013-12-02 | 2015-12-01 | Qbase, LLC | Fault tolerant architecture for distributed computing systems |
US9025892B1 (en) | 2013-12-02 | 2015-05-05 | Qbase, LLC | Data record compression with progressive and/or selective decomposition |
-
2014
- 2014-12-02 US US14/558,036 patent/US9208204B2/en active Active
-
2015
- 2015-11-24 US US14/950,874 patent/US9507834B2/en active Active
-
2016
- 2016-11-28 US US15/362,685 patent/US20170075915A1/en not_active Abandoned
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5913209A (en) * | 1996-09-20 | 1999-06-15 | Novell, Inc. | Full text index reference compression |
US20080154877A1 (en) * | 2006-12-20 | 2008-06-26 | Joshi Deepa B | Discovering query intent from search queries and concept networks |
US20090299731A1 (en) * | 2007-03-12 | 2009-12-03 | Mongoose Ventures Limited | Aural similarity measuring system for text |
US20110320498A1 (en) * | 2010-06-25 | 2011-12-29 | Educational Testing Service | Systems and Methods for Optimizing Very Large N-Gram Collections for Speed and Memory |
US9244976B1 (en) * | 2010-12-16 | 2016-01-26 | The George Washington University and Board of Regents | Just-in-time analytics on large file systems and hidden databases |
US20130159826A1 (en) * | 2011-12-20 | 2013-06-20 | Hilary Mason | Systems and methods for recommending a list of urls |
US20140136543A1 (en) * | 2012-11-13 | 2014-05-15 | Oracle International Corporation | Autocomplete searching with security filtering and ranking |
US20160350321A1 (en) * | 2012-11-28 | 2016-12-01 | BloomReach Inc. | Search with autosuggest and refinements |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107622090A (en) * | 2017-08-22 | 2018-01-23 | 上海艾融软件股份有限公司 | Acquisition methods, the apparatus and system of object |
Also Published As
Publication number | Publication date |
---|---|
US20160078099A1 (en) | 2016-03-17 |
US9507834B2 (en) | 2016-11-29 |
US20150154265A1 (en) | 2015-06-04 |
US9208204B2 (en) | 2015-12-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9613166B2 (en) | Search suggestions of related entities based on co-occurrence and/or fuzzy-score matching | |
US9201931B2 (en) | Method for obtaining search suggestions from fuzzy score matching and population frequencies | |
US9239875B2 (en) | Method for disambiguated features in unstructured text | |
US10956433B2 (en) | Performing an operation relative to tabular data based upon voice input | |
US9619571B2 (en) | Method for searching related entities through entity co-occurrence | |
US9424524B2 (en) | Extracting facts from unstructured text | |
US8073877B2 (en) | Scalable semi-structured named entity detection | |
US20180341871A1 (en) | Utilizing deep learning with an information retrieval mechanism to provide question answering in restricted domains | |
WO2015084759A1 (en) | Systems and methods for in-memory database search | |
CN103177075A (en) | Knowledge-based entity detection and disambiguation | |
US20120323905A1 (en) | Ranking data utilizing attributes associated with semantic sub-keys | |
JPWO2008032780A1 (en) | Retrieval method, similarity calculation method, similarity calculation and same document collation system, and program thereof | |
US20170075915A1 (en) | Search suggestions using fuzzy-score matching and entity co-occurrence | |
WO2015084757A1 (en) | Systems and methods for processing data stored in a database | |
US20120317141A1 (en) | System and method for ordering of semantic sub-keys | |
Figueroa et al. | Contextual language models for ranking answers to natural language definition questions | |
US9875298B2 (en) | Automatic generation of a search query | |
US9547701B2 (en) | Method of discovering and exploring feature knowledge | |
US20120317103A1 (en) | Ranking data utilizing multiple semantic keys in a search query | |
Schone et al. | Comprehensive evaluation of name matching across historic and linguistic boundaries | |
CN116701579A (en) | Information reply system, method and computer readable storage medium | |
Nam et al. | KNE: An Automatic Dictionary Expansion Method Using Use-cases for Morphological Analysis |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: QBASE, LLC, VIRGINIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIGHTNER, SCOTT;WECKESSER, FRANZ;DAVE, RAKESH;AND OTHERS;SIGNING DATES FROM 20141201 TO 20141202;REEL/FRAME:040435/0194 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |