US20070022101A1 - Methods and apparatus for providing search results in response to an ambiguous search query - Google Patents

Methods and apparatus for providing search results in response to an ambiguous search query Download PDF

Info

Publication number
US20070022101A1
US20070022101A1 US11/526,385 US52638506A US2007022101A1 US 20070022101 A1 US20070022101 A1 US 20070022101A1 US 52638506 A US52638506 A US 52638506A US 2007022101 A1 US2007022101 A1 US 2007022101A1
Authority
US
United States
Prior art keywords
ambiguous
information components
computer
implemented method
search
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
Application number
US11/526,385
Inventor
Benjamin Smith
Sergey Brin
Sanjay Ghemawat
John Bauer
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.)
Google LLC
Original Assignee
Google LLC
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 Google LLC filed Critical Google LLC
Priority to US11/526,385 priority Critical patent/US20070022101A1/en
Publication of US20070022101A1 publication Critical patent/US20070022101A1/en
Assigned to GOOGLE INC. reassignment GOOGLE INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SMITH, BENJAMIN T., BRIN, SERGEY, BAUER, JOHN A., GHEMAWAT, SANJAY
Assigned to GOOGLE LLC reassignment GOOGLE LLC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: GOOGLE INC.
Abandoned 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/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99934Query formulation, input preparation, or translation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99936Pattern matching access
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure
    • Y10S707/99945Object-oriented database structure processing

Definitions

  • This invention relates generally to methods and apparatus for providing search results in response to an ambiguous search query provided by a user.
  • WAP Wireless Application Protocol
  • the WAP user navigates to the search query page, and is presented with a form into which they input their search query.
  • the user may be required to press multiple keys to select a particular letter.
  • the user would select the letter “b” by pressing the “2” key twice, or would select the letter “s” by pressing the “7” key four times.
  • the user would ordinarily need to enter the following string of keypresses: 223366077776444844, which map to letters as follows:
  • the search engine receives the word or words from the user, and proceeds in much the same manner as if it had received the request from a desktop browser wherein the user employed a conventional keyboard.
  • Such a method includes receiving a sequence of ambiguous information components from a user.
  • the method obtains mapping information that maps the ambiguous information components to less ambiguous information components.
  • This mapping information is used to translate the sequence of ambiguous information components into one or more corresponding sequences of less ambiguous information components.
  • One or more of these sequences of less ambiguous information are provided as an input to a search engine.
  • the search results are obtained from the search engine and are presented to the user.
  • FIG. 1 illustrates a block diagram of a system in which methods and apparatus consistent with the present invention map be implemented
  • FIG. 2 illustrates a block diagram of a client device, consistent with the invention
  • FIG. 3 illustrates a diagram depicting three documents
  • FIG. 4 a illustrates a conventional alphanumeric index
  • FIG. 4 b illustrates a flow diagram for providing search results in response to a conventional alphanumeric search query
  • FIG. 5 a illustrates a flow diagram, consistent with the invention, for providing search results in response to an ambiguous search query
  • FIG. 5 b illustrates a diagram for mapping alphanumeric information to numeric information
  • FIG. 6 illustrates another flow diagram, consistent with the invention, for providing search results in response to an ambiguous search query.
  • Methods and apparatus consistent with the invention allow a user to submit an ambiguous search query and to receive potentially disambiguated search results.
  • a sequence of numbers received from a user of a standard telephone keypad is translated into a set of potentially corresponding alphanumeric sequences. These potentially corresponding alphanumeric sequences are provided as an input to a conventional search engine, using a boolean “OR” expression. In this manner, the search engine is used to help limit search results to those in which the user was likely interested.
  • FIG. 1 illustrates a system 100 in which methods and apparatus, consistent with the present invention, may be implemented.
  • the system 100 may include multiple client devices 110 connected to multiple servers 120 and 130 via a network 140 .
  • the network 140 may include a local area network (LAN), a wide area network (WAN), a telephone network, such as the Public Switched Telephone Network (PSTN), an intranet, the Internet, or a combination of networks.
  • PSTN Public Switched Telephone Network
  • An intranet the Internet
  • the Internet or a combination of networks.
  • Two client devices 110 and three servers 120 and 130 have been illustrated as connected to network 140 for simplicity. In practice, there may be more or less client devices and servers. Also, in some instances, a client device may perform the functions of a server and a server may perform the functions of a client device.
  • the client devices 110 may include devices, such mainframes, minicomputers, personal computers, laptops, personal digital assistants, or the like, capable of connecting to the network 140 .
  • the client devices 110 may transmit data over the network 140 or receive data from the network 140 via a wired, wireless, or optical connection.
  • FIG. 2 illustrates an exemplary client device 110 consistent with the present invention.
  • the client device 110 may include a bus 210 , a processor 220 , a main memory 230 , a read only memory (ROM) 240 , a storage device 250 , an input device 260 , an output device 270 , and a communication interface 280 .
  • ROM read only memory
  • the bus 210 may include one or more conventional buses that permit communication among the components of the client device 110 .
  • the processor 220 may include any type of conventional processor or microprocessor that interprets and executes instructions.
  • the main memory 230 may include a random access memory (RAM) or another type of dynamic storage device that stores information and instructions for execution by the processor 220 .
  • the ROM 240 may include a conventional ROM device or another type of static storage device that stores static information and instructions for use by the processor 220 .
  • the storage device 250 may include a magnetic and/or optical recording medium and its corresponding drive.
  • the input device 260 may include one or more conventional mechanisms that permit a user to input information to the client device 110 , such as a keyboard, a mouse, a pen, voice recognition and/or biometric mechanisms, etc.
  • the output device 270 may include one or more conventional mechanisms that output information to the user, including a display, a printer, a speaker, etc.
  • the communication interface 280 may include any transceiver-like mechanism that enables the client device 110 to communicate with other devices and/or systems.
  • the communication interface 280 may include mechanisms for communicating with another device or system via a network, such as network 140 .
  • the client devices 110 perform certain searching-related operations.
  • the client devices 110 may perform these operations in response to processor 220 executing software instructions contained in a computer-readable medium, such as memory 230 .
  • a computer-readable medium may be defined as one or more memory devices and/or carrier waves.
  • the software instructions may be read into memory 230 from another computer-readable medium, such as the data storage device 250 , or from another device via the communication interface 280 .
  • the software instructions contained in memory 230 causes processor 220 to perform search-related activities described below.
  • hardwired circuitry may be used in place of or in combination with software instructions to implement processes consistent with the present invention.
  • the present invention is not limited to any specific combination of hardware circuitry and software.
  • the servers 120 and 130 may include one or more types of computer systems, such as a mainframe, minicomputer, or personal computer, capable of connecting to the network 140 to enable servers 120 and 130 to communicate with the client devices 110 .
  • the servers 120 and 130 may include mechanisms for directly connecting to one or more client devices 110 .
  • the servers 120 and 130 may transmit data over network 140 or receive data from the network 140 via a wired, wireless, or optical connection.
  • the servers may be configured in a manner similar to that described above in reference to FIG. 2 for client device 110 .
  • the server 120 may include a search engine 125 usable by the client devices 110 .
  • the servers 130 may store documents (or web pages) accessible by the client devices 110 .
  • FIG. 3 illustrates a diagram depicting three documents, which may be stored for example on one of the servers 130 .
  • a first document contains two entries—“car repair” and “car rental”—and is numbered “3” at its bottom.
  • a second document contains the entry “video rental”.
  • a third document contains three entries—“wine”, “champagne”, and “bar items”—and includes a link (or reference) to Document 2.
  • the documents shown in FIG. 3 only contain alphanumeric strings of information (e.g., “car”, “repair”, “wine”, etc.).
  • the documents could contain other types of information, such as phonetic, or audiovisual information.
  • FIG. 4 a illustrates a conventional alphanumeric index, based on the documents shown in FIG. 3 .
  • the first column of the index contains a list of alphanumeric terms, and the second column contains a list of the documents corresponding to those terms.
  • FIG. 4 b illustrates how a conventional search engine, such as search engine 125 , would use the index illustrated in FIG. 4 a to provide search results in response to an alphanumeric search query.
  • the alphanumeric query may be generated using any conventional technique. For purposes of illustration, consider two alphanumeric queries: “car” and “wine”. Under a conventional approach, search engine 125 receives an alphanumeric query, such as “car” (stage 410 ), and uses the alphanumeric index to determine which documents correspond to that query (stage 420 ). In this example, a conventional search engine 125 would use the index illustrated in FIG. 4 a to determine that “car” corresponds to Document 1 and would return Document 1 (or a reference to it) to the user as a search result. Similarly, a conventional search engine would determine that “wine” corresponds to Document 3 and would return Document 3 (or a reference to it) to the user (stage 430 ).
  • FIG. 5 a illustrates a flow diagram, consistent with the invention, of a preferred technique for providing search results in response to a numeric search query, based on the documents and index shown in FIGS. 3 and 4 a, respectively.
  • FIG. 5 a describes a particular technique for processing a numeric query based on the mapping of a standard telephone handset; but those skilled in the art will recognize that other techniques consistent with the invention may be used.
  • a sequence “227” (consisting of numeric components “2”, “2”, and “7”) is received from a user.
  • information is obtained about how the numeric components map to letters. Assuming that the user entered the information from a standard telephone keypad, this mapping information is shown in FIG. 5 b. As shown in FIG. 5 b, the letters “a”, “b”, and “c” each map to the number “1”, the letters “p”, “q”, “r”, and “s” each map to the number “7”, and so forth.
  • the sequence “227” is translated into its potential alphanumeric equivalents.
  • the sequence “227” is translated into its potential alphanumeric equivalents.
  • alphanumeric equivalents may be desirable to generate only those alphanumeric equivalents that appear in a dictionary, search engine log of previous search queries, etc.; or to otherwise limit the alphanumeric equivalents by using known statistical techniques (e.g., the probability of certain words appearing together).
  • these alphanumeric equivalents are provided as an input to a conventional search engine, such as that described in reference to FIGS. 4 a and 4 b, using a logical “OR” operation.
  • the search query provided to the search engine could be “aap OR bap OR cap OR abp . . . OR bar . . . OR car”.
  • a subset may instead be used by using conventional techniques to eliminate equivalents that are unlikely to be intended. For example, one could generate a narrower list of possible combinations by using techniques that draw upon probabilistic information about the usage of letters or words: one could ignore combinations that begin with “qt” but include (and favor) combinations that begin with “qu.”
  • search results are obtained from the search engine. Because terms such as “aap” and “abp” do not appear in the search engine's index, they are effectively ignored. Indeed, the only terms contained within the index shown in FIG. 4 b are “car” and “bar”, and so the only search results returned are those that reference Documents 1 and 3.
  • these search results are presented to the user. The search results may be presented in the same order provided by the search engine, or may be reordered based on considerations such as the language of the user. Assuming that the user was only interested in documents containing the term “bar”, the user would receive an undesired result (Document 3) in addition to the desired result (Document 1). This may be an acceptable price to pay, however, for the benefit of the user only having to press three keys to formulate the search query.
  • FIG. 6 illustrates another flow diagram, consistent with the invention, of a preferred technique for providing search results in response to a numeric search query, based on the documents and index shown in FIGS. 3 and 4 a, respectively.
  • This flow diagram demonstrates how increasing the size of the received sequence can help limit search results to those desired by the user.
  • FIG. 6 again describes a particular technique for processing a numeric query based on the mapping of a standard telephone handset; but those skilled in the art will recognize that other techniques consistent with the invention may be used.
  • a sequence “227 48367” (consisting of numeric components “2”, “2”, “7”, “4”, “8”, “3”, “6”, “7”) is received from a user.
  • the sequence “227” will be called a “number word” and the entire sequence “227 48367” will be called a “number phrase.”
  • the possible alphanumeric equivalents of a number word will be called “letter words” and the possible alphanumeric equivalents of a number phrase will be called “letter phrases.”
  • stage 620 information is obtained about how the numeric components map to letters. Assuming the same mapping information is used as shown in FIG. 5 b, at stage 630 , the number phrase “227 48367” is translated into potentially corresponding letter phrases. Based on the information shown in FIG. 5 b, there exist 11664 possible letter phrases that correspond to the sequence “227 48367”.
  • these letter phrases are provided as an input to a conventional search engine, such as that described in reference to FIGS. 4 a and 4 b, using a logical “OR” operation.
  • the search query provided to the search engine could be “‘aap gtdmp’ OR ‘aap htdmp’ . . . OR ‘bar items’ . . . OR ‘car items’”.
  • all possible letter phrases may be provided to the search engine, a subset may instead be used by employing conventional techniques to eliminate letter phrases that are unlikely to be intended.
  • search results are obtained from the search engine. Because many search engines are designed to rank highly those documents that contain the exact phrase sought, Document 3 would likely be the highest ranked search result (i.e., because it contains the exact phrase “bar items”). No other document in the example contains one of the other letter phrases generated at stage 620 . Furthermore, many search engines downweight (or eliminate) search results that contain individual parts of a phrase but not the entire phrase. For example, Document 1 would be downweighted or eliminated because it contains the letter word “car”, which corresponds to the first part of the letter phrase, but it does not contain any letter word that corresponds to the second part of the letter phrase. Finally, letter phrases such as “aap htdmp” are effectively ignored because they contain no letter words that appear in the search engine's index.
  • the search results are presented to the user.
  • the first result shown to the user would be Document 3, which is likely most relevant to the user's query.
  • Document 1 may be eliminated altogether, because it does not contain one of the possible letter phrases. In this manner, the user is provided with the most relevant search results.
  • the received sequence may consist of the first letters corresponding to the keys pressed by the user.
  • the received sequence may be “aap”.
  • the equivalents letter sequences generated in stages 530 or 630 could then be other letter sequences (e.g., “bar”) that correspond to “aap.”
  • the received sequence may contain phonetic, audiovisual, or any other type of information components.
  • the received sequence be translated into a sequence that corresponds to the format in which information is stored in the search engine's index. For example, if the search engine's index is stored in alphanumeric format, the received sequence should be translated into alphanumeric sequences.
  • mapping technique that is used to translate the received sequence of information components be the same technique that is employed at the user's device to map the user's input to the information generated by the device. There may, however, be instances where it is preferable to use a different mapping technique than is used for user input.

Abstract

Methods and apparatus consistent with the invention allow a user to submit an ambiguous search query and to receive relevant search results. In one embodiment, a sequence of numbers received from a user of a standard telephone keypad is translated into a set of potentially corresponding alphanumeric sequences. These potentially corresponding alphanumeric sequences are provided as an input to a conventional search engine, using a boolean “OR” expression, and the search results are presented to the user. The search engine effectively limits search results to those in which the user was likely interested.

Description

    RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 09/748,431 (incorporated herein by reference and referred to as “the '431 application”), filed on Dec. 26, 2000, titled: “METHODS AND APPARATUS FOR PROVIDING SEARCH RESULTS IN RESPONSE TO AN AMBIGUOUS SEARCH QUERY” and listing Benjamin Thomas SMITH Sergey BRIN, Sanjay GHEMAWAT and John A. BAUER as inventors, which application claims priority under 35 U.S.C. § 119(e) to U.S. Provisional Application Serial No. 60/216,530 (incorporated herein by reference and referred to as “the '530 application”), titled “DATA ENTRY AND SEARCH FOR HANDHELD DEVICES,” filed on Jul. 6, 2000.
  • BACKGROUND OF THE INVENTION
  • A. Field of the Invention
  • This invention relates generally to methods and apparatus for providing search results in response to an ambiguous search query provided by a user.
  • B. Description of the Related Art
  • Most search engines operate under the assumption that the end user is entering search queries using something like a conventional keyboard, where the input of alphanumeric strings is not difficult. As small devices become more common, however, this assumption is not always valid. For example, users may query search engines using a wireless telephone that supports the WAP (Wireless Application Protocol) standard. Devices such as wireless telephones typically have a data input interface wherein a particular action by the user (e.g., pressing a key) may correspond to more than one alphanumeric character. A detailed description of WAP architecture is available at http://www1.wapforum.org/tech/documents/SPEC--WAPArch-19980439.pdf (“WAP 100 Wireless Application Protocol Architecture Specification”).
  • In the usual case, the WAP user navigates to the search query page, and is presented with a form into which they input their search query. With conventional methods, the user may be required to press multiple keys to select a particular letter. On a standard telephone keypad, for example, the user would select the letter “b” by pressing the “2” key twice, or would select the letter “s” by pressing the “7” key four times. Accordingly, to enter a query for “ben smith”, the user would ordinarily need to enter the following string of keypresses: 223366077776444844, which map to letters as follows:
  • 22->b
  • 33->e
  • 66->n
  • 0->space
  • 7777->s
  • 6->m
  • 444->i
  • 8->t
  • 44->h
  • After the user has entered their search request, the search engine receives the word or words from the user, and proceeds in much the same manner as if it had received the request from a desktop browser wherein the user employed a conventional keyboard.
  • As can be seen from the foregoing example, this form of data entry is inefficient in that it requires eighteen keystrokes to enter the nine alphanumeric characters (including the space) corresponding to “ben smith”. Others have attempted to overcome the limitations imposed by reduced data entry devices, but each of the approaches developed thus far has shortcomings. There remains, therefore, a need for methods and apparatus for providing relevant search results in response to an ambiguous search query.
  • SUMMARY OF THE INVENTION
  • Methods and apparatus consistent with the present invention, as embodied and broadly described herein, provide relevant search results in response to an ambiguous search query. Consistent with the invention, such a method includes receiving a sequence of ambiguous information components from a user. The method obtains mapping information that maps the ambiguous information components to less ambiguous information components. This mapping information is used to translate the sequence of ambiguous information components into one or more corresponding sequences of less ambiguous information components. One or more of these sequences of less ambiguous information are provided as an input to a search engine. The search results are obtained from the search engine and are presented to the user.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings, which are incorporated in, and constitute a part of, this specification illustrate an embodiment of the invention and, together with the description, serve to explain the advantages and principles of the invention. In the drawings,
  • FIG. 1 illustrates a block diagram of a system in which methods and apparatus consistent with the present invention map be implemented;
  • FIG. 2 illustrates a block diagram of a client device, consistent with the invention;
  • FIG. 3 illustrates a diagram depicting three documents;
  • FIG. 4 a illustrates a conventional alphanumeric index;
  • FIG. 4 b illustrates a flow diagram for providing search results in response to a conventional alphanumeric search query;
  • FIG. 5 a illustrates a flow diagram, consistent with the invention, for providing search results in response to an ambiguous search query;
  • FIG. 5 b illustrates a diagram for mapping alphanumeric information to numeric information; and
  • FIG. 6 illustrates another flow diagram, consistent with the invention, for providing search results in response to an ambiguous search query.
  • DETAILED DESCRIPTION
  • Reference will now be made in detail to an embodiment of the present invention as illustrated in the accompanying drawings. The same reference numbers may be used throughout the drawings and the following description to refer to the same or like parts.
  • A. Overview
  • Methods and apparatus consistent with the invention allow a user to submit an ambiguous search query and to receive potentially disambiguated search results. In one embodiment, a sequence of numbers received from a user of a standard telephone keypad is translated into a set of potentially corresponding alphanumeric sequences. These potentially corresponding alphanumeric sequences are provided as an input to a conventional search engine, using a boolean “OR” expression. In this manner, the search engine is used to help limit search results to those in which the user was likely interested.
  • B. Architecture
  • FIG. 1 illustrates a system 100 in which methods and apparatus, consistent with the present invention, may be implemented. The system 100 may include multiple client devices 110 connected to multiple servers 120 and 130 via a network 140. The network 140 may include a local area network (LAN), a wide area network (WAN), a telephone network, such as the Public Switched Telephone Network (PSTN), an intranet, the Internet, or a combination of networks. Two client devices 110 and three servers 120 and 130 have been illustrated as connected to network 140 for simplicity. In practice, there may be more or less client devices and servers. Also, in some instances, a client device may perform the functions of a server and a server may perform the functions of a client device.
  • The client devices 110 may include devices, such mainframes, minicomputers, personal computers, laptops, personal digital assistants, or the like, capable of connecting to the network 140. The client devices 110 may transmit data over the network 140 or receive data from the network 140 via a wired, wireless, or optical connection.
  • FIG. 2 illustrates an exemplary client device 110 consistent with the present invention. The client device 110 may include a bus 210, a processor 220, a main memory 230, a read only memory (ROM) 240, a storage device 250, an input device 260, an output device 270, and a communication interface 280.
  • The bus 210 may include one or more conventional buses that permit communication among the components of the client device 110. The processor 220 may include any type of conventional processor or microprocessor that interprets and executes instructions. The main memory 230 may include a random access memory (RAM) or another type of dynamic storage device that stores information and instructions for execution by the processor 220. The ROM 240 may include a conventional ROM device or another type of static storage device that stores static information and instructions for use by the processor 220. The storage device 250 may include a magnetic and/or optical recording medium and its corresponding drive.
  • The input device 260 may include one or more conventional mechanisms that permit a user to input information to the client device 110, such as a keyboard, a mouse, a pen, voice recognition and/or biometric mechanisms, etc. The output device 270 may include one or more conventional mechanisms that output information to the user, including a display, a printer, a speaker, etc. The communication interface 280 may include any transceiver-like mechanism that enables the client device 110 to communicate with other devices and/or systems. For example, the communication interface 280 may include mechanisms for communicating with another device or system via a network, such as network 140.
  • As will be described in detail below, the client devices 110, consistent with the present invention, perform certain searching-related operations. The client devices 110 may perform these operations in response to processor 220 executing software instructions contained in a computer-readable medium, such as memory 230. A computer-readable medium may be defined as one or more memory devices and/or carrier waves. The software instructions may be read into memory 230 from another computer-readable medium, such as the data storage device 250, or from another device via the communication interface 280. The software instructions contained in memory 230 causes processor 220 to perform search-related activities described below. Alternatively, hardwired circuitry may be used in place of or in combination with software instructions to implement processes consistent with the present invention. Thus, the present invention is not limited to any specific combination of hardware circuitry and software.
  • The servers 120 and 130 may include one or more types of computer systems, such as a mainframe, minicomputer, or personal computer, capable of connecting to the network 140 to enable servers 120 and 130 to communicate with the client devices 110. In alternative implementations, the servers 120 and 130 may include mechanisms for directly connecting to one or more client devices 110. The servers 120 and 130 may transmit data over network 140 or receive data from the network 140 via a wired, wireless, or optical connection.
  • The servers may be configured in a manner similar to that described above in reference to FIG. 2 for client device 110. In an implementation consistent with the present invention, the server 120 may include a search engine 125 usable by the client devices 110. The servers 130 may store documents (or web pages) accessible by the client devices 110.
  • C. Architectural Operation
  • FIG. 3 illustrates a diagram depicting three documents, which may be stored for example on one of the servers 130.
  • A first document (Document 1) contains two entries—“car repair” and “car rental”—and is numbered “3” at its bottom. A second document (Document 2) contains the entry “video rental”. A third document (Document 3) contains three entries—“wine”, “champagne”, and “bar items”—and includes a link (or reference) to Document 2.
  • For the sake of illustrative simplicity, the documents shown in FIG. 3 only contain alphanumeric strings of information (e.g., “car”, “repair”, “wine”, etc.). Those skilled in the art will recognize, however, that in other situations the documents could contain other types of information, such as phonetic, or audiovisual information.
  • FIG. 4 a illustrates a conventional alphanumeric index, based on the documents shown in FIG. 3. The first column of the index contains a list of alphanumeric terms, and the second column contains a list of the documents corresponding to those terms. Some terms, such as the alphanumeric term “3”, only correspond to (e.g., appear in) one document—in this case Document 1. Other terms, such as “rental”, correspond to multiple documents—in this case Documents 1 and 2.
  • FIG. 4 b illustrates how a conventional search engine, such as search engine 125, would use the index illustrated in FIG. 4 a to provide search results in response to an alphanumeric search query. The alphanumeric query may be generated using any conventional technique. For purposes of illustration, consider two alphanumeric queries: “car” and “wine”. Under a conventional approach, search engine 125 receives an alphanumeric query, such as “car” (stage 410), and uses the alphanumeric index to determine which documents correspond to that query (stage 420). In this example, a conventional search engine 125 would use the index illustrated in FIG. 4 a to determine that “car” corresponds to Document 1 and would return Document 1 (or a reference to it) to the user as a search result. Similarly, a conventional search engine would determine that “wine” corresponds to Document 3 and would return Document 3 (or a reference to it) to the user (stage 430).
  • FIG. 5 a illustrates a flow diagram, consistent with the invention, of a preferred technique for providing search results in response to a numeric search query, based on the documents and index shown in FIGS. 3 and 4 a, respectively. For the sake of illustrative ease, FIG. 5 a describes a particular technique for processing a numeric query based on the mapping of a standard telephone handset; but those skilled in the art will recognize that other techniques consistent with the invention may be used.
  • At stage 510, a sequence “227” (consisting of numeric components “2”, “2”, and “7”) is received from a user. At stage 520, information is obtained about how the numeric components map to letters. Assuming that the user entered the information from a standard telephone keypad, this mapping information is shown in FIG. 5 b. As shown in FIG. 5 b, the letters “a”, “b”, and “c” each map to the number “1”, the letters “p”, “q”, “r”, and “s” each map to the number “7”, and so forth.
  • At stage 530, using this mapping information, the sequence “227” is translated into its potential alphanumeric equivalents. Based on the information shown in FIG. 5 b, there exist 36 possible combinations of letters that correspond to the sequence “227”, including the following: aap, bap, cap, abp, bbp, . . . bar . . . car . . . ccs. If numbers are included in the possible combinations (e.g., “aa7”), there would exist 80 possible combinations. Rather than generating all possible alphanumeric equivalents, it may be desirable to limit the generated equivalents based on some lexicon. For example, it may be desirable to generate only those alphanumeric equivalents that appear in a dictionary, search engine log of previous search queries, etc.; or to otherwise limit the alphanumeric equivalents by using known statistical techniques (e.g., the probability of certain words appearing together).
  • At stage 540, these alphanumeric equivalents are provided as an input to a conventional search engine, such as that described in reference to FIGS. 4 a and 4 b, using a logical “OR” operation. For example, the search query provided to the search engine could be “aap OR bap OR cap OR abp . . . OR bar . . . OR car”. Although all possible alphanumeric equivalents may be provided to the search engine, a subset may instead be used by using conventional techniques to eliminate equivalents that are unlikely to be intended. For example, one could generate a narrower list of possible combinations by using techniques that draw upon probabilistic information about the usage of letters or words: one could ignore combinations that begin with “qt” but include (and favor) combinations that begin with “qu.”
  • At stage 550, search results are obtained from the search engine. Because terms such as “aap” and “abp” do not appear in the search engine's index, they are effectively ignored. Indeed, the only terms contained within the index shown in FIG. 4 b are “car” and “bar”, and so the only search results returned are those that reference Documents 1 and 3. At stage 560, these search results are presented to the user. The search results may be presented in the same order provided by the search engine, or may be reordered based on considerations such as the language of the user. Assuming that the user was only interested in documents containing the term “bar”, the user would receive an undesired result (Document 3) in addition to the desired result (Document 1). This may be an acceptable price to pay, however, for the benefit of the user only having to press three keys to formulate the search query.
  • FIG. 6 illustrates another flow diagram, consistent with the invention, of a preferred technique for providing search results in response to a numeric search query, based on the documents and index shown in FIGS. 3 and 4 a, respectively. This flow diagram demonstrates how increasing the size of the received sequence can help limit search results to those desired by the user. For the sake of illustrative ease, FIG. 6 again describes a particular technique for processing a numeric query based on the mapping of a standard telephone handset; but those skilled in the art will recognize that other techniques consistent with the invention may be used.
  • At stage 610, a sequence “227 48367” (consisting of numeric components “2”, “2”, “7”, “4”, “8”, “3”, “6”, “7”) is received from a user. For the sake of explanation, the sequence “227” will be called a “number word” and the entire sequence “227 48367” will be called a “number phrase.” The possible alphanumeric equivalents of a number word will be called “letter words” and the possible alphanumeric equivalents of a number phrase will be called “letter phrases.”
  • At stage 620, information is obtained about how the numeric components map to letters. Assuming the same mapping information is used as shown in FIG. 5 b, at stage 630, the number phrase “227 48367” is translated into potentially corresponding letter phrases. Based on the information shown in FIG. 5 b, there exist 11664 possible letter phrases that correspond to the sequence “227 48367”.
  • At stage 640, these letter phrases are provided as an input to a conventional search engine, such as that described in reference to FIGS. 4 a and 4 b, using a logical “OR” operation. For example, the search query provided to the search engine could be “‘aap gtdmp’ OR ‘aap htdmp’ . . . OR ‘bar items’ . . . OR ‘car items’”. Although all possible letter phrases may be provided to the search engine, a subset may instead be used by employing conventional techniques to eliminate letter phrases that are unlikely to be intended.
  • At stage 650, search results are obtained from the search engine. Because many search engines are designed to rank highly those documents that contain the exact phrase sought, Document 3 would likely be the highest ranked search result (i.e., because it contains the exact phrase “bar items”). No other document in the example contains one of the other letter phrases generated at stage 620. Furthermore, many search engines downweight (or eliminate) search results that contain individual parts of a phrase but not the entire phrase. For example, Document 1 would be downweighted or eliminated because it contains the letter word “car”, which corresponds to the first part of the letter phrase, but it does not contain any letter word that corresponds to the second part of the letter phrase. Finally, letter phrases such as “aap htdmp” are effectively ignored because they contain no letter words that appear in the search engine's index.
  • At stage 660, the search results are presented to the user. In the example shown, the first result shown to the user would be Document 3, which is likely most relevant to the user's query. Document 1 may be eliminated altogether, because it does not contain one of the possible letter phrases. In this manner, the user is provided with the most relevant search results.
  • Although the descriptions above in reference to FIGS. 5 and 6 are made in reference to receiving numeric information and mapping it to alphanumeric information, those skilled in the art will recognize that other implementations are possible consistent with the invention. For example, instead of receiving a sequence of numbers corresponding to the keys pressed by a user, the received sequence may consist of the first letters corresponding to the keys pressed by the user. In other words, instead of receiving “227”, the received sequence may be “aap”. Consistent with the invention, the equivalents letter sequences generated in stages 530 or 630 could then be other letter sequences (e.g., “bar”) that correspond to “aap.” Indeed, the received sequence may contain phonetic, audiovisual, or any other type of information components.
  • Regardless of the form in which the sequence is received, it is generally preferred that the received sequence be translated into a sequence that corresponds to the format in which information is stored in the search engine's index. For example, if the search engine's index is stored in alphanumeric format, the received sequence should be translated into alphanumeric sequences.
  • Furthermore, it is generally preferred that the mapping technique that is used to translate the received sequence of information components be the same technique that is employed at the user's device to map the user's input to the information generated by the device. There may, however, be instances where it is preferable to use a different mapping technique than is used for user input.
  • D. Conclusion
  • As described in detail above, methods and apparatus consistent with the invention provide search results in response to an ambiguous search query. The foregoing description of an implementation of the invention has been presented for purposes of illustration and description. Modifications and variations are possible in light of the above teachings or may be acquired from practicing the invention.
  • For example, although the foregoing description is based on a client-server architecture, but those skilled in the art will recognize that a peer-to-peer architecture may be used consistent with the invention. Moreover, although the described implementation includes software, the invention may be implemented as a combination of hardware and software or in hardware alone. Additionally, although aspects of the present invention are described as being stored in memory, one skilled in the art will appreciate that these aspects can also be stored on other types of computer-readable media, such as secondary storage devices, like hard disks, floppy disks, or CD-ROM; a carrier wave from the Internet; or other forms of RAM or ROM. The scope of the invention is therefore defined by the claims and their equivalents.

Claims (29)

1. A computer-implemented method of providing search results in response to an ambiguous search query, the ambiguous search query including a sequence of ambiguous information components, the computer-implemented method comprising:
receiving a sequence of ambiguous information components from a user;
obtaining mapping information that maps the ambiguous information components to less ambiguous information components;
using the mapping information to convert the sequence of ambiguous information components into at least two corresponding sequences of less ambiguous information components;
providing the at least two sequences of less ambiguous information, each of the sequences effectively being joined by a logical “OR” operation request, as an input to a search engine;
obtaining search results from the search engine; and
presenting the search results to the user.
2. The computer-implemented method of claim 1, wherein the mapping information is based on the configuration of a standard telephone keypad.
3. The computer-implemented method of claim 1, wherein the ambiguous information components comprise numbers and the less ambiguous information components comprise letters.
4. The computer-implemented method of claim 1, wherein each of the ambiguous information components comprise a single press of a key and the less ambiguous information comprises letters that correspond to the key.
5. The computer-implemented method of claim 1, wherein the ambiguous information components comprise phonemes.
6. The computer-implemented method of claim 5, wherein the less ambiguous information components comprise alphanumeric information.
7. The computer-implemented method of claim 1, wherein the ambiguous information components comprise visual information.
8. The computer-implemented method of claim 1, wherein the act of using comprises using the mapping information in combination with a lexicon to convert the sequence of ambiguous information components into one or more corresponding sequences of less ambiguous information components.
9. The computer-implemented method of claim 8, wherein the lexicon is a dictionary.
10. The computer-implemented method of claim 8, wherein the lexicon is a list of sequences of less ambiguous information components that previously have been processed by the search engine as search queries.
11. The computer-implemented method of claim 1, wherein the act of providing comprises:
determining a subset of the converted sequences of less ambiguous information components; and
providing the subset of converted sequences of less ambiguous information components as an input to a search engine.
12. The computer-implemented method of claim 11, wherein the act of determining comprises comparing the converted sequences of less ambiguous information components against a lexicon.
13. The computer-implemented method of claim 11, wherein the act of determining comprises using statistical information about the co-occurrence of the less ambiguous information components within the sequence.
14. The computer-implemented method of claim 1 wherein the act of using the mapping information to convert the sequence of ambiguous information components into one or more corresponding sequences of less ambiguous information components uses the mapping information to directly convert the sequence of ambiguous information components into one or more corresponding sequences of less ambiguous information components.
15. The computer-implemented method of claim 1 wherein the ambiguous information components are more ambiguous than the less ambiguous information components due to a limited capability of a user input device.
16. The computer-implemented method of claim 1 further comprising looking up search results using an index including entries, at least one entry including a sequence of less ambiguous information components mapped to a set of one or more items.
17. A computer-implemented method of providing search results in response to an ambiguous search query, the ambiguous search query including a sequence of ambiguous information components, the computer-implemented method comprising:
receiving a sequence of ambiguous information components from a user;
obtaining mapping information that maps the ambiguous information components to less ambiguous information components;
using the mapping information to convert the sequence of ambiguous information components into a plurality of corresponding sequences of less ambiguous information components;
determining a subset of the plurality of sequences of less ambiguous information components by comparing the plurality of sequences of less ambiguous information components with terms used in past search queries stored in a search query log;
providing the subset of sequences of less ambiguous information components as an input to a search engine;
obtaining search results from the search engine; and
presenting the search results to the user.
18. A computer-implemented method of providing search results in response to an ambiguous search query, comprising:
receiving a sequence of information components from a user, each information component corresponding to a key press;
obtaining mapping information that maps each of the key press information components to a plurality of other information components, each corresponding to the same key press;
using the mapping information to determine, from the sequence of key press information components, other sequences of information components by converting each key press information component to each of the other information components that correspond to the key press component;
providing one or more of the received sequence and the other sequences as a search query input to a search engine;
obtaining search results from the search engine; and
presenting the search results to the user,
wherein the search results include references to Web page documents.
19. The computer-implemented method of claim 18, wherein the mapping information is based on the configuration of a standard telephone keypad.
20. The computer-implemented method of claim 19, wherein the received information components comprise numbers and the other information components comprise letters.
21. The computer-implemented method of claim 19, wherein both the received and other information components comprise letters.
22. The computer-implemented method of claim 18, wherein the act of providing comprises providing at least two sequences to the search engine using a logical “OR” operations.
23. A computer-implemented method of providing search results to a user in response to an ambiguous search query, comprising:
receiving at least two number words constituting a number phrase;
converting each number word into one or more letter words, based on mapping information, to generate a plurality of letter phrases, each of the letter phrases corresponding to the number phrase;
forming a search query to a search engine wherein the search query includes at least one of the letter phrases;
obtaining search results from the search engine in response to the search query; and
providing the search results to a user,
wherein the search results include references to Web page documents.
24. The computer-implemented method of claim 23, wherein the providing step comprises providing at least two of the letter phrases, each of the letter phrases being effectively joined by a logical “OR” operation request, as a search query to a search engine
25. The computer-implemented method of claim 23, wherein the mapping information is based on a standard telephone keypad.
26. The computer-implemented method of claim 23 wherein the search results provided to the user have been ranked such that search results corresponding to documents that include an exact match of at least one of the letter phrases are provided higher than search results corresponding to documents that do not include an exact match of any of the letter phrases.
27. The computer-implemented method of claim 23 wherein the search results exclude search results corresponding to documents that do not include an exact match of any of the letter phrases.
28. An apparatus for providing search results in response to an ambiguous search query, the ambiguous search query including a sequence of ambiguous information components, comprising:
at least one memory having program instructions; and
at least one processor configured to execute the program instructions to perform the operations of:
receiving a sequence of ambiguous information components from a user;
obtaining mapping information that maps the ambiguous information components to less ambiguous information components;
using the mapping information to convert the sequence of ambiguous information components into at least two corresponding sequences of less ambiguous information components;
providing the at least two sequences of less ambiguous information, each of the sequences effectively being joined by a logical “OR” operation request, as an input to a search engine;
obtaining search results from the search engine; and
presenting the search results to the user.
29. A computer-implemented method of providing search results in response to an ambiguous search query, the ambiguous search query including a sequence of ambiguous information components, the computer-implemented method comprising:
receiving a sequence of ambiguous information components from a user associated with a language;
obtaining mapping information that maps the ambiguous information components to less ambiguous information components;
using the mapping information to convert the sequence of ambiguous information components into one or more corresponding sequences of less ambiguous information components;
providing one or more of the sequences of less ambiguous information as an input to a search engine;
obtaining search results from the search engine;
reordering the obtained search results using the language of the user; and
presenting the reordered search results to the user,
wherein the search results include references to Web page documents.
US11/526,385 2000-07-06 2006-09-25 Methods and apparatus for providing search results in response to an ambiguous search query Abandoned US20070022101A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/526,385 US20070022101A1 (en) 2000-07-06 2006-09-25 Methods and apparatus for providing search results in response to an ambiguous search query

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US21653000P 2000-07-06 2000-07-06
US09/748,431 US7136854B2 (en) 2000-07-06 2000-12-26 Methods and apparatus for providing search results in response to an ambiguous search query
US11/526,385 US20070022101A1 (en) 2000-07-06 2006-09-25 Methods and apparatus for providing search results in response to an ambiguous search query

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/748,431 Continuation US7136854B2 (en) 2000-07-06 2000-12-26 Methods and apparatus for providing search results in response to an ambiguous search query

Publications (1)

Publication Number Publication Date
US20070022101A1 true US20070022101A1 (en) 2007-01-25

Family

ID=26911081

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/748,431 Expired - Lifetime US7136854B2 (en) 2000-07-06 2000-12-26 Methods and apparatus for providing search results in response to an ambiguous search query
US11/526,385 Abandoned US20070022101A1 (en) 2000-07-06 2006-09-25 Methods and apparatus for providing search results in response to an ambiguous search query

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/748,431 Expired - Lifetime US7136854B2 (en) 2000-07-06 2000-12-26 Methods and apparatus for providing search results in response to an ambiguous search query

Country Status (1)

Country Link
US (2) US7136854B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060195421A1 (en) * 2005-02-25 2006-08-31 International Business Machines Corporation System and method of generating string-based search expressions using templates
US20090198679A1 (en) * 2007-12-31 2009-08-06 Qiang Lu Systems, methods and software for evaluating user queries
US9871813B2 (en) 2014-10-31 2018-01-16 Yandex Europe Ag Method of and system for processing an unauthorized user access to a resource
US9900318B2 (en) 2014-10-31 2018-02-20 Yandex Europe Ag Method of and system for processing an unauthorized user access to a resource
US11860946B2 (en) 2022-01-11 2024-01-02 Kyndryl, Inc. Autonomous webpage content summation

Families Citing this family (136)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8271316B2 (en) 1999-12-17 2012-09-18 Buzzmetrics Ltd Consumer to business data capturing system
US20010049707A1 (en) 2000-02-29 2001-12-06 Tran Bao Q. Systems and methods for generating intellectual property
US8706747B2 (en) * 2000-07-06 2014-04-22 Google Inc. Systems and methods for searching using queries written in a different character-set and/or language from the target pages
US8200485B1 (en) 2000-08-29 2012-06-12 A9.Com, Inc. Voice interface and methods for improving recognition accuracy of voice search queries
US7197470B1 (en) 2000-10-11 2007-03-27 Buzzmetrics, Ltd. System and method for collection analysis of electronic discussion methods
WO2002037220A2 (en) * 2000-10-31 2002-05-10 Contextweb Internet contextual communication system
US7027987B1 (en) 2001-02-07 2006-04-11 Google Inc. Voice interface for a search engine
US7136845B2 (en) * 2001-07-12 2006-11-14 Microsoft Corporation System and method for query refinement to enable improved searching based on identifying and utilizing popular concepts related to users' queries
US7296019B1 (en) 2001-10-23 2007-11-13 Microsoft Corporation System and methods for providing runtime spelling analysis and correction
US6978264B2 (en) 2002-01-03 2005-12-20 Microsoft Corporation System and method for performing a search and a browse on a query
US7853719B1 (en) 2002-02-11 2010-12-14 Microsoft Corporation Systems and methods for providing runtime universal resource locator (URL) analysis and correction
US7035845B2 (en) * 2002-05-15 2006-04-25 Microsoft Corporation Generic proxy for representing search engine partner
US7720828B2 (en) * 2004-06-29 2010-05-18 Blake Bookstaff Method and system for automated intelligent electronic advertising
US7487185B2 (en) 2003-02-24 2009-02-03 Microsoft Corporation Technique for changing views of web content
US7380204B2 (en) * 2003-02-24 2008-05-27 Microsoft Corporation Infrastructure for generating web content
US8055669B1 (en) * 2003-03-03 2011-11-08 Google Inc. Search queries improved based on query semantic information
US7729913B1 (en) * 2003-03-18 2010-06-01 A9.Com, Inc. Generation and selection of voice recognition grammars for conducting database searches
US20060047579A1 (en) * 2003-03-26 2006-03-02 Scott Dresden Acquisition and tracking tools in e-commerce advertising channels for telephonic sales markets
US20060190385A1 (en) * 2003-03-26 2006-08-24 Scott Dresden Dynamic bidding, acquisition and tracking of e-commerce procurement channels for advertising and promotional spaces on wireless electronic devices
FR2859341A1 (en) * 2003-08-27 2005-03-04 Thomson Licensing Sa METHOD FOR CONTROLLING EQUIPMENT CONNECTED TO A HETEROGENEOUS NETWORK AND APPARATUS IMPLEMENTING THE METHOD
US7454417B2 (en) * 2003-09-12 2008-11-18 Google Inc. Methods and systems for improving a search ranking using population information
US7505964B2 (en) * 2003-09-12 2009-03-17 Google Inc. Methods and systems for improving a search ranking using related queries
US8166039B1 (en) * 2003-11-17 2012-04-24 The Board Of Trustees Of The Leland Stanford Junior University System and method for encoding document ranking vectors
US8521725B1 (en) 2003-12-03 2013-08-27 Google Inc. Systems and methods for improved searching
US7937340B2 (en) * 2003-12-03 2011-05-03 Microsoft Corporation Automated satisfaction measurement for web search
US8676790B1 (en) 2003-12-05 2014-03-18 Google Inc. Methods and systems for improving search rankings using advertising data
US7302645B1 (en) 2003-12-10 2007-11-27 Google Inc. Methods and systems for identifying manipulated articles
US7333985B2 (en) * 2003-12-15 2008-02-19 Microsoft Corporation Dynamic content clustering
US20050131872A1 (en) * 2003-12-16 2005-06-16 Microsoft Corporation Query recognizer
US7249319B1 (en) 2003-12-22 2007-07-24 Microsoft Corporation Smartly formatted print in toolbar
US7523109B2 (en) * 2003-12-24 2009-04-21 Microsoft Corporation Dynamic grouping of content including captive data
US7890526B1 (en) 2003-12-30 2011-02-15 Microsoft Corporation Incremental query refinement
US7676553B1 (en) 2003-12-31 2010-03-09 Microsoft Corporation Incremental web crawler using chunks
US7953631B1 (en) 2003-12-31 2011-05-31 Microsoft Corporation Paid inclusion listing enhancement
US7502773B1 (en) 2003-12-31 2009-03-10 Microsoft Corporation System and method facilitating page indexing employing reference information
US7516118B1 (en) 2003-12-31 2009-04-07 Google Inc. Methods and systems for assisted network browsing
US20050154717A1 (en) * 2004-01-09 2005-07-14 Microsoft Corporation System and method for optimizing paid listing yield
US7444327B2 (en) 2004-01-09 2008-10-28 Microsoft Corporation System and method for automated optimization of search result relevance
US8341017B2 (en) * 2004-01-09 2012-12-25 Microsoft Corporation System and method for optimizing search result listings
US8375048B1 (en) 2004-01-20 2013-02-12 Microsoft Corporation Query augmentation
US20050165750A1 (en) * 2004-01-20 2005-07-28 Microsoft Corporation Infrequent word index for document indexes
US8010459B2 (en) 2004-01-21 2011-08-30 Google Inc. Methods and systems for rating associated members in a social network
US8015119B2 (en) 2004-01-21 2011-09-06 Google Inc. Methods and systems for the display and navigation of a social network
US7680770B1 (en) 2004-01-21 2010-03-16 Google Inc. Automatic generation and recommendation of communities in a social network
US7293016B1 (en) 2004-01-22 2007-11-06 Microsoft Corporation Index partitioning based on document relevance for document indexes
US7472113B1 (en) 2004-01-26 2008-12-30 Microsoft Corporation Query preprocessing and pipelining
US7554544B2 (en) * 2004-03-16 2009-06-30 Microsoft Corporation Just-in-time user interface layout
US7725414B2 (en) 2004-03-16 2010-05-25 Buzzmetrics, Ltd An Israel Corporation Method for developing a classifier for classifying communications
US7925657B1 (en) 2004-03-17 2011-04-12 Google Inc. Methods and systems for adjusting a scoring measure based on query breadth
US20050210008A1 (en) * 2004-03-18 2005-09-22 Bao Tran Systems and methods for analyzing documents over a network
US20050210009A1 (en) * 2004-03-18 2005-09-22 Bao Tran Systems and methods for intellectual property management
US7590619B2 (en) * 2004-03-22 2009-09-15 Microsoft Corporation Search system using user behavior data
US7840547B1 (en) 2004-03-31 2010-11-23 Google Inc. Methods and systems for efficient query rewriting
US7349901B2 (en) 2004-05-21 2008-03-25 Microsoft Corporation Search engine spam detection using external data
US20050267820A1 (en) * 2004-06-01 2005-12-01 Zhiliang Zheng System, method and computer program product for finding customer orientated advertisements
US20050267809A1 (en) * 2004-06-01 2005-12-01 Zhiliang Zheng System, method and computer program product for presenting advertising alerts to a user
US20050267810A1 (en) * 2004-06-01 2005-12-01 Zhiliang Zheng System, method and computer program product for organizing items for presentment to a user
US20060041478A1 (en) * 2004-06-01 2006-02-23 Zhiliang Zheng Universal network market system
US7827176B2 (en) 2004-06-30 2010-11-02 Google Inc. Methods and systems for endorsing local search results
US8005716B1 (en) 2004-06-30 2011-08-23 Google Inc. Methods and systems for establishing a keyword utilizing path navigation information
US7266548B2 (en) * 2004-06-30 2007-09-04 Microsoft Corporation Automated taxonomy generation
US8825639B2 (en) 2004-06-30 2014-09-02 Google Inc. Endorsing search results
US7293017B2 (en) 2004-07-01 2007-11-06 Microsoft Corporation Presentation-level content filtering for a search result
US7428530B2 (en) 2004-07-01 2008-09-23 Microsoft Corporation Dispersing search engine results by using page category information
US7363296B1 (en) 2004-07-01 2008-04-22 Microsoft Corporation Generating a subindex with relevant attributes to improve querying
US20060041476A1 (en) * 2004-08-17 2006-02-23 Zhiliang Zheng System and method for providing an expert platform
US7996208B2 (en) 2004-09-30 2011-08-09 Google Inc. Methods and systems for selecting a language for text segmentation
US8051096B1 (en) 2004-09-30 2011-11-01 Google Inc. Methods and systems for augmenting a token lexicon
US7523085B2 (en) 2004-09-30 2009-04-21 Buzzmetrics, Ltd An Israel Corporation Topical sentiments in electronically stored communications
US7680648B2 (en) * 2004-09-30 2010-03-16 Google Inc. Methods and systems for improving text segmentation
US7895218B2 (en) 2004-11-09 2011-02-22 Veveo, Inc. Method and system for performing searches for television content using reduced text input
US20060101499A1 (en) * 2004-11-09 2006-05-11 Veveo, Inc. Method and system for secure sharing, gifting, and purchasing of content on television and mobile devices
US8843536B1 (en) 2004-12-31 2014-09-23 Google Inc. Methods and systems for providing relevant advertisements or other content for inactive uniform resource locators using search queries
US20110055188A1 (en) * 2009-08-31 2011-03-03 Seaton Gras Construction of boolean search strings for semantic search
US9158855B2 (en) 2005-06-16 2015-10-13 Buzzmetrics, Ltd Extracting structured data from weblogs
US8122034B2 (en) 2005-06-30 2012-02-21 Veveo, Inc. Method and system for incremental search with reduced text entry where the relevance of results is a dynamically computed function of user input search string character count
CN101253526B (en) 2005-08-11 2011-10-19 康塔网络公司 Method and system for placement and pricing of internet-based advertisements or services
WO2007025119A2 (en) * 2005-08-26 2007-03-01 Veveo, Inc. User interface for visual cooperation between text input and display device
US7779011B2 (en) 2005-08-26 2010-08-17 Veveo, Inc. Method and system for dynamically processing ambiguous, reduced text search queries and highlighting results thereof
US7788266B2 (en) 2005-08-26 2010-08-31 Veveo, Inc. Method and system for processing ambiguous, multi-term search queries
US20070088681A1 (en) * 2005-10-17 2007-04-19 Veveo, Inc. Method and system for offsetting network latencies during incremental searching using local caching and predictive fetching of results from a remote server
US7647228B2 (en) * 2005-11-03 2010-01-12 Apptera, Inc. Method and apparatus for speech processing incorporating user intent
US20080249775A1 (en) * 2005-11-03 2008-10-09 Leo Chiu Information exchange system and method
US7644054B2 (en) 2005-11-23 2010-01-05 Veveo, Inc. System and method for finding desired results by incremental search using an ambiguous keypad with the input containing orthographic and typographic errors
US8117196B2 (en) 2006-01-23 2012-02-14 Chacha Search, Inc. Search tool providing optional use of human search guides
US20070260703A1 (en) * 2006-01-27 2007-11-08 Sankar Ardhanari Methods and systems for transmission of subsequences of incremental query actions and selection of content items based on later received subsequences
US7774341B2 (en) 2006-03-06 2010-08-10 Veveo, Inc. Methods and systems for selecting and presenting content based on dynamically identifying microgenres associated with the content
US8073860B2 (en) 2006-03-30 2011-12-06 Veveo, Inc. Method and system for incrementally selecting and providing relevant search engines in response to a user query
US20070244862A1 (en) * 2006-04-13 2007-10-18 Randy Adams Systems and methods for ranking vertical domains
US20070244863A1 (en) * 2006-04-13 2007-10-18 Randy Adams Systems and methods for performing searches within vertical domains
EP4209927A1 (en) * 2006-04-20 2023-07-12 Veveo, Inc. User interface methods and systems for selecting and presenting content based on user navigation and selection actions associated with the content
US8255383B2 (en) * 2006-07-14 2012-08-28 Chacha Search, Inc Method and system for qualifying keywords in query strings
US8024308B2 (en) * 2006-08-07 2011-09-20 Chacha Search, Inc Electronic previous search results log
US7536384B2 (en) 2006-09-14 2009-05-19 Veveo, Inc. Methods and systems for dynamically rearranging search results into hierarchically organized concept clusters
US7660783B2 (en) 2006-09-27 2010-02-09 Buzzmetrics, Inc. System and method of ad-hoc analysis of data
WO2008045690A2 (en) * 2006-10-06 2008-04-17 Veveo, Inc. Linear character selection display interface for ambiguous text input
US8661029B1 (en) 2006-11-02 2014-02-25 Google Inc. Modifying search result ranking based on implicit user feedback
US8078884B2 (en) 2006-11-13 2011-12-13 Veveo, Inc. Method of and system for selecting and presenting content based on user identification
US7958104B2 (en) 2007-03-08 2011-06-07 O'donnell Shawn C Context based data searching
US8938463B1 (en) 2007-03-12 2015-01-20 Google Inc. Modifying search result ranking based on implicit user feedback and a model of presentation bias
US20080228719A1 (en) * 2007-03-13 2008-09-18 Fatdoor, Inc. People and business search result optimization
US8694374B1 (en) 2007-03-14 2014-04-08 Google Inc. Detecting click spam
US9092510B1 (en) 2007-04-30 2015-07-28 Google Inc. Modifying search result ranking based on a temporal element of user feedback
WO2008148009A1 (en) 2007-05-25 2008-12-04 Veveo, Inc. Method and system for unified searching across and within multiple documents
WO2008148012A1 (en) 2007-05-25 2008-12-04 Veveo, Inc. System and method for text disambiguation and context designation in incremental search
US8239461B2 (en) 2007-06-28 2012-08-07 Chacha Search, Inc. Method and system for accessing search services via messaging services
US8694511B1 (en) 2007-08-20 2014-04-08 Google Inc. Modifying search result ranking based on populations
US8909655B1 (en) 2007-10-11 2014-12-09 Google Inc. Time based ranking
US8380731B2 (en) * 2007-12-13 2013-02-19 The Boeing Company Methods and apparatus using sets of semantically similar words for text classification
US8347326B2 (en) 2007-12-18 2013-01-01 The Nielsen Company (US) Identifying key media events and modeling causal relationships between key events and reported feelings
US8346791B1 (en) 2008-05-16 2013-01-01 Google Inc. Search augmentation
US8171031B2 (en) * 2008-06-27 2012-05-01 Microsoft Corporation Index optimization for ranking using a linear model
US8161036B2 (en) * 2008-06-27 2012-04-17 Microsoft Corporation Index optimization for ranking using a linear model
US8631007B1 (en) 2008-12-09 2014-01-14 Google Inc. Disambiguating keywords and other query terms used to select sponsored content
US8396865B1 (en) 2008-12-10 2013-03-12 Google Inc. Sharing search engine relevance data between corpora
US8140564B2 (en) * 2008-12-16 2012-03-20 Sap Ag Generating search and select tables
US9009146B1 (en) 2009-04-08 2015-04-14 Google Inc. Ranking search results based on similar queries
US8447760B1 (en) 2009-07-20 2013-05-21 Google Inc. Generating a related set of documents for an initial set of documents
US8498974B1 (en) 2009-08-31 2013-07-30 Google Inc. Refining search results
US9166714B2 (en) 2009-09-11 2015-10-20 Veveo, Inc. Method of and system for presenting enriched video viewing analytics
US8972391B1 (en) 2009-10-02 2015-03-03 Google Inc. Recent interest based relevance scoring
US8874555B1 (en) 2009-11-20 2014-10-28 Google Inc. Modifying scoring data based on historical changes
US8615514B1 (en) 2010-02-03 2013-12-24 Google Inc. Evaluating website properties by partitioning user feedback
US20110191332A1 (en) 2010-02-04 2011-08-04 Veveo, Inc. Method of and System for Updating Locally Cached Content Descriptor Information
US8924379B1 (en) 2010-03-05 2014-12-30 Google Inc. Temporal-based score adjustments
US8959093B1 (en) 2010-03-15 2015-02-17 Google Inc. Ranking search results based on anchors
US8874727B2 (en) 2010-05-31 2014-10-28 The Nielsen Company (Us), Llc Methods, apparatus, and articles of manufacture to rank users in an online social network
US9623119B1 (en) 2010-06-29 2017-04-18 Google Inc. Accentuating search results
US8832083B1 (en) 2010-07-23 2014-09-09 Google Inc. Combining user feedback
US8577915B2 (en) 2010-09-10 2013-11-05 Veveo, Inc. Method of and system for conducting personalized federated search and presentation of results therefrom
US8346792B1 (en) 2010-11-09 2013-01-01 Google Inc. Query generation using structural similarity between documents
US9002867B1 (en) 2010-12-30 2015-04-07 Google Inc. Modifying ranking data based on document changes
US20140188773A1 (en) * 2012-12-29 2014-07-03 Anuthep Benja-Athon Empire of the Future
US9183499B1 (en) 2013-04-19 2015-11-10 Google Inc. Evaluating quality based on neighbor features
CN107016011B (en) 2015-09-11 2021-03-30 谷歌有限责任公司 Disambiguation of join paths for natural language queries
CN111897775A (en) * 2020-07-28 2020-11-06 厦门亿联网络技术股份有限公司 Embedded system translation method, device, equipment and readable storage medium

Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5337347A (en) * 1992-06-25 1994-08-09 International Business Machines Corporation Method and system for progressive database search termination and dynamic information presentation utilizing telephone keypad input
US5495608A (en) * 1990-02-27 1996-02-27 Oracle Corporation Dynamic index retrieval, bit mapping, and optimization of a single relation access
US5634134A (en) * 1991-06-19 1997-05-27 Hitachi, Ltd. Method and apparatus for determining character and character mode for multi-lingual keyboard based on input characters
US5701469A (en) * 1995-06-07 1997-12-23 Microsoft Corporation Method and system for generating accurate search results using a content-index
US6011554A (en) * 1995-07-26 2000-01-04 Tegic Communications, Inc. Reduced keyboard disambiguating system
US6070140A (en) * 1995-06-05 2000-05-30 Tran; Bao Q. Speech recognizer
US6226635B1 (en) * 1998-08-14 2001-05-01 Microsoft Corporation Layered query management
US6256630B1 (en) * 1994-10-03 2001-07-03 Phonetic Systems Ltd. Word-containing database accessing system for responding to ambiguous queries, including a dictionary of database words, a dictionary searcher and a database searcher
US20020019731A1 (en) * 2000-05-12 2002-02-14 Toshiyuki Masui Portable terminal, method for inputting the information, method and apparatus for dictionary retrieval and medium
US20020021311A1 (en) * 2000-08-14 2002-02-21 Approximatch Ltd. Data entry using a reduced keyboard
US20020038308A1 (en) * 1999-05-27 2002-03-28 Michael Cappi System and method for creating a virtual data warehouse
US6377961B1 (en) * 1998-01-23 2002-04-23 Samsung Electronics, Co., Ltd. Method for displaying internet search results
US20020059069A1 (en) * 2000-04-07 2002-05-16 Cheng Hsu Natural language interface
US20020087514A1 (en) * 1998-10-05 2002-07-04 Openwave Systems Inc. Method and apparatus for displaying a record from a structured database with minimum keystrokes
US6453315B1 (en) * 1999-09-22 2002-09-17 Applied Semantics, Inc. Meaning-based information organization and retrieval
US20020152203A1 (en) * 2001-02-07 2002-10-17 Christian Ostergaard Communication terminal having a predictive text editor application
US6484179B1 (en) * 1999-10-25 2002-11-19 Oracle Corporation Storing multidimensional data in a relational database management system
US20020184206A1 (en) * 1997-07-25 2002-12-05 Evans David A. Method for cross-linguistic document retrieval
US6529903B2 (en) * 2000-07-06 2003-03-04 Google, Inc. Methods and apparatus for using a modified index to provide search results in response to an ambiguous search query
US20030054830A1 (en) * 2001-09-04 2003-03-20 Zi Corporation Navigation system for mobile communication devices
US6542170B1 (en) * 1999-02-22 2003-04-01 Nokia Mobile Phones Limited Communication terminal having a predictive editor application
US20030078914A1 (en) * 2001-10-18 2003-04-24 Witbrock Michael J. Search results using editor feedback
US20030149686A1 (en) * 2002-02-01 2003-08-07 International Business Machines Corporation Method and system for searching a multi-lingual database
US6714905B1 (en) * 2000-05-02 2004-03-30 Iphrase.Com, Inc. Parsing ambiguous grammar
US20040261021A1 (en) * 2000-07-06 2004-12-23 Google Inc., A Delaware Corporation Systems and methods for searching using queries written in a different character-set and/or language from the target pages
US20050020270A1 (en) * 2003-02-06 2005-01-27 Adrian Buckley Apparatus, and associated method, for transposing short codes used to direct a call to a service center during operation of a mobile communication system
US20050060448A1 (en) * 2003-09-11 2005-03-17 Eatoni Ergonomics, Inc Efficient Method and Apparatus For Text Entry Based On Trigger Sequences
US20050071332A1 (en) * 1998-07-15 2005-03-31 Ortega Ruben Ernesto Search query processing to identify related search terms and to correct misspellings of search terms
US20050188330A1 (en) * 2004-02-20 2005-08-25 Griffin Jason T. Predictive text input system for a mobile communication device
US6947770B2 (en) * 2001-06-22 2005-09-20 Ericsson, Inc. Convenient dialing of names and numbers from a phone without alpha keypad
US6968179B1 (en) * 2000-07-27 2005-11-22 Microsoft Corporation Place specific buddy list services
US20050289141A1 (en) * 2004-06-25 2005-12-29 Shumeet Baluja Nonstandard text entry
US20060142997A1 (en) * 2002-12-27 2006-06-29 Per Jakobsen Predictive text entry and data compression method for a mobile communication terminal
US7120574B2 (en) * 2000-04-03 2006-10-10 Invention Machine Corporation Synonym extension of search queries with validation
US20060230350A1 (en) * 2004-06-25 2006-10-12 Google, Inc., A Delaware Corporation Nonstandard locality-based text entry
US7380724B2 (en) * 2002-07-01 2008-06-03 Sony Ericsson Mobile Communications Ab Entering text into an electronic communication device
US20100093404A1 (en) * 2008-10-13 2010-04-15 Samsung Electronics Co., Ltd. Portable terminal with qwerty keypad and method for processing phone numbers in the portable terminal

Patent Citations (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5495608A (en) * 1990-02-27 1996-02-27 Oracle Corporation Dynamic index retrieval, bit mapping, and optimization of a single relation access
US5634134A (en) * 1991-06-19 1997-05-27 Hitachi, Ltd. Method and apparatus for determining character and character mode for multi-lingual keyboard based on input characters
US5337347A (en) * 1992-06-25 1994-08-09 International Business Machines Corporation Method and system for progressive database search termination and dynamic information presentation utilizing telephone keypad input
US6256630B1 (en) * 1994-10-03 2001-07-03 Phonetic Systems Ltd. Word-containing database accessing system for responding to ambiguous queries, including a dictionary of database words, a dictionary searcher and a database searcher
US6070140A (en) * 1995-06-05 2000-05-30 Tran; Bao Q. Speech recognizer
US5701469A (en) * 1995-06-07 1997-12-23 Microsoft Corporation Method and system for generating accurate search results using a content-index
US6011554A (en) * 1995-07-26 2000-01-04 Tegic Communications, Inc. Reduced keyboard disambiguating system
US6307549B1 (en) * 1995-07-26 2001-10-23 Tegic Communications, Inc. Reduced keyboard disambiguating system
US20020184206A1 (en) * 1997-07-25 2002-12-05 Evans David A. Method for cross-linguistic document retrieval
US6377961B1 (en) * 1998-01-23 2002-04-23 Samsung Electronics, Co., Ltd. Method for displaying internet search results
US20050071332A1 (en) * 1998-07-15 2005-03-31 Ortega Ruben Ernesto Search query processing to identify related search terms and to correct misspellings of search terms
US6226635B1 (en) * 1998-08-14 2001-05-01 Microsoft Corporation Layered query management
US20020087514A1 (en) * 1998-10-05 2002-07-04 Openwave Systems Inc. Method and apparatus for displaying a record from a structured database with minimum keystrokes
US6542170B1 (en) * 1999-02-22 2003-04-01 Nokia Mobile Phones Limited Communication terminal having a predictive editor application
US20020038308A1 (en) * 1999-05-27 2002-03-28 Michael Cappi System and method for creating a virtual data warehouse
US6453315B1 (en) * 1999-09-22 2002-09-17 Applied Semantics, Inc. Meaning-based information organization and retrieval
US6484179B1 (en) * 1999-10-25 2002-11-19 Oracle Corporation Storing multidimensional data in a relational database management system
US7120574B2 (en) * 2000-04-03 2006-10-10 Invention Machine Corporation Synonym extension of search queries with validation
US20020059069A1 (en) * 2000-04-07 2002-05-16 Cheng Hsu Natural language interface
US6714905B1 (en) * 2000-05-02 2004-03-30 Iphrase.Com, Inc. Parsing ambiguous grammar
US20020019731A1 (en) * 2000-05-12 2002-02-14 Toshiyuki Masui Portable terminal, method for inputting the information, method and apparatus for dictionary retrieval and medium
US6529903B2 (en) * 2000-07-06 2003-03-04 Google, Inc. Methods and apparatus for using a modified index to provide search results in response to an ambiguous search query
US20040261021A1 (en) * 2000-07-06 2004-12-23 Google Inc., A Delaware Corporation Systems and methods for searching using queries written in a different character-set and/or language from the target pages
US6968179B1 (en) * 2000-07-27 2005-11-22 Microsoft Corporation Place specific buddy list services
US20020021311A1 (en) * 2000-08-14 2002-02-21 Approximatch Ltd. Data entry using a reduced keyboard
US20020152203A1 (en) * 2001-02-07 2002-10-17 Christian Ostergaard Communication terminal having a predictive text editor application
US6947770B2 (en) * 2001-06-22 2005-09-20 Ericsson, Inc. Convenient dialing of names and numbers from a phone without alpha keypad
US20030054830A1 (en) * 2001-09-04 2003-03-20 Zi Corporation Navigation system for mobile communication devices
US20030078914A1 (en) * 2001-10-18 2003-04-24 Witbrock Michael J. Search results using editor feedback
US20030149686A1 (en) * 2002-02-01 2003-08-07 International Business Machines Corporation Method and system for searching a multi-lingual database
US7380724B2 (en) * 2002-07-01 2008-06-03 Sony Ericsson Mobile Communications Ab Entering text into an electronic communication device
US20060142997A1 (en) * 2002-12-27 2006-06-29 Per Jakobsen Predictive text entry and data compression method for a mobile communication terminal
US20050020270A1 (en) * 2003-02-06 2005-01-27 Adrian Buckley Apparatus, and associated method, for transposing short codes used to direct a call to a service center during operation of a mobile communication system
US20050060448A1 (en) * 2003-09-11 2005-03-17 Eatoni Ergonomics, Inc Efficient Method and Apparatus For Text Entry Based On Trigger Sequences
US20050188330A1 (en) * 2004-02-20 2005-08-25 Griffin Jason T. Predictive text input system for a mobile communication device
US20050289141A1 (en) * 2004-06-25 2005-12-29 Shumeet Baluja Nonstandard text entry
US20060230350A1 (en) * 2004-06-25 2006-10-12 Google, Inc., A Delaware Corporation Nonstandard locality-based text entry
US20100093404A1 (en) * 2008-10-13 2010-04-15 Samsung Electronics Co., Ltd. Portable terminal with qwerty keypad and method for processing phone numbers in the portable terminal

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060195421A1 (en) * 2005-02-25 2006-08-31 International Business Machines Corporation System and method of generating string-based search expressions using templates
US7505985B2 (en) * 2005-02-25 2009-03-17 International Business Machines Corporation System and method of generating string-based search expressions using templates
US20090198679A1 (en) * 2007-12-31 2009-08-06 Qiang Lu Systems, methods and software for evaluating user queries
US10296528B2 (en) * 2007-12-31 2019-05-21 Thomson Reuters Global Resources Unlimited Company Systems, methods and software for evaluating user queries
US9871813B2 (en) 2014-10-31 2018-01-16 Yandex Europe Ag Method of and system for processing an unauthorized user access to a resource
US9900318B2 (en) 2014-10-31 2018-02-20 Yandex Europe Ag Method of and system for processing an unauthorized user access to a resource
US11860946B2 (en) 2022-01-11 2024-01-02 Kyndryl, Inc. Autonomous webpage content summation

Also Published As

Publication number Publication date
US7136854B2 (en) 2006-11-14
US20020133481A1 (en) 2002-09-19

Similar Documents

Publication Publication Date Title
US7136854B2 (en) Methods and apparatus for providing search results in response to an ambiguous search query
US6529903B2 (en) Methods and apparatus for using a modified index to provide search results in response to an ambiguous search query
US6865575B1 (en) Methods and apparatus for using a modified index to provide search results in response to an ambiguous search query
US20170351673A1 (en) Determining corresponding terms written in different formats
US6850934B2 (en) Adaptive search engine query
CN106959994B (en) Server-side matching
US8825694B2 (en) Mobile device retrieval and navigation
US7792829B2 (en) Table querying
US20120095984A1 (en) Universal Search Engine Interface and Application
EP1400901A2 (en) Method and system for retrieving confirming sentences
US20090055386A1 (en) System and Method for Enhanced In-Document Searching for Text Applications in a Data Processing System
JP2002024262A (en) Method and device for estimating information source location and storage medium stored with information source location estimating program
JP2003228575A (en) Interactive system, interactive server, interactive method, and interactive program
JP2001134597A (en) Method and device for accessing different kind of information sources and storage medium stored with different-kind information sources access program
US20230036196A1 (en) Computer architecture for string searching
AU2010362878A1 (en) Universal search engine interface and application
JP3058275B1 (en) Search device

Legal Events

Date Code Title Description
AS Assignment

Owner name: GOOGLE INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SMITH, BENJAMIN T.;BRIN, SERGEY;GHEMAWAT, SANJAY;AND OTHERS;REEL/FRAME:022414/0215;SIGNING DATES FROM 20001221 TO 20001224

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE

AS Assignment

Owner name: GOOGLE LLC, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:GOOGLE INC.;REEL/FRAME:044142/0357

Effective date: 20170929