US20070265831A1 - System-Level Correction Service - Google Patents

System-Level Correction Service Download PDF

Info

Publication number
US20070265831A1
US20070265831A1 US11/382,281 US38228106A US2007265831A1 US 20070265831 A1 US20070265831 A1 US 20070265831A1 US 38228106 A US38228106 A US 38228106A US 2007265831 A1 US2007265831 A1 US 2007265831A1
Authority
US
United States
Prior art keywords
word
words
application
input
correction
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/382,281
Inventor
Itai Dinur
David Konopnicki
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/382,281 priority Critical patent/US20070265831A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DINUR, ITAI, KONOPNICKI, DAVID
Publication of US20070265831A1 publication Critical patent/US20070265831A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/232Orthographic correction, e.g. spell checking or vowelisation

Definitions

  • the correction service 330 When text is input, the correction service 330 capture the input from an input means 340 at the operating system level. This may be by key stoke capture from a keyboard, or capture during a character recognition means from scanned input text, voice recognition conversion to text, or any other form of text input into the computer system.
  • the correction service 330 saves a set of input words of configurable size. The user, using a special key combination, or the service, if it detects a likely error in an input word, prompts a look-up of similar words to the input word in the dictionary.
  • the correction service 330 analyzes possible correction proposals and provides a list of ranked correction proposals for the input word. In order to improve the relevance of the proposals, various parameters are used to rank the proposals.
  • the search index 312 contains all the information needed to compute if those words are contained in some document within some set of words. For example, to correct word b, which appears within the context a b c, a set of corrections for b is provided: b1, b2, etc . . . . For each of the corrections, the search index 312 is looked at to find a set of words in a document which contains a b1 c or a b2 c and the size of the set of words containing the context is noted. The corrections that appear in the smaller sets of words are ranked higher.
  • the invention can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment containing both hardware and software elements.
  • the invention is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.

Abstract

A system-level text correction service (330) is provided. The service (330) includes monitoring (410) the input of text (340) on a computer system, identifying an incorrect input word in a first application. Correction proposal words are retrieved from a system-level dictionary (320), wherein the system-level dictionary (320) stores a reference word with an identifier of at least one application type in which the reference word is used. The correction proposal words are ranked according to the similarity of the proposal word to the input word and by comparing the first application to the application types of the reference word.

Description

    FIELD OF THE INVENTION
  • This invention relates to the field of correction services which provide suggested corrections for unrecognised textual terms. In particular, the invention relates to a computer system-level correction service.
  • BACKGROUND OF THE INVENTION
  • Working with a computer through a text based interface can be a frustrating trial and error experience. Computer users and, in particular advanced users, often need to remember long and complicated computer commands, file paths, program arguments, etc. Furthermore, given the complexity of computer systems this is unlikely to change.
  • This problem has been partly solved in two domains: word processors and integrated development environments (IDE) (for example, Eclipse™ (of Eclipse Foundation) an open source platform-independent software framework). Most word processors automatically correct words as a user types using a dictionary based spell checker. Similarly, modern IDEs are able to propose word completions as a user types based on the type system defined in an application.
  • However, these solutions are limited because they are too static. Every application must build its own correction functionality. When an application proposes such a functionality, it is limited to the small set of data inputted and/or accessible to the application. Too often, automatic correction cannot be applied because the correction function does not have access to the data needed to do the correction.
  • In a parallel field, search functionality has in the past been implemented by individual applications independently. For example, a search in email, a search in a file system, a search in code files, etc. The search system is now becoming a system-level service that different applications can use to store their data and make it searchable. Search indexes are becoming foundation services provided on a desktop, as part of the operating system of personal computers, or enterprise servers.
  • A specialized search facility can be provided on a desktop of a personal computer. An example is Google Desktop Search™ (of Google Inc.) which provides searches and access to information on a personal computer. It is a desktop search application that provides full text search over documents including: email, instant messages, computer files, media files such as music, video and photos, and web pages that have been viewed.
  • System-wide search engines can also be provided as part of an operating system of a computer. For example, Spotlight in Mac OS X v10.4 Tiger (Spotlight™, Mac™ and Tiger™ are of Apple Computer Inc.) and Longhorn™ (of Microsoft Corporation) provide search facilities as part of their operating systems in which applications and documents can be searched.
  • Applications running on such systems do not implement their search features independently, as done in the past but, instead, index their data as part of the system-wide index. For example, an instant messaging application that wants to provide a searchable history of messages does not need to implement this feature but must push the messages to the global index provided by the operating system or by the specialized search service. In order to do so, providers of search technology publish APIs that allow applications to push their data into their index (e.g., Google Desktop Search API).
  • Thus, these system-level search has access to a large part of the information available on a computer.
  • SUMMARY OF THE INVENTION
  • It is an aim of the present invention to provide a system-level correction service available in every application on a computer system that is built on the combined resources across applications.
  • According to a first aspect of the present invention there is provided a method for providing a correction service, comprising: monitoring the input of text; identifying an incorrect input word in a first application; retrieving one or more correction proposal words from a system-level dictionary, wherein the system-level dictionary stores a reference word with an identifier of at least one application type in which the reference word is used; and ranking the correction proposal words according to the similarity of the proposal word to the input word and by comparing the first application to the application types of the proposal word.
  • According to a second aspect of the present invention there is provided a system for providing a correction service, comprising: a monitor of input of text on a computer system, including an identifier of an input word in a first application; a system-level dictionary, wherein the dictionary stores a reference word with an identifier of at least one application type in which the reference word is used; a means of comparing the input word and reference words in the system-level dictionary according to the similarity of a reference word to the input word and by comparing the first application to the application types of the reference word.
  • According to a third aspect of the present invention there is provided a computer program product stored on a computer readable storage medium, comprising computer readable program code means for performing the steps of: monitoring the input of text; identifying an incorrect input word in a first application; retrieving one or more correction proposal words from a system-level dictionary, wherein the system-level dictionary stores a reference word with an identifier of at least one application type in which the reference word is used; and ranking the correction proposal words according to the similarity of the proposal word to the input word and by comparing the first application to the application types of the reference word.
  • According to a fourth aspect of the present invention there is provided a method of providing a service to a customer over a network, the service comprising: monitoring the input of text; identifying an incorrect input word in a first application; retrieving one or more correction proposal words from a system-level dictionary, wherein the system-level dictionary stores a reference word with an identifier of at least one application type in which the reference word is used; and ranking the correction proposal words according to the similarity of the proposal word to the input word and by comparing the first application to the application types of the reference word.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The subject matter regarded as the invention is particularly pointed out and distinctly claimed in the concluding portion of the specification. The invention, both as to organization and method of operation, together with objects, features, and advantages thereof, may best be understood by reference to the following detailed description when read with the accompanying drawings in which:
      • FIG. 1 is a block diagram of a known computer system in which the present invention may be implemented;
      • FIG. 2 is a block diagram of system-level search system as known in the art;
      • FIG. 3 is a block diagram showing a system-level correction service in accordance with the present invention;
      • FIG. 4 is a block diagram showing further detail of a system-level correction service in accordance with the present invention;
      • FIG. 5 is a schematic representation of a dictionary of a correction service in accordance with the present invention; and
      • FIG. 6 is a flow diagram of a method of operation of a correction service in accordance with the present invention.
  • It will be appreciated that for simplicity and clarity of illustration, elements shown in the figures have not necessarily been drawn to scale. For example, the dimensions of some of the elements may be exaggerated relative to other elements for clarity. Further, where considered appropriate, reference numbers may be repeated among the figures to indicate corresponding or analogous features.
  • DETAILED DESCRIPTION OF THE INVENTION
  • In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the invention. However, it will be understood by those skilled in the art that the present invention may be practiced without these specific details. In other instances, well-known methods, procedures, and components have not been described in detail so as not to obscure the present invention.
  • Referring to FIG. 1, an exemplary system for implementing the invention includes a data processing system 100 suitable for storing and/or executing program code including at least one processor 101 coupled directly or indirectly to memory elements through a bus system 103. The memory elements can include local memory employed during actual execution of the program code, bulk storage, and cache memories which provide temporary storage of at least some program code in order to reduce the number of times code must be retrieved from bulk storage during execution.
  • The memory elements may include system memory 102 in the form of read only memory (ROM) 104 and random access memory (RAM) 105. A basic input/output system (BIOS) 106 may be stored in ROM 104. System software 107 may be stored in RAM 105 including operating system software 108. Software applications 110 may also be stored in RAM 105.
  • The system 100 may also include a primary storage means 111 such as a magnetic hard disk drive and secondary storage means 112 such as a magnetic disc drive and an optical disc drive. The drives and their associated computer-readable media provide non-volatile storage of computer-executable instructions, data structures, program modules and other data for the system 100. Software applications may be stored on the primary and secondary storage means 111, 112 as well as the system memory 102.
  • The computing system 100 may operate in a networked environment using logical connections to one or more remote computers via a network adapter 116.
  • Input/output devices 113 can be coupled to the system either directly or through intervening I/O controllers. A user may enter commands and information into the system 100 through input devices such as a keyboard, pointing device, or other input devices (for example, microphone, joy stick, game pad, satellite dish, scanner, or the like). Output devices may include speakers, printers, etc. A display device 114 is also connected to system bus 103 via an interface, such as video adapter 115.
  • Referring to FIG. 2, a block diagram shows a computer system 200 with a system-level search index 210 as known in the prior art. A plurality of applications 201-204 share the search index 210 and the search index 210 can also be connected to web search engines via a network. The search index 210 has a published indexing API allowing the applications 201-204 to index their data in the search index 210.
  • In prior art systems, the applications 201-204 may each have their own correction dictionary 211-214. For example, one application 201 may be a word processing application with a spell checking function which uses a fixed set of words in a chosen language together with words that have been set explicitly by the user. The application 201 will therefore have a dictionary 211 of fixed and custom words.
  • Referring to FIG. 3, a block diagram shows a computer system 300 as a representation of an embodiment of the present invention in which a system-level correction service 330 is provided. A computer system 300 includes a plurality of applications 301-304 and a system-level search engine 310. A system-level dictionary 320 is provided in the form of a dynamic dictionary of information in locations found across the computer system 300. A correction service 330 is provided which monitors text input, for example from a keyboard, scanner or other input means 340 of the computer system 300, regardless of the application 301-304 in which the text is input, and searches the system-level dictionary 320 for correction suggestions.
  • The correction service 330 works as follows. A system-level search engine 310 pushes data into its search index 312 as part of a routine update procedure. The system-level search engine 310 can also be used to build a full text system-level dictionary 320 of the information found on a computer. This full text dictionary is a dynamic dictionary and index of the information found in the computer.
  • The system-level dictionary 320 includes a list of words and the application types they are used in. The dictionary 320 may also include a counter and, in some cases, a context of the word as described further below.
  • The system-level dictionary 320 can be updated dynamically by the following methods:
      • The system-level search engine 310 monitors data changes occurring in the computer system 300 (for example, by monitoring changes to the file system). As a result, when changes are detected, data is pushed into the search index 312 as part of routine update procedure. This data is also pushed into the dictionary 320.
      • An application 301-304 uses an API to explicitly add words to the dictionary 320.
  • This can happen at any given time that the application 301-304 is running. An application 301-304 may also drop to disk its internal dictionary as a file in a format recognized by the system-level search engine 310. As a consequence, the system level search engine will update the system level dictionary 320 as part of its routine update procedure described above.
      • The user explicitly adds data to the dictionary 320.
  • When text is input, the correction service 330 capture the input from an input means 340 at the operating system level. This may be by key stoke capture from a keyboard, or capture during a character recognition means from scanned input text, voice recognition conversion to text, or any other form of text input into the computer system. The correction service 330 saves a set of input words of configurable size. The user, using a special key combination, or the service, if it detects a likely error in an input word, prompts a look-up of similar words to the input word in the dictionary. The correction service 330 analyzes possible correction proposals and provides a list of ranked correction proposals for the input word. In order to improve the relevance of the proposals, various parameters are used to rank the proposals.
  • Referring to FIG. 4, further details of an embodiment of the correction service 330 are shown. The correction service 330 has an input monitor 410 which monitors the input by a text input means 340 of the computer system which may be of the form discussed in relation to FIG. 3. The text input may be natural language, for example a word processing application, or programming language (for example, commands, file paths, program arguments, etc) in a computer programming application, or any other form of text input. The term “word” is used for a unit of input text; however, if the input text is a computer language or command the terms may be in the form of a string of characters that is not a natural language word.
  • The correction service 330 includes a recording module 420 for recording a set of last words input into the computer system. The set of last words may be recorded from an input into any application 301-304 running on the computer system. The number of last words provided in the set may be configured by a user. The set may be in the form of a window of input words.
  • The correction service 330 has a prompt or trigger mechanism 430. The prompt mechanism 430 may be activated by a user initiated prompt, such as a special key configuration or a mouse click on a button. Alternatively, the prompt mechanism 430 may be activated by the detection of a potential error in the spelling of an input word. The prompt mechanism 430 instigates a look-up of the word in the system-level dictionary 320. The look-up provides a list of proposed words for correction of the input word.
  • A suggestion analyzer 422 is provided to analyze the suggested proposals for correction retrieved from the dictionary 320 in order to rank the proposals according to a number of parameters to be discussed below.
  • The correction service 330 also includes an activity link module 424. A separate data structure is maintained that links documents to activities. Every time that the user opens several documents simultaneously, those files are linked with a new activity in the data structure. When generating corrections for a word in a document D, words in documents that are linked to document D with an activity will receive a boost in ranking.
  • The correction service 330 includes a display means 440 for displaying the correction proposals to the user.
  • The correction service 330 includes a monitor 460 which monitors data used by users in a given context and improves the ranking of proposals over time.
  • Although all the above components are described as part of the correction service 330 they may be provided separately or in combined form in a service application, as part of the system-level dictionary 320, or as part of a system-level search facility.
  • The correction service 330 may be connected to a network 470. The network 470 may be a public network such as the Internet, a private Intranet, etc. The correction service 330 may be provided to remote users 480 via the network 470.
  • A local correction service 330 may also connect to a global correction service 490 via a network 470. A global correction service 330 may be provided for a specific subject (for example, a computer language) and a local correction service 330 may connect to a global correction service 490 based on the user's interests.
  • An important aspect is how possible corrections of an input word are ranked. Proposed corrections are ranked according to one or more of five parameters:
  • 1) The similarity of the correction to the corrected word.
  • 2) The application type.
  • 3) The context of the word.
  • 4) Document activities.
  • 5) The user's history.
  • 1) The similarity of the correction to the corrected word: This is the basic algorithm for spelling correction. It is computed by using the dictionary and looking for words within a specified edit distance from the input word.
  • For example, the word “corbection” can be corrected by “correction” and “connection”, “correction” has a higher similarity to “corbection”, and will be ranked higher. Corrections with low similarity will not be displayed.
  • Typing the English word “nime” may result in the following correction list: “Nike”, “name”, “mime”, “nine”. Typing the dos command “com” may result in the following correction list: “command”, “comp”, “copy”.
  • 2) Given a word W, it is associated in the system-level dictionary 320 with all the applications in which it appears together with their types. Corrections coming from the same type of application as the input word are preferred.
  • The application type can be determined by the application from which the correction service is called (e.g. Word processor, Unix shell, DOS shell, chat, etc.). The correction service maintains an identifier for every type of application in the system. A type of application will be added to the correction service in one of the two ways:
      • a) The application will specify its type by an API published by the correction service.
      • b) The user will specify a certain application's type explicitly.
  • 3) The context of the word is computed by comparing the context of the input word with the contexts of the proposed corrections.
      • For the input word, a context is supplied by the operating system according to the set of words that surrounds the input word. For the each of the proposed corrections, the context comes from the system-level dictionary 320 with reference to the system-level search index 312 that associates a word in the dictionary 320 with each document on the computer system in which the word appears and at which positions.
  • A context of a word X is defined as the set of words of size n that appears around word X in the application together with the identifier of the file in which those words are found if any. The string of words in the window can be examined to evaluate the likelihood of such a word combination.
  • Given a list of consecutive words, the search index 312 contains all the information needed to compute if those words are contained in some document within some set of words. For example, to correct word b, which appears within the context a b c, a set of corrections for b is provided: b1, b2, etc . . . . For each of the corrections, the search index 312 is looked at to find a set of words in a document which contains a b1 c or a b2 c and the size of the set of words containing the context is noted. The corrections that appear in the smaller sets of words are ranked higher.
  • In a case where correction c was explicitly added to the dictionary 320 by an application 301-304, the context of c that is supplied by the application is actually stored in the dictionary 320 next to the word (in addition to the context that is obtained from the search index 312—if it exists).
  • In the case where correction c was explicitly added to the dictionary by the user, the context of c is determined by the words surrounding c, and is stored in the search index 312, with the document.
  • 4) Document activities. In general, the operating system maintains a log of open documents at a given time. This is a functionality provided by most modern operating systems and, if not, it is straightforward to implement. Intervals in which a certain document was open and modified are retrieved. For example, if a document D is being corrected. At correction time, it will be preferred to provide proposed correction words that belong to documents that have been usually opened at the same time as the document D since they will usually belong to the same activity.
  • 5) The user's history: This parameter has nothing to do with the input word. The dictionary 320 maintains, for each word in the dictionary, a counter that represents the number of times that the user has selected this word as a correction. Each time that a user selects a certain correction, its counter is incremented. At correction time, corrections with be boosted in ranking according to their counter value.
  • When the list of proposed corrections is generated for an application, the correction service 330 takes into consideration the above parameters in order to sort the correction suggestions.
  • The correction service 330 also includes an API to allow applications 301-304 to customize the data used in the correction service 330. The API publishes the location of data that should be used for the correction service 330 in a context and updates the data used for the correction service 330 in the context.
  • The API's main method would be:
    • void addWord(String word, String[ ] context, Properties prop)
  • The implementation of this API would add the specified word to the dictionary 320 with the given neighboring words context. The properties are dynamic optional properties (e.g. language). The application type is determined according to the application 301-304 that calls this API.
  • Ranking is improved over time. As the dictionary 320 expands, there will be more possible corrections available. Particularly, more highly ranked possible corrections will be available. More correction proposals will have the same neighboring word context, application type, or belong to the same activity as the input word. Corrections that have been previously chosen by the user will get a boost in ranking.
  • In this way, the same word which is used in different grammatical uses, in different applications, in different languages, or in different activities is ranked according to the relevance of the context of the dictionary referenced words to the context of the input word.
  • The system-level dictionary 320 is built by a system-level search engine 310 of all the words that are gathered from the various applications on a computer system. Applications can push data explicitly to the system-level dictionary 320. In addition, the system-level search engine 310 can be used to crawl manuals, encyclopaedias and other web resources via the network 470 to improve the dictionary used for corrections.
  • A system-level search engine builds a system-level dictionary of all the words that have been gathered from the various applications on a computer system. Such a system-level dictionary is different from an application-level dictionary as a dictionary at the system-level associates each word with one or more application types.
  • When a word Y is added to the correction service by an application, the correction service will store it in the dictionary 320. Next to each word is provided a list of application types that will be updated each time a word is added by a certain application. A standard dictionary contains mainly a list of words. A system-level dictionary contains words that were pushed by several applications. The correction service needs to associate words with application types, so corrections that are associated with the same application type would get a boost in ranking. In order to associate words with applications the dictionary stores, next to each word, a list of application types that pushed this word to the dictionary. Every time an application pushes a word to the dictionary, the word's list of application types is updated to include the relevant application type.
  • The system-level dictionary can be updated explicitly by an application. Applications can push data explicitly to the system-level dictionary while in search services, and the dictionary may be built from the data gathered from the system or predefined in the applications.
  • For example, in Microsoft Word (trade mark of Microsoft Corporation), the dictionary is composed of a fixed set of words together with words that have been set explicitly by the user. In web search engines, the dictionary is composed by words that have been gathered from passive applications and web sites. In the described service, applications may upload into the system-level dictionary their private dictionary from an application to make it available to other applications. Correction suggestions from a user defined dictionary, may be allocated a higher level of trust with respect to their correctness, i.e. they will be placed higher in the ranking because the system knows that those suggestions are correct for at least one application.
  • In an alternative or additional embodiment, the correction service may connect to a global dictionary provided via a network and may not maintain a system-level dictionary on its own local computer system. Such a global dictionary may include words and contexts generated for generic applications on computer systems.
  • FIG. 5 shows a schematic representation of an entry 500 in a system-level dictionary 320. The entry 500 is for a reference word c 510. The dictionary 320 includes a list of applications 512 in which the word c 510 is used, and a corresponding list of application types 514. A counter 516 is provided of the number of times a user has selected the word c 510 as a correction. A context 518 “a b c d” may be provided if the word c 510 has been added by a user.
  • Corresponding to the entry 500 in the dictionary 320, the search index 312 can provide a list of documents 520 on the computer system which include the word c 510 and the size of context set 522 in which the context “a b c d” is found in the document.
  • FIG. 6 is a flow diagram 600 showing a method of operation of a correction service. The correction service catches 601 input text at an operation system level on a computer system and saves a record 602 of configurable size of the last words input.
  • If either, the system detects 603 a potential error in the last word input, or the user uses a special key combination 604, then a dictionary look-up is activated 605. The contexts are compared 606 using the parameters of: the similarity of the correction to the corrected word; the application type; the context of the word; the document activities; and the user's history. A list of proposed corrections is provided 607, ranked according to the similarity of the parameters.
  • The correction service initiates an interactive session with the user whilst the user is working in any application. The user then may choose a correction, and the correction will be copied to the clipboard or even pasted automatically to the current application instead of the last word.
  • The system-level correction service, can also be used to scan through previously entered text in an application to highlight potential misspellings and to provide suggested proposals from the system-level dictionary.
  • The advantages of a system-level correction service include the following:
      • Any application can benefit from the correction service.
      • The dictionary used for correction updates automatically and contains a large wealth of information so that it is more likely to find corrections.
      • Given this large dictionary, ranking as described above is used to improve the relevance of the correction proposals.
  • A system-level correction service may be provided as a service to a customer over a network.
  • The invention can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment containing both hardware and software elements. In a preferred embodiment, the invention is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.
  • The invention can take the form of a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. For the purposes of this description, a computer usable or computer readable medium can be any apparatus that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus or device.
  • The medium can be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium. Examples of a computer-readable medium include a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read only memory (ROM), a rigid magnetic disk and an optical disk. Current examples of optical disks include compact disk read only memory (CD-ROM), compact disk read/write (CD-R/W), and DVD.
  • Improvements and modifications can be made to the foregoing without departing from the scope of the present invention.

Claims (20)

1. A method for providing a correction service, comprising:
monitoring the input of text;
identifying an incorrect input word in a first application;
retrieving one or more correction proposal words from a system-level dictionary, wherein the system-level dictionary stores a reference word with an identifier of at least one application type in which the reference word is used; and
ranking the correction proposal words according to the similarity of the proposal word to the input word and by comparing the first application to the application types of the proposal word.
2. A method as claimed in claim 1, wherein proposal words with an application type of the first application are ranked higher in the correction proposal words than proposal words of a different application type.
3. A method as claimed in claim 1, wherein one or more words neighbouring the input word are recorded as a context of the input word, and the step of ranking includes comparing the context of the input word to the contexts of proposal words in documents on the computer system.
4. A method as claimed in claim 1, wherein a data structure is maintained linking documents relating to an activity, and the step of ranking includes ranking higher in the correction proposal words proposal words that are found in documents which relate to the same activity as the document of the input word.
5. A method as claimed in claim 1, including counting a number of times a word in the dictionary is selected as a correction to an input word, wherein the step of ranking increases the ranking of proposal words according to their count value.
6. A method as claimed in claim 1, wherein the step of monitoring the input of text monitors one or more of: key stroke inputs, character recognition, voice recognition, at a system level.
7. A method as claimed in claim 1, wherein the step of identifying an incorrect input word is automatic on detection of an unrecognised input word.
8. A method as claimed in claim 1, wherein the step of identifying an incorrect input word is initiated by a user.
9. A method as claimed in claim 1, wherein a system-level dictionary is built on a system-level search.
10. A system for providing a correction service, comprising:
a monitor of input of text on a computer system, including an identifier of an input word in a first application;
a system-level dictionary, wherein the dictionary stores a reference word with an identifier of at least one application type in which the reference word is used;
a means of comparing the input word and reference words in the system-level dictionary according to the similarity of a reference word to the input word and by comparing the first application to the application types of the reference word.
11. A system as claimed in claim 10, including:
a display of one or more correction proposal words from a system-level dictionary, ranked according to the output of the means of comparing the input word and reference words in the system-level dictionary.
12. A system as claimed in claim 11, wherein reference words with an application type of the first application are ranked higher in the correction proposal words than reference words of a different application type.
13. A system as claimed in claim 10, including a record of one or more words neighbouring the input word to provide a context of the input word, and the means of comparing includes comparing the context of the input word to the contexts of proposal words in documents on the computer system.
14. A system as claimed in claim 10, wherein a data structure is maintained linking documents relating to an activity, and the means of comparing includes comparing the activity of documents in which the reference words are found to the activity of the document of the input word.
15. A system as claimed in claim 10, including a counter in the system-level dictionary of a number of times a reference word in the dictionary is selected as a correction to an input word.
16. A method as claimed in claim 10, wherein the monitor of the input of text is of the form of one or more of: a key stroke monitor, a character recognition application, a voice recognition application.
17. A system as claimed in claim 10, wherein the system-level dictionary is built on a system-level search with applications pushing data to the dictionary.
18. A system as claimed in claim 10, wherein the system-level dictionary is accessed via a network.
19. A computer program product stored on a computer readable storage medium, comprising computer readable program code means for performing the steps of:
monitoring the input of text;
identifying an incorrect input word in a first application;
retrieving one or more correction proposal words from a system-level dictionary, wherein the system-level dictionary stores a reference word with an identifier of at least one application type in which the reference word is used; and
ranking the correction proposal words according to the similarity of the proposal word to the input word and by comparing the first application to the application types of the reference word.
20. A method of providing a service to a customer over a network, the service comprising:
monitoring the input of text;
identifying an incorrect input word in a first application;
retrieving one or more correction proposal words from a system-level dictionary, wherein the system-level dictionary stores a reference word with an identifier of at least one application type in which the reference word is used; and
ranking the correction proposal words according to the similarity of the proposal word to the input word and by comparing the first application to the application types of the reference word.
US11/382,281 2006-05-09 2006-05-09 System-Level Correction Service Abandoned US20070265831A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/382,281 US20070265831A1 (en) 2006-05-09 2006-05-09 System-Level Correction Service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/382,281 US20070265831A1 (en) 2006-05-09 2006-05-09 System-Level Correction Service

Publications (1)

Publication Number Publication Date
US20070265831A1 true US20070265831A1 (en) 2007-11-15

Family

ID=38686200

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/382,281 Abandoned US20070265831A1 (en) 2006-05-09 2006-05-09 System-Level Correction Service

Country Status (1)

Country Link
US (1) US20070265831A1 (en)

Cited By (148)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080244390A1 (en) * 2007-03-30 2008-10-02 Vadim Fux Spell Check Function That Applies a Preference to a Spell Check Algorithm Based Upon Extensive User Selection of Spell Check Results Generated by the Algorithm, and Associated Handheld Electronic Device
US20100250239A1 (en) * 2009-03-25 2010-09-30 Microsoft Corporation Sharable distributed dictionary for applications
US20100286979A1 (en) * 2007-08-01 2010-11-11 Ginger Software, Inc. Automatic context sensitive language correction and enhancement using an internet corpus
WO2011092691A1 (en) * 2010-02-01 2011-08-04 Ginger Software, Inc. Automatic context sensitive language correction using an internet corpus particularly for small keyboard devices
US20120221251A1 (en) * 2011-02-22 2012-08-30 Neuron Valley Networks Systems and methods for selecting, ordering, scheduling, administering, storing, interpreting and transmitting a plurality of psychological, neurobehavioral and neurobiological tests
WO2012162265A3 (en) * 2011-05-23 2013-03-28 Microsoft Corporation Context aware input engine
US8719014B2 (en) 2010-09-27 2014-05-06 Apple Inc. Electronic device with text error correction based on voice recognition data
US8838454B1 (en) * 2004-12-10 2014-09-16 Sprint Spectrum L.P. Transferring voice command platform (VCP) functions and/or grammar together with a call from one VCP to another
US8892446B2 (en) 2010-01-18 2014-11-18 Apple Inc. Service orchestration for intelligent automated assistant
US20150127326A1 (en) * 2013-11-05 2015-05-07 GM Global Technology Operations LLC System for adapting speech recognition vocabulary
US9135544B2 (en) 2007-11-14 2015-09-15 Varcode Ltd. System and method for quality management utilizing barcode indicators
US9190062B2 (en) 2010-02-25 2015-11-17 Apple Inc. User profiling for voice input processing
US9262612B2 (en) 2011-03-21 2016-02-16 Apple Inc. Device access using voice authentication
US9300784B2 (en) 2013-06-13 2016-03-29 Apple Inc. System and method for emergency calls initiated by voice command
CN105468467A (en) * 2015-11-27 2016-04-06 成都视达科信息技术有限公司 Character fault tolerance system and method
US9330720B2 (en) 2008-01-03 2016-05-03 Apple Inc. Methods and apparatus for altering audio output signals
US9338493B2 (en) 2014-06-30 2016-05-10 Apple Inc. Intelligent automated assistant for TV user interactions
US9368114B2 (en) 2013-03-14 2016-06-14 Apple Inc. Context-sensitive handling of interruptions
US9400952B2 (en) 2012-10-22 2016-07-26 Varcode Ltd. Tamper-proof quality management barcode indicators
US9430463B2 (en) 2014-05-30 2016-08-30 Apple Inc. Exemplar-based natural language processing
US9483461B2 (en) 2012-03-06 2016-11-01 Apple Inc. Handling speech synthesis of content for multiple languages
US20160322048A1 (en) * 2013-06-19 2016-11-03 Panasonic Intellectual Property Corporation Of America Voice interaction method, and device
US9495129B2 (en) 2012-06-29 2016-11-15 Apple Inc. Device, method, and user interface for voice-activated navigation and browsing of a document
US9502031B2 (en) 2014-05-27 2016-11-22 Apple Inc. Method for supporting dynamic grammars in WFST-based ASR
US9535906B2 (en) 2008-07-31 2017-01-03 Apple Inc. Mobile device having human language translation capability with positional feedback
US9576574B2 (en) 2012-09-10 2017-02-21 Apple Inc. Context-sensitive handling of interruptions by intelligent digital assistant
US9582608B2 (en) 2013-06-07 2017-02-28 Apple Inc. Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
US20170091198A1 (en) * 2015-09-29 2017-03-30 Yahoo! Inc. Computerized system and method for search query auto-completion
US9620104B2 (en) 2013-06-07 2017-04-11 Apple Inc. System and method for user-specified pronunciation of words for speech synthesis and recognition
US9620105B2 (en) 2014-05-15 2017-04-11 Apple Inc. Analyzing audio input for efficient speech and music recognition
US9626955B2 (en) 2008-04-05 2017-04-18 Apple Inc. Intelligent text-to-speech conversion
US9633674B2 (en) 2013-06-07 2017-04-25 Apple Inc. System and method for detecting errors in interactions with a voice-based digital assistant
US9633004B2 (en) 2014-05-30 2017-04-25 Apple Inc. Better resolution when referencing to concepts
US9646277B2 (en) 2006-05-07 2017-05-09 Varcode Ltd. System and method for improved quality management in a product logistic chain
US9646614B2 (en) 2000-03-16 2017-05-09 Apple Inc. Fast, language-independent method for user authentication by voice
US9646609B2 (en) 2014-09-30 2017-05-09 Apple Inc. Caching apparatus for serving phonetic pronunciations
US9668121B2 (en) 2014-09-30 2017-05-30 Apple Inc. Social reminders
US9697820B2 (en) 2015-09-24 2017-07-04 Apple Inc. Unit-selection text-to-speech synthesis using concatenation-sensitive neural networks
US9697822B1 (en) 2013-03-15 2017-07-04 Apple Inc. System and method for updating an adaptive speech recognition model
US9711141B2 (en) 2014-12-09 2017-07-18 Apple Inc. Disambiguating heteronyms in speech synthesis
US9715875B2 (en) 2014-05-30 2017-07-25 Apple Inc. Reducing the need for manual start/end-pointing and trigger phrases
US9721566B2 (en) 2015-03-08 2017-08-01 Apple Inc. Competing devices responding to voice triggers
US9734193B2 (en) 2014-05-30 2017-08-15 Apple Inc. Determining domain salience ranking from ambiguous words in natural speech
US9741343B1 (en) * 2013-12-19 2017-08-22 Amazon Technologies, Inc. Voice interaction application selection
US9760559B2 (en) 2014-05-30 2017-09-12 Apple Inc. Predictive text input
US9785630B2 (en) 2014-05-30 2017-10-10 Apple Inc. Text prediction using combined word N-gram and unigram language models
US9798393B2 (en) 2011-08-29 2017-10-24 Apple Inc. Text correction processing
US9818400B2 (en) 2014-09-11 2017-11-14 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US9842105B2 (en) 2015-04-16 2017-12-12 Apple Inc. Parsimonious continuous-space phrase representations for natural language processing
US9842101B2 (en) 2014-05-30 2017-12-12 Apple Inc. Predictive conversion of language input
US9858925B2 (en) 2009-06-05 2018-01-02 Apple Inc. Using context information to facilitate processing of commands in a virtual assistant
US9865280B2 (en) 2015-03-06 2018-01-09 Apple Inc. Structured dictation using intelligent automated assistants
US9886953B2 (en) 2015-03-08 2018-02-06 Apple Inc. Virtual assistant activation
US9886432B2 (en) 2014-09-30 2018-02-06 Apple Inc. Parsimonious handling of word inflection via categorical stem + suffix N-gram language models
US9899019B2 (en) 2015-03-18 2018-02-20 Apple Inc. Systems and methods for structured stem and suffix language models
US9922642B2 (en) 2013-03-15 2018-03-20 Apple Inc. Training an at least partial voice command system
US9934775B2 (en) 2016-05-26 2018-04-03 Apple Inc. Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9953088B2 (en) 2012-05-14 2018-04-24 Apple Inc. Crowd sourcing information to fulfill user requests
US9959870B2 (en) 2008-12-11 2018-05-01 Apple Inc. Speech recognition involving a mobile device
US9966068B2 (en) 2013-06-08 2018-05-08 Apple Inc. Interpreting and acting upon commands that involve sharing information with remote devices
US9966065B2 (en) 2014-05-30 2018-05-08 Apple Inc. Multi-command single utterance input method
US9972304B2 (en) 2016-06-03 2018-05-15 Apple Inc. Privacy preserving distributed evaluation framework for embedded personalized systems
US9971774B2 (en) 2012-09-19 2018-05-15 Apple Inc. Voice-based media searching
US10043516B2 (en) 2016-09-23 2018-08-07 Apple Inc. Intelligent automated assistant
US10049663B2 (en) 2016-06-08 2018-08-14 Apple, Inc. Intelligent automated assistant for media exploration
US10049668B2 (en) 2015-12-02 2018-08-14 Apple Inc. Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10057736B2 (en) 2011-06-03 2018-08-21 Apple Inc. Active transport based notifications
US10067938B2 (en) 2016-06-10 2018-09-04 Apple Inc. Multilingual word prediction
US10073927B2 (en) 2010-11-16 2018-09-11 Microsoft Technology Licensing, Llc Registration for system level search user interface
US10074360B2 (en) 2014-09-30 2018-09-11 Apple Inc. Providing an indication of the suitability of speech recognition
US10079014B2 (en) 2012-06-08 2018-09-18 Apple Inc. Name recognition system
US10078631B2 (en) 2014-05-30 2018-09-18 Apple Inc. Entropy-guided text prediction using combined word and character n-gram language models
US10083688B2 (en) 2015-05-27 2018-09-25 Apple Inc. Device voice control for selecting a displayed affordance
US10089072B2 (en) 2016-06-11 2018-10-02 Apple Inc. Intelligent device arbitration and control
US10101822B2 (en) 2015-06-05 2018-10-16 Apple Inc. Language input correction
US10127220B2 (en) 2015-06-04 2018-11-13 Apple Inc. Language identification from short strings
US10127911B2 (en) 2014-09-30 2018-11-13 Apple Inc. Speaker identification and unsupervised speaker adaptation techniques
US10134385B2 (en) 2012-03-02 2018-11-20 Apple Inc. Systems and methods for name pronunciation
US10170123B2 (en) 2014-05-30 2019-01-01 Apple Inc. Intelligent assistant for home automation
US10176167B2 (en) 2013-06-09 2019-01-08 Apple Inc. System and method for inferring user intent from speech inputs
US10176451B2 (en) 2007-05-06 2019-01-08 Varcode Ltd. System and method for quality management utilizing barcode indicators
US10186254B2 (en) 2015-06-07 2019-01-22 Apple Inc. Context-based endpoint detection
US10185542B2 (en) 2013-06-09 2019-01-22 Apple Inc. Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
US10192552B2 (en) 2016-06-10 2019-01-29 Apple Inc. Digital assistant providing whispered speech
US10199051B2 (en) 2013-02-07 2019-02-05 Apple Inc. Voice trigger for a digital assistant
US10223066B2 (en) 2015-12-23 2019-03-05 Apple Inc. Proactive assistance based on dialog communication between devices
US10241752B2 (en) 2011-09-30 2019-03-26 Apple Inc. Interface for a virtual digital assistant
US10241644B2 (en) 2011-06-03 2019-03-26 Apple Inc. Actionable reminder entries
US10249300B2 (en) 2016-06-06 2019-04-02 Apple Inc. Intelligent list reading
US10255907B2 (en) 2015-06-07 2019-04-09 Apple Inc. Automatic accent detection using acoustic models
US10269345B2 (en) 2016-06-11 2019-04-23 Apple Inc. Intelligent task discovery
US10276170B2 (en) 2010-01-18 2019-04-30 Apple Inc. Intelligent automated assistant
US10283110B2 (en) 2009-07-02 2019-05-07 Apple Inc. Methods and apparatuses for automatic speech recognition
US10289433B2 (en) 2014-05-30 2019-05-14 Apple Inc. Domain specific language for encoding assistant dialog
US10297253B2 (en) 2016-06-11 2019-05-21 Apple Inc. Application integration with a digital assistant
US10318871B2 (en) 2005-09-08 2019-06-11 Apple Inc. Method and apparatus for building an intelligent automated assistant
US10332518B2 (en) 2017-05-09 2019-06-25 Apple Inc. User interface for correcting recognition errors
US10346478B2 (en) 2010-11-16 2019-07-09 Microsoft Technology Licensing, Llc Extensible search term suggestion engine
US10346479B2 (en) 2010-11-16 2019-07-09 Microsoft Technology Licensing, Llc Facilitating interaction with system level search user interface
US10356243B2 (en) 2015-06-05 2019-07-16 Apple Inc. Virtual assistant aided communication with 3rd party service in a communication session
US10354006B2 (en) * 2015-10-26 2019-07-16 International Business Machines Corporation System, method, and recording medium for web application programming interface recommendation with consumer provided content
US10354011B2 (en) 2016-06-09 2019-07-16 Apple Inc. Intelligent automated assistant in a home environment
US10366158B2 (en) 2015-09-29 2019-07-30 Apple Inc. Efficient word encoding for recurrent neural network language models
US10410637B2 (en) 2017-05-12 2019-09-10 Apple Inc. User-specific acoustic models
US10430042B2 (en) * 2016-09-30 2019-10-01 Sony Interactive Entertainment Inc. Interaction context-based virtual reality
US10446141B2 (en) 2014-08-28 2019-10-15 Apple Inc. Automatic speech recognition based on user feedback
US10446143B2 (en) 2016-03-14 2019-10-15 Apple Inc. Identification of voice inputs providing credentials
US10445678B2 (en) 2006-05-07 2019-10-15 Varcode Ltd. System and method for improved quality management in a product logistic chain
US10482874B2 (en) 2017-05-15 2019-11-19 Apple Inc. Hierarchical belief states for digital assistants
US10490187B2 (en) 2016-06-10 2019-11-26 Apple Inc. Digital assistant providing automated status report
US10496753B2 (en) 2010-01-18 2019-12-03 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US10509862B2 (en) 2016-06-10 2019-12-17 Apple Inc. Dynamic phrase expansion of language input
US10521466B2 (en) 2016-06-11 2019-12-31 Apple Inc. Data driven natural language event detection and classification
US10552013B2 (en) 2014-12-02 2020-02-04 Apple Inc. Data detection
US10553209B2 (en) 2010-01-18 2020-02-04 Apple Inc. Systems and methods for hands-free notification summaries
US10568032B2 (en) 2007-04-03 2020-02-18 Apple Inc. Method and system for operating a multi-function portable electronic device using voice-activation
US10567477B2 (en) 2015-03-08 2020-02-18 Apple Inc. Virtual assistant continuity
US10592095B2 (en) 2014-05-23 2020-03-17 Apple Inc. Instantaneous speaking of content on touch devices
US10593346B2 (en) 2016-12-22 2020-03-17 Apple Inc. Rank-reduced token representation for automatic speech recognition
US10652394B2 (en) 2013-03-14 2020-05-12 Apple Inc. System and method for processing voicemail
US10659851B2 (en) 2014-06-30 2020-05-19 Apple Inc. Real-time digital assistant knowledge updates
US10671428B2 (en) 2015-09-08 2020-06-02 Apple Inc. Distributed personal assistant
US10679605B2 (en) 2010-01-18 2020-06-09 Apple Inc. Hands-free list-reading by intelligent automated assistant
US10691473B2 (en) 2015-11-06 2020-06-23 Apple Inc. Intelligent automated assistant in a messaging environment
US10697837B2 (en) 2015-07-07 2020-06-30 Varcode Ltd. Electronic quality indicator
US10705794B2 (en) 2010-01-18 2020-07-07 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US10706373B2 (en) 2011-06-03 2020-07-07 Apple Inc. Performing actions associated with task items that represent tasks to perform
US10733993B2 (en) 2016-06-10 2020-08-04 Apple Inc. Intelligent digital assistant in a multi-tasking environment
US10747498B2 (en) 2015-09-08 2020-08-18 Apple Inc. Zero latency digital assistant
US10755703B2 (en) 2017-05-11 2020-08-25 Apple Inc. Offline personal assistant
US10762293B2 (en) 2010-12-22 2020-09-01 Apple Inc. Using parts-of-speech tagging and named entity recognition for spelling correction
US10791216B2 (en) 2013-08-06 2020-09-29 Apple Inc. Auto-activating smart responses based on activities from remote devices
US10791176B2 (en) 2017-05-12 2020-09-29 Apple Inc. Synchronization and task delegation of a digital assistant
US10789041B2 (en) 2014-09-12 2020-09-29 Apple Inc. Dynamic thresholds for always listening speech trigger
US10789945B2 (en) 2017-05-12 2020-09-29 Apple Inc. Low-latency intelligent automated assistant
US10810274B2 (en) 2017-05-15 2020-10-20 Apple Inc. Optimizing dialogue policy decisions for digital assistants using implicit feedback
CN111859089A (en) * 2019-04-30 2020-10-30 北京智慧星光信息技术有限公司 Wrong word detection control method for internet information
US11010550B2 (en) 2015-09-29 2021-05-18 Apple Inc. Unified language modeling framework for word prediction, auto-completion and auto-correction
US11025565B2 (en) 2015-06-07 2021-06-01 Apple Inc. Personalized prediction of responses for instant messaging
US11060924B2 (en) 2015-05-18 2021-07-13 Varcode Ltd. Thermochromic ink indicia for activatable quality labels
US11217255B2 (en) 2017-05-16 2022-01-04 Apple Inc. Far-field extension for digital assistant services
US11222056B2 (en) 2017-11-13 2022-01-11 International Business Machines Corporation Gathering information on user interactions with natural language processor (NLP) items to order presentation of NLP items in documents
US11263399B2 (en) * 2017-07-31 2022-03-01 Apple Inc. Correcting input based on user context
US11281993B2 (en) 2016-12-05 2022-03-22 Apple Inc. Model and ensemble compression for metric learning
US20220156262A1 (en) * 2020-11-17 2022-05-19 Microstrategy Incorporated Enahanced data indexing and searching
US11587559B2 (en) 2015-09-30 2023-02-21 Apple Inc. Intelligent device identification
US11704526B2 (en) 2008-06-10 2023-07-18 Varcode Ltd. Barcoded indicators for quality management
US11762897B2 (en) * 2017-11-13 2023-09-19 International Business Machines Corporation Determining user interactions with natural language processor (NPL) items in documents to determine priorities to present NPL items in documents to review

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5864805A (en) * 1996-12-20 1999-01-26 International Business Machines Corporation Method and apparatus for error correction in a continuous dictation system
US5899976A (en) * 1996-10-31 1999-05-04 Microsoft Corporation Method and system for buffering recognized words during speech recognition
US5909667A (en) * 1997-03-05 1999-06-01 International Business Machines Corporation Method and apparatus for fast voice selection of error words in dictated text
US6064959A (en) * 1997-03-28 2000-05-16 Dragon Systems, Inc. Error correction in speech recognition
US6219453B1 (en) * 1997-08-11 2001-04-17 At&T Corp. Method and apparatus for performing an automatic correction of misrecognized words produced by an optical character recognition technique by using a Hidden Markov Model based algorithm
US6401084B1 (en) * 1998-07-15 2002-06-04 Amazon.Com Holdings, Inc System and method for correcting spelling errors in search queries using both matching and non-matching search terms
US6424983B1 (en) * 1998-05-26 2002-07-23 Global Information Research And Technologies, Llc Spelling and grammar checking system
US6581033B1 (en) * 1999-10-19 2003-06-17 Microsoft Corporation System and method for correction of speech recognition mode errors
US20030233251A1 (en) * 2002-03-05 2003-12-18 Haskell Robert Emmons Dynamic dictionary and term repository system
US6856956B2 (en) * 2000-07-20 2005-02-15 Microsoft Corporation Method and apparatus for generating and displaying N-best alternatives in a speech recognition system
US6912498B2 (en) * 2000-05-02 2005-06-28 Scansoft, Inc. Error correction in speech recognition by correcting text around selected area
US7137076B2 (en) * 2002-07-30 2006-11-14 Microsoft Corporation Correcting recognition results associated with user input
US7440941B1 (en) * 2002-09-17 2008-10-21 Yahoo! Inc. Suggesting an alternative to the spelling of a search query

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5899976A (en) * 1996-10-31 1999-05-04 Microsoft Corporation Method and system for buffering recognized words during speech recognition
US5864805A (en) * 1996-12-20 1999-01-26 International Business Machines Corporation Method and apparatus for error correction in a continuous dictation system
US5909667A (en) * 1997-03-05 1999-06-01 International Business Machines Corporation Method and apparatus for fast voice selection of error words in dictated text
US6064959A (en) * 1997-03-28 2000-05-16 Dragon Systems, Inc. Error correction in speech recognition
US6219453B1 (en) * 1997-08-11 2001-04-17 At&T Corp. Method and apparatus for performing an automatic correction of misrecognized words produced by an optical character recognition technique by using a Hidden Markov Model based algorithm
US6424983B1 (en) * 1998-05-26 2002-07-23 Global Information Research And Technologies, Llc Spelling and grammar checking system
US6401084B1 (en) * 1998-07-15 2002-06-04 Amazon.Com Holdings, Inc System and method for correcting spelling errors in search queries using both matching and non-matching search terms
US6581033B1 (en) * 1999-10-19 2003-06-17 Microsoft Corporation System and method for correction of speech recognition mode errors
US6912498B2 (en) * 2000-05-02 2005-06-28 Scansoft, Inc. Error correction in speech recognition by correcting text around selected area
US6856956B2 (en) * 2000-07-20 2005-02-15 Microsoft Corporation Method and apparatus for generating and displaying N-best alternatives in a speech recognition system
US20030233251A1 (en) * 2002-03-05 2003-12-18 Haskell Robert Emmons Dynamic dictionary and term repository system
US7137076B2 (en) * 2002-07-30 2006-11-14 Microsoft Corporation Correcting recognition results associated with user input
US7440941B1 (en) * 2002-09-17 2008-10-21 Yahoo! Inc. Suggesting an alternative to the spelling of a search query

Cited By (243)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9646614B2 (en) 2000-03-16 2017-05-09 Apple Inc. Fast, language-independent method for user authentication by voice
US8838454B1 (en) * 2004-12-10 2014-09-16 Sprint Spectrum L.P. Transferring voice command platform (VCP) functions and/or grammar together with a call from one VCP to another
US10318871B2 (en) 2005-09-08 2019-06-11 Apple Inc. Method and apparatus for building an intelligent automated assistant
US10726375B2 (en) 2006-05-07 2020-07-28 Varcode Ltd. System and method for improved quality management in a product logistic chain
US9646277B2 (en) 2006-05-07 2017-05-09 Varcode Ltd. System and method for improved quality management in a product logistic chain
US10037507B2 (en) 2006-05-07 2018-07-31 Varcode Ltd. System and method for improved quality management in a product logistic chain
US10445678B2 (en) 2006-05-07 2019-10-15 Varcode Ltd. System and method for improved quality management in a product logistic chain
US8930191B2 (en) 2006-09-08 2015-01-06 Apple Inc. Paraphrasing of user requests and results by automated digital assistant
US9117447B2 (en) 2006-09-08 2015-08-25 Apple Inc. Using event alert text as input to an automated assistant
US8942986B2 (en) 2006-09-08 2015-01-27 Apple Inc. Determining user intent based on ontologies of domains
US20080244390A1 (en) * 2007-03-30 2008-10-02 Vadim Fux Spell Check Function That Applies a Preference to a Spell Check Algorithm Based Upon Extensive User Selection of Spell Check Results Generated by the Algorithm, and Associated Handheld Electronic Device
US8775931B2 (en) * 2007-03-30 2014-07-08 Blackberry Limited Spell check function that applies a preference to a spell check algorithm based upon extensive user selection of spell check results generated by the algorithm, and associated handheld electronic device
US10568032B2 (en) 2007-04-03 2020-02-18 Apple Inc. Method and system for operating a multi-function portable electronic device using voice-activation
US10176451B2 (en) 2007-05-06 2019-01-08 Varcode Ltd. System and method for quality management utilizing barcode indicators
US10504060B2 (en) 2007-05-06 2019-12-10 Varcode Ltd. System and method for quality management utilizing barcode indicators
US10776752B2 (en) 2007-05-06 2020-09-15 Varcode Ltd. System and method for quality management utilizing barcode indicators
US9026432B2 (en) 2007-08-01 2015-05-05 Ginger Software, Inc. Automatic context sensitive language generation, correction and enhancement using an internet corpus
US8645124B2 (en) 2007-08-01 2014-02-04 Ginger Software, Inc. Automatic context sensitive language generation, correction and enhancement using an internet corpus
US20100286979A1 (en) * 2007-08-01 2010-11-11 Ginger Software, Inc. Automatic context sensitive language correction and enhancement using an internet corpus
US20110184720A1 (en) * 2007-08-01 2011-07-28 Yael Karov Zangvil Automatic context sensitive language generation, correction and enhancement using an internet corpus
US8914278B2 (en) 2007-08-01 2014-12-16 Ginger Software, Inc. Automatic context sensitive language correction and enhancement using an internet corpus
US10719749B2 (en) 2007-11-14 2020-07-21 Varcode Ltd. System and method for quality management utilizing barcode indicators
US10262251B2 (en) 2007-11-14 2019-04-16 Varcode Ltd. System and method for quality management utilizing barcode indicators
US9135544B2 (en) 2007-11-14 2015-09-15 Varcode Ltd. System and method for quality management utilizing barcode indicators
US9836678B2 (en) 2007-11-14 2017-12-05 Varcode Ltd. System and method for quality management utilizing barcode indicators
US9558439B2 (en) 2007-11-14 2017-01-31 Varcode Ltd. System and method for quality management utilizing barcode indicators
US9330720B2 (en) 2008-01-03 2016-05-03 Apple Inc. Methods and apparatus for altering audio output signals
US10381016B2 (en) 2008-01-03 2019-08-13 Apple Inc. Methods and apparatus for altering audio output signals
US9865248B2 (en) 2008-04-05 2018-01-09 Apple Inc. Intelligent text-to-speech conversion
US9626955B2 (en) 2008-04-05 2017-04-18 Apple Inc. Intelligent text-to-speech conversion
US11449724B2 (en) 2008-06-10 2022-09-20 Varcode Ltd. System and method for quality management utilizing barcode indicators
US9710743B2 (en) 2008-06-10 2017-07-18 Varcode Ltd. Barcoded indicators for quality management
US10789520B2 (en) 2008-06-10 2020-09-29 Varcode Ltd. Barcoded indicators for quality management
US10049314B2 (en) 2008-06-10 2018-08-14 Varcode Ltd. Barcoded indicators for quality management
US11341387B2 (en) 2008-06-10 2022-05-24 Varcode Ltd. Barcoded indicators for quality management
US9384435B2 (en) 2008-06-10 2016-07-05 Varcode Ltd. Barcoded indicators for quality management
US10572785B2 (en) 2008-06-10 2020-02-25 Varcode Ltd. Barcoded indicators for quality management
US10417543B2 (en) 2008-06-10 2019-09-17 Varcode Ltd. Barcoded indicators for quality management
US10885414B2 (en) 2008-06-10 2021-01-05 Varcode Ltd. Barcoded indicators for quality management
US9646237B2 (en) 2008-06-10 2017-05-09 Varcode Ltd. Barcoded indicators for quality management
US9317794B2 (en) 2008-06-10 2016-04-19 Varcode Ltd. Barcoded indicators for quality management
US9996783B2 (en) 2008-06-10 2018-06-12 Varcode Ltd. System and method for quality management utilizing barcode indicators
US9626610B2 (en) 2008-06-10 2017-04-18 Varcode Ltd. System and method for quality management utilizing barcode indicators
US11238323B2 (en) 2008-06-10 2022-02-01 Varcode Ltd. System and method for quality management utilizing barcode indicators
US11704526B2 (en) 2008-06-10 2023-07-18 Varcode Ltd. Barcoded indicators for quality management
US10303992B2 (en) 2008-06-10 2019-05-28 Varcode Ltd. System and method for quality management utilizing barcode indicators
US10089566B2 (en) 2008-06-10 2018-10-02 Varcode Ltd. Barcoded indicators for quality management
US10776680B2 (en) 2008-06-10 2020-09-15 Varcode Ltd. System and method for quality management utilizing barcode indicators
US9535906B2 (en) 2008-07-31 2017-01-03 Apple Inc. Mobile device having human language translation capability with positional feedback
US10108612B2 (en) 2008-07-31 2018-10-23 Apple Inc. Mobile device having human language translation capability with positional feedback
US9959870B2 (en) 2008-12-11 2018-05-01 Apple Inc. Speech recognition involving a mobile device
KR20110132570A (en) * 2009-03-25 2011-12-08 마이크로소프트 코포레이션 Sharable distributed dictionary for applications
CN102362277A (en) * 2009-03-25 2012-02-22 微软公司 Sharable distributed dictionary for applications
KR101859775B1 (en) * 2009-03-25 2018-06-28 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 Sharable distributed dictionary for applications
US20100250239A1 (en) * 2009-03-25 2010-09-30 Microsoft Corporation Sharable distributed dictionary for applications
US8423353B2 (en) * 2009-03-25 2013-04-16 Microsoft Corporation Sharable distributed dictionary for applications
US11080012B2 (en) 2009-06-05 2021-08-03 Apple Inc. Interface for a virtual digital assistant
US10795541B2 (en) 2009-06-05 2020-10-06 Apple Inc. Intelligent organization of tasks items
US9858925B2 (en) 2009-06-05 2018-01-02 Apple Inc. Using context information to facilitate processing of commands in a virtual assistant
US10475446B2 (en) 2009-06-05 2019-11-12 Apple Inc. Using context information to facilitate processing of commands in a virtual assistant
US10283110B2 (en) 2009-07-02 2019-05-07 Apple Inc. Methods and apparatuses for automatic speech recognition
US10679605B2 (en) 2010-01-18 2020-06-09 Apple Inc. Hands-free list-reading by intelligent automated assistant
US10496753B2 (en) 2010-01-18 2019-12-03 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US8892446B2 (en) 2010-01-18 2014-11-18 Apple Inc. Service orchestration for intelligent automated assistant
US10706841B2 (en) 2010-01-18 2020-07-07 Apple Inc. Task flow identification based on user intent
US10276170B2 (en) 2010-01-18 2019-04-30 Apple Inc. Intelligent automated assistant
US11423886B2 (en) 2010-01-18 2022-08-23 Apple Inc. Task flow identification based on user intent
US10705794B2 (en) 2010-01-18 2020-07-07 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US9548050B2 (en) 2010-01-18 2017-01-17 Apple Inc. Intelligent automated assistant
US10553209B2 (en) 2010-01-18 2020-02-04 Apple Inc. Systems and methods for hands-free notification summaries
US9318108B2 (en) 2010-01-18 2016-04-19 Apple Inc. Intelligent automated assistant
US8903716B2 (en) 2010-01-18 2014-12-02 Apple Inc. Personalized vocabulary for digital assistant
CN102884518A (en) * 2010-02-01 2013-01-16 金格软件有限公司 Automatic context sensitive language correction using an internet corpus particularly for small keyboard devices
US9015036B2 (en) 2010-02-01 2015-04-21 Ginger Software, Inc. Automatic context sensitive language correction using an internet corpus particularly for small keyboard devices
US20150220509A1 (en) * 2010-02-01 2015-08-06 Ginger Software, Inc. Automatic context sensitive language correction using an internet corpus particularly for small keyboard devices
WO2011092691A1 (en) * 2010-02-01 2011-08-04 Ginger Software, Inc. Automatic context sensitive language correction using an internet corpus particularly for small keyboard devices
US10049675B2 (en) 2010-02-25 2018-08-14 Apple Inc. User profiling for voice input processing
US9190062B2 (en) 2010-02-25 2015-11-17 Apple Inc. User profiling for voice input processing
US9633660B2 (en) 2010-02-25 2017-04-25 Apple Inc. User profiling for voice input processing
US8719014B2 (en) 2010-09-27 2014-05-06 Apple Inc. Electronic device with text error correction based on voice recognition data
US10346478B2 (en) 2010-11-16 2019-07-09 Microsoft Technology Licensing, Llc Extensible search term suggestion engine
US10346479B2 (en) 2010-11-16 2019-07-09 Microsoft Technology Licensing, Llc Facilitating interaction with system level search user interface
US10073927B2 (en) 2010-11-16 2018-09-11 Microsoft Technology Licensing, Llc Registration for system level search user interface
US10762293B2 (en) 2010-12-22 2020-09-01 Apple Inc. Using parts-of-speech tagging and named entity recognition for spelling correction
US20120221251A1 (en) * 2011-02-22 2012-08-30 Neuron Valley Networks Systems and methods for selecting, ordering, scheduling, administering, storing, interpreting and transmitting a plurality of psychological, neurobehavioral and neurobiological tests
US10102359B2 (en) 2011-03-21 2018-10-16 Apple Inc. Device access using voice authentication
US9262612B2 (en) 2011-03-21 2016-02-16 Apple Inc. Device access using voice authentication
WO2012162265A3 (en) * 2011-05-23 2013-03-28 Microsoft Corporation Context aware input engine
US10057736B2 (en) 2011-06-03 2018-08-21 Apple Inc. Active transport based notifications
US11120372B2 (en) 2011-06-03 2021-09-14 Apple Inc. Performing actions associated with task items that represent tasks to perform
US10706373B2 (en) 2011-06-03 2020-07-07 Apple Inc. Performing actions associated with task items that represent tasks to perform
US10241644B2 (en) 2011-06-03 2019-03-26 Apple Inc. Actionable reminder entries
US9798393B2 (en) 2011-08-29 2017-10-24 Apple Inc. Text correction processing
US10241752B2 (en) 2011-09-30 2019-03-26 Apple Inc. Interface for a virtual digital assistant
US10134385B2 (en) 2012-03-02 2018-11-20 Apple Inc. Systems and methods for name pronunciation
US9483461B2 (en) 2012-03-06 2016-11-01 Apple Inc. Handling speech synthesis of content for multiple languages
US9953088B2 (en) 2012-05-14 2018-04-24 Apple Inc. Crowd sourcing information to fulfill user requests
US10079014B2 (en) 2012-06-08 2018-09-18 Apple Inc. Name recognition system
US9495129B2 (en) 2012-06-29 2016-11-15 Apple Inc. Device, method, and user interface for voice-activated navigation and browsing of a document
US9576574B2 (en) 2012-09-10 2017-02-21 Apple Inc. Context-sensitive handling of interruptions by intelligent digital assistant
US9971774B2 (en) 2012-09-19 2018-05-15 Apple Inc. Voice-based media searching
US9965712B2 (en) 2012-10-22 2018-05-08 Varcode Ltd. Tamper-proof quality management barcode indicators
US10552719B2 (en) 2012-10-22 2020-02-04 Varcode Ltd. Tamper-proof quality management barcode indicators
US10839276B2 (en) 2012-10-22 2020-11-17 Varcode Ltd. Tamper-proof quality management barcode indicators
US9633296B2 (en) 2012-10-22 2017-04-25 Varcode Ltd. Tamper-proof quality management barcode indicators
US10242302B2 (en) 2012-10-22 2019-03-26 Varcode Ltd. Tamper-proof quality management barcode indicators
US9400952B2 (en) 2012-10-22 2016-07-26 Varcode Ltd. Tamper-proof quality management barcode indicators
US10199051B2 (en) 2013-02-07 2019-02-05 Apple Inc. Voice trigger for a digital assistant
US10978090B2 (en) 2013-02-07 2021-04-13 Apple Inc. Voice trigger for a digital assistant
US11388291B2 (en) 2013-03-14 2022-07-12 Apple Inc. System and method for processing voicemail
US9368114B2 (en) 2013-03-14 2016-06-14 Apple Inc. Context-sensitive handling of interruptions
US10652394B2 (en) 2013-03-14 2020-05-12 Apple Inc. System and method for processing voicemail
US9697822B1 (en) 2013-03-15 2017-07-04 Apple Inc. System and method for updating an adaptive speech recognition model
US9922642B2 (en) 2013-03-15 2018-03-20 Apple Inc. Training an at least partial voice command system
US9633674B2 (en) 2013-06-07 2017-04-25 Apple Inc. System and method for detecting errors in interactions with a voice-based digital assistant
US9966060B2 (en) 2013-06-07 2018-05-08 Apple Inc. System and method for user-specified pronunciation of words for speech synthesis and recognition
US9582608B2 (en) 2013-06-07 2017-02-28 Apple Inc. Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
US9620104B2 (en) 2013-06-07 2017-04-11 Apple Inc. System and method for user-specified pronunciation of words for speech synthesis and recognition
US9966068B2 (en) 2013-06-08 2018-05-08 Apple Inc. Interpreting and acting upon commands that involve sharing information with remote devices
US10657961B2 (en) 2013-06-08 2020-05-19 Apple Inc. Interpreting and acting upon commands that involve sharing information with remote devices
US10185542B2 (en) 2013-06-09 2019-01-22 Apple Inc. Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
US10176167B2 (en) 2013-06-09 2019-01-08 Apple Inc. System and method for inferring user intent from speech inputs
US9300784B2 (en) 2013-06-13 2016-03-29 Apple Inc. System and method for emergency calls initiated by voice command
US20160322048A1 (en) * 2013-06-19 2016-11-03 Panasonic Intellectual Property Corporation Of America Voice interaction method, and device
USRE49014E1 (en) * 2013-06-19 2022-04-05 Panasonic Intellectual Property Corporation Of America Voice interaction method, and device
US9564129B2 (en) * 2013-06-19 2017-02-07 Panasonic Intellectual Property Corporation Of America Voice interaction method, and device
US10791216B2 (en) 2013-08-06 2020-09-29 Apple Inc. Auto-activating smart responses based on activities from remote devices
US20150127326A1 (en) * 2013-11-05 2015-05-07 GM Global Technology Operations LLC System for adapting speech recognition vocabulary
US9779722B2 (en) * 2013-11-05 2017-10-03 GM Global Technology Operations LLC System for adapting speech recognition vocabulary
US9741343B1 (en) * 2013-12-19 2017-08-22 Amazon Technologies, Inc. Voice interaction application selection
US9620105B2 (en) 2014-05-15 2017-04-11 Apple Inc. Analyzing audio input for efficient speech and music recognition
US10592095B2 (en) 2014-05-23 2020-03-17 Apple Inc. Instantaneous speaking of content on touch devices
US9502031B2 (en) 2014-05-27 2016-11-22 Apple Inc. Method for supporting dynamic grammars in WFST-based ASR
US9785630B2 (en) 2014-05-30 2017-10-10 Apple Inc. Text prediction using combined word N-gram and unigram language models
US10169329B2 (en) 2014-05-30 2019-01-01 Apple Inc. Exemplar-based natural language processing
US10170123B2 (en) 2014-05-30 2019-01-01 Apple Inc. Intelligent assistant for home automation
US10083690B2 (en) 2014-05-30 2018-09-25 Apple Inc. Better resolution when referencing to concepts
US10078631B2 (en) 2014-05-30 2018-09-18 Apple Inc. Entropy-guided text prediction using combined word and character n-gram language models
US9966065B2 (en) 2014-05-30 2018-05-08 Apple Inc. Multi-command single utterance input method
US10289433B2 (en) 2014-05-30 2019-05-14 Apple Inc. Domain specific language for encoding assistant dialog
US9842101B2 (en) 2014-05-30 2017-12-12 Apple Inc. Predictive conversion of language input
US11133008B2 (en) 2014-05-30 2021-09-28 Apple Inc. Reducing the need for manual start/end-pointing and trigger phrases
US10497365B2 (en) 2014-05-30 2019-12-03 Apple Inc. Multi-command single utterance input method
US9760559B2 (en) 2014-05-30 2017-09-12 Apple Inc. Predictive text input
US9734193B2 (en) 2014-05-30 2017-08-15 Apple Inc. Determining domain salience ranking from ambiguous words in natural speech
US9715875B2 (en) 2014-05-30 2017-07-25 Apple Inc. Reducing the need for manual start/end-pointing and trigger phrases
US11257504B2 (en) 2014-05-30 2022-02-22 Apple Inc. Intelligent assistant for home automation
US9633004B2 (en) 2014-05-30 2017-04-25 Apple Inc. Better resolution when referencing to concepts
US9430463B2 (en) 2014-05-30 2016-08-30 Apple Inc. Exemplar-based natural language processing
US9668024B2 (en) 2014-06-30 2017-05-30 Apple Inc. Intelligent automated assistant for TV user interactions
US9338493B2 (en) 2014-06-30 2016-05-10 Apple Inc. Intelligent automated assistant for TV user interactions
US10659851B2 (en) 2014-06-30 2020-05-19 Apple Inc. Real-time digital assistant knowledge updates
US10904611B2 (en) 2014-06-30 2021-01-26 Apple Inc. Intelligent automated assistant for TV user interactions
US10446141B2 (en) 2014-08-28 2019-10-15 Apple Inc. Automatic speech recognition based on user feedback
US9818400B2 (en) 2014-09-11 2017-11-14 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US10431204B2 (en) 2014-09-11 2019-10-01 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US10789041B2 (en) 2014-09-12 2020-09-29 Apple Inc. Dynamic thresholds for always listening speech trigger
US9646609B2 (en) 2014-09-30 2017-05-09 Apple Inc. Caching apparatus for serving phonetic pronunciations
US9986419B2 (en) 2014-09-30 2018-05-29 Apple Inc. Social reminders
US10127911B2 (en) 2014-09-30 2018-11-13 Apple Inc. Speaker identification and unsupervised speaker adaptation techniques
US9668121B2 (en) 2014-09-30 2017-05-30 Apple Inc. Social reminders
US9886432B2 (en) 2014-09-30 2018-02-06 Apple Inc. Parsimonious handling of word inflection via categorical stem + suffix N-gram language models
US10074360B2 (en) 2014-09-30 2018-09-11 Apple Inc. Providing an indication of the suitability of speech recognition
US11556230B2 (en) 2014-12-02 2023-01-17 Apple Inc. Data detection
US10552013B2 (en) 2014-12-02 2020-02-04 Apple Inc. Data detection
US9711141B2 (en) 2014-12-09 2017-07-18 Apple Inc. Disambiguating heteronyms in speech synthesis
US9865280B2 (en) 2015-03-06 2018-01-09 Apple Inc. Structured dictation using intelligent automated assistants
US10311871B2 (en) 2015-03-08 2019-06-04 Apple Inc. Competing devices responding to voice triggers
US9721566B2 (en) 2015-03-08 2017-08-01 Apple Inc. Competing devices responding to voice triggers
US9886953B2 (en) 2015-03-08 2018-02-06 Apple Inc. Virtual assistant activation
US11087759B2 (en) 2015-03-08 2021-08-10 Apple Inc. Virtual assistant activation
US10567477B2 (en) 2015-03-08 2020-02-18 Apple Inc. Virtual assistant continuity
US9899019B2 (en) 2015-03-18 2018-02-20 Apple Inc. Systems and methods for structured stem and suffix language models
US9842105B2 (en) 2015-04-16 2017-12-12 Apple Inc. Parsimonious continuous-space phrase representations for natural language processing
US11781922B2 (en) 2015-05-18 2023-10-10 Varcode Ltd. Thermochromic ink indicia for activatable quality labels
US11060924B2 (en) 2015-05-18 2021-07-13 Varcode Ltd. Thermochromic ink indicia for activatable quality labels
US10083688B2 (en) 2015-05-27 2018-09-25 Apple Inc. Device voice control for selecting a displayed affordance
US10127220B2 (en) 2015-06-04 2018-11-13 Apple Inc. Language identification from short strings
US10356243B2 (en) 2015-06-05 2019-07-16 Apple Inc. Virtual assistant aided communication with 3rd party service in a communication session
US10101822B2 (en) 2015-06-05 2018-10-16 Apple Inc. Language input correction
US10255907B2 (en) 2015-06-07 2019-04-09 Apple Inc. Automatic accent detection using acoustic models
US10186254B2 (en) 2015-06-07 2019-01-22 Apple Inc. Context-based endpoint detection
US11025565B2 (en) 2015-06-07 2021-06-01 Apple Inc. Personalized prediction of responses for instant messaging
US11920985B2 (en) 2015-07-07 2024-03-05 Varcode Ltd. Electronic quality indicator
US10697837B2 (en) 2015-07-07 2020-06-30 Varcode Ltd. Electronic quality indicator
US11009406B2 (en) 2015-07-07 2021-05-18 Varcode Ltd. Electronic quality indicator
US11614370B2 (en) 2015-07-07 2023-03-28 Varcode Ltd. Electronic quality indicator
US10671428B2 (en) 2015-09-08 2020-06-02 Apple Inc. Distributed personal assistant
US10747498B2 (en) 2015-09-08 2020-08-18 Apple Inc. Zero latency digital assistant
US11500672B2 (en) 2015-09-08 2022-11-15 Apple Inc. Distributed personal assistant
US9697820B2 (en) 2015-09-24 2017-07-04 Apple Inc. Unit-selection text-to-speech synthesis using concatenation-sensitive neural networks
US11010550B2 (en) 2015-09-29 2021-05-18 Apple Inc. Unified language modeling framework for word prediction, auto-completion and auto-correction
US10049149B2 (en) * 2015-09-29 2018-08-14 Oath Inc. Computerized system and method for search query auto-completion
US20170091198A1 (en) * 2015-09-29 2017-03-30 Yahoo! Inc. Computerized system and method for search query auto-completion
US10366158B2 (en) 2015-09-29 2019-07-30 Apple Inc. Efficient word encoding for recurrent neural network language models
US10885076B2 (en) 2015-09-29 2021-01-05 Verizon Media Inc. Computerized system and method for search query auto-completion
US11587559B2 (en) 2015-09-30 2023-02-21 Apple Inc. Intelligent device identification
US10354006B2 (en) * 2015-10-26 2019-07-16 International Business Machines Corporation System, method, and recording medium for web application programming interface recommendation with consumer provided content
US11526368B2 (en) 2015-11-06 2022-12-13 Apple Inc. Intelligent automated assistant in a messaging environment
US10691473B2 (en) 2015-11-06 2020-06-23 Apple Inc. Intelligent automated assistant in a messaging environment
CN105468467A (en) * 2015-11-27 2016-04-06 成都视达科信息技术有限公司 Character fault tolerance system and method
US10049668B2 (en) 2015-12-02 2018-08-14 Apple Inc. Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10223066B2 (en) 2015-12-23 2019-03-05 Apple Inc. Proactive assistance based on dialog communication between devices
US10446143B2 (en) 2016-03-14 2019-10-15 Apple Inc. Identification of voice inputs providing credentials
US9934775B2 (en) 2016-05-26 2018-04-03 Apple Inc. Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9972304B2 (en) 2016-06-03 2018-05-15 Apple Inc. Privacy preserving distributed evaluation framework for embedded personalized systems
US10249300B2 (en) 2016-06-06 2019-04-02 Apple Inc. Intelligent list reading
US11069347B2 (en) 2016-06-08 2021-07-20 Apple Inc. Intelligent automated assistant for media exploration
US10049663B2 (en) 2016-06-08 2018-08-14 Apple, Inc. Intelligent automated assistant for media exploration
US10354011B2 (en) 2016-06-09 2019-07-16 Apple Inc. Intelligent automated assistant in a home environment
US10192552B2 (en) 2016-06-10 2019-01-29 Apple Inc. Digital assistant providing whispered speech
US10067938B2 (en) 2016-06-10 2018-09-04 Apple Inc. Multilingual word prediction
US11037565B2 (en) 2016-06-10 2021-06-15 Apple Inc. Intelligent digital assistant in a multi-tasking environment
US10490187B2 (en) 2016-06-10 2019-11-26 Apple Inc. Digital assistant providing automated status report
US10509862B2 (en) 2016-06-10 2019-12-17 Apple Inc. Dynamic phrase expansion of language input
US10733993B2 (en) 2016-06-10 2020-08-04 Apple Inc. Intelligent digital assistant in a multi-tasking environment
US11152002B2 (en) 2016-06-11 2021-10-19 Apple Inc. Application integration with a digital assistant
US10269345B2 (en) 2016-06-11 2019-04-23 Apple Inc. Intelligent task discovery
US10521466B2 (en) 2016-06-11 2019-12-31 Apple Inc. Data driven natural language event detection and classification
US10089072B2 (en) 2016-06-11 2018-10-02 Apple Inc. Intelligent device arbitration and control
US10297253B2 (en) 2016-06-11 2019-05-21 Apple Inc. Application integration with a digital assistant
US10553215B2 (en) 2016-09-23 2020-02-04 Apple Inc. Intelligent automated assistant
US10043516B2 (en) 2016-09-23 2018-08-07 Apple Inc. Intelligent automated assistant
US10430042B2 (en) * 2016-09-30 2019-10-01 Sony Interactive Entertainment Inc. Interaction context-based virtual reality
US11281993B2 (en) 2016-12-05 2022-03-22 Apple Inc. Model and ensemble compression for metric learning
US10593346B2 (en) 2016-12-22 2020-03-17 Apple Inc. Rank-reduced token representation for automatic speech recognition
US10332518B2 (en) 2017-05-09 2019-06-25 Apple Inc. User interface for correcting recognition errors
US10755703B2 (en) 2017-05-11 2020-08-25 Apple Inc. Offline personal assistant
US10789945B2 (en) 2017-05-12 2020-09-29 Apple Inc. Low-latency intelligent automated assistant
US11405466B2 (en) 2017-05-12 2022-08-02 Apple Inc. Synchronization and task delegation of a digital assistant
US10410637B2 (en) 2017-05-12 2019-09-10 Apple Inc. User-specific acoustic models
US10791176B2 (en) 2017-05-12 2020-09-29 Apple Inc. Synchronization and task delegation of a digital assistant
US10482874B2 (en) 2017-05-15 2019-11-19 Apple Inc. Hierarchical belief states for digital assistants
US10810274B2 (en) 2017-05-15 2020-10-20 Apple Inc. Optimizing dialogue policy decisions for digital assistants using implicit feedback
US11217255B2 (en) 2017-05-16 2022-01-04 Apple Inc. Far-field extension for digital assistant services
US20220366137A1 (en) * 2017-07-31 2022-11-17 Apple Inc. Correcting input based on user context
US11263399B2 (en) * 2017-07-31 2022-03-01 Apple Inc. Correcting input based on user context
US11900057B2 (en) * 2017-07-31 2024-02-13 Apple Inc. Correcting input based on user context
US11222056B2 (en) 2017-11-13 2022-01-11 International Business Machines Corporation Gathering information on user interactions with natural language processor (NLP) items to order presentation of NLP items in documents
US11762897B2 (en) * 2017-11-13 2023-09-19 International Business Machines Corporation Determining user interactions with natural language processor (NPL) items in documents to determine priorities to present NPL items in documents to review
US11782967B2 (en) * 2017-11-13 2023-10-10 International Business Machines Corporation Determining user interactions with natural language processor (NPL) items in documents to determine priorities to present NPL items in documents to review
CN111859089A (en) * 2019-04-30 2020-10-30 北京智慧星光信息技术有限公司 Wrong word detection control method for internet information
US20220156262A1 (en) * 2020-11-17 2022-05-19 Microstrategy Incorporated Enahanced data indexing and searching

Similar Documents

Publication Publication Date Title
US20070265831A1 (en) System-Level Correction Service
US10162885B2 (en) Automated self-service user support based on ontology analysis
US9632652B2 (en) Switching search providers within an application search box
US10169471B2 (en) Generating and executing query language statements from natural language
US7703037B2 (en) Searchable task-based interface to control panel functionality
US8484238B2 (en) Automatically generating regular expressions for relaxed matching of text patterns
US9715531B2 (en) Weighting search criteria based on similarities to an ingested corpus in a question and answer (QA) system
US20060195435A1 (en) System and method for providing query assistance
US20110320433A1 (en) Automated Joining of Disparate Data for Database Queries
JP2005339542A (en) Query to task mapping
US10430713B2 (en) Predicting and enhancing document ingestion time
WO2014000143A1 (en) Input method editor application platform
US20080162528A1 (en) Content Management System and Method
US20160026639A1 (en) Context-based text auto completion
AU2018250372A1 (en) Method to construct content based on a content repository
US20060241995A1 (en) Task-based interface with underlying extensible framework
JP2006178599A (en) Document retrieval device and method
US11036478B2 (en) Automated determination of transformation objects
US20190095538A1 (en) Method and system for generating content from search results rendered by a search engine
JP2020123134A (en) Extraction method, information processing device, and extraction program
US20220382753A1 (en) Narrowing synonym dictionary results using document attributes
US7860704B2 (en) Lexicon-based content correlation and navigation
CN116881390A (en) Code retrieval method, device, storage medium and computing equipment
JP2010117790A (en) System and method for retrieving document data and program
JP2006146458A (en) Document search device and document search program

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DINUR, ITAI;KONOPNICKI, DAVID;REEL/FRAME:017589/0825;SIGNING DATES FROM 20060504 TO 20060508

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION