US20060129543A1 - Method, system, and program for checking contact information - Google Patents

Method, system, and program for checking contact information Download PDF

Info

Publication number
US20060129543A1
US20060129543A1 US11/351,237 US35123706A US2006129543A1 US 20060129543 A1 US20060129543 A1 US 20060129543A1 US 35123706 A US35123706 A US 35123706A US 2006129543 A1 US2006129543 A1 US 2006129543A1
Authority
US
United States
Prior art keywords
contact
phrase
address
directory
record
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/351,237
Inventor
Cary Bates
Paul Day
John Santosuosso
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US11/351,237 priority Critical patent/US20060129543A1/en
Publication of US20060129543A1 publication Critical patent/US20060129543A1/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • G06F40/295Named entity recognition

Definitions

  • Preferred embodiments provide a method, system, and program for enhancing a spell checking program to handle contact information, such as universal resource locators (URLs), e-mail addresses, names, street addresses, phone numbers, etc.
  • contact information such as universal resource locators (URLs), e-mail addresses, names, street addresses, phone numbers, etc.
  • Most word processing programs such as Lotus Word Pro, Microsoft Word, and Corel WordPerfect,** include a spell checker feature.
  • Prior art spell checker programs notify the user of a spelling error whenever encountering an e-mail address, e.g., “joe@us.ibm.com”, universal resource locator (URL) address “http://www.ibm.com”, personal name, e.g., “Joe Smith”, and street address, e.g., 100 Mullberry Street.
  • URL universal resource locator
  • the user of the word processing program will bypass the personal name, street address, e-mail address, and URL address.
  • prior art spell checkers include limited capability in providing meaningful handling of contact information, such as personal names, street addresses, and electronic addresses, such as e-mail and URL addresses.
  • preferred embodiments disclose a computer implemented method, system, and program for checking text in an electronic document. Words in the text are scanned and parsed. For each set of one or more scanned and parsed words, a determination is made of whether one or more words form a contact phrase providing information to identify or address a person or entity. After one contact phrase is scanned, contact information is accessed including contact phrases. The contact information is searched to determine if the scanned contact phrase matches contact phrases in the searched contact information.
  • contact phrases comprise one of a name, phone number, street address, e-mail address, and URL.
  • the contact information may comprise contact records for different contacts in a computer readable address book. In such case, each contact record is capable of including multiple different contact phrases for one contact person or entity.
  • the determined similar contact phrases are displayed.
  • the user is capable of selecting one displayed similar contact phrase to substitute for the scanned contact phrase.
  • Additional embodiments concern, a method, system, and program for checking contact phrases providing information to identify or address a person or entity in a contact record in a computer readable address book.
  • One contact phrase in one of the contact records in the address book is accessed.
  • a search request is submitted to a computer readable directory over a network.
  • the directory provides searchable contact information including contact phrases on persons or entities.
  • the search request determines whether the accessed contact phrase from one contact record matches one contact phrase in the directory.
  • Search results information is received from the directory.
  • the received search result information may be used to update one or more contact phrases in one contact record of the address book.
  • Preferred embodiments provide a computer implemented technique to enhance spell checker programs to improve the handling and checking of contact information, such as names and contact addresses of persons and entities. Further embodiments provide additional on-line checking of contact information in a document or contact information in a computer readable address book by accessing a computer readable directory over a network, such as the Internet.
  • FIG. 1 illustrates a computing environment in which preferred embodiments are implemented
  • FIG. 2 illustrates a graphical user interface (GUI) form displaying contact fields in a record in an address book in a manner known in the art;
  • GUI graphical user interface
  • FIG. 3 illustrates a replacement box used with a spell checker program in accordance with preferred embodiments of the present invention
  • FIG. 4 illustrates logic implemented in a spell checker program to perform spell checking operations with respect to contact phrases, such as e-mail addresses, street addresses, names, phone numbers, etc., in accordance with preferred embodiments of the present invention.
  • FIG. 5 illustrates logic to check contact information located by a spell checker program or check records of an address book against an Internet directory in accordance with preferred embodiments of the present invention.
  • FIG. 1 illustrates a computing environment in which preferred embodiments are implemented.
  • the computing environment includes a computer system 2 having a processor 4 and a memory 6 .
  • the processor 4 may comprise any computer microprocessor device known in the art.
  • the memory 6 may comprise any computer volatile memory device known in the art for storing data structures that the processor 4 is accessing and processing.
  • the memory 6 may comprise any type of non-volatile storage device known in the art capable of being accessed by the processor 4 , such as a hard disk drive, tape drive, etc.
  • the memory 6 includes a text editor program 12 , a spell checker program 14 , address book 16 , and document 18 .
  • the text editor program 12 executes in memory 6 to provide a graphical user interface (GUI) text editing tool known in the art, such as WordPerfect, Microsoft Word, Lotus Word Pro, etc.**
  • GUI graphical user interface
  • the spell checker program 14 may be a component within the installed text editor program 12 or a separate utility that is integrated with the text editor program 12 user interface.
  • the spell checker program 14 includes the spell checking capabilities of spell checking programs known in the art and the additional capabilities of the preferred embodiments described herein.
  • the address book 16 comprises a computer readable database of address and contact information maintained by the user, a program for accessing the address book 16 , and an interface to allow the user to input contact information.
  • the address book 16 may be part of an e-mail program or personal information manager (PIM) program known in the art.
  • PIM personal information manager
  • An Internet checking program 20 comprises a program object or function within the spell checker 14 and/or address book 16 program that is used to check contact information against information maintained in an Internet directory. For instance, if the contact information includes a URL address, then the Internet checking program 20 may check the format of the URL address or ping the address over the Internet to determine if the URL link is still valid.
  • the system further includes a display monitor 22 for displaying the graphical user interface (GUI) of the text editor program 12 and at least one input device 24 , such as a touch pad, touch screen, mouse, pen stylus, keyboard, voice activated input, and/or any other input device known in the art capable of selecting displayed graphical elements and entering user input.
  • GUI graphical user interface
  • the computer 2 is connected to the Internet 26 and is capable of accessing Internet directories 28 , such as the Yahoo Yellow pages or other on-line databases of phone numbers and contact addresses for persons and entities.
  • FIG. 2 illustrates an example of a graphical user interface (GUI) contact form 50 known in the art in which the user may review, revise, or enter contact information in a contact record in the address book 16 database.
  • GUI graphical user interface
  • the contact form 50 displays the contact name, company, home phone number, business phone number, e-mail, and other contact information from a contact record in the address book 16 .
  • the contact form 50 further includes a “Check Internet Directory button” 52 . Selection of this button 52 causes the address book 16 program to access an Internet directory 24 over the Internet 26 to search the Internet directory 28 using the full name information in the displayed contact form 50 .
  • the address book 16 program may perform a reverse look-up search of the Internet directory 28 using the contact information in the address, telephone, and/or e-mail fields in the contact form 50 .
  • the address book program 16 may then display to the user the results of the reverse look up to allow the user to check or verify the information in the contact form 50 or allow the user to enter contact information from the search result in empty or already full fields, e.g., phone numbers, e-mail etc., located from the reverse look-up.
  • FIG. 3 illustrates a replacement box 60 that is displayed by the spell checker 14 when identifying a name or contact address (e.g., phone number, e-mail, street address, etc.) of a person or entity in the document 18 that does not match names or contact addresses in the address book 16 .
  • the spell checker 14 highlights 62 the contact phrase in text 64 that fails to match an entry in the address book 16 and displays the non-matching contact phrase in a “Replace with” box 66 .
  • the closest matching replacements found in the address book 16 are displayed in the “Replacements” box 68 .
  • the user may select the “Skip” button 70 to leave the highlighted contact phrase 62 unchanged in the text 64 or the “Skip All” button 72 to leave all instances of the contact phrase 62 unchanged in the text 64 .
  • the “Replace” button 76 is selected to replace the highlighted contact phrase 62 in the text 64 with a highlighted word in the “Replacements” box 66 or a new contact phrase the user enters into the “Replace with” box 66 .
  • Selection of the “Add to Address Book” button 78 displays a new contact record form from the address book 16 , such as the record 50 shown in FIG. 2 , displaying the highlighted 62 contact phrase in the “Replace with” box in the appropriate contact field in the address record. The user may fill in additional information in the other fields in the address record 50 then save the new record in the address book 16 .
  • the user may further select the “Check Internet Directory” button 80 to cause the spell checker 14 to access a default or user specified Internet directory 28 over the Internet 26 and then search the Internet directory for the highlighted contact phrase 62 . If there is a match, then the spell checker 14 could display a dialog box stating that a match occurred and further information on the matching entry in the Internet directory 28 . The user may also be alerted if there is no match in the Internet directory 28 .
  • FIG. 4 illustrates program logic implemented in the spell checker 14 to provide special handling for contact phrases, such as entity or person names, telephone numbers, e-mail addresses, street addresses, URLs, etc.
  • the spell checker 14 is invoked.
  • the spell checker 14 is invoked from the text editor 12 user interface to spell check words within a selected area of text or the entire document 18 .
  • the spell checker 14 scans and parses (at block 102 ) a group of one or more words in a manner known in the art and determines (at block 104 ) whether one or more of the scanned words form a contact phrase (e.g., e-mail address, street address, name, telephone number, etc.) according to a set of contact phrase rules.
  • a contact phrase e.g., e-mail address, street address, name, telephone number, etc.
  • the spell checker 14 would maintain a set of rules of formats for contact phrases. If one or more consecutive words constitute a contact phrase according to the set of contact phrase rules, then the spell checker 14 determines (at block 106 ) whether the scanned contact phrase matches any contact phrase in an appropriate contact phrase field of one address book 16 record. This step would require that the spell checker 14 use specialized address book 16 application program interfaces (API) to query records in the address book 16 .
  • API application program interfaces
  • the address book 16 comprises a database of contact records, where each contact record includes fields for different types of contact phrases (e.g., e-mail address, street address, name, telephone number, etc.).
  • the spell checker 14 would also determine the type of contact phrase, e.g., e-mail address, street address, name, telephone number, etc. The spell checker 14 could then query the fields in the address book 16 records that correspond to the determined type of contact phrase.
  • the spell checker would query the e-mail field in the address book 16 records; if the type is a telephone number, then the spell checker 14 would query all telephone number fields, e.g., business, home, fax, in the address book 16 records.
  • the spell checker 14 determines (at block 108 ) whether there are further strings to check. If not, the checking ends. Otherwise, if there are further words to check, then the spell checker 14 scans and parses (at block 109 ) the next words in the search area and returns to block 104 . Otherwise, if (at block 106 ) the contact phrase does not match, then the spell checker 14 displays (at block 110 ) the replacement box 60 ( FIG. 3 ) with the scanned contact phrase displayed in the “Replace with” box 66 and determined similar entries in the searched address book 16 records in the “Replacements” box 68 .
  • control proceeds to block 108 to scan and parse further words in the selected portion of the document 18 being checked by the spell checker 14 .
  • the spell checker 14 determines (at block 112 ) whether the scanned word constitutes a URL according to a set of URL rules. If the scanned word is not a URL, then the spell checker 14 handles (at block 114 ) the scanned word using a dictionary maintained by the spell checker in a manner known in the art. If the scanned word is a URL, then the spell checker 14 determines (at block 118 ) whether the scanned URL is in a URL list maintained in memory 6 .
  • the URL list comprises a list of URLs that the user has previously accessed or approved.
  • control proceeds to block 108 to consider further words in the document 18 . Otherwise, if the URL does not match, then the spell checker 14 displays the replacement box 60 including the scanned URL in the “Replace with” box 66 and similar URLs in the URL list in the “Replacements” box 68 . Control then proceeds to block 120 to consider the next words in the document 18 .
  • FIG. 5 illustrates logic implemented in the Internet checking program 20 , which may comprise a program component of the spell checker 14 and/or address book 16 program, to check any contact phrases in the document 18 or in address book 16 records against information maintained in an Internet directory 28 .
  • Control begins at block 200 with either the spell checker 14 or address book 16 program invoking the Internet checking program 20 or module.
  • This function may be invoked by selecting the “Check Internet Directory” button 80 in the replacement box 60 ( FIG. 3 ) to check the contact phrase in the “Replace with” box 60 .
  • this mode may be invoked by selection of the “Check Internet Directory” button 52 in the address book 16 contact form 50 ( FIG. 2 ) to check the contact phrases in each contact field.
  • the Internet checking program 20 may search the Internet directory 28 on the full name in the form 50 to check whether the Internet directory 28 includes a street address, e-mail address or phone numbers for the checked name.
  • the address book program 16 may perform a reverse look-up using the e-mail address or phone numbers maintained with the address book 16 record for the contact to verify the name and other contact information in the address book records 16 against the reverse look-up search results.
  • the Internet checking program 20 sends (at block 204 ) a ping over the Internet 26 to the URL. If (at block 206 ) a response to the ping is returned, then the Internet checking program 20 displays (at block 208 ) a message that the URL is active; otherwise, a message is displayed (at block 210 ) that the URL is not active.
  • the Internet checking program 20 accesses (at block 212 ) the Internet directory 26 over the Internet 26 and submits (at block 214 ) a search using the contact phrase in the “Replacement with” box 66 or in the address book 16 record.
  • a contact name or contact address e.g., street address, e-mail address, phone number, etc.
  • the Internet checking program 20 receives the search results of the Internet directory 28 , which may indicate that there were no matches, or provide a matching entry in the Internet directory 28 , which would likely include additional contact information for the contact phrase searched. If the Internet checking program 20 is integrated with the spell checker 14 , then the Internet checking program 20 may determine whether the contact phrase in the “Replacement with” box 66 is found in the Internet directory 24 . If the searched contact phrase is a name, then the Internet checking program 20 may display to the user related contact information for that person. If the searched on contact phrase is a contact address, such as an e-mail address, street address, phone number, etc., then the Internet checking program 20 may display results from a reverse look-up operation. In this way, the user may review related contact information when invoking the Internet checking function during a spell check operation.
  • a contact address such as an e-mail address, street address, phone number, etc.
  • the search results may provide related contact addresses for the searched name, e.g., phone number, e-mail, street address, etc.
  • the Internet checking program 20 may then compare the returned search results with contact information stored in the address book 16 record to determine any discrepancies.
  • the Internet checking program 16 may then display an interface to alert the user of discrepancies or prompt the user to input returned contact results into fields in the address book 16 record, or replace information in the address book 16 record fields with the contact search results.
  • the user may schedule the Internet checking program 20 to perform periodic checking of all records in the address book 16 against information maintained in the Internet directory 26 during off-hours. The results may then be presented to the user to notify the user of any inconsistencies and allow the user to input the returned contact information in the appropriate fields in the address book 16 records.
  • the spell checker 14 may check the consistency of the syntax used in contact phrases, such as telephone numbers, URL addresses etc.
  • the spell checker 14 would buffer all contact information to be checked for inconsistencies. After checking the entire page or selected area, the spell checker 14 would compare the syntax used for buffered contact phrases of a particular type and notify the user of any inconsistencies in the syntax used. For instance, the spell checker 14 would compare the format used for phone numbers, e.g., 310-555-5555,555-5556, (310) 555-5557, and note that in each case a different syntax was used for the numbers. The spell checker 14 would alert the user to the presence of different syntax for phone numbers.
  • the spell checker 14 may compare the syntax of URLs in the document, e.g., www.ibm.com, http://www.ibm.com, etc., and notify the user of any inconsistency. Still further, the spell checker 14 could check whether the syntax of a URL is correct, such as checking whether the correct forward slashes “//” following the “http” are used as opposed to incorrectly using back slashes “ ⁇ ”. This consistency checking feature allows the user to improve the appearance of the document by consistently using the same format for contact information.
  • Preferred embodiments provide a program and user interface to extend the capabilities of spell checker programs to provide spell checking and confirmation of contact phrases in a document 18 . Further, preferred embodiments provide a technique for real-time checking of address information entered into a document 18 or in address book 16 records against an Internet directory 28 over the Internet 26 . Preferred embodiments extend spell checker functions to accommodate the frequent use of electronic addresses and URLs that are often included in business and personal documents generated by word processing programs.
  • the preferred embodiments may be implemented as a method, apparatus or program using standard programming and/or engineering techniques to produce software, firmware, hardware, or any combination thereof.
  • the program, code and instructions in which the preferred embodiments are implemented are accessible from and embedded in an information bearing medium, which may comprise one or more computer-readable devices, firmware, programmable logic, memory devices (e.g., EEPROMs, ROMs, PROMs, RAMs, SRAMs, etc.), hardware, electronic devices, a computer readable magnetic storage unit, CD-ROM, a file server providing access to the programs via a network transmission line, wireless transmission media, signals propagating through space, radio waves, infrared signals, etc.
  • GUIs such as the address book form 50 and replacement box 60 provided particular fields in a particular layout.
  • any GUI arrangement may be used to present the information and functions provided herein to the user.
  • the GUI panels described in FIGS. 2 and 3 may include more or less information than shown in the exemplar figures.
  • GUI was described as having particular pushbuttons to cause a particular set of actions to occur.
  • GUI panels for the composition tool may include additional pushbuttons to provide additional functions or combinations of functions described herein.
  • the Internet checking program 20 checked a single Internet directory 28 over the Internet 26 .
  • multiple Internet directories may be checked.
  • directories stored locally or available over other networks known in the art, e.g., an Intranet, private LAN, etc., may be checked.
  • the present invention provides a computer implemented method, system, and program for checking text in an electronic document.
  • Words in the text are scanned and parsed. For each set of one or more scanned and parsed words, a determination is made of whether one or more words form a contact phrase providing information to identify or address a person or entity. After one contact phrase is scanned, contact information is accessed including contact phrases. The contact information is searched to determine if the scanned contact phrase matches contact phrases in the searched contact information.
  • **WordPerfect is a registered trademark of Corel Corporation; Word Pro is a registered trademark of Lotus Development Corporation.

Abstract

Provided is a computer implemented method, system, and program for checking text in an electronic document. Words in the text are scanned and parsed. For each set of one or more scanned and parsed words, a determination is made of whether one or more words form a contact phrase providing information to identify or address a person or entity. After one contact phrase is scanned, contact information is accessed including contact phrases. The contact information is searched to determine if the scanned contact phrase matches contact phrases in the searched contact information.

Description

    REFERENCE TO PARENT APPLICATION
  • This patent application is a divisional of the co-pending patent application “METHOD, SYSTEM, AND PROGRAM FOR CHECKING CONTCT INFORMATION”, Ser. No. 09/658,078 filed by Bates et al. on Sep. 11, 2000, which is incorporated herein by reference.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • Preferred embodiments provide a method, system, and program for enhancing a spell checking program to handle contact information, such as universal resource locators (URLs), e-mail addresses, names, street addresses, phone numbers, etc.
  • 2. Description of the Related Art
  • Most word processing programs, such as Lotus Word Pro, Microsoft Word, and Corel WordPerfect,** include a spell checker feature. Prior art spell checker programs notify the user of a spelling error whenever encountering an e-mail address, e.g., “joe@us.ibm.com”, universal resource locator (URL) address “http://www.ibm.com”, personal name, e.g., “Joe Smith”, and street address, e.g., 100 Mullberry Street. Typically, the user of the word processing program will bypass the personal name, street address, e-mail address, and URL address. Thus, prior art spell checkers include limited capability in providing meaningful handling of contact information, such as personal names, street addresses, and electronic addresses, such as e-mail and URL addresses.
  • Accordingly, there is a need in the art to enhance spell checker functionality to provide a more meaningful handling and analysis of names, addresses, phone numbers, and other contact information in a document.
  • SUMMARY OF THE PREFERRED EMBODIMENTS
  • To overcome the limitations in the prior art described above, preferred embodiments disclose a computer implemented method, system, and program for checking text in an electronic document. Words in the text are scanned and parsed. For each set of one or more scanned and parsed words, a determination is made of whether one or more words form a contact phrase providing information to identify or address a person or entity. After one contact phrase is scanned, contact information is accessed including contact phrases. The contact information is searched to determine if the scanned contact phrase matches contact phrases in the searched contact information.
  • In further embodiments, contact phrases comprise one of a name, phone number, street address, e-mail address, and URL. Further, the contact information may comprise contact records for different contacts in a computer readable address book. In such case, each contact record is capable of including multiple different contact phrases for one contact person or entity.
  • In still further embodiments, a determination is made of one or more contact phrases in the contact information that are similar to the scanned contact phrase if the scanned contact phrase does not match one contact phrase in the contact information. The determined similar contact phrases are displayed. Moreover, the user is capable of selecting one displayed similar contact phrase to substitute for the scanned contact phrase.
  • Additional embodiments concern, a method, system, and program for checking contact phrases providing information to identify or address a person or entity in a contact record in a computer readable address book. One contact phrase in one of the contact records in the address book is accessed. A search request is submitted to a computer readable directory over a network. The directory provides searchable contact information including contact phrases on persons or entities. The search request determines whether the accessed contact phrase from one contact record matches one contact phrase in the directory. Search results information is received from the directory. The received search result information may be used to update one or more contact phrases in one contact record of the address book.
  • Preferred embodiments provide a computer implemented technique to enhance spell checker programs to improve the handling and checking of contact information, such as names and contact addresses of persons and entities. Further embodiments provide additional on-line checking of contact information in a document or contact information in a computer readable address book by accessing a computer readable directory over a network, such as the Internet.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Referring now to the drawings in which like reference numbers represents corresponding parts throughout:
  • FIG. 1 illustrates a computing environment in which preferred embodiments are implemented;
  • FIG. 2 illustrates a graphical user interface (GUI) form displaying contact fields in a record in an address book in a manner known in the art;
  • FIG. 3 illustrates a replacement box used with a spell checker program in accordance with preferred embodiments of the present invention;
  • FIG. 4 illustrates logic implemented in a spell checker program to perform spell checking operations with respect to contact phrases, such as e-mail addresses, street addresses, names, phone numbers, etc., in accordance with preferred embodiments of the present invention; and
  • FIG. 5 illustrates logic to check contact information located by a spell checker program or check records of an address book against an Internet directory in accordance with preferred embodiments of the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • In the following description, reference is made to the accompanying drawings which form a part hereof, and which illustrate several embodiments of the present invention. It is understood that other embodiments may be utilized and structural and operational changes may be made without departing from the scope of the present invention.
  • FIG. 1 illustrates a computing environment in which preferred embodiments are implemented. The computing environment includes a computer system 2 having a processor 4 and a memory 6. The processor 4 may comprise any computer microprocessor device known in the art. The memory 6 may comprise any computer volatile memory device known in the art for storing data structures that the processor 4 is accessing and processing. Alternatively, the memory 6 may comprise any type of non-volatile storage device known in the art capable of being accessed by the processor 4, such as a hard disk drive, tape drive, etc.
  • The memory 6 includes a text editor program 12, a spell checker program 14, address book 16, and document 18. The text editor program 12 executes in memory 6 to provide a graphical user interface (GUI) text editing tool known in the art, such as WordPerfect, Microsoft Word, Lotus Word Pro, etc.** The spell checker program 14 may be a component within the installed text editor program 12 or a separate utility that is integrated with the text editor program 12 user interface. The spell checker program 14 includes the spell checking capabilities of spell checking programs known in the art and the additional capabilities of the preferred embodiments described herein. The address book 16 comprises a computer readable database of address and contact information maintained by the user, a program for accessing the address book 16, and an interface to allow the user to input contact information. The address book 16 may be part of an e-mail program or personal information manager (PIM) program known in the art. The spell checker program 14 utilizes interface calls in order to access information from the address book 16.
  • An Internet checking program 20 comprises a program object or function within the spell checker 14 and/or address book 16 program that is used to check contact information against information maintained in an Internet directory. For instance, if the contact information includes a URL address, then the Internet checking program 20 may check the format of the URL address or ping the address over the Internet to determine if the URL link is still valid.
  • The system further includes a display monitor 22 for displaying the graphical user interface (GUI) of the text editor program 12 and at least one input device 24, such as a touch pad, touch screen, mouse, pen stylus, keyboard, voice activated input, and/or any other input device known in the art capable of selecting displayed graphical elements and entering user input. Further, the computer 2 is connected to the Internet 26 and is capable of accessing Internet directories 28, such as the Yahoo Yellow pages or other on-line databases of phone numbers and contact addresses for persons and entities.
  • FIG. 2 illustrates an example of a graphical user interface (GUI) contact form 50 known in the art in which the user may review, revise, or enter contact information in a contact record in the address book 16 database. The contact form 50 displays the contact name, company, home phone number, business phone number, e-mail, and other contact information from a contact record in the address book 16. The contact form 50 further includes a “Check Internet Directory button” 52. Selection of this button 52 causes the address book 16 program to access an Internet directory 24 over the Internet 26 to search the Internet directory 28 using the full name information in the displayed contact form 50. Further, if the Internet directory 28 allows for “reverse look-ups”, i.e., searching for a name from a telephone number, address or e-mail, then the address book 16 program may perform a reverse look-up search of the Internet directory 28 using the contact information in the address, telephone, and/or e-mail fields in the contact form 50. The address book program 16 may then display to the user the results of the reverse look up to allow the user to check or verify the information in the contact form 50 or allow the user to enter contact information from the search result in empty or already full fields, e.g., phone numbers, e-mail etc., located from the reverse look-up.
  • FIG. 3 illustrates a replacement box 60 that is displayed by the spell checker 14 when identifying a name or contact address (e.g., phone number, e-mail, street address, etc.) of a person or entity in the document 18 that does not match names or contact addresses in the address book 16. In the replacement box 60 embodiment of FIG. 3, the spell checker 14 highlights 62 the contact phrase in text 64 that fails to match an entry in the address book 16 and displays the non-matching contact phrase in a “Replace with” box 66. The closest matching replacements found in the address book 16 are displayed in the “Replacements” box 68. The user may select the “Skip” button 70 to leave the highlighted contact phrase 62 unchanged in the text 64 or the “Skip All” button 72 to leave all instances of the contact phrase 62 unchanged in the text 64. The “Replace” button 76 is selected to replace the highlighted contact phrase 62 in the text 64 with a highlighted word in the “Replacements” box 66 or a new contact phrase the user enters into the “Replace with” box 66. Selection of the “Add to Address Book” button 78 displays a new contact record form from the address book 16, such as the record 50 shown in FIG. 2, displaying the highlighted 62 contact phrase in the “Replace with” box in the appropriate contact field in the address record. The user may fill in additional information in the other fields in the address record 50 then save the new record in the address book 16.
  • The user may further select the “Check Internet Directory” button 80 to cause the spell checker 14 to access a default or user specified Internet directory 28 over the Internet 26 and then search the Internet directory for the highlighted contact phrase 62. If there is a match, then the spell checker 14 could display a dialog box stating that a match occurred and further information on the matching entry in the Internet directory 28. The user may also be alerted if there is no match in the Internet directory 28.
  • FIG. 4 illustrates program logic implemented in the spell checker 14 to provide special handling for contact phrases, such as entity or person names, telephone numbers, e-mail addresses, street addresses, URLs, etc. At block 100, the spell checker 14 is invoked. In preferred embodiments the spell checker 14 is invoked from the text editor 12 user interface to spell check words within a selected area of text or the entire document 18. The spell checker 14 scans and parses (at block 102) a group of one or more words in a manner known in the art and determines (at block 104) whether one or more of the scanned words form a contact phrase (e.g., e-mail address, street address, name, telephone number, etc.) according to a set of contact phrase rules. In preferred embodiments, the spell checker 14 would maintain a set of rules of formats for contact phrases. If one or more consecutive words constitute a contact phrase according to the set of contact phrase rules, then the spell checker 14 determines (at block 106) whether the scanned contact phrase matches any contact phrase in an appropriate contact phrase field of one address book 16 record. This step would require that the spell checker 14 use specialized address book 16 application program interfaces (API) to query records in the address book 16.
  • In preferred embodiments, the address book 16 comprises a database of contact records, where each contact record includes fields for different types of contact phrases (e.g., e-mail address, street address, name, telephone number, etc.). In such case, as part of determining whether the scanned word(s) constitute a contact phrase according to contact rules, the spell checker 14 would also determine the type of contact phrase, e.g., e-mail address, street address, name, telephone number, etc. The spell checker 14 could then query the fields in the address book 16 records that correspond to the determined type of contact phrase. For instance, if the type of contact phrase is an e-mail address, then the spell checker would query the e-mail field in the address book 16 records; if the type is a telephone number, then the spell checker 14 would query all telephone number fields, e.g., business, home, fax, in the address book 16 records.
  • If (at block 106) the scanned contact phrase matches a field in one or more address book 16 records, then the spell checker 14 determines (at block 108) whether there are further strings to check. If not, the checking ends. Otherwise, if there are further words to check, then the spell checker 14 scans and parses (at block 109) the next words in the search area and returns to block 104. Otherwise, if (at block 106) the contact phrase does not match, then the spell checker 14 displays (at block 110) the replacement box 60 (FIG. 3) with the scanned contact phrase displayed in the “Replace with” box 66 and determined similar entries in the searched address book 16 records in the “Replacements” box 68. The user may then perform one of the actions in the replacement box 60 described above. After selecting a particular replacement action with respect to the scanned contact phrase, control proceeds to block 108 to scan and parse further words in the selected portion of the document 18 being checked by the spell checker 14.
  • If (at block 104) one or more of the scanned words do not constitute a contact phrase, then the spell checker 14 determines (at block 112) whether the scanned word constitutes a URL according to a set of URL rules. If the scanned word is not a URL, then the spell checker 14 handles (at block 114) the scanned word using a dictionary maintained by the spell checker in a manner known in the art. If the scanned word is a URL, then the spell checker 14 determines (at block 118) whether the scanned URL is in a URL list maintained in memory 6. The URL list comprises a list of URLs that the user has previously accessed or approved. If the scanned URL matches a URL in the URL list, then control proceeds to block 108 to consider further words in the document 18. Otherwise, if the URL does not match, then the spell checker 14 displays the replacement box 60 including the scanned URL in the “Replace with” box 66 and similar URLs in the URL list in the “Replacements” box 68. Control then proceeds to block 120 to consider the next words in the document 18.
  • FIG. 5 illustrates logic implemented in the Internet checking program 20, which may comprise a program component of the spell checker 14 and/or address book 16 program, to check any contact phrases in the document 18 or in address book 16 records against information maintained in an Internet directory 28. Control begins at block 200 with either the spell checker 14 or address book 16 program invoking the Internet checking program 20 or module. This function may be invoked by selecting the “Check Internet Directory” button 80 in the replacement box 60 (FIG. 3) to check the contact phrase in the “Replace with” box 60. Alternatively, this mode may be invoked by selection of the “Check Internet Directory” button 52 in the address book 16 contact form 50 (FIG. 2) to check the contact phrases in each contact field. For instance, when invoked from the address book 16, the Internet checking program 20 may search the Internet directory 28 on the full name in the form 50 to check whether the Internet directory 28 includes a street address, e-mail address or phone numbers for the checked name. Still further, the address book program 16 may perform a reverse look-up using the e-mail address or phone numbers maintained with the address book 16 record for the contact to verify the name and other contact information in the address book records 16 against the reverse look-up search results.
  • If (at block 202) the check is of a URL, then the Internet checking program 20 sends (at block 204) a ping over the Internet 26 to the URL. If (at block 206) a response to the ping is returned, then the Internet checking program 20 displays (at block 208) a message that the URL is active; otherwise, a message is displayed (at block 210) that the URL is not active. If (at block 202) the contact phrase being checked is not a URL, and instead a contact name or contact address (e.g., street address, e-mail address, phone number, etc.), then the Internet checking program 20 accesses (at block 212) the Internet directory 26 over the Internet 26 and submits (at block 214) a search using the contact phrase in the “Replacement with” box 66 or in the address book 16 record.
  • At block 216, the Internet checking program 20 receives the search results of the Internet directory 28, which may indicate that there were no matches, or provide a matching entry in the Internet directory 28, which would likely include additional contact information for the contact phrase searched. If the Internet checking program 20 is integrated with the spell checker 14, then the Internet checking program 20 may determine whether the contact phrase in the “Replacement with” box 66 is found in the Internet directory 24. If the searched contact phrase is a name, then the Internet checking program 20 may display to the user related contact information for that person. If the searched on contact phrase is a contact address, such as an e-mail address, street address, phone number, etc., then the Internet checking program 20 may display results from a reverse look-up operation. In this way, the user may review related contact information when invoking the Internet checking function during a spell check operation.
  • If the Internet checking program 20 is integrated with the address book 16 program and the contact name is searched, then the search results may provide related contact addresses for the searched name, e.g., phone number, e-mail, street address, etc. The Internet checking program 20 may then compare the returned search results with contact information stored in the address book 16 record to determine any discrepancies. The Internet checking program 16 may then display an interface to alert the user of discrepancies or prompt the user to input returned contact results into fields in the address book 16 record, or replace information in the address book 16 record fields with the contact search results.
  • In further embodiments, the user may schedule the Internet checking program 20 to perform periodic checking of all records in the address book 16 against information maintained in the Internet directory 26 during off-hours. The results may then be presented to the user to notify the user of any inconsistencies and allow the user to input the returned contact information in the appropriate fields in the address book 16 records.
  • In still further embodiments, the spell checker 14 may check the consistency of the syntax used in contact phrases, such as telephone numbers, URL addresses etc. The spell checker 14 would buffer all contact information to be checked for inconsistencies. After checking the entire page or selected area, the spell checker 14 would compare the syntax used for buffered contact phrases of a particular type and notify the user of any inconsistencies in the syntax used. For instance, the spell checker 14 would compare the format used for phone numbers, e.g., 310-555-5555,555-5556, (310) 555-5557, and note that in each case a different syntax was used for the numbers. The spell checker 14 would alert the user to the presence of different syntax for phone numbers. Similarly, the spell checker 14 may compare the syntax of URLs in the document, e.g., www.ibm.com, http://www.ibm.com, etc., and notify the user of any inconsistency. Still further, the spell checker 14 could check whether the syntax of a URL is correct, such as checking whether the correct forward slashes “//” following the “http” are used as opposed to incorrectly using back slashes “\\”. This consistency checking feature allows the user to improve the appearance of the document by consistently using the same format for contact information.
  • Preferred embodiments provide a program and user interface to extend the capabilities of spell checker programs to provide spell checking and confirmation of contact phrases in a document 18. Further, preferred embodiments provide a technique for real-time checking of address information entered into a document 18 or in address book 16 records against an Internet directory 28 over the Internet 26. Preferred embodiments extend spell checker functions to accommodate the frequent use of electronic addresses and URLs that are often included in business and personal documents generated by word processing programs.
  • Alternative Embodiments and Conclusions
  • This concludes the description of the preferred embodiments of the invention. The following describes some alternative embodiments for accomplishing the present invention.
  • The preferred embodiments may be implemented as a method, apparatus or program using standard programming and/or engineering techniques to produce software, firmware, hardware, or any combination thereof. The program, code and instructions in which the preferred embodiments are implemented are accessible from and embedded in an information bearing medium, which may comprise one or more computer-readable devices, firmware, programmable logic, memory devices (e.g., EEPROMs, ROMs, PROMs, RAMs, SRAMs, etc.), hardware, electronic devices, a computer readable magnetic storage unit, CD-ROM, a file server providing access to the programs via a network transmission line, wireless transmission media, signals propagating through space, radio waves, infrared signals, etc. Of course, those skilled in the art will recognize that many modifications may be made to this configuration without departing from the scope of the present invention.
  • The preferred algorithm described particular steps as occurring in a particular order. However, in further embodiments the order of the steps may be changed and certain steps removed and added without departing from the scope of the invention. Moreover, different steps may be performed to execute the overall operation of the algorithm.
  • The preferred embodiment GUIs, such as the address book form 50 and replacement box 60 provided particular fields in a particular layout. However, any GUI arrangement may be used to present the information and functions provided herein to the user. Further, the GUI panels described in FIGS. 2 and 3 may include more or less information than shown in the exemplar figures.
  • The preferred embodiment GUI was described as having particular pushbuttons to cause a particular set of actions to occur. In further embodiments, the GUI panels for the composition tool may include additional pushbuttons to provide additional functions or combinations of functions described herein.
  • In preferred embodiments, the Internet checking program 20 checked a single Internet directory 28 over the Internet 26. In alternative embodiments, multiple Internet directories may be checked. Alternatively, directories stored locally or available over other networks known in the art, e.g., an Intranet, private LAN, etc., may be checked.
  • In summary, the present invention provides a computer implemented method, system, and program for checking text in an electronic document. Words in the text are scanned and parsed. For each set of one or more scanned and parsed words, a determination is made of whether one or more words form a contact phrase providing information to identify or address a person or entity. After one contact phrase is scanned, contact information is accessed including contact phrases. The contact information is searched to determine if the scanned contact phrase matches contact phrases in the searched contact information.
  • The foregoing description of the preferred embodiments of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. It is intended that the scope of the invention be limited not by this detailed description, but rather by the claims appended hereto. The above specification, examples and data provide a complete description of the manufacture and use of the composition of the invention. Since many embodiments of the invention can be made without departing from the spirit and scope of the invention, the invention resides in the claims hereinafter appended.
  • **WordPerfect is a registered trademark of Corel Corporation; Word Pro is a registered trademark of Lotus Development Corporation.

Claims (9)

1. A method for checking contact phrases providing information to identify or address a person or entity in a contact record in a computer readable address book, comprising:
accessing one contact phrase in one of the contact records in the address book;
submitting a search request to a computer readable directory over a network, wherein the directory provides searchable contact information including contact phrases on persons or entities, wherein the search request determines whether the accessed contact phrase from one contact record matches one contact phrase in the directory;
receiving search result information from the directory; and
providing the capability to use the received search result information to update one or more contact phrases in one contact record of the address book.
2. The method of claim 1, wherein the accessed contact phrase submitted with the search request comprises a contact name and wherein the received search results includes one or more contact addresses, further comprising:
determining whether the returned contact addresses matches contact phrases in the contact record including the accessed contact name; and
providing information indicating that the contact phrases in the contact record do not match returned contact addresses from the directory.
3. The method of claim 1, wherein the accessed contact phrase submitted with the search request comprises one contact address from the contact record, wherein the received search results includes one contact name, further comprising:
determining whether the returned contact name matches a name contact phrase in the contact record including the accessed contact address; and
providing information indicating that the contact address in the contact record does not match the returned contact address from the directory.
4. A system for checking contact phrases providing information to identify or address a person or entity in a contact record in a computer readable address book, comprising:
a computer;
a computer readable medium including the address book and a computer program, wherein the computer program causes the computer to perform:
(i) accessing one contact phrase in one of the contact records in the address book;
(ii) submitting a search request to a computer readable directory over a network, wherein the directory provides searchable contact information including contact phrases on persons or entities, wherein the search request determines whether the accessed contact phrase from one contact record matches one contact phrase in the directory;
(iii) receiving search result information from the directory; and
(iv) providing the capability to use the received search result information to update one or more contact phrases in one contact record of the address book.
5. The system of claim 4, wherein the accessed contact phrase submitted with the search request comprises a contact name and wherein the received search results includes one or more contact addresses, wherein the computer program is further capable of causing the computer to perform:
determining whether the returned contact addresses matches contact phrases in the contact record including the accessed contact name; and
providing information indicating that the contact phrases in the contact record do not match returned contact addresses from the directory.
6. The system of claim 4, wherein the accessed contact phrase submitted with the search request comprises one contact address from the contact record, wherein the received search results includes one contact name, wherein the computer program is further capable of causing the computer to perform:
determining whether the returned contact name matches a name contact phrase in the contact record including the accessed contact address; and
providing information indicating that the contact address in the contact record does not match the returned contact address from the directory.
7. A program for checking contact phrases providing information to identify or address a person or entity in a contact record in a computer readable address book, wherein the program is implemented in a computer readable medium capable of causing a computer to perform:
accessing one contact phrase in one of the contact records in the address book;
submitting a search request to a computer readable directory over a network, wherein the directory provides searchable contact information including contact phrases on persons or entities, wherein the search request determines whether the accessed contact phrase from one contact record matches one contact phrase in the directory;
receiving search result information from the directory; and
providing the capability to use the received search result information to update one or more contact phrases in one contact record of the address book.
8. The program of claim 7, wherein the accessed contact phrase submitted with the search request comprises a contact name, wherein the received search results includes one or more contact addresses, and wherein the program is further capable of causing the computer to perform:
determining whether the returned contact addresses matches contact phrases in the contact record including the accessed contact name; and
providing information indicating that the contact phrases in the contact record do not match returned contact addresses from the directory.
9. The program of claim 7, wherein the accessed contact phrase submitted with the search request comprises one contact address from the contact record, wherein the received search results includes one contact name, and wherein the program is further capable of causing the computer to perform:
determining whether the returned contact name matches a name contact phrase in the contact record including the accessed contact address; and
providing information indicating that the contact address in the contact record does not match the returned contact address from the directory.
US11/351,237 2000-09-11 2006-02-09 Method, system, and program for checking contact information Abandoned US20060129543A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/351,237 US20060129543A1 (en) 2000-09-11 2006-02-09 Method, system, and program for checking contact information

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/658,078 US7043690B1 (en) 2000-09-11 2000-09-11 Method, system, and program for checking contact information
US11/351,237 US20060129543A1 (en) 2000-09-11 2006-02-09 Method, system, and program for checking contact information

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/658,078 Division US7043690B1 (en) 2000-09-11 2000-09-11 Method, system, and program for checking contact information

Publications (1)

Publication Number Publication Date
US20060129543A1 true US20060129543A1 (en) 2006-06-15

Family

ID=36272468

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/658,078 Expired - Fee Related US7043690B1 (en) 2000-09-11 2000-09-11 Method, system, and program for checking contact information
US11/351,237 Abandoned US20060129543A1 (en) 2000-09-11 2006-02-09 Method, system, and program for checking contact information

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/658,078 Expired - Fee Related US7043690B1 (en) 2000-09-11 2000-09-11 Method, system, and program for checking contact information

Country Status (1)

Country Link
US (2) US7043690B1 (en)

Cited By (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030120779A1 (en) * 2001-11-28 2003-06-26 Benjamin Rodefer Method for performing a search, and computer program product and user interface for same
US20060112094A1 (en) * 2004-11-24 2006-05-25 Sbc Knowledge Ventures, L.P. Method, system, and software for correcting uniform resource locators
US20070192191A1 (en) * 2006-01-12 2007-08-16 Thomas Neal System and method for shipping and delivering parcels to a virtual address
US20090164394A1 (en) * 2007-12-20 2009-06-25 Microsoft Corporation Automated creative assistance
US20100107068A1 (en) * 2008-10-23 2010-04-29 Butcher Larry R User Interface with Parallax Animation
US20100105424A1 (en) * 2008-10-23 2010-04-29 Smuga Michael A Mobile Communications Device User Interface
US20100248688A1 (en) * 2009-03-30 2010-09-30 Teng Stephanie E Notifications
US8175653B2 (en) 2009-03-30 2012-05-08 Microsoft Corporation Chromeless user interface
US8269736B2 (en) 2009-05-22 2012-09-18 Microsoft Corporation Drop target gestures
US8355698B2 (en) 2009-03-30 2013-01-15 Microsoft Corporation Unlock screen
US8385952B2 (en) 2008-10-23 2013-02-26 Microsoft Corporation Mobile communications device user interface
US8411046B2 (en) 2008-10-23 2013-04-02 Microsoft Corporation Column organization of content
US20130179148A1 (en) * 2012-01-09 2013-07-11 Research In Motion Limited Method and apparatus for database augmentation and multi-word substitution
US20130185275A1 (en) * 2012-01-13 2013-07-18 Hendricks Investment Holdings, Llc Methods and systems for searching entries in smart devices
US8560959B2 (en) 2010-12-23 2013-10-15 Microsoft Corporation Presenting an application change through a tile
US8689123B2 (en) 2010-12-23 2014-04-01 Microsoft Corporation Application reporting in an application-selectable user interface
US8687023B2 (en) 2011-08-02 2014-04-01 Microsoft Corporation Cross-slide gesture to select and rearrange
US20140229882A1 (en) * 2013-02-08 2014-08-14 Syntellia, Inc. User interface for advanced input functions
US8830270B2 (en) 2011-09-10 2014-09-09 Microsoft Corporation Progressively indicating new content in an application-selectable user interface
US8836648B2 (en) 2009-05-27 2014-09-16 Microsoft Corporation Touch pull-in gesture
US8893033B2 (en) 2011-05-27 2014-11-18 Microsoft Corporation Application notifications
US8922575B2 (en) 2011-09-09 2014-12-30 Microsoft Corporation Tile cache
US8933952B2 (en) 2011-09-10 2015-01-13 Microsoft Corporation Pre-rendering new content for an application-selectable user interface
US8935631B2 (en) 2011-09-01 2015-01-13 Microsoft Corporation Arranging tiles
US8990733B2 (en) 2010-12-20 2015-03-24 Microsoft Technology Licensing, Llc Application-launching interface for multiple modes
US9052820B2 (en) 2011-05-27 2015-06-09 Microsoft Technology Licensing, Llc Multi-application environment
US9104440B2 (en) 2011-05-27 2015-08-11 Microsoft Technology Licensing, Llc Multi-application environment
US9128605B2 (en) 2012-02-16 2015-09-08 Microsoft Technology Licensing, Llc Thumbnail-image selection of applications
US9158445B2 (en) 2011-05-27 2015-10-13 Microsoft Technology Licensing, Llc Managing an immersive interface in a multi-application immersive environment
US20150370896A1 (en) * 2014-06-23 2015-12-24 Microsoft Corporation Reconciling query results associated with multiple indices
US9223472B2 (en) 2011-12-22 2015-12-29 Microsoft Technology Licensing, Llc Closing applications
US9244802B2 (en) 2011-09-10 2016-01-26 Microsoft Technology Licensing, Llc Resource user interface
US9329774B2 (en) 2011-05-27 2016-05-03 Microsoft Technology Licensing, Llc Switching back to a previously-interacted-with application
US9383917B2 (en) 2011-03-28 2016-07-05 Microsoft Technology Licensing, Llc Predictive tiling
US9423951B2 (en) 2010-12-31 2016-08-23 Microsoft Technology Licensing, Llc Content-based snap point
US9430130B2 (en) 2010-12-20 2016-08-30 Microsoft Technology Licensing, Llc Customization of an immersive environment
US9450952B2 (en) 2013-05-29 2016-09-20 Microsoft Technology Licensing, Llc Live tiles without application-code execution
US9451822B2 (en) 2014-04-10 2016-09-27 Microsoft Technology Licensing, Llc Collapsible shell cover for computing device
US9557909B2 (en) 2011-09-09 2017-01-31 Microsoft Technology Licensing, Llc Semantic zoom linguistic helpers
US9658766B2 (en) 2011-05-27 2017-05-23 Microsoft Technology Licensing, Llc Edge gesture
US9665384B2 (en) 2005-08-30 2017-05-30 Microsoft Technology Licensing, Llc Aggregation of computing device settings
US9674335B2 (en) 2014-10-30 2017-06-06 Microsoft Technology Licensing, Llc Multi-configuration input device
US20170262426A1 (en) * 2016-02-15 2017-09-14 Tata Consultancy Services Limited Method and system for managing data quality for spanish names and addresses in a database
US9769293B2 (en) 2014-04-10 2017-09-19 Microsoft Technology Licensing, Llc Slider cover for computing device
US9841874B2 (en) 2014-04-04 2017-12-12 Microsoft Technology Licensing, Llc Expandable application representation
US10254942B2 (en) 2014-07-31 2019-04-09 Microsoft Technology Licensing, Llc Adaptive sizing and positioning of application windows
US10353566B2 (en) 2011-09-09 2019-07-16 Microsoft Technology Licensing, Llc Semantic zoom animations
US10592080B2 (en) 2014-07-31 2020-03-17 Microsoft Technology Licensing, Llc Assisted presentation of application windows
US10642365B2 (en) 2014-09-09 2020-05-05 Microsoft Technology Licensing, Llc Parametric inertia and APIs
US10678412B2 (en) 2014-07-31 2020-06-09 Microsoft Technology Licensing, Llc Dynamic joint dividers for application windows

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6895426B1 (en) * 2000-10-17 2005-05-17 Microsoft Corporation Addresses as objects for email messages
US7607100B2 (en) * 2003-05-29 2009-10-20 International Business Machines Corporation Method, system and program product for display management of web page phone/fax numbers by a data processing system
US7269621B2 (en) * 2004-03-31 2007-09-11 Google Inc. Method system and graphical user interface for dynamically updating transmission characteristics in a web mail reply
US7912904B2 (en) 2004-03-31 2011-03-22 Google Inc. Email system with conversation-centric user interface
US7814155B2 (en) * 2004-03-31 2010-10-12 Google Inc. Email conversation management system
US9819624B2 (en) 2004-03-31 2017-11-14 Google Inc. Displaying conversations in a conversation-based email system
US7979501B1 (en) 2004-08-06 2011-07-12 Google Inc. Enhanced message display
US7620387B2 (en) * 2004-12-22 2009-11-17 Research In Motion Limited Entering contacts in a communication message on a mobile device
US9002725B1 (en) 2005-04-20 2015-04-07 Google Inc. System and method for targeting information based on message content
US20070038708A1 (en) * 2005-08-11 2007-02-15 Atyam Balaji V Electronic mail distribution via a network of computer controlled display terminals with interactive display interfaces offering a sender creating an E-mail message proposed recipients based upon E-mail wording
US7949714B1 (en) 2005-12-05 2011-05-24 Google Inc. System and method for targeting advertisements or other information using user geographical information
US8601004B1 (en) 2005-12-06 2013-12-03 Google Inc. System and method for targeting information items based on popularities of the information items
US20080071774A1 (en) * 2006-09-20 2008-03-20 John Nicholas Gross Web Page Link Recommender
US7996456B2 (en) 2006-09-20 2011-08-09 John Nicholas and Kristin Gross Trust Document distribution recommender system and method
US8301704B2 (en) * 2006-09-20 2012-10-30 Facebook, Inc. Electronic message system recipient recommender
US7444351B1 (en) * 2007-12-18 2008-10-28 International Business Machines Corporation Systems, methods and computer products for name disambiguation by using private/global directories, and communication contexts
US8504599B1 (en) 2008-10-07 2013-08-06 Honda Motor Co., Ltd. Intelligent system for database retrieval
US9619534B2 (en) * 2010-09-10 2017-04-11 Salesforce.Com, Inc. Probabilistic tree-structured learning system for extracting contact data from quotes
US9037601B2 (en) 2011-07-27 2015-05-19 Google Inc. Conversation system and method for performing both conversation-based queries and message-based queries
US8949110B2 (en) * 2011-09-23 2015-02-03 Ancestry.Com Operations Inc. System and method for extracting categories of data
IL224482B (en) * 2013-01-29 2018-08-30 Verint Systems Ltd System and method for keyword spotting using representative dictionary
GB2520226A (en) * 2013-05-28 2015-05-20 Ibm Differentiation of messages for receivers thereof
IN2013MU02023A (en) * 2013-06-14 2015-06-05 Turakhia Bhavin
US10003563B2 (en) * 2015-05-26 2018-06-19 Facebook, Inc. Integrated telephone applications on online social networks
IL242218B (en) 2015-10-22 2020-11-30 Verint Systems Ltd System and method for maintaining a dynamic dictionary
IL242219B (en) 2015-10-22 2020-11-30 Verint Systems Ltd System and method for keyword searching using both static and dynamic dictionaries
US10755047B2 (en) * 2017-03-28 2020-08-25 Microsoft Technology Licensing, Llc Automatic application of reviewer feedback in data files
US11924297B2 (en) 2018-05-24 2024-03-05 People.ai, Inc. Systems and methods for generating a filtered data set
US11463441B2 (en) 2018-05-24 2022-10-04 People.ai, Inc. Systems and methods for managing the generation or deletion of record objects based on electronic activities and communication policies
US10565229B2 (en) 2018-05-24 2020-02-18 People.ai, Inc. Systems and methods for matching electronic activities directly to record objects of systems of record
US11360990B2 (en) 2019-06-21 2022-06-14 Salesforce.Com, Inc. Method and a system for fuzzy matching of entities in a database system based on machine learning

Citations (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4965763A (en) * 1987-03-03 1990-10-23 International Business Machines Corporation Computer method for automatic extraction of commonly specified information from business correspondence
US5119437A (en) * 1989-11-20 1992-06-02 Fujitsu Limited Tabular document reader service
US5499293A (en) * 1995-01-24 1996-03-12 University Of Maryland Privacy protected information medium using a data compression method
US5842195A (en) * 1994-09-14 1998-11-24 Dolphin Software Pty Ltd Method and apparatus for preparation of a database document in a local processing apparatus and loading of the database document with data from remote sources
US5859636A (en) * 1995-12-27 1999-01-12 Intel Corporation Recognition of and operation on text data
US5872640A (en) * 1995-11-28 1999-02-16 Cable & Wireless, Inc. Facsimile form generation system
US5892919A (en) * 1997-06-23 1999-04-06 Sun Microsystems, Inc. Spell checking universal resource locator (URL) by comparing the URL against a cache containing entries relating incorrect URLs submitted by users to corresponding correct URLs
US5907680A (en) * 1996-06-24 1999-05-25 Sun Microsystems, Inc. Client-side, server-side and collaborative spell check of URL's
US5920854A (en) * 1996-08-14 1999-07-06 Infoseek Corporation Real-time document collection search engine with phrase indexing
US5959629A (en) * 1996-11-25 1999-09-28 Sony Corporation Text input device and method
US6032053A (en) * 1995-07-19 2000-02-29 Pacific Communications Science, Inc. Signaling the type of incoming telephone calls
US6049796A (en) * 1997-02-24 2000-04-11 Nokia Mobile Phones Limited Personal digital assistant with real time search capability
US6073138A (en) * 1998-06-11 2000-06-06 Boardwalk A.G. System, method, and computer program product for providing relational patterns between entities
US6078914A (en) * 1996-12-09 2000-06-20 Open Text Corporation Natural language meta-search system and method
US6189009B1 (en) * 1999-08-27 2001-02-13 The Voice.Com, Inc. System and method for integrating paper-based business documents with computer-readable data entered via a computer network
US20010011274A1 (en) * 1995-12-11 2001-08-02 John R. Klug World wide web registration information processing system
US6321202B1 (en) * 1999-12-10 2001-11-20 Home Link Services, Inc. System and method for managing transactions relating to real estate
US6324541B1 (en) * 1998-06-11 2001-11-27 Boardwalk Ltd. System, method, and computer program product for providing relational patterns between entities
US6339795B1 (en) * 1998-09-24 2002-01-15 Egrabber, Inc. Automatic transfer of address/schedule/program data between disparate data hosts
US6405225B1 (en) * 1998-06-17 2002-06-11 Microsoft Corporation Integrating email functionality into a word processor by incorporating an email GUI within the word processor
US6421678B2 (en) * 1997-02-10 2002-07-16 Actioneer, Inc. Method and apparatus for group action processing between users of a collaboration system
US6466940B1 (en) * 1997-02-21 2002-10-15 Dudley John Mills Building a database of CCG values of web pages from extracted attributes
US6498797B1 (en) * 1997-11-14 2002-12-24 At&T Corp. Method and apparatus for communication services on a network
US20030069874A1 (en) * 1999-05-05 2003-04-10 Eyal Hertzog Method and system to automate the updating of personal information within a personal information management application and to synchronize such updated personal information management applications
US6564264B1 (en) * 1999-12-08 2003-05-13 At&T Corp. System, apparatus and method for automatic address updating of outgoing and incoming user messages in a communications network
US6597783B1 (en) * 2000-02-01 2003-07-22 Cisco Systems, Inc. System and method for storing, routing, and tracking digital documents in a call center
US6671718B1 (en) * 1999-06-28 2003-12-30 Mark Meister Email client application incorporating an active transmit authorization request
US6711624B1 (en) * 1999-01-13 2004-03-23 Prodex Technologies Process of dynamically loading driver interface modules for exchanging data between disparate data hosts
US6760727B1 (en) * 1999-07-30 2004-07-06 Convergys Cmg Utah, Inc. System for customer contact information management and methods for using same
US6804704B1 (en) * 2000-08-18 2004-10-12 International Business Machines Corporation System for collecting and storing email addresses with associated descriptors in a bookmark list in association with network addresses of electronic documents using a browser program
US6829348B1 (en) * 1999-07-30 2004-12-07 Convergys Cmg Utah, Inc. System for customer contact information management and methods for using same
US6836765B1 (en) * 2000-08-30 2004-12-28 Lester Sussman System and method for secure and address verifiable electronic commerce transactions
US6859527B1 (en) * 1999-04-30 2005-02-22 Hewlett Packard/Limited Communications arrangement and method using service system to facilitate the establishment of end-to-end communication over a network
US6954731B1 (en) * 2000-06-27 2005-10-11 Ncr Corporation Methods and system for optimizing a campaign
US7272637B1 (en) * 1999-07-15 2007-09-18 Himmelstein Richard B Communication system and method for efficiently accessing internet resources

Patent Citations (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4965763A (en) * 1987-03-03 1990-10-23 International Business Machines Corporation Computer method for automatic extraction of commonly specified information from business correspondence
US5119437A (en) * 1989-11-20 1992-06-02 Fujitsu Limited Tabular document reader service
US5842195A (en) * 1994-09-14 1998-11-24 Dolphin Software Pty Ltd Method and apparatus for preparation of a database document in a local processing apparatus and loading of the database document with data from remote sources
US5499293A (en) * 1995-01-24 1996-03-12 University Of Maryland Privacy protected information medium using a data compression method
US6032053A (en) * 1995-07-19 2000-02-29 Pacific Communications Science, Inc. Signaling the type of incoming telephone calls
US6405060B1 (en) * 1995-07-19 2002-06-11 Cirrus Logic, Inc. User interface with improved data entry features for telephone system
US5872640A (en) * 1995-11-28 1999-02-16 Cable & Wireless, Inc. Facsimile form generation system
US20010011274A1 (en) * 1995-12-11 2001-08-02 John R. Klug World wide web registration information processing system
US5859636A (en) * 1995-12-27 1999-01-12 Intel Corporation Recognition of and operation on text data
US5907680A (en) * 1996-06-24 1999-05-25 Sun Microsystems, Inc. Client-side, server-side and collaborative spell check of URL's
US5920854A (en) * 1996-08-14 1999-07-06 Infoseek Corporation Real-time document collection search engine with phrase indexing
US5959629A (en) * 1996-11-25 1999-09-28 Sony Corporation Text input device and method
US6078914A (en) * 1996-12-09 2000-06-20 Open Text Corporation Natural language meta-search system and method
US6421678B2 (en) * 1997-02-10 2002-07-16 Actioneer, Inc. Method and apparatus for group action processing between users of a collaboration system
US6466940B1 (en) * 1997-02-21 2002-10-15 Dudley John Mills Building a database of CCG values of web pages from extracted attributes
US6049796A (en) * 1997-02-24 2000-04-11 Nokia Mobile Phones Limited Personal digital assistant with real time search capability
US5892919A (en) * 1997-06-23 1999-04-06 Sun Microsystems, Inc. Spell checking universal resource locator (URL) by comparing the URL against a cache containing entries relating incorrect URLs submitted by users to corresponding correct URLs
US6498797B1 (en) * 1997-11-14 2002-12-24 At&T Corp. Method and apparatus for communication services on a network
US6073138A (en) * 1998-06-11 2000-06-06 Boardwalk A.G. System, method, and computer program product for providing relational patterns between entities
US6324541B1 (en) * 1998-06-11 2001-11-27 Boardwalk Ltd. System, method, and computer program product for providing relational patterns between entities
US6405225B1 (en) * 1998-06-17 2002-06-11 Microsoft Corporation Integrating email functionality into a word processor by incorporating an email GUI within the word processor
US6339795B1 (en) * 1998-09-24 2002-01-15 Egrabber, Inc. Automatic transfer of address/schedule/program data between disparate data hosts
US6711624B1 (en) * 1999-01-13 2004-03-23 Prodex Technologies Process of dynamically loading driver interface modules for exchanging data between disparate data hosts
US6859527B1 (en) * 1999-04-30 2005-02-22 Hewlett Packard/Limited Communications arrangement and method using service system to facilitate the establishment of end-to-end communication over a network
US20030069874A1 (en) * 1999-05-05 2003-04-10 Eyal Hertzog Method and system to automate the updating of personal information within a personal information management application and to synchronize such updated personal information management applications
US6671718B1 (en) * 1999-06-28 2003-12-30 Mark Meister Email client application incorporating an active transmit authorization request
US7272637B1 (en) * 1999-07-15 2007-09-18 Himmelstein Richard B Communication system and method for efficiently accessing internet resources
US6829348B1 (en) * 1999-07-30 2004-12-07 Convergys Cmg Utah, Inc. System for customer contact information management and methods for using same
US6760727B1 (en) * 1999-07-30 2004-07-06 Convergys Cmg Utah, Inc. System for customer contact information management and methods for using same
US6189009B1 (en) * 1999-08-27 2001-02-13 The Voice.Com, Inc. System and method for integrating paper-based business documents with computer-readable data entered via a computer network
US6564264B1 (en) * 1999-12-08 2003-05-13 At&T Corp. System, apparatus and method for automatic address updating of outgoing and incoming user messages in a communications network
US6321202B1 (en) * 1999-12-10 2001-11-20 Home Link Services, Inc. System and method for managing transactions relating to real estate
US6597783B1 (en) * 2000-02-01 2003-07-22 Cisco Systems, Inc. System and method for storing, routing, and tracking digital documents in a call center
US6954731B1 (en) * 2000-06-27 2005-10-11 Ncr Corporation Methods and system for optimizing a campaign
US6804704B1 (en) * 2000-08-18 2004-10-12 International Business Machines Corporation System for collecting and storing email addresses with associated descriptors in a bookmark list in association with network addresses of electronic documents using a browser program
US6836765B1 (en) * 2000-08-30 2004-12-28 Lester Sussman System and method for secure and address verifiable electronic commerce transactions

Cited By (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10255362B2 (en) * 2001-11-28 2019-04-09 Benjamin Rodefer Method for performing a search, and computer program product and user interface for same
US20030120779A1 (en) * 2001-11-28 2003-06-26 Benjamin Rodefer Method for performing a search, and computer program product and user interface for same
US20060112094A1 (en) * 2004-11-24 2006-05-25 Sbc Knowledge Ventures, L.P. Method, system, and software for correcting uniform resource locators
US7966310B2 (en) * 2004-11-24 2011-06-21 At&T Intellectual Property I, L.P. Method, system, and software for correcting uniform resource locators
US9665384B2 (en) 2005-08-30 2017-05-30 Microsoft Technology Licensing, Llc Aggregation of computing device settings
US8108321B2 (en) * 2006-01-12 2012-01-31 Urbissimo, Inc. System and method for shipping and delivering parcels to a virtual address
US20070192191A1 (en) * 2006-01-12 2007-08-16 Thomas Neal System and method for shipping and delivering parcels to a virtual address
US9898711B2 (en) 2006-01-12 2018-02-20 United Parcel Service Of America, Inc. System and method for shipping and delivering parcels to a virtual address
US20090164394A1 (en) * 2007-12-20 2009-06-25 Microsoft Corporation Automated creative assistance
US9223412B2 (en) 2008-10-23 2015-12-29 Rovi Technologies Corporation Location-based display characteristics in a user interface
US8825699B2 (en) 2008-10-23 2014-09-02 Rovi Corporation Contextual search by a mobile communications device
US9223411B2 (en) 2008-10-23 2015-12-29 Microsoft Technology Licensing, Llc User interface with parallax animation
US8250494B2 (en) 2008-10-23 2012-08-21 Microsoft Corporation User interface with parallax animation
US9323424B2 (en) 2008-10-23 2016-04-26 Microsoft Corporation Column organization of content
US9218067B2 (en) 2008-10-23 2015-12-22 Microsoft Technology Licensing, Llc Mobile communications device user interface
US8385952B2 (en) 2008-10-23 2013-02-26 Microsoft Corporation Mobile communications device user interface
US8411046B2 (en) 2008-10-23 2013-04-02 Microsoft Corporation Column organization of content
US9606704B2 (en) 2008-10-23 2017-03-28 Microsoft Technology Licensing, Llc Alternative inputs of a mobile communications device
US8086275B2 (en) 2008-10-23 2011-12-27 Microsoft Corporation Alternative inputs of a mobile communications device
US20100105424A1 (en) * 2008-10-23 2010-04-29 Smuga Michael A Mobile Communications Device User Interface
US8970499B2 (en) 2008-10-23 2015-03-03 Microsoft Technology Licensing, Llc Alternative inputs of a mobile communications device
US20100107068A1 (en) * 2008-10-23 2010-04-29 Butcher Larry R User Interface with Parallax Animation
US8634876B2 (en) 2008-10-23 2014-01-21 Microsoft Corporation Location based display characteristics in a user interface
US9703452B2 (en) 2008-10-23 2017-07-11 Microsoft Technology Licensing, Llc Mobile communications device user interface
US10133453B2 (en) 2008-10-23 2018-11-20 Microsoft Technology Licensing, Llc Alternative inputs of a mobile communications device
US8781533B2 (en) 2008-10-23 2014-07-15 Microsoft Corporation Alternative inputs of a mobile communications device
US9977575B2 (en) 2009-03-30 2018-05-22 Microsoft Technology Licensing, Llc Chromeless user interface
US8548431B2 (en) 2009-03-30 2013-10-01 Microsoft Corporation Notifications
US20100248688A1 (en) * 2009-03-30 2010-09-30 Teng Stephanie E Notifications
US8175653B2 (en) 2009-03-30 2012-05-08 Microsoft Corporation Chromeless user interface
US8892170B2 (en) 2009-03-30 2014-11-18 Microsoft Corporation Unlock screen
US8914072B2 (en) 2009-03-30 2014-12-16 Microsoft Corporation Chromeless user interface
US8238876B2 (en) 2009-03-30 2012-08-07 Microsoft Corporation Notifications
US8355698B2 (en) 2009-03-30 2013-01-15 Microsoft Corporation Unlock screen
US8269736B2 (en) 2009-05-22 2012-09-18 Microsoft Corporation Drop target gestures
US8836648B2 (en) 2009-05-27 2014-09-16 Microsoft Corporation Touch pull-in gesture
US9696888B2 (en) 2010-12-20 2017-07-04 Microsoft Technology Licensing, Llc Application-launching interface for multiple modes
US8990733B2 (en) 2010-12-20 2015-03-24 Microsoft Technology Licensing, Llc Application-launching interface for multiple modes
US9430130B2 (en) 2010-12-20 2016-08-30 Microsoft Technology Licensing, Llc Customization of an immersive environment
US8689123B2 (en) 2010-12-23 2014-04-01 Microsoft Corporation Application reporting in an application-selectable user interface
US9864494B2 (en) 2010-12-23 2018-01-09 Microsoft Technology Licensing, Llc Application reporting in an application-selectable user interface
US9015606B2 (en) 2010-12-23 2015-04-21 Microsoft Technology Licensing, Llc Presenting an application change through a tile
US10969944B2 (en) 2010-12-23 2021-04-06 Microsoft Technology Licensing, Llc Application reporting in an application-selectable user interface
US9870132B2 (en) 2010-12-23 2018-01-16 Microsoft Technology Licensing, Llc Application reporting in an application-selectable user interface
US9213468B2 (en) 2010-12-23 2015-12-15 Microsoft Technology Licensing, Llc Application reporting in an application-selectable user interface
US8560959B2 (en) 2010-12-23 2013-10-15 Microsoft Corporation Presenting an application change through a tile
US8612874B2 (en) 2010-12-23 2013-12-17 Microsoft Corporation Presenting an application change through a tile
US11126333B2 (en) 2010-12-23 2021-09-21 Microsoft Technology Licensing, Llc Application reporting in an application-selectable user interface
US9229918B2 (en) 2010-12-23 2016-01-05 Microsoft Technology Licensing, Llc Presenting an application change through a tile
US9766790B2 (en) 2010-12-23 2017-09-19 Microsoft Technology Licensing, Llc Application reporting in an application-selectable user interface
US9423951B2 (en) 2010-12-31 2016-08-23 Microsoft Technology Licensing, Llc Content-based snap point
US9383917B2 (en) 2011-03-28 2016-07-05 Microsoft Technology Licensing, Llc Predictive tiling
US9104440B2 (en) 2011-05-27 2015-08-11 Microsoft Technology Licensing, Llc Multi-application environment
US10303325B2 (en) 2011-05-27 2019-05-28 Microsoft Technology Licensing, Llc Multi-application environment
US9658766B2 (en) 2011-05-27 2017-05-23 Microsoft Technology Licensing, Llc Edge gesture
US9158445B2 (en) 2011-05-27 2015-10-13 Microsoft Technology Licensing, Llc Managing an immersive interface in a multi-application immersive environment
US11272017B2 (en) 2011-05-27 2022-03-08 Microsoft Technology Licensing, Llc Application notifications manifest
US9104307B2 (en) 2011-05-27 2015-08-11 Microsoft Technology Licensing, Llc Multi-application environment
US8893033B2 (en) 2011-05-27 2014-11-18 Microsoft Corporation Application notifications
US11698721B2 (en) 2011-05-27 2023-07-11 Microsoft Technology Licensing, Llc Managing an immersive interface in a multi-application immersive environment
US9535597B2 (en) 2011-05-27 2017-01-03 Microsoft Technology Licensing, Llc Managing an immersive interface in a multi-application immersive environment
US9052820B2 (en) 2011-05-27 2015-06-09 Microsoft Technology Licensing, Llc Multi-application environment
US9329774B2 (en) 2011-05-27 2016-05-03 Microsoft Technology Licensing, Llc Switching back to a previously-interacted-with application
US8687023B2 (en) 2011-08-02 2014-04-01 Microsoft Corporation Cross-slide gesture to select and rearrange
US8935631B2 (en) 2011-09-01 2015-01-13 Microsoft Corporation Arranging tiles
US10579250B2 (en) 2011-09-01 2020-03-03 Microsoft Technology Licensing, Llc Arranging tiles
US10353566B2 (en) 2011-09-09 2019-07-16 Microsoft Technology Licensing, Llc Semantic zoom animations
US8922575B2 (en) 2011-09-09 2014-12-30 Microsoft Corporation Tile cache
US10114865B2 (en) 2011-09-09 2018-10-30 Microsoft Technology Licensing, Llc Tile cache
US9557909B2 (en) 2011-09-09 2017-01-31 Microsoft Technology Licensing, Llc Semantic zoom linguistic helpers
US8933952B2 (en) 2011-09-10 2015-01-13 Microsoft Corporation Pre-rendering new content for an application-selectable user interface
US10254955B2 (en) 2011-09-10 2019-04-09 Microsoft Technology Licensing, Llc Progressively indicating new content in an application-selectable user interface
US8830270B2 (en) 2011-09-10 2014-09-09 Microsoft Corporation Progressively indicating new content in an application-selectable user interface
US9146670B2 (en) 2011-09-10 2015-09-29 Microsoft Technology Licensing, Llc Progressively indicating new content in an application-selectable user interface
US9244802B2 (en) 2011-09-10 2016-01-26 Microsoft Technology Licensing, Llc Resource user interface
US9223472B2 (en) 2011-12-22 2015-12-29 Microsoft Technology Licensing, Llc Closing applications
US10191633B2 (en) 2011-12-22 2019-01-29 Microsoft Technology Licensing, Llc Closing applications
US20130179148A1 (en) * 2012-01-09 2013-07-11 Research In Motion Limited Method and apparatus for database augmentation and multi-word substitution
US20130185275A1 (en) * 2012-01-13 2013-07-18 Hendricks Investment Holdings, Llc Methods and systems for searching entries in smart devices
US9128605B2 (en) 2012-02-16 2015-09-08 Microsoft Technology Licensing, Llc Thumbnail-image selection of applications
US20140229882A1 (en) * 2013-02-08 2014-08-14 Syntellia, Inc. User interface for advanced input functions
US9807081B2 (en) 2013-05-29 2017-10-31 Microsoft Technology Licensing, Llc Live tiles without application-code execution
US10110590B2 (en) 2013-05-29 2018-10-23 Microsoft Technology Licensing, Llc Live tiles without application-code execution
US9450952B2 (en) 2013-05-29 2016-09-20 Microsoft Technology Licensing, Llc Live tiles without application-code execution
US9841874B2 (en) 2014-04-04 2017-12-12 Microsoft Technology Licensing, Llc Expandable application representation
US10459607B2 (en) 2014-04-04 2019-10-29 Microsoft Technology Licensing, Llc Expandable application representation
US9451822B2 (en) 2014-04-10 2016-09-27 Microsoft Technology Licensing, Llc Collapsible shell cover for computing device
US9769293B2 (en) 2014-04-10 2017-09-19 Microsoft Technology Licensing, Llc Slider cover for computing device
US20150370896A1 (en) * 2014-06-23 2015-12-24 Microsoft Corporation Reconciling query results associated with multiple indices
US9703868B2 (en) * 2014-06-23 2017-07-11 Microsoft Technology Licensing, Llc Reconciling query results associated with multiple indices
US10254942B2 (en) 2014-07-31 2019-04-09 Microsoft Technology Licensing, Llc Adaptive sizing and positioning of application windows
US10592080B2 (en) 2014-07-31 2020-03-17 Microsoft Technology Licensing, Llc Assisted presentation of application windows
US10678412B2 (en) 2014-07-31 2020-06-09 Microsoft Technology Licensing, Llc Dynamic joint dividers for application windows
US10642365B2 (en) 2014-09-09 2020-05-05 Microsoft Technology Licensing, Llc Parametric inertia and APIs
US9674335B2 (en) 2014-10-30 2017-06-06 Microsoft Technology Licensing, Llc Multi-configuration input device
US10275450B2 (en) * 2016-02-15 2019-04-30 Tata Consultancy Services Limited Method and system for managing data quality for Spanish names and addresses in a database
US10372820B1 (en) * 2016-02-15 2019-08-06 Tata Consultancy Services Limited Method and system for managing data quality for spanish names in a database
US10445426B2 (en) * 2016-02-15 2019-10-15 Tata Consultancy Services Limited Method and system for managing data quality for Spanish names in a database
US20170262426A1 (en) * 2016-02-15 2017-09-14 Tata Consultancy Services Limited Method and system for managing data quality for spanish names and addresses in a database

Also Published As

Publication number Publication date
US7043690B1 (en) 2006-05-09

Similar Documents

Publication Publication Date Title
US7043690B1 (en) Method, system, and program for checking contact information
JP4202041B2 (en) Method and system for applying input mode bias
JP4857075B2 (en) Method and computer program for efficiently retrieving dates in a collection of web documents
US8332422B2 (en) Using text search engine for parametric search
US6327589B1 (en) Method for searching a file having a format unsupported by a search engine
US8903853B2 (en) Federated search
US7328211B2 (en) System and methods for improved linguistic pattern matching
US7853719B1 (en) Systems and methods for providing runtime universal resource locator (URL) analysis and correction
US7565606B2 (en) Automated spell analysis
US6785869B1 (en) Method and apparatus for providing a central dictionary and glossary server
US7680856B2 (en) Storing searches in an e-mail folder
US20100269035A1 (en) Method for Dynamically Generating a "Table of Contents" View of the HTML-Based Information System
US20070214128A1 (en) Discovering alternative spellings through co-occurrence
US20060224586A1 (en) System and method for improved spell checking
US20090313536A1 (en) Dynamically Providing Relevant Browser Content
US7783643B2 (en) Direct navigation for information retrieval
US20050044065A1 (en) Method and apparatus for enabling national language support of a database engine
US6668251B1 (en) Rendering discriminator members from an initial set of result data
US7895337B2 (en) Systems and methods of generating a content aware interface
US7509303B1 (en) Information retrieval system using attribute normalization
US7761439B1 (en) Systems and methods for performing a directory search
US20060195313A1 (en) Method and system for selecting and conjugating a verb
EP1158424A1 (en) A system and method for publishing and categorising documents on a network
US9508101B1 (en) Systems and methods for providing stock ticker information
EP1160683A2 (en) A system and method for categorising and retrieving documents on a network

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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