US20030212527A1 - Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings - Google Patents

Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings Download PDF

Info

Publication number
US20030212527A1
US20030212527A1 US10/140,544 US14054402A US2003212527A1 US 20030212527 A1 US20030212527 A1 US 20030212527A1 US 14054402 A US14054402 A US 14054402A US 2003212527 A1 US2003212527 A1 US 2003212527A1
Authority
US
United States
Prior art keywords
string
measure
text
actions
unit
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.)
Granted
Application number
US10/140,544
Other versions
US7325194B2 (en
Inventor
Thomas Moore
Mohamed Abbar
Athapan Arayasantiparb
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.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ABBAR, MOHAMED A., ARAYASANTIPARB, ATHAPAN, MOORE, THOMAS G.
Priority to US10/140,544 priority Critical patent/US7325194B2/en
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to CA002427797A priority patent/CA2427797A1/en
Priority to JP2003128417A priority patent/JP2004038943A/en
Priority to EP03010292A priority patent/EP1361523A3/en
Publication of US20030212527A1 publication Critical patent/US20030212527A1/en
Priority to US10/948,948 priority patent/US20050108195A1/en
Publication of US7325194B2 publication Critical patent/US7325194B2/en
Application granted granted Critical
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/454Multi-language systems; Localisation; Internationalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/169Annotation, e.g. comment data or footnotes
    • 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

  • Embodiments of the present invention relate to the field of unit measurement conversion. More particularly, embodiments of the invention relate to the field of converting numbers between measurement systems based upon semantically labeled strings.
  • Embodiments of the present invention solve the above-described problems by providing a method, system, and apparatus for easily converting numbers between measurement systems and units that do not require the use of an external application or Web site to convert the numbers. Moreover, embodiments of the present invention provide a method, system, and apparatus for converting numbers between units that can present conversion options to the user in a user-selected interface language. Moreover, embodiments of the invention provide an extensible architecture through which a user may add conversion rules that enable conversion of numbers between measurement systems not initially supported.
  • a method for converting a number between measurement systems in a system for creating and editing an electronic document.
  • software modules are executed in conjunction with a software application for creating and editing an electronic document that allow the convenient conversion of numbers between measurement units.
  • a user types a string of text, such as a paragraph into the software application
  • the string is analyzed to determine whether the string of text includes a number having an associated unit name. For instance, a user may type the number “10” and the associated unit name “km”, for kilometers. If the string of text includes a number having an associated unit name, the number is semantically labeled with schema information that identifies the unit name as a source unit of measure. For instance, if a string of text includes the number “10” followed by the unit of measure “km”, schema information will be associated with the number indicating that the number is expressed with a source unit of measure.
  • the application may display an indication to the user that the number has been semantically labeled. This indication also identifies to the user that actions may be performed on the number.
  • a list of actions may be provided to the user identifying conversion options available for the number. For instance, if the identified number includes an associated unit name “m”, for meters, an action menu item may be displayed to the user for converting the number to feet or yards. Other types of conversion options may also be presented to the user for converting the number.
  • a current user interface language setting for the application program is determined prior to providing the list of actions to the user.
  • the available actions are displayed to the user in a language specified by the current user interface language setting. In this manner, the user is always presented the conversion options in the current user interface language.
  • Actions may also be included in the list of actions only for conversions supported for the current user interface language setting and may also be specified as being enabled for use with all user interface languages.
  • a selection of one of the actions may be received.
  • a converted number may be generated by converting the selected number to the destination unit of measure identified by the selected action.
  • the converted number and its associated unit name may be inserted into the string of text to replace the selected number and its associated unit name.
  • a document object model supported by the application program may be utilized to insert the converted number into the string of text.
  • the converted number may be displayed to the user.
  • a system for converting a number between measurement systems.
  • the system includes a recognizer plug-in capable of receiving a portion of an electronic document as a string of text from an application program.
  • the recognizer plug-in may receive a paragraph of text from an application program as it is typed by the user.
  • the recognizer plug-in analyzes the string of text to determine whether the string of text includes a number having an associated unit name.
  • the recognizer plug-in semantically labels the number with schema information identifying the unit name as a source unit of measure and identifying the language used to express the string of text. This information is then passed by the recognizer plug-in back to the application program.
  • the system also includes an application program for creating and editing an electronic document.
  • the application program may comprise a word processor, a spreadsheet application program, an e-mail application which includes editing functions, or other types of application programs for creating and editing electronic documents.
  • the application program is capable of displaying the string of text along with an indication that the number has been semantically labeled by the recognizer plug-in. This indication may comprise a user interface object for indicating to a user that the number has been semantically labeled and that conversion actions may be performed on the number.
  • the application program may also be operative to receive a selection of the number or the indication and to provide a list of actions that may be performed on the number to convert the number to another measurement unit. The application may then receive the selection of one of the list of actions and provide the selection and the number to an action plug-in.
  • the system also includes an action plug-in that is capable of generating a converted number by converting the selected number to the destination unit of measurement identified by action selected from the list of actions.
  • the action plug-in is also operative to replace the selected number and its associated unit name with the converted number and its associated unit name in the string of text.
  • the action plug-in may replace the number with the converted number in the string of text by accessing a document object model provided by the application program. Alternatively, the converted number and its associated unit name may be displayed.
  • the system provided herein may also include an action plug-in that is operative to register with the application program prior to performing any conversion functions.
  • the action plug-in may provide the list of actions that may be performed on the number to convert the number to another measurement system to the application program.
  • the action plug-in may determine a current user interface language setting for the application program and generate the action menu items in a language specified by the current user interface language setting.
  • the action plug-in may also consult a conversion settings file to generate action menu items for each source unit name enabled for use with all enabled languages and for each source unit name enabled for use with the current user interface language.
  • the contents of the conversion settings file may be modified by a user to enable conversion between measurement systems other than those initially defined in the conversion settings file.
  • FIG. 1A is a block diagram showing the architecture of a personal computer that provides an illustrative operating environment for embodiments of the present invention
  • FIG. 1B is a block diagram showing the format and contents of a conversion settings file utilized in various embodiments of the present invention to define available conversions;
  • FIG. 2 is a block diagram that shows a software architecture for recognizing, labeling, and performing actions on recognized strings of text according to various embodiments of the present invention
  • FIGS. 3 A- 3 D are screen diagrams showing screen displays including an action menu for converting numbers between measurement systems provided by various embodiments of the present invention.
  • FIG. 4 is a flow diagram showing an illustrative routine for registering an action plug-in with an application program according to one actual embodiment of the present invention
  • FIG. 5 is a flow diagram showing an illustrative routine for processing a string input provided at an application program according to one actual embodiment of the present invention
  • FIG. 6 is a flow diagram illustrating the operation of a recognizer plug-in software module provided according to one actual embodiment of the present invention.
  • FIG. 7 is a flow diagram illustrating a routine for processing the selection of a semantically categorized number according to one actual embodiment of the present invention.
  • FIG. 8 is a flow diagram showing a routine for executing an action plug-in for converting numbers between measurement units according to one actual embodiment of the present invention.
  • embodiments of the present invention provide a method, system, apparatus, and computer-readable medium for converting numbers between units of measure.
  • references are made to the accompanying drawings that form a part hereof, and in which are shown by way of illustration specific embodiments or examples. These embodiments may be combined, other embodiments may be utilized, and structural changes may be made without departing from the spirit and scope of the present invention.
  • the following detailed description is, therefore, not be taken in a limiting sense, and the scope of the present invention is defined by the appended claims and their equivalents.
  • FIG. 1A and the following discussion are intended to provide a brief, general description of a suitable computing environment in which the invention may be implemented. While the invention will be described in the general context of program modules that execute in conjunction with an application program that runs on an operating system on a personal computer, those skilled in the art will recognize that the invention may also be implemented in combination with other program modules. Additional aspects of an illustrative operating environment and software architecture for implementing the various embodiments of the present invention are described in U.S. patent application Ser. No. 09/588,411, entitled “Method and System for Semantically Labeling Strings and Providing Actions Based on Semantically Labeled Strings”, which is expressly incorporated herein by reference.
  • program modules include routines, programs, components, data structures, and other types of structures that perform particular tasks or implement particular abstract data types.
  • program modules may be located in both local and remote memory storage devices.
  • FIG. 1A an illustrative computer architecture for a personal computer 2 for practicing the various embodiments of the invention will be described.
  • the computer architecture shown in FIG. 1A illustrates a conventional personal computer, including a central processing unit 4 (“CPU”), a system memory 6 , including a random access memory 8 (“RAM”) and a read-only memory (“ROM”) 10 , and a system bus 12 that couples the memory to the CPU 4 .
  • the personal computer 2 further includes a mass storage device 14 for storing an operating system 16 , application programs, such as the application program 205 , and data.
  • the mass storage device 14 is connected to the CPU 4 through a mass storage controller (not shown) connected to the bus 12 .
  • the mass storage device 14 and its associated computer-readable media provide non-volatile storage for the personal computer 2 .
  • computer-readable media can be any available media that can be accessed by the personal computer 2 .
  • Computer-readable media may comprise computer storage media and communication media.
  • Computer storage media includes volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data.
  • Computer storage media includes, but is not limited to, RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, DVD, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by the computer.
  • the personal computer 2 may operate in a networked environment using logical connections to remote computers through a TCP/IP network 18 , such as the Internet.
  • the personal computer 2 may connect to the TCP/IP network 18 through a network interface unit 20 connected to the bus 12 .
  • the network interface unit 20 may also be utilized to connect to other types of networks and remote computer systems.
  • the personal computer 2 may also include an input/output controller 22 for receiving and processing input from a number of devices, including a keyboard or mouse (not shown). Similarly, an input/output controller 22 may provide output to a display screen, a printer, or other type of output device.
  • a number of program modules and data files may be stored in the mass storage device 14 and RAM 8 of the personal computer 2 , including an operating system 16 suitable for controlling the operation of a networked personal computer, such as the WINDOWS XP operating system from MICROSOFT CORPORATION of Redmond, Wash.
  • the mass storage device 14 and RAM 8 may also store one or more application programs.
  • the mass storage device 14 and RAM 8 may store an application program 205 for creating and editing an electronic document 24 .
  • the application program 205 may comprise a word processing application program and the electronic document 24 may comprise a word processing document.
  • the application program 205 may also comprise a spreadsheet application program and the electronic document 24 comprise a spreadsheet.
  • the application program 205 may comprise an electronic mail application program and the electronic document 24 may comprise an electronic mail message.
  • Application programs for creating and editing other types of electronic documents may also be used with the various embodiments of the present invention.
  • Embodiments of the present invention provide program modules for use in conjunction with the application program 205 that convert numbers contained within the electronic document 24 between units of measure, also referred to herein as measurement units or measurement systems.
  • embodiments of the invention provide a recognizer plug-in 220 and an action plug-in 225 .
  • the recognizer plug-in 220 recognizes numbers having an associated unit name contained within an electronic document 24 and labels the numbers with semantic information identifying the unit name as a source unit of measure.
  • the recognizer plug-in 220 then passes this information to the application program 205 for use by the action plug-in 225 .
  • the action plug-in 225 performs actions on the recognized numbers for converting between units of measure.
  • the available conversions are defined in the conversion settings file 28 . Additional details regarding the conversion settings file 28 are described below with reference to FIG. 1B.
  • the action plug-in 225 may also generate a list of actions that may be performed on a given number. As a part of this process, the action plug-in 225 may query language settings 26 of the application program 205 or operating system 16 . The language settings 26 specify the current user interface language. The list of actions may then be created in the current user interface language. Moreover, the action plug-in 225 may also consult the conversion settings file 28 to generate action menu items for each source unit name enabled for use with all enabled languages and for each source unit name enabled for use with the current user interface language. Additional details regarding the operation of the recognizer plug-in 220 and the action plug-in 225 , including the use of the conversion settings file 28 and the language settings 26 , will be described in greater detail below.
  • the conversion settings file 28 is utilized by both the recognizer plug-in 220 and the action plug-in 225 .
  • the recognizer plug-in 220 utilizes portions of the conversion settings file 28 to determine the source unit names that should be recognized within a string of text
  • the action plug-in 225 utilizes the conversion settings file 28 to create the action menus that should be presented to the user and to actually perform conversions. Additional details regarding the use of the conversion settings file 28 by the recognizer plug-in 220 and the action plug-in 225 will be described in greater detail below.
  • the conversion settings file 28 comprises a data file having fields 50 A- 50 J.
  • the field 50 A contains a locale identification (“LCID”) number for which a particular conversion should be enabled.
  • LCID locale identification
  • the LCID is an identification number used to identify locales and languages.
  • the LCID is used herein to ensure that conversion options will be presented to the user only for conversions that are enabled for use with the currently enabled language.
  • the field 50 A may include the phrase “ALL”, thereby enabling the conversion for use with all enabled languages. Additional details regarding the use of the field 50 A will be described below.
  • the conversion settings file 28 also includes a field 50 B representing the source unit name.
  • the source unit name is the name of the source unit of measure that is associated with a recognized number.
  • the recognizer plug-in 220 uses the field 50 B to identify those source unit names that it should recognize.
  • the conversion settings file 28 also includes a field 50 C that includes a source description corresponding to the source unit name identified in the field 50 B. The contents of the field 50 C may be localized for a particular locale.
  • the conversion settings file 28 also includes a field 50 D that indicates whether a space is located between the source unit name and number. Some regional formats utilize a space between a number and a unit name while others do not. The field 50 D is therefore utilized by the recognizer plug-in 220 to recognize numbers expressed using either format.
  • the conversion settings file 28 also includes a field 50 E that defines whether the case of the source unit name should be considered by the recognizer plug-in 220 .
  • the conversion settings file 28 also includes the field 50 F which contains data identifying the destination unit name and a field 50 G which contains data identifying the destination description. As with the field 50 C, the field 50 G may be localized for a particular locale. A field 50 H is also included that indicates whether a space should be placed between the destination number and its associated unit name in the conversion result. The field 50 H is utilized by the action plug-in 225 when formatting conversion results.
  • the conversion settings file 28 also includes a field 50 I indicating the number of decimal places that should be utilized when rounding the converted result.
  • the field 50 I may be changed for each conversion. Typically, the rounding precision value contained in field 50 I is adjusted for conversions where the destination value is much larger or much smaller than the source number.
  • the conversion settings file 28 also includes a field 50 J which defines the conversion ratio or formula reference that should be utilized for a particular conversion. Where a conversion is performed by multiplying by a coefficient, the field 50 J contains the coefficient. Where a conversion is performed utilizing a more complex equation, the field 50 J may include a formula reference to the appropriate formula. For instance, the field 50 J may include a reference to a formula for converting Celsius values to Fahrenheit values, such as “CTOF”. Other types of formula references may also be provided for performing more complex conversions.
  • the conversion settings file 28 shown in FIG. 1B includes several illustrative conversion entries 52 A- 52 E.
  • the entry 52 A corresponds to a conversion from kilometers to miles and is enabled for all languages.
  • the entry 52 B corresponds to a conversion from degrees Celsius to degrees Fahrenheit and is also enabled for all languages.
  • the entries 52 C- 52 D convert between Swedish “long” miles and kilometers and are only enabled when the active user interface language corresponds to the LCID “1054.”
  • the entry 52 E corresponds to a conversion from kilometers to yards and is also enabled for all languages.
  • the entries 52 A- 52 E are merely illustrative examples of the types of conversions that may be defined in the conversion settings file 28 and that other types of conversions may be similarly defined.
  • conversions may be defined between miles and kilometers, inches and centimeters, millimeters and inches, feet and centimeters, meters and feet, yards and meters, acres and hectare, U.K. pints and liters, U.S. pints and liters, liters and gallons, ounces and deciliters, quarts and liters, pounds and kilograms, miles per hour and kilometers per hour, and other measurement units.
  • additional conversions may be defined by adding an appropriate entry to the conversion settings file 28 defining the new conversion.
  • the architecture shown in FIG. 2 includes an application program 205 , such as a word processor application program, a spreadsheet application program, or other type of application program for creating and editing electronic documents.
  • the application program 205 may also comprise a Web browser.
  • the application program 205 is able to communicate with a recognizer dynamically linked library (“DLL”) 210 and an action DLL 215 .
  • DLL recognizer dynamically linked library
  • the recognizer DLL 210 controls one or more recognizer plug-ins 220 A- 220 N and the action DLL 215 controls one or more action plug-ins 225 A- 225 N.
  • the recognizer plug-ins 220 A- 220 N and the action plug-ins 225 A- 225 N are automation servers.
  • Automation servers are well-known software components that are assembled into programs or add functionality to existing programs running on the WINDOWS XP operating system from MICROSOFT CORPORATION of Redmond, Wash. Automation servers may be written in a variety of computing languages and can be plugged and unplugged from a program at runtime without having to recompile the program.
  • the recognizer DLL 210 handles the distribution of text strings from an electronic document being edited by the application program 205 to the individual recognizer plug-ins 220 A- 220 N.
  • the recognizer plug-ins 220 A- 220 N recognize particular strings in an electronic document, such as a word processing document or a spreadsheet document.
  • the recognizer plug-ins 220 A- 220 N may be packaged with the application program module 205 or they may be written by third parties to recognize particular strings of interest.
  • the recognizer DLL 210 passes strings to the recognizer plug-ins 220 A- 220 N in single paragraphs or cell value increments. However, strings may be passed to the recognizer plug-ins 220 A- 220 N in other sizes and formats.
  • the recognizer plug-ins 220 A- 220 N determine which strings are to be labeled and how they are to be labeled. After receiving these results from the various recognizer plug-ins 220 , the recognizer DLL 210 sends semantic categories to the application program module 205 .
  • a recognizer plug-in 220 is provided for recognizing strings as containing numbers having an associated unit name.
  • the semantic category comprises schema information that identifies the unit name as a source unit of measure.
  • the schema information may also include information identifying the language in which the string of text is expressed.
  • This information is returned to the recognizer DLL 210 by the recognizer plug-in 220 along with other information that may be utilized by a corresponding action plug-in 225 , such as a copy of the number, the source unit name, and the language that the string of text is expressed in. Additionally, the recognizer plug-in 220 may return information identifying the location of the number within the text string, including the length of the text string and the character number of the first letter of the number.
  • each of the recognizer plug-ins 220 A- 220 N are executed separately.
  • the recognizer DLL 210 is responsible for handling the asynchronicity that results from different recognizer plug-ins 220 A- 220 N returning results at different times. In this manner, various types of data may be recognized within a text string and different actions provided for each semantically labeled string. Additional details regarding the operation of the recognizer plug-in 220 for recognizing numbers will be described below with reference to FIGS. 3 - 8 .
  • schema information is sent to the application program module 205 .
  • a user of the application program module 205 may then execute actions that are associated with the schema information on the recognized string.
  • the action DLL 215 manages the action plug-ins 225 A- 225 N that are executed in order to perform the actions.
  • the action plug-ins 225 A- 225 N may be packaged with the application program module 205 or written by third parties to perform particular actions that are of interest.
  • the action plug-ins 225 A- 225 N provide possible actions to be presented to the user based upon the schema information, or type label, associated with the string.
  • the list of actions provided to the user is dynamically generated for each schema type. This information is then provided to the application program 205 which displays the list of actions to the user when the string is selected.
  • the action DLL 215 manages the appropriate action plug-in 225 A- 225 N and passes the necessary information between the action plug-in and the application program module 205 so that the action plug-in may execute the desired action.
  • the application program module 205 sends the action DLL 215 an automation request to invoke the action the user has selected.
  • an action plug-in 225 is provided that converts recognized numbers to other units of measure. Addition details regarding the operation of the action plug-in 225 and the schema information utilized to identify different source unit names will be described in greater detail below with reference to FIGS. 3 - 8 .
  • a number 32 including an associated unit name may be typed by a user into an application program 205 , such as a word processor, as a part of a string of text.
  • an application program 205 such as a word processor
  • the string of text is provided to a recognizer plug-in 220 that recognizes numbers contained within the string of text, such as the number 32 .
  • the number 32 having an associated unit name identified by the recognizer plug-in 220 is identified to the application program module as a type of semantic information upon which actions may be performed. Therefore, the application program module 205 provides an indication to the user that actions may be performed on the number 32 . This indication may be provided to the user by highlighting the number 32 or providing a user interface indication 34 in proximity to the number 32 .
  • a list of actions is displayed that may be performed on the number to convert the number to another unit of measure.
  • This list of actions may comprise a dropdown menu 36 having one or more menu items corresponding to the list of actions that may be performed on the number 32 .
  • the contents of the dropdown menu 36 may be displayed in one of many different languages.
  • the language in which the dropdown menu 36 is displayed is based on a current interface user language for the application program module 205 or the operating system 16 . In this manner, international users throughout the world will be displayed a dropdown menu 36 in their currently installed and active user interface language.
  • the dropdown menu 36 includes another indication of the number 32 to be converted.
  • the dropdown menu 36 also includes a list of actions 38 that may be performed to convert the number 32 to other measurement systems.
  • the list of actions 38 displayed in the dropdown menu 36 is limited to conversion options specified for use with the currently enabled user interface language on the personal computer 2 . In this manner, actions for converting numbers not relevant to the currently enabled language of the personal computer 2 will not be shown in the dropdown menu 36 .
  • the application program module 205 also adds menu items 44 A and 44 B to the dropdown menu 36 .
  • the selection of item 44 A removes the semantic labeling from the selected text. Other recognized text in the same (or other) documents will remain labeled, and newly typed text will still be subject to continued recognition and labeling.
  • the selection of item 44 B provides a list of user selectable preferences defining the operation and behavior of the recognizer and action plug-ins.
  • the number 32 is labeled with schema information identifying the associated unit name as a source unit of measure. Additionally, the language of the string of text may also be identified in the schema information. This schema information is then returned to the application program 205 and is utilized by the action plug-in 225 to determine the appropriate list of actions 38 that should be included in the dropdown menu 36 . In this manner, only conversion operations consistent with the source unit of measure and the language used to express the string of text are provided to the user via the dropdown menu 36 .
  • the number 32 shown in FIG. 3A is expressed in kilograms. Therefore, the dropdown menu 36 includes actions in the list of actions 38 for converting the number 32 to pounds, and to stones and pounds. Similarly, the number 32 shown in FIG. 3B is expressed in meters. Therefore, the dropdown menu 36 includes actions in the list of actions 38 for converting the number 32 to feet and to yards. Likewise, the number 32 shown in FIG. 3D is shown degrees Celsius. Therefore, the dropdown menu 36 includes only an action for converting the number 32 from degrees Celsius to degrees Fahrenheit. Also, the list of actions 38 shown in FIGS. 3A, 3B, and 3 D is displayed English. It should be appreciated, however, that the dropdown menu 36 would appear in another language if a language other than English was selected as the current user interface language on the personal computer 2 .
  • the conversion of the number 32 is performed according to the selected action.
  • the converted number may then be displayed to the user in a dialog box 37 as shown in FIG. 3C.
  • the number 32 may be replaced in the string of text with the converted number and the unit name associated with the destination unit of measurement.
  • the number 32 may be replaced in the string of text using a document object model provided by the application program 205 . This process is described in greater detail below.
  • the application program 205 receives most of the text shown in the dropdown menu 36 from the action plug-in 225 . This process occurs when the application program 205 is initially executed and the action plug-in 225 registers itself with the application program 205 . Additional details regarding this registration process will be described below with reference to FIG. 4.
  • an illustrative routine 400 will be described for registering the number conversion software components with the application program 205 .
  • the action plug-in 225 and the recognizer plug-in 220 for converting numbers are first executed, they are registered with the application program 205 .
  • the application program 205 is made aware of the software components and enabled for use with the schema types recognized by the recognizer plug-in 220 .
  • the action items to be displayed to the user corresponding to each schema type are also enumerated to the application program 205 so that the application program 205 can display the dropdown menu 36 when a number 32 or indicator 34 is selected by a user.
  • the routine 400 begins at block 402 , where the current user interface language is identified. As discussed briefly above, the current user interface language may be stored in the language settings 26 maintained by the operating system 16 or the application program 205 . Once the current user interface language has been identified, the routine 400 continues to block 404 . At block 404 , the action plug-in 225 consults the conversion settings file 28 , and generates action menu items for defined conversions that are specified for operation with all languages. In particular, the action plug-in 225 creates action menu items for all defined conversions that include the phrase “ALL” in the field 50 A of the conversion settings file 28 . The routine 400 then continues to block 406 .
  • action menu items are also generated for each defined conversion that has an entry in field 50 A corresponding to the current user interface language.
  • action menu items are generated only for those conversions enabled for use with all user interface languages and for those conversions enabled for use with the current user interface language.
  • the action menu items are generated on a per source unit name basis. In this manner, many separate dropdown menus 36 may be generated, one for each source unit name. Moreover, a separate schema name is utilized for each source unit name and current user interface language. In this manner, regardless of the source unit name or current user interface language, an appropriate dropdown menu 36 will be presented.
  • routine 400 continues to block 408 , where the action menu items for each schema are returned to the application program 205 .
  • the application program 205 displays the dropdown menu 36 in response to the selection of a number 32 or an indicator 34 .
  • the action plug-in 225 or other software component may be responsible for the display of the dropdown menu 36 .
  • the routine 400 continues from block 408 to block 410 , where it ends.
  • the routine 500 begins at block 502 , where the application program 205 receives a new string, such as when a user enters a new paragraph into an electronic document or edits a previously entered paragraph. From block 502 , the routine 500 continues to block 504 where the application program 205 passes the new string to the recognizer DLL 210 .
  • the recognizer DLL 210 is responsible for communicating with the application program 205 , managing the jobs that need to be performed by the recognizer plug-ins 220 A- 220 N, receiving results from the recognizer plug-ins 220 A- 220 N, and sending schema information to the application program module 205 for recognized numbers and source unit names.
  • a paragraph is passed to the recognizer DLL 210 at block 504 .
  • a sentence, the contents of a spreadsheet cell, a section of the document, the entire document, etc. may be passed to the recognizer DLL 210 .
  • the embodiments of the present invention are not limited to simply passing a paragraph to the recognizer DLL 210 .
  • the routine 500 continues to block 506 , where the recognizer DLL 210 passes the string to the recognizer plug-ins 220 A- 220 N.
  • the routine 500 then continues to block 508 where the recognizer plug-ins are executed on the paragraph to recognize key words or characters within the string.
  • the recognizer plug-in for converting numbers between measurement systems is executed on the string.
  • An illustrative routine describing the operation of the recognizer plug-in for number conversion is described below with reference to FIG. 6.
  • the results from the recognizer plug-in 220 are received at the recognizer DLL 210 .
  • the routine 500 then continues to block 512 , where a determination is made by the recognizer DLL 210 as to whether the paragraph has been edited since the string was transmitted to the recognizer plug-ins 220 A- 220 N. If the paragraph has been edited, the routine 500 returns to block 504 , where the edited string is passed to the recognizer DLL 210 . If the paragraph has not been edited, the routine 500 continues to block 514 , where the recognizer DLL 210 sends the results received from the recognizer plug-in 220 to the application program 205 . The routine 500 then continues to block 516 , where it ends.
  • the routine 600 begins at block 602 , where a string of text is received at the recognizer plug-in 220 from the recognizer DLL 210 .
  • the routine 600 then continues to block 604 , where a determination is made as to whether the string of text contains a number.
  • routine 600 continues to block 606 , where a determination is made as to whether a number was found in the string of text. If no digits were found, the routine 600 branches from block 606 to block 614 , where it returns to block 510 , shown in FIG. 5. If, however, at block 606 , it is determined that digits were found in the string of text, the routine 600 continues to block 608 .
  • text located after the identified digits is scanned to determine whether a source unit name is associated with the number.
  • the recognizer plug-in 220 may scan the text after the identified digits for the source unit names “km”, “lb”, “mi”, and other source unit names.
  • the list of the source unit names that the recognizer plug-in 220 searches for is defined by the field 50 B of the conversion settings file 28 .
  • routine 600 continues to block 610 where a determination is made as to whether a source unit name associated with the recognized number was located. If no source unit name was found, the routine 610 branches to block 614 , where it returns to block 510 , shown in FIG. 5. If a source unit name was found that is associated with the recognized number, the routine 600 continues to block 612 .
  • schema information is returned to the recognizer DLL 210 .
  • a schema name associated with the source unit name and the currently enabled language is returned to the recognizer DLL 210 .
  • a “property bag” may also be returned to the recognizer DLL 210 .
  • the property bag is an object which stores information about the recognized number that may be utilized by the action plug-in 225 .
  • the property bag may include a format number indicating generally which format the recognized number was written in.
  • an index to the recognized number within the string of text may also be returned to the recognizer DLL 210 .
  • All of the information returned from the recognizer plug-in 220 to the recognizer DLL 210 may be subsequently passed to the action plug-in 225 and used in the conversion process. This is described in greater detail below with respect to FIGS. 7 and 8. From block 612 , the routine 600 continues to block 614 , where it returns to block 510 , shown in FIG. 5.
  • an illustrative routine 700 will be described for processing the selection of a semantically categorized number having an associated unit name.
  • the number may be highlighted or an indication may be provided to the user indicating that the number has been recognized and that actions may be performed on the number.
  • a determination is made as to whether the number or indicator has been selected by a user. If the number has not been selected, the routine 700 continues to block 714 , where it ends. If, however, the number or indicator has been selected, the routine 700 continues to block 704 .
  • the application program 205 displays the list of actions associated with the schema corresponding to the selected number. In this manner, the dropdown menu 36 described above with reference to FIG. 3A is presented to the user.
  • the routine 700 then continues from block 704 to block 706 , where a determination is made as to whether the user has selected one of the items from the list of actions. If the user has made the selection of a user interface item other than one of the items from the list of actions, the routine 700 branches to block 710 , where the list of actions is removed. If, however, the user does select one of the items from the list of actions, the routine 700 continues to block 708 .
  • the application program 205 calls the action plug-in 225 corresponding to the appropriate schema type and indicates that an action item has been selected.
  • the call from the application program 225 to the action plug-in 225 includes the schema name corresponding to the recognized number, the item number of the selected menu item, the name of the calling application program 205 , a pointer into an object model provided by the application program 205 for accessing the document 24 , the property bag described above with reference to FIG. 6, and the text of the recognized number.
  • the routine 700 then continues to block 712 , where the action plug-in for converting numbers between measurement units is executed. An illustrative routine for executing the action plug-in 225 for number conversion is described below with reference to FIG. 8. Once the action plug-in 225 has completed its execution, the routine 700 continues from block 712 to block 714 , where it ends.
  • an illustrative routine 800 will be described for executing an action plug-in 225 for converting numbers between measurement systems.
  • the routine 800 begins at block 802 , where the action plug-in 225 receives a call from the action DLL 215 indicating that the user has selected an action menu item. From block 802 , the routine 800 continues to block 804 , where the action plug-in 225 determines the actual value of the recognized number in view of a format associated with the language in which the string containing the number is expressed. This is necessary because numbers expressed in different languages may include separator characters that have different meanings in different languages.
  • the action plug-in 225 identifies the regional format for the number from the language settings file 26 based on the language in which the number is expressed. Using the regional format, the actual value of the number can be determined.
  • the routine 800 continues to block 806 , where the recognized number is converted to the destination unit of measure according to the selected action menu item.
  • the value of the field 50 J of the conversion settings file 28 for the selected conversion may be utilized to convert the recognized and selected number.
  • the value of the field 50 I in the conversion settings file 28 may also be utilized to round the converted number to the appropriate number of digits.
  • the routine 800 continues to block 808 , where the converted number is formatted.
  • the converted number may be formatted according to the regional format specified in the language settings file 26 .
  • the value of field 50 H in the conversion settings file 28 may be utilized to format the spacing between the converted number and the destination unit name. Other types of formatting may also be applied to the converted number.
  • the routine 800 continues to block 810 where the number in the string of text is replaced with the converted number.
  • the replacement is made by accessing a document object model provided by the application program 205 .
  • the action plug-in 225 can directly access the document 24 and make changes therein. Details regarding the use of such a document object model are well known to those skilled in the art.
  • the converted number and its associated unit name may be displayed to the user.
  • the routine 800 continues to block 812 , where it returns to block 714 , described above with reference to FIG. 7.

Abstract

A method, system, and apparatus are provided for converting numbers between different units of measurement. When a string of text is entered into an application program, the string is analyzed to determine whether the string of text includes a number having an associated unit name. If the string of text includes a number having an associated unit name, the number is semantically labeled with schema information that identifies the unit name as a source unit of measurement. When a selection is received of the number or an indication that the number is labeled with schema information, a list of actions may be provided identifying conversion options available for the number. One of the conversion options may then be selected resulting in the conversion of the selected number to the destination unit of measure identified by the selected action. The converted number may then be inserted into the string of text to replace the selected number along with a unit name corresponding to the destination unit of measure.

Description

    TECHNICAL FIELD
  • Embodiments of the present invention relate to the field of unit measurement conversion. More particularly, embodiments of the invention relate to the field of converting numbers between measurement systems based upon semantically labeled strings. [0001]
  • BACKGROUND OF THE INVENTION
  • As a result of the advent and explosion of the Internet and the World Wide Web (“Web”), computer users today frequently receive electronic documents from other users located in countries throughout the world. Electronic documents such as these often include numbers expressed in a unit of measurement utilized in the sender's particular country. For instance, users located in the United States are likely to express numbers in the Imperial system of measurement (e.g. inches, feet, etc.), while European users are likely to express numbers in the Metric system of measurement (e.g. centimeters, kilometers, etc.). [0002]
  • When users receive electronic documents having numbers expressed in measurement systems other than the system used in their native country, users may need to convert the numbers to their local measurement system to understand the meaning of the number. For instance, a user may want to convert a number expressed in degrees Fahrenheit, which is a unit of measure for temperatures commonly used in the United States, to degrees Celsius, which is a unit of measure for temperatures commonly used in Europe. However, converting numbers between measurement systems in this manner has heretofore been difficult for a user to accomplish easily. [0003]
  • Previously, if a user wanted to convert a number contained in an electronic document, such as a word processing document, between measurement systems, the user would first have to copy the number to be converted to a clipboard. The user would then paste the number into an external program or Web site capable of converting the number to the desired destination unit of measure. Once the external program or Web site had completed the conversion, the user may copy the converted number to the clipboard and then paste the converted number back into the electronic document. Although systems such as these do allow a user to convert a number between measurement systems, these systems can be difficult for to use because of the large number of steps required to complete the conversion. Moreover, these previous solutions require the user to perform the conversion using the user interface language of the conversion program or Web site. This can be extremely frustrating for a user that does not understand the language of the conversion program or Web site. [0004]
  • Therefore, in light of the above, there is a need for a method, system, and apparatus for easily converting numbers between measurement systems that do not require a user to utilize an external application or Web site to convert numbers between measurement systems. Moreover, there is a need for a method, system, and apparatus for converting numbers between systems of measure that can present conversion options to the user in a user-selected user interface language. [0005]
  • SUMMARY OF THE INVENTION
  • Embodiments of the present invention solve the above-described problems by providing a method, system, and apparatus for easily converting numbers between measurement systems and units that do not require the use of an external application or Web site to convert the numbers. Moreover, embodiments of the present invention provide a method, system, and apparatus for converting numbers between units that can present conversion options to the user in a user-selected interface language. Moreover, embodiments of the invention provide an extensible architecture through which a user may add conversion rules that enable conversion of numbers between measurement systems not initially supported. [0006]
  • According to one actual embodiment of the present invention, a method is provided for converting a number between measurement systems in a system for creating and editing an electronic document. According to this embodiment of the invention, software modules are executed in conjunction with a software application for creating and editing an electronic document that allow the convenient conversion of numbers between measurement units. When a user types a string of text, such as a paragraph into the software application, the string is analyzed to determine whether the string of text includes a number having an associated unit name. For instance, a user may type the number “10” and the associated unit name “km”, for kilometers. If the string of text includes a number having an associated unit name, the number is semantically labeled with schema information that identifies the unit name as a source unit of measure. For instance, if a string of text includes the number “10” followed by the unit of measure “km”, schema information will be associated with the number indicating that the number is expressed with a source unit of measure. [0007]
  • Once a number having an associated unit name has been identified within a string of text, such as a paragraph, the application may display an indication to the user that the number has been semantically labeled. This indication also identifies to the user that actions may be performed on the number. When a selection is received of the number or the indication, a list of actions may be provided to the user identifying conversion options available for the number. For instance, if the identified number includes an associated unit name “m”, for meters, an action menu item may be displayed to the user for converting the number to feet or yards. Other types of conversion options may also be presented to the user for converting the number. [0008]
  • According to one embodiment of the invention, a current user interface language setting for the application program is determined prior to providing the list of actions to the user. When the user selects the list of actions, the available actions are displayed to the user in a language specified by the current user interface language setting. In this manner, the user is always presented the conversion options in the current user interface language. Actions may also be included in the list of actions only for conversions supported for the current user interface language setting and may also be specified as being enabled for use with all user interface languages. [0009]
  • After the list of actions has been displayed to the user, a selection of one of the actions may be received. In response to receiving the selection of a conversion action, a converted number may be generated by converting the selected number to the destination unit of measure identified by the selected action. Once the conversion is completed, the converted number and its associated unit name may be inserted into the string of text to replace the selected number and its associated unit name. According to various embodiments of the present invention, a document object model supported by the application program may be utilized to insert the converted number into the string of text. Alternatively, the converted number may be displayed to the user. [0010]
  • According to another embodiment of the present invention, a system is provided for converting a number between measurement systems. According to this embodiment of the invention, the system includes a recognizer plug-in capable of receiving a portion of an electronic document as a string of text from an application program. For instance, the recognizer plug-in may receive a paragraph of text from an application program as it is typed by the user. Once the recognizer plug-in has received the string of text, the recognizer plug-in analyzes the string of text to determine whether the string of text includes a number having an associated unit name. If the string of text includes a number having an associated unit name, the recognizer plug-in semantically labels the number with schema information identifying the unit name as a source unit of measure and identifying the language used to express the string of text. This information is then passed by the recognizer plug-in back to the application program. [0011]
  • According to one embodiment of the invention, the system also includes an application program for creating and editing an electronic document. For instance, the application program may comprise a word processor, a spreadsheet application program, an e-mail application which includes editing functions, or other types of application programs for creating and editing electronic documents. According to this embodiment of the invention, the application program is capable of displaying the string of text along with an indication that the number has been semantically labeled by the recognizer plug-in. This indication may comprise a user interface object for indicating to a user that the number has been semantically labeled and that conversion actions may be performed on the number. [0012]
  • The application program may also be operative to receive a selection of the number or the indication and to provide a list of actions that may be performed on the number to convert the number to another measurement unit. The application may then receive the selection of one of the list of actions and provide the selection and the number to an action plug-in. [0013]
  • The system also includes an action plug-in that is capable of generating a converted number by converting the selected number to the destination unit of measurement identified by action selected from the list of actions. The action plug-in is also operative to replace the selected number and its associated unit name with the converted number and its associated unit name in the string of text. According to one actual embodiment of the invention, the action plug-in may replace the number with the converted number in the string of text by accessing a document object model provided by the application program. Alternatively, the converted number and its associated unit name may be displayed. [0014]
  • According to various embodiments of the present invention, the system provided herein may also include an action plug-in that is operative to register with the application program prior to performing any conversion functions. As a part of the registration procedure, the action plug-in may provide the list of actions that may be performed on the number to convert the number to another measurement system to the application program. Moreover, when creating the list of actions, the action plug-in may determine a current user interface language setting for the application program and generate the action menu items in a language specified by the current user interface language setting. Additionally, the action plug-in may also consult a conversion settings file to generate action menu items for each source unit name enabled for use with all enabled languages and for each source unit name enabled for use with the current user interface language. The contents of the conversion settings file may be modified by a user to enable conversion between measurement systems other than those initially defined in the conversion settings file. [0015]
  • Other embodiments of the present invention provide a computer-controlled apparatus and a computer-readable medium for converting numbers between measurement systems based on semantically labeled strings. These and other details regarding the various embodiments of the invention will become more apparent from the detailed description that follows.[0016]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1A is a block diagram showing the architecture of a personal computer that provides an illustrative operating environment for embodiments of the present invention; [0017]
  • FIG. 1B is a block diagram showing the format and contents of a conversion settings file utilized in various embodiments of the present invention to define available conversions; [0018]
  • FIG. 2 is a block diagram that shows a software architecture for recognizing, labeling, and performing actions on recognized strings of text according to various embodiments of the present invention; [0019]
  • FIGS. [0020] 3A-3D are screen diagrams showing screen displays including an action menu for converting numbers between measurement systems provided by various embodiments of the present invention;
  • FIG. 4 is a flow diagram showing an illustrative routine for registering an action plug-in with an application program according to one actual embodiment of the present invention; [0021]
  • FIG. 5 is a flow diagram showing an illustrative routine for processing a string input provided at an application program according to one actual embodiment of the present invention; [0022]
  • FIG. 6 is a flow diagram illustrating the operation of a recognizer plug-in software module provided according to one actual embodiment of the present invention; [0023]
  • FIG. 7 is a flow diagram illustrating a routine for processing the selection of a semantically categorized number according to one actual embodiment of the present invention; and [0024]
  • FIG. 8 is a flow diagram showing a routine for executing an action plug-in for converting numbers between measurement units according to one actual embodiment of the present invention.[0025]
  • DETAILED DESCRIPTION OF AN ILLUSTRATIVE EMBODIMENT
  • As described briefly above, embodiments of the present invention provide a method, system, apparatus, and computer-readable medium for converting numbers between units of measure. In the following detailed description, references are made to the accompanying drawings that form a part hereof, and in which are shown by way of illustration specific embodiments or examples. These embodiments may be combined, other embodiments may be utilized, and structural changes may be made without departing from the spirit and scope of the present invention. The following detailed description is, therefore, not be taken in a limiting sense, and the scope of the present invention is defined by the appended claims and their equivalents. [0026]
  • Referring now to the drawings, in which like numerals represent like elements through the several figures, aspects of the present invention and the illustrative operating environment will be described. FIG. 1A and the following discussion are intended to provide a brief, general description of a suitable computing environment in which the invention may be implemented. While the invention will be described in the general context of program modules that execute in conjunction with an application program that runs on an operating system on a personal computer, those skilled in the art will recognize that the invention may also be implemented in combination with other program modules. Additional aspects of an illustrative operating environment and software architecture for implementing the various embodiments of the present invention are described in U.S. patent application Ser. No. 09/588,411, entitled “Method and System for Semantically Labeling Strings and Providing Actions Based on Semantically Labeled Strings”, which is expressly incorporated herein by reference. [0027]
  • Generally, program modules include routines, programs, components, data structures, and other types of structures that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices. [0028]
  • Turning now to FIG. 1A, an illustrative computer architecture for a [0029] personal computer 2 for practicing the various embodiments of the invention will be described. The computer architecture shown in FIG. 1A illustrates a conventional personal computer, including a central processing unit 4 (“CPU”), a system memory 6, including a random access memory 8 (“RAM”) and a read-only memory (“ROM”) 10, and a system bus 12 that couples the memory to the CPU 4. A basic input/output system containing the basic routines that help to transfer information between elements within the computer, such as during startup, is stored in the ROM 10. The personal computer 2 further includes a mass storage device 14 for storing an operating system 16, application programs, such as the application program 205, and data.
  • The [0030] mass storage device 14 is connected to the CPU 4 through a mass storage controller (not shown) connected to the bus 12. The mass storage device 14 and its associated computer-readable media provide non-volatile storage for the personal computer 2. Although the description of computer-readable media contained herein refers to a mass storage device, such as a hard disk or CD-ROM drive, it should be appreciated by those skilled in the art that computer-readable media can be any available media that can be accessed by the personal computer 2.
  • By way of example, and not limitation, computer-readable media may comprise computer storage media and communication media. Computer storage media includes volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, DVD, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by the computer. [0031]
  • According to various embodiments of the invention, the [0032] personal computer 2 may operate in a networked environment using logical connections to remote computers through a TCP/IP network 18, such as the Internet. The personal computer 2 may connect to the TCP/IP network 18 through a network interface unit 20 connected to the bus 12. It should be appreciated that the network interface unit 20 may also be utilized to connect to other types of networks and remote computer systems. The personal computer 2 may also include an input/output controller 22 for receiving and processing input from a number of devices, including a keyboard or mouse (not shown). Similarly, an input/output controller 22 may provide output to a display screen, a printer, or other type of output device.
  • As mentioned briefly above, a number of program modules and data files may be stored in the [0033] mass storage device 14 and RAM 8 of the personal computer 2, including an operating system 16 suitable for controlling the operation of a networked personal computer, such as the WINDOWS XP operating system from MICROSOFT CORPORATION of Redmond, Wash. The mass storage device 14 and RAM 8 may also store one or more application programs. In particular, the mass storage device 14 and RAM 8 may store an application program 205 for creating and editing an electronic document 24. For instance, the application program 205 may comprise a word processing application program and the electronic document 24 may comprise a word processing document. The application program 205 may also comprise a spreadsheet application program and the electronic document 24 comprise a spreadsheet. Similarly, the application program 205 may comprise an electronic mail application program and the electronic document 24 may comprise an electronic mail message. Application programs for creating and editing other types of electronic documents may also be used with the various embodiments of the present invention.
  • Embodiments of the present invention provide program modules for use in conjunction with the [0034] application program 205 that convert numbers contained within the electronic document 24 between units of measure, also referred to herein as measurement units or measurement systems. In particular, embodiments of the invention provide a recognizer plug-in 220 and an action plug-in 225. As will be described in greater detail below, the recognizer plug-in 220 recognizes numbers having an associated unit name contained within an electronic document 24 and labels the numbers with semantic information identifying the unit name as a source unit of measure. The recognizer plug-in 220 then passes this information to the application program 205 for use by the action plug-in 225. The action plug-in 225 performs actions on the recognized numbers for converting between units of measure. The available conversions are defined in the conversion settings file 28. Additional details regarding the conversion settings file 28 are described below with reference to FIG. 1B.
  • According to various embodiments of the present invention, the action plug-in [0035] 225 may also generate a list of actions that may be performed on a given number. As a part of this process, the action plug-in 225 may query language settings 26 of the application program 205 or operating system 16. The language settings 26 specify the current user interface language. The list of actions may then be created in the current user interface language. Moreover, the action plug-in 225 may also consult the conversion settings file 28 to generate action menu items for each source unit name enabled for use with all enabled languages and for each source unit name enabled for use with the current user interface language. Additional details regarding the operation of the recognizer plug-in 220 and the action plug-in 225, including the use of the conversion settings file 28 and the language settings 26, will be described in greater detail below.
  • Referring now to FIG. 1B, various aspects of the conversion settings file [0036] 28 will be described. As discussed briefly above, the conversion settings file 28 is utilized by both the recognizer plug-in 220 and the action plug-in 225. In particular, the recognizer plug-in 220 utilizes portions of the conversion settings file 28 to determine the source unit names that should be recognized within a string of text, and the action plug-in 225 utilizes the conversion settings file 28 to create the action menus that should be presented to the user and to actually perform conversions. Additional details regarding the use of the conversion settings file 28 by the recognizer plug-in 220 and the action plug-in 225 will be described in greater detail below.
  • As shown in FIG. 1B, the conversion settings file [0037] 28 comprises a data file having fields 50A-50J. The field 50A contains a locale identification (“LCID”) number for which a particular conversion should be enabled. As known to those skilled in the art, when used in conjunction with the WINDOWS XP operating system from MICROSOFT CORPORATION of Redmond, Wash., the LCID is an identification number used to identify locales and languages. The LCID is used herein to ensure that conversion options will be presented to the user only for conversions that are enabled for use with the currently enabled language. Alternatively, the field 50A may include the phrase “ALL”, thereby enabling the conversion for use with all enabled languages. Additional details regarding the use of the field 50A will be described below.
  • The conversion settings file [0038] 28 also includes a field 50B representing the source unit name. The source unit name is the name of the source unit of measure that is associated with a recognized number. The recognizer plug-in 220 uses the field 50B to identify those source unit names that it should recognize. The conversion settings file 28 also includes a field 50C that includes a source description corresponding to the source unit name identified in the field 50B. The contents of the field 50C may be localized for a particular locale. The conversion settings file 28 also includes a field 50D that indicates whether a space is located between the source unit name and number. Some regional formats utilize a space between a number and a unit name while others do not. The field 50D is therefore utilized by the recognizer plug-in 220 to recognize numbers expressed using either format. The conversion settings file 28 also includes a field 50E that defines whether the case of the source unit name should be considered by the recognizer plug-in 220.
  • The conversion settings file [0039] 28 also includes the field 50F which contains data identifying the destination unit name and a field 50G which contains data identifying the destination description. As with the field 50C, the field 50G may be localized for a particular locale. A field 50H is also included that indicates whether a space should be placed between the destination number and its associated unit name in the conversion result. The field 50H is utilized by the action plug-in 225 when formatting conversion results.
  • The conversion settings file [0040] 28 also includes a field 50I indicating the number of decimal places that should be utilized when rounding the converted result. The field 50I may be changed for each conversion. Typically, the rounding precision value contained in field 50I is adjusted for conversions where the destination value is much larger or much smaller than the source number.
  • The conversion settings file [0041] 28 also includes a field 50J which defines the conversion ratio or formula reference that should be utilized for a particular conversion. Where a conversion is performed by multiplying by a coefficient, the field 50J contains the coefficient. Where a conversion is performed utilizing a more complex equation, the field 50J may include a formula reference to the appropriate formula. For instance, the field 50J may include a reference to a formula for converting Celsius values to Fahrenheit values, such as “CTOF”. Other types of formula references may also be provided for performing more complex conversions.
  • The conversion settings file [0042] 28 shown in FIG. 1B includes several illustrative conversion entries 52A-52E. The entry 52A corresponds to a conversion from kilometers to miles and is enabled for all languages. The entry 52B corresponds to a conversion from degrees Celsius to degrees Fahrenheit and is also enabled for all languages. The entries 52C-52D convert between Swedish “long” miles and kilometers and are only enabled when the active user interface language corresponds to the LCID “1054.” The entry 52E corresponds to a conversion from kilometers to yards and is also enabled for all languages.
  • It should be appreciated by the reader that the [0043] entries 52A-52E are merely illustrative examples of the types of conversions that may be defined in the conversion settings file 28 and that other types of conversions may be similarly defined. In particular, conversions may be defined between miles and kilometers, inches and centimeters, millimeters and inches, feet and centimeters, meters and feet, yards and meters, acres and hectare, U.K. pints and liters, U.S. pints and liters, liters and gallons, ounces and deciliters, quarts and liters, pounds and kilograms, miles per hour and kilometers per hour, and other measurement units. Moreover, it should be appreciated that additional conversions may be defined by adding an appropriate entry to the conversion settings file 28 defining the new conversion.
  • Referring now to FIG. 2, an illustrative software architecture for use in conjunction with the various embodiments of the present invention will be described. The architecture shown in FIG. 2 includes an [0044] application program 205, such as a word processor application program, a spreadsheet application program, or other type of application program for creating and editing electronic documents. The application program 205 may also comprise a Web browser.
  • The [0045] application program 205 is able to communicate with a recognizer dynamically linked library (“DLL”) 210 and an action DLL 215. As will be described in greater detail below, the recognizer DLL 210 controls one or more recognizer plug-ins 220A-220N and the action DLL 215 controls one or more action plug-ins 225A-225N.
  • According to one embodiment of the invention, the recognizer plug-[0046] ins 220A-220N and the action plug-ins 225A-225N are automation servers. Automation servers are well-known software components that are assembled into programs or add functionality to existing programs running on the WINDOWS XP operating system from MICROSOFT CORPORATION of Redmond, Wash. Automation servers may be written in a variety of computing languages and can be plugged and unplugged from a program at runtime without having to recompile the program.
  • The [0047] recognizer DLL 210 handles the distribution of text strings from an electronic document being edited by the application program 205 to the individual recognizer plug-ins 220A-220N. The recognizer plug-ins 220A-220N recognize particular strings in an electronic document, such as a word processing document or a spreadsheet document. The recognizer plug-ins 220A-220N may be packaged with the application program module 205 or they may be written by third parties to recognize particular strings of interest. Typically, the recognizer DLL 210 passes strings to the recognizer plug-ins 220A-220N in single paragraphs or cell value increments. However, strings may be passed to the recognizer plug-ins 220A-220N in other sizes and formats.
  • As part of recognizing certain strings as including semantic information, the recognizer plug-[0048] ins 220A-220N determine which strings are to be labeled and how they are to be labeled. After receiving these results from the various recognizer plug-ins 220, the recognizer DLL 210 sends semantic categories to the application program module 205. According to one actual embodiment of the invention, a recognizer plug-in 220 is provided for recognizing strings as containing numbers having an associated unit name. According to this embodiment of the invention, the semantic category comprises schema information that identifies the unit name as a source unit of measure. The schema information may also include information identifying the language in which the string of text is expressed. This information is returned to the recognizer DLL 210 by the recognizer plug-in 220 along with other information that may be utilized by a corresponding action plug-in 225, such as a copy of the number, the source unit name, and the language that the string of text is expressed in. Additionally, the recognizer plug-in 220 may return information identifying the location of the number within the text string, including the length of the text string and the character number of the first letter of the number.
  • It should be appreciated that each of the recognizer plug-[0049] ins 220A-220N are executed separately. The recognizer DLL 210 is responsible for handling the asynchronicity that results from different recognizer plug-ins 220A-220N returning results at different times. In this manner, various types of data may be recognized within a text string and different actions provided for each semantically labeled string. Additional details regarding the operation of the recognizer plug-in 220 for recognizing numbers will be described below with reference to FIGS. 3-8.
  • After a string is labeled by a recognizer plug-in [0050] 220A-220N, schema information is sent to the application program module 205. A user of the application program module 205 may then execute actions that are associated with the schema information on the recognized string. The action DLL 215 manages the action plug-ins 225A-225N that are executed in order to perform the actions. As with the recognizer plug-ins 220A-22N, the action plug-ins 225A-225N may be packaged with the application program module 205 or written by third parties to perform particular actions that are of interest. The action plug-ins 225A-225N provide possible actions to be presented to the user based upon the schema information, or type label, associated with the string. As will be described in greater detail below, the list of actions provided to the user is dynamically generated for each schema type. This information is then provided to the application program 205 which displays the list of actions to the user when the string is selected.
  • After an action has been chosen from the list of actions, the [0051] action DLL 215 manages the appropriate action plug-in 225A-225N and passes the necessary information between the action plug-in and the application program module 205 so that the action plug-in may execute the desired action. Typically, the application program module 205 sends the action DLL 215 an automation request to invoke the action the user has selected. As will be described in greater detail below, according to one embodiment of the invention, an action plug-in 225 is provided that converts recognized numbers to other units of measure. Addition details regarding the operation of the action plug-in 225 and the schema information utilized to identify different source unit names will be described in greater detail below with reference to FIGS. 3-8.
  • Referring now to FIGS. [0052] 3A-3D, an illustrative user interface provided by the various embodiments of the present invention will be described. As shown in FIG. 3A, a number 32 including an associated unit name may be typed by a user into an application program 205, such as a word processor, as a part of a string of text. Once the user has provided the string of text, the string of text is provided to a recognizer plug-in 220 that recognizes numbers contained within the string of text, such as the number 32. The number 32 having an associated unit name identified by the recognizer plug-in 220 is identified to the application program module as a type of semantic information upon which actions may be performed. Therefore, the application program module 205 provides an indication to the user that actions may be performed on the number 32. This indication may be provided to the user by highlighting the number 32 or providing a user interface indication 34 in proximity to the number 32.
  • When the [0053] number 32 or the indication 34 is selected by a user, a list of actions is displayed that may be performed on the number to convert the number to another unit of measure. This list of actions may comprise a dropdown menu 36 having one or more menu items corresponding to the list of actions that may be performed on the number 32. According to one embodiment of the invention, the contents of the dropdown menu 36 may be displayed in one of many different languages. The language in which the dropdown menu 36 is displayed is based on a current interface user language for the application program module 205 or the operating system 16. In this manner, international users throughout the world will be displayed a dropdown menu 36 in their currently installed and active user interface language.
  • As shown in FIG. 3A, the [0054] dropdown menu 36 includes another indication of the number 32 to be converted. The dropdown menu 36 also includes a list of actions 38 that may be performed to convert the number 32 to other measurement systems. According to one embodiment of the invention, the list of actions 38 displayed in the dropdown menu 36 is limited to conversion options specified for use with the currently enabled user interface language on the personal computer 2. In this manner, actions for converting numbers not relevant to the currently enabled language of the personal computer 2 will not be shown in the dropdown menu 36.
  • As shown in FIG. 3A, the [0055] application program module 205 also adds menu items 44A and 44B to the dropdown menu 36. The selection of item 44A removes the semantic labeling from the selected text. Other recognized text in the same (or other) documents will remain labeled, and newly typed text will still be subject to continued recognition and labeling. The selection of item 44B provides a list of user selectable preferences defining the operation and behavior of the recognizer and action plug-ins.
  • As described briefly above, when a [0056] number 32 having an associated unit name is recognized by the recognizer plug-in 220, the number 32 is labeled with schema information identifying the associated unit name as a source unit of measure. Additionally, the language of the string of text may also be identified in the schema information. This schema information is then returned to the application program 205 and is utilized by the action plug-in 225 to determine the appropriate list of actions 38 that should be included in the dropdown menu 36. In this manner, only conversion operations consistent with the source unit of measure and the language used to express the string of text are provided to the user via the dropdown menu 36.
  • The [0057] number 32 shown in FIG. 3A is expressed in kilograms. Therefore, the dropdown menu 36 includes actions in the list of actions 38 for converting the number 32 to pounds, and to stones and pounds. Similarly, the number 32 shown in FIG. 3B is expressed in meters. Therefore, the dropdown menu 36 includes actions in the list of actions 38 for converting the number 32 to feet and to yards. Likewise, the number 32 shown in FIG. 3D is shown degrees Celsius. Therefore, the dropdown menu 36 includes only an action for converting the number 32 from degrees Celsius to degrees Fahrenheit. Also, the list of actions 38 shown in FIGS. 3A, 3B, and 3D is displayed English. It should be appreciated, however, that the dropdown menu 36 would appear in another language if a language other than English was selected as the current user interface language on the personal computer 2.
  • As shown in FIG. 3C, once the user has selected an action from the list of [0058] actions 38, the conversion of the number 32 is performed according to the selected action. The converted number may then be displayed to the user in a dialog box 37 as shown in FIG. 3C. Alternatively, the number 32 may be replaced in the string of text with the converted number and the unit name associated with the destination unit of measurement. The number 32 may be replaced in the string of text using a document object model provided by the application program 205. This process is described in greater detail below. Additionally, as will be discussed in greater detail below, the application program 205 receives most of the text shown in the dropdown menu 36 from the action plug-in 225. This process occurs when the application program 205 is initially executed and the action plug-in 225 registers itself with the application program 205. Additional details regarding this registration process will be described below with reference to FIG. 4.
  • Referring now to FIG. 4, an [0059] illustrative routine 400 will be described for registering the number conversion software components with the application program 205. In particular, when the action plug-in 225 and the recognizer plug-in 220 for converting numbers are first executed, they are registered with the application program 205. By registering with the application program 205, the application program 205 is made aware of the software components and enabled for use with the schema types recognized by the recognizer plug-in 220. Moreover, the action items to be displayed to the user corresponding to each schema type are also enumerated to the application program 205 so that the application program 205 can display the dropdown menu 36 when a number 32 or indicator 34 is selected by a user.
  • The routine [0060] 400 begins at block 402, where the current user interface language is identified. As discussed briefly above, the current user interface language may be stored in the language settings 26 maintained by the operating system 16 or the application program 205. Once the current user interface language has been identified, the routine 400 continues to block 404. At block 404, the action plug-in 225 consults the conversion settings file 28, and generates action menu items for defined conversions that are specified for operation with all languages. In particular, the action plug-in 225 creates action menu items for all defined conversions that include the phrase “ALL” in the field 50A of the conversion settings file 28. The routine 400 then continues to block 406.
  • At [0061] block 406, action menu items are also generated for each defined conversion that has an entry in field 50A corresponding to the current user interface language. In this manner, action menu items are generated only for those conversions enabled for use with all user interface languages and for those conversions enabled for use with the current user interface language. It should be appreciated that the action menu items are generated on a per source unit name basis. In this manner, many separate dropdown menus 36 may be generated, one for each source unit name. Moreover, a separate schema name is utilized for each source unit name and current user interface language. In this manner, regardless of the source unit name or current user interface language, an appropriate dropdown menu 36 will be presented.
  • From [0062] block 406, the routine 400 continues to block 408, where the action menu items for each schema are returned to the application program 205. According to one embodiment of the invention, the application program 205 displays the dropdown menu 36 in response to the selection of a number 32 or an indicator 34. However, it should be appreciated that the action plug-in 225 or other software component may be responsible for the display of the dropdown menu 36. The routine 400 continues from block 408 to block 410, where it ends.
  • Turning now to FIG. 5, an [0063] illustrative routine 500 will be described for processing the input of a new string at the application program 205. The routine 500 begins at block 502, where the application program 205 receives a new string, such as when a user enters a new paragraph into an electronic document or edits a previously entered paragraph. From block 502, the routine 500 continues to block 504 where the application program 205 passes the new string to the recognizer DLL 210. As described above, the recognizer DLL 210 is responsible for communicating with the application program 205, managing the jobs that need to be performed by the recognizer plug-ins 220A-220N, receiving results from the recognizer plug-ins 220A-220N, and sending schema information to the application program module 205 for recognized numbers and source unit names. It should be understood that, in one embodiment of the invention, a paragraph is passed to the recognizer DLL 210 at block 504. However, in alternative embodiments, a sentence, the contents of a spreadsheet cell, a section of the document, the entire document, etc., may be passed to the recognizer DLL 210. In other words, it should be appreciated that the embodiments of the present invention are not limited to simply passing a paragraph to the recognizer DLL 210.
  • From [0064] block 504, the routine 500 continues to block 506, where the recognizer DLL 210 passes the string to the recognizer plug-ins 220A-220N. The routine 500 then continues to block 508 where the recognizer plug-ins are executed on the paragraph to recognize key words or characters within the string. In particular, the recognizer plug-in for converting numbers between measurement systems is executed on the string. An illustrative routine describing the operation of the recognizer plug-in for number conversion is described below with reference to FIG. 6.
  • At [0065] block 510, the results from the recognizer plug-in 220 are received at the recognizer DLL 210. The routine 500 then continues to block 512, where a determination is made by the recognizer DLL 210 as to whether the paragraph has been edited since the string was transmitted to the recognizer plug-ins 220A-220N. If the paragraph has been edited, the routine 500 returns to block 504, where the edited string is passed to the recognizer DLL 210. If the paragraph has not been edited, the routine 500 continues to block 514, where the recognizer DLL 210 sends the results received from the recognizer plug-in 220 to the application program 205. The routine 500 then continues to block 516, where it ends.
  • Referring now to FIG. 6, an [0066] illustrative routine 600 will be described that illustrates the operation of the recognizer plug-in 220 for converting numbers between units of measure according to one embodiment of the present invention. The routine 600 begins at block 602, where a string of text is received at the recognizer plug-in 220 from the recognizer DLL 210. The routine 600 then continues to block 604, where a determination is made as to whether the string of text contains a number.
  • From [0067] block 604, the routine 600 continues to block 606, where a determination is made as to whether a number was found in the string of text. If no digits were found, the routine 600 branches from block 606 to block 614, where it returns to block 510, shown in FIG. 5. If, however, at block 606, it is determined that digits were found in the string of text, the routine 600 continues to block 608.
  • At [0068] block 608, text located after the identified digits is scanned to determine whether a source unit name is associated with the number. For example, the recognizer plug-in 220 may scan the text after the identified digits for the source unit names “km”, “lb”, “mi”, and other source unit names. The list of the source unit names that the recognizer plug-in 220 searches for is defined by the field 50B of the conversion settings file 28.
  • From [0069] block 608 the routine 600 continues to block 610 where a determination is made as to whether a source unit name associated with the recognized number was located. If no source unit name was found, the routine 610 branches to block 614, where it returns to block 510, shown in FIG. 5. If a source unit name was found that is associated with the recognized number, the routine 600 continues to block 612.
  • At [0070] block 612, schema information is returned to the recognizer DLL 210. In particular, a schema name associated with the source unit name and the currently enabled language is returned to the recognizer DLL 210. Additionally, a “property bag” may also be returned to the recognizer DLL 210. The property bag is an object which stores information about the recognized number that may be utilized by the action plug-in 225. For instance, the property bag may include a format number indicating generally which format the recognized number was written in. Additionally, an index to the recognized number within the string of text may also be returned to the recognizer DLL 210. All of the information returned from the recognizer plug-in 220 to the recognizer DLL 210 may be subsequently passed to the action plug-in 225 and used in the conversion process. This is described in greater detail below with respect to FIGS. 7 and 8. From block 612, the routine 600 continues to block 614, where it returns to block 510, shown in FIG. 5.
  • Referring now to FIG. 7, an [0071] illustrative routine 700 will be described for processing the selection of a semantically categorized number having an associated unit name. As discussed above, once a number has been recognized within a string of text by the recognizer plug-in 220A as having an associated unit name, the number may be highlighted or an indication may be provided to the user indicating that the number has been recognized and that actions may be performed on the number. Accordingly, at block 702, a determination is made as to whether the number or indicator has been selected by a user. If the number has not been selected, the routine 700 continues to block 714, where it ends. If, however, the number or indicator has been selected, the routine 700 continues to block 704.
  • At [0072] block 704, the application program 205 displays the list of actions associated with the schema corresponding to the selected number. In this manner, the dropdown menu 36 described above with reference to FIG. 3A is presented to the user. The routine 700 then continues from block 704 to block 706, where a determination is made as to whether the user has selected one of the items from the list of actions. If the user has made the selection of a user interface item other than one of the items from the list of actions, the routine 700 branches to block 710, where the list of actions is removed. If, however, the user does select one of the items from the list of actions, the routine 700 continues to block 708.
  • At [0073] block 708, the application program 205 calls the action plug-in 225 corresponding to the appropriate schema type and indicates that an action item has been selected. The call from the application program 225 to the action plug-in 225 includes the schema name corresponding to the recognized number, the item number of the selected menu item, the name of the calling application program 205, a pointer into an object model provided by the application program 205 for accessing the document 24, the property bag described above with reference to FIG. 6, and the text of the recognized number. The routine 700 then continues to block 712, where the action plug-in for converting numbers between measurement units is executed. An illustrative routine for executing the action plug-in 225 for number conversion is described below with reference to FIG. 8. Once the action plug-in 225 has completed its execution, the routine 700 continues from block 712 to block 714, where it ends.
  • Referring now to FIG. 8, an [0074] illustrative routine 800 will be described for executing an action plug-in 225 for converting numbers between measurement systems. The routine 800 begins at block 802, where the action plug-in 225 receives a call from the action DLL 215 indicating that the user has selected an action menu item. From block 802, the routine 800 continues to block 804, where the action plug-in 225 determines the actual value of the recognized number in view of a format associated with the language in which the string containing the number is expressed. This is necessary because numbers expressed in different languages may include separator characters that have different meanings in different languages. For instance, a number may be expressed in French as “1,729”, while in English it would be expressed as “1729.” Therefore, at block 804, the action plug-in 225 identifies the regional format for the number from the language settings file 26 based on the language in which the number is expressed. Using the regional format, the actual value of the number can be determined.
  • From [0075] block 804, the routine 800 continues to block 806, where the recognized number is converted to the destination unit of measure according to the selected action menu item. In particular, the value of the field 50J of the conversion settings file 28 for the selected conversion may be utilized to convert the recognized and selected number. The value of the field 50I in the conversion settings file 28 may also be utilized to round the converted number to the appropriate number of digits.
  • From [0076] block 806, the routine 800 continues to block 808, where the converted number is formatted. The converted number may be formatted according to the regional format specified in the language settings file 26. Moreover, the value of field 50H in the conversion settings file 28 may be utilized to format the spacing between the converted number and the destination unit name. Other types of formatting may also be applied to the converted number.
  • From [0077] block 808, the routine 800 continues to block 810 where the number in the string of text is replaced with the converted number. According to one embodiment of the present invention, the replacement is made by accessing a document object model provided by the application program 205. Through the document object model, the action plug-in 225 can directly access the document 24 and make changes therein. Details regarding the use of such a document object model are well known to those skilled in the art. Alternatively, the converted number and its associated unit name may be displayed to the user. From block 810, the routine 800 continues to block 812, where it returns to block 714, described above with reference to FIG. 7.
  • Based on the foregoing, those skilled in the art should appreciate that various embodiments of the present invention provide a method, system, apparatus, and computer-readable medium for converting numbers between units of measure based upon semantically labeled strings. 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. [0078]

Claims (22)

We claim:
1. In a system for creating and editing an electronic document, a method for converting a number between two systems of measurement, the method comprising:
determining whether a string of text contained within the electronic document contains a number having an associated unit name;
in response to determining that the string of text includes a number having an associated unit name, semantically labeling the number with schema information identifying the unit name as a source unit of measure;
providing a list of actions that may be performed on the number to convert the number to a destination unit of measure, the list of actions identified based upon the schema information;
receiving a selection of an action from the list of actions; and
generating a converted number by converting the number from the source unit of measure to the destination unit of measure identified by the selected action.
2. The method of claim 1, wherein operating a converted number by converting the number from the source unit of measure to the destination unit of measure identified by the selected action comprises:
retrieving from a conversion settings file a conversion ratio or formula corresponding to the selected action; and
generating a converted number by converting the number from the source unit of measure to the destination unit of measure with the conversion ratio or formula.
3. The method of claim 2, wherein the conversion settings file comprises a conversion ratio or formula corresponding to one or more measurement conversions, and wherein the method further comprises receiving from a user a user-defined conversion ratio or formula and storing the user-defined ratio or formula in the conversion settings file.
4. The method of claim 1, further comprising:
replacing the number and the associated unit name with the converted number and a unit name associated with the destination unit of measure.
5. The method of claim 4, wherein replacing the number and the associated unit name with the converted number and a unit name associated with the destination unit of measure comprises utilizing a document object model provided by an application for editing the electronic document to replace the number and the associated unit name with the converted number and a unit name associated with the destination unit of measure.
6. The method of claim 5, wherein the list of actions comprises a dropdown menu having one or more menu items corresponding to the list of actions that may be performed on the number to convert the number to the destination unit of measure.
7. The method of claim 6, further comprising:
determining a current user interface language setting for the application; and
generating the menu items of the dropdown menu in a language specified by the current user interface language setting.
8. The method of claim 7, wherein generating the menu items of the dropdown menu comprises:
generating menu items enabled for use with all languages; and
generating menu items enabled for use with the language specified by the current user interface language setting.
9. The method of claim 8, further comprising displaying the number and an indication that the number has been semantically labeled, and wherein the list of actions is provided in response to the selection of the number or the indication.
10. The method of claim 9, wherein the schema information comprises data uniquely corresponding to the source unit of measure and the language specified by the current user interface language setting.
11. The method of claim 10, further comprising:
determining a value of the number prior to converting the number based upon a format associated with the language in which the string of text is expressed.
12. A computer-readable medium comprising computer-readable instructions which, when executed by a computer, cause the computer to perform the method of claim 2.
13. A computer-controlled apparatus capable of performing the method of claim 2.
14. In a system for creating and editing an electronic document, a method for converting a number between two systems of measurement, the method comprising:
receiving a portion of the electronic document as a string of text;
analyzing the string of text to determine whether the string of text includes a number having an associated unit name;
in response to determining that the string of text includes a number having an associated unit name, semantically labeling the number with schema information identifying the unit name as a source of measure;
displaying the number and the unit name and an indication that the number has been semantically labeled;
receiving a selection of the number or the indication;
in response to receiving the selection of the number or the indication, providing a list of actions that may be performed on the number to convert the number to a destination unit of measure;
receiving the selection of an action from the list of actions;
in response to receiving the selection of an action, determining a value for the number based upon a format associated with a language in which the string of text is expressed;
generating a converted number by converting the value to the destination unit of measure identified by the selected action; and
replacing the number with the converted number in the string of text.
15. The method of claim 14, wherein the list of actions comprises a dropdown menu having one or more menu items corresponding to the list of actions that may be performed on the number to convert the number to the destination unit of measure.
16. The method of claim 15, further comprising:
determining a current user interface language setting for an application program associated with the electronic document; and
generating the menu items of the dropdown menu in a language specified by the current user interface language setting.
17. The method of claim 16, wherein generating the menu items of the dropdown menu comprises:
generating menu items enabled for use with all languages; and
generating menu items enabled for use with the language specified by the current user interface language setting.
18. A computer-readable medium comprising computer-readable instructions which, when executed by a computer, cause the computer to perform the method of claim 14.
19. A computer-controlled apparatus capable of performing the method of claim 14.
20. A system for converting a number between two systems of measurement, the system comprising:
a recognizer plug-in capable of receiving a portion of an electronic document as a string of text from an application program, analyzing the string of text to determine whether the string of text includes a number having an associated unit name, and in response to determining that the string of text includes a number having an associated unit name, semantically labeling the number with schema information identifying the unit name as a source unit of measure and identifying the language used to express the string of text;
an application program for creating and editing the electronic document, the application program capable of displaying the string of text and an indication that the number has been semantically labeled, receiving a selection of the number or the indication, in response to receiving the selection of the number or the indication, providing a list of actions that may be performed on the number to convert the number to a destination unit of measure, receiving the selection of an action from the list of actions, and providing the selected action and the number to an action plug-in; and
an action plug-in capable of generating a converted number by converting the number to the destination unit of measure identified by the selected action, and replacing the number with the converted number and a unit name corresponding to the destination unit of measure in the string of text.
21. The system of claim 20, wherein the list of actions comprises a dropdown menu having one or more menu items corresponding to the list of actions that may be performed on the number to convert the number to the destination unit of measure, and wherein the action plug-in is further operative to:
determine a current user interface language setting for the application program; and to
generate the menu items of the dropdown menu in a language specified by the current user interface language setting.
22. The system of claim 21, wherein the action plug-in is further operative to identify one or more enabled languages for the application program and to generate menu items enabled for use with all languages, and to generate menu items enabled for use with the language specified by the current user interface language setting.
US10/140,544 2002-05-07 2002-05-07 Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings Expired - Fee Related US7325194B2 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
US10/140,544 US7325194B2 (en) 2002-05-07 2002-05-07 Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings
CA002427797A CA2427797A1 (en) 2002-05-07 2003-05-05 Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings
JP2003128417A JP2004038943A (en) 2002-05-07 2003-05-06 Numeric conversion method among different measurement laws, system therefor and device therefor
EP03010292A EP1361523A3 (en) 2002-05-07 2003-05-07 Converting numbers between measurement systems based upon semantically labeled strings
US10/948,948 US20050108195A1 (en) 2002-05-07 2004-09-24 Method, system, and apparatus for processing information based on the discovery of semantically labeled strings

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/140,544 US7325194B2 (en) 2002-05-07 2002-05-07 Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US10/948,948 Continuation-In-Part US20050108195A1 (en) 2002-05-07 2004-09-24 Method, system, and apparatus for processing information based on the discovery of semantically labeled strings

Publications (2)

Publication Number Publication Date
US20030212527A1 true US20030212527A1 (en) 2003-11-13
US7325194B2 US7325194B2 (en) 2008-01-29

Family

ID=29249789

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/140,544 Expired - Fee Related US7325194B2 (en) 2002-05-07 2002-05-07 Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings

Country Status (4)

Country Link
US (1) US7325194B2 (en)
EP (1) EP1361523A3 (en)
JP (1) JP2004038943A (en)
CA (1) CA2427797A1 (en)

Cited By (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020143828A1 (en) * 2001-03-27 2002-10-03 Microsoft Corporation Automatically adding proper names to a database
US20050108195A1 (en) * 2002-05-07 2005-05-19 Microsoft Corporation Method, system, and apparatus for processing information based on the discovery of semantically labeled strings
US20060072823A1 (en) * 2004-10-04 2006-04-06 Canon Kabushiki Kaisha Image processing apparatus and image processing method
US20080228742A1 (en) * 2002-05-15 2008-09-18 Jiang-Jie Zhang Method and apparatus of automatic method signature adaptation for dynamic web service invocation
US20080281860A1 (en) * 2007-05-09 2008-11-13 Lexisnexis Group Systems and methods for analyzing documents
US20080301137A1 (en) * 2007-05-31 2008-12-04 Microsoft Corporation Collection bin for data management and transformation
US7672985B2 (en) 2001-08-16 2010-03-02 Sentius International Corporation Automated creation and delivery of database content
US7707496B1 (en) 2002-05-09 2010-04-27 Microsoft Corporation Method, system, and apparatus for converting dates between calendars and languages based upon semantically labeled strings
US7707024B2 (en) 2002-05-23 2010-04-27 Microsoft Corporation Method, system, and apparatus for converting currency values based upon semantically labeled strings
US7711550B1 (en) 2003-04-29 2010-05-04 Microsoft Corporation Methods and system for recognizing names in a computer-generated document and for providing helpful actions associated with recognized names
US7712024B2 (en) 2000-06-06 2010-05-04 Microsoft Corporation Application program interfaces for semantically labeling strings and providing actions based on semantically labeled strings
US7716676B2 (en) 2002-06-25 2010-05-11 Microsoft Corporation System and method for issuing a message to a program
US7716163B2 (en) 2000-06-06 2010-05-11 Microsoft Corporation Method and system for defining semantic categories and actions
US7739588B2 (en) 2003-06-27 2010-06-15 Microsoft Corporation Leveraging markup language data for semantically labeling text strings and data and for providing actions based on semantically labeled text strings and data
US7742048B1 (en) * 2002-05-23 2010-06-22 Microsoft Corporation Method, system, and apparatus for converting numbers based upon semantically labeled strings
US20100169353A1 (en) * 2008-12-31 2010-07-01 Ebay, Inc. System and methods for unit of measurement conversion and search query expansion
US20100182631A1 (en) * 2004-04-01 2010-07-22 King Martin T Information gathering system and method
US7770102B1 (en) 2000-06-06 2010-08-03 Microsoft Corporation Method and system for semantically labeling strings and providing actions based on semantically labeled strings
US7778816B2 (en) 2001-04-24 2010-08-17 Microsoft Corporation Method and system for applying input mode bias
US7783614B2 (en) 2003-02-13 2010-08-24 Microsoft Corporation Linking elements of a document to corresponding fields, queries and/or procedures in a database
US7788602B2 (en) 2000-06-06 2010-08-31 Microsoft Corporation Method and system for providing restricted actions for recognized semantic categories
US7788590B2 (en) 2005-09-26 2010-08-31 Microsoft Corporation Lightweight reference user interface
US7827546B1 (en) 2002-06-05 2010-11-02 Microsoft Corporation Mechanism for downloading software components from a remote source for use by a local software application
US7840589B1 (en) * 2005-05-09 2010-11-23 Surfwax, Inc. Systems and methods for using lexically-related query elements within a dynamic object for semantic search refinement and navigation
US20110019020A1 (en) * 2004-04-01 2011-01-27 King Martin T Adding information or functionality to a rendered document via association with an electronic counterpart
US20110029443A1 (en) * 2009-03-12 2011-02-03 King Martin T Performing actions based on capturing information from rendered documents, such as documents under copyright
US20110029504A1 (en) * 2004-12-03 2011-02-03 King Martin T Searching and accessing documents on private networks for use with captures from rendered documents
US20110054881A1 (en) * 2009-09-02 2011-03-03 Rahul Bhalerao Mechanism for Local Language Numeral Conversion in Dynamic Numeric Computing
US7992085B2 (en) 2005-09-26 2011-08-02 Microsoft Corporation Lightweight reference user interface
USRE43633E1 (en) 1994-02-16 2012-09-04 Sentius International Llc System and method for linking streams of multimedia data to reference material for display
US8442331B2 (en) 2004-02-15 2013-05-14 Google Inc. Capturing text from rendered documents using supplemental information
US8447144B2 (en) 2004-02-15 2013-05-21 Google Inc. Data capture from rendered documents using handheld device
US8447111B2 (en) 2004-04-01 2013-05-21 Google Inc. Triggering actions in response to optically or acoustically capturing keywords from a rendered document
US8489624B2 (en) 2004-05-17 2013-07-16 Google, Inc. Processing techniques for text capture from a rendered document
US8505090B2 (en) 2004-04-01 2013-08-06 Google Inc. Archive of text captures from rendered documents
US8521772B2 (en) 2004-02-15 2013-08-27 Google Inc. Document enhancement system and method
US8531710B2 (en) 2004-12-03 2013-09-10 Google Inc. Association of a portable scanner with input/output and storage devices
US8600196B2 (en) 2006-09-08 2013-12-03 Google Inc. Optical scanners, such as hand-held optical scanners
US8620083B2 (en) 2004-12-03 2013-12-31 Google Inc. Method and system for character recognition
US8621349B2 (en) 2004-04-01 2013-12-31 Google Inc. Publishing techniques for adding value to a rendered document
US8620938B2 (en) 2002-06-28 2013-12-31 Microsoft Corporation Method, system, and apparatus for routing a query to one or more providers
US8619147B2 (en) 2004-02-15 2013-12-31 Google Inc. Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device
US8638363B2 (en) 2009-02-18 2014-01-28 Google Inc. Automatically capturing information, such as capturing information using a document-aware device
US8706708B2 (en) 2002-06-06 2014-04-22 Microsoft Corporation Providing contextually sensitive tools and help content in computer-generated documents
US8713418B2 (en) 2004-04-12 2014-04-29 Google Inc. Adding value to a rendered document
WO2014101183A1 (en) * 2012-12-31 2014-07-03 Nokia Corporation Method, apparatus, and system for providing information
US8799303B2 (en) 2004-02-15 2014-08-05 Google Inc. Establishing an interactive environment for rendered documents
US20140281874A1 (en) * 2013-03-13 2014-09-18 Microsoft Corporation Perspective annotation for numerical representations
US8874504B2 (en) 2004-12-03 2014-10-28 Google Inc. Processing techniques for visual capture data from a rendered document
US8892495B2 (en) 1991-12-23 2014-11-18 Blanding Hovenweep, Llc Adaptive pattern recognition based controller apparatus and method and human-interface therefore
US8903759B2 (en) 2004-12-03 2014-12-02 Google Inc. Determining actions involving captured information and electronic content associated with rendered documents
US8990235B2 (en) 2009-03-12 2015-03-24 Google Inc. Automatically providing content associated with captured information, such as information captured in real-time
US9008447B2 (en) 2004-04-01 2015-04-14 Google Inc. Method and system for character recognition
US9081799B2 (en) 2009-12-04 2015-07-14 Google Inc. Using gestalt information to identify locations in printed information
US9116890B2 (en) 2004-04-01 2015-08-25 Google Inc. Triggering actions in response to optically or acoustically capturing keywords from a rendered document
US9143638B2 (en) 2004-04-01 2015-09-22 Google Inc. Data capture from rendered documents using handheld device
US9268852B2 (en) 2004-02-15 2016-02-23 Google Inc. Search engines and systems with handheld document data capture devices
US9275051B2 (en) 2004-07-19 2016-03-01 Google Inc. Automatic modification of web pages
US9323784B2 (en) 2009-12-09 2016-04-26 Google Inc. Image search using text-based elements within the contents of images
US9454764B2 (en) 2004-04-01 2016-09-27 Google Inc. Contextual dynamic advertising based upon captured rendered text
US9535563B2 (en) 1999-02-01 2017-01-03 Blanding Hovenweep, Llc Internet appliance system and method
US20170091902A1 (en) * 2015-09-24 2017-03-30 International Business Machines Corporation Comparative visualization of numerical information
US9684691B1 (en) 2012-08-30 2017-06-20 Ez-XBRL Solutions, Inc. System and method to facilitate the association of structured content in a structured document with unstructured content in an unstructured document
US9805429B2 (en) 2007-10-25 2017-10-31 Lexisnexis, A Division Of Reed Elsevier Inc. System and methods for analyzing documents
US9836460B2 (en) 2010-06-11 2017-12-05 Lexisnexis, A Division Of Reed Elsevier Inc. Systems and methods for analyzing patent-related documents
US9965540B1 (en) * 2012-06-18 2018-05-08 Ez-XBRL Solutions, Inc. System and method for facilitating associating semantic labels with content
US10769431B2 (en) 2004-09-27 2020-09-08 Google Llc Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device
US20220391579A1 (en) * 2021-06-04 2022-12-08 Citrix Systems, Inc. Interpretation risk detection

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040031017A1 (en) * 2002-08-12 2004-02-12 Shankar Vaidyanathan System and method for context-sensitive help in a design environment
US20040153963A1 (en) * 2003-02-05 2004-08-05 Simpson Todd G. Information entry mechanism for small keypads
US7558841B2 (en) * 2003-05-14 2009-07-07 Microsoft Corporation Method, system, and computer-readable medium for communicating results to a data query in a computer network
US7451397B2 (en) * 2004-12-15 2008-11-11 Microsoft Corporation System and method for automatically completing spreadsheet formulas
US8234293B2 (en) * 2005-09-08 2012-07-31 Microsoft Corporation Autocompleting with queries to a database
US8373703B2 (en) * 2008-09-24 2013-02-12 Penny Beckwith System and method for incorporating a personalized writing style into a word program
JP5426868B2 (en) * 2008-11-11 2014-02-26 株式会社日立製作所 Numerical expression processing device
US20100185651A1 (en) * 2009-01-16 2010-07-22 Google Inc. Retrieving and displaying information from an unstructured electronic document collection
US8615707B2 (en) * 2009-01-16 2013-12-24 Google Inc. Adding new attributes to a structured presentation
US8977645B2 (en) 2009-01-16 2015-03-10 Google Inc. Accessing a search interface in a structured presentation
US8452791B2 (en) 2009-01-16 2013-05-28 Google Inc. Adding new instances to a structured presentation
US8412749B2 (en) 2009-01-16 2013-04-02 Google Inc. Populating a structured presentation with new values
US20100306223A1 (en) * 2009-06-01 2010-12-02 Google Inc. Rankings in Search Results with User Corrections
US20110106819A1 (en) * 2009-10-29 2011-05-05 Google Inc. Identifying a group of related instances
JP5595846B2 (en) * 2010-09-15 2014-09-24 京セラ株式会社 Electronic device and character display method
WO2013056290A1 (en) * 2011-10-21 2013-04-25 Max.Recall Information Systems Gmbh Method for detecting, for indicating and for seeking measured variables
US9471640B2 (en) 2013-09-19 2016-10-18 Sap Se Automatic conversion of units of measure during data stream processing
US10437922B2 (en) 2015-12-03 2019-10-08 Workday, Inc. Spreadsheet with unit based conversions
US11222170B2 (en) * 2015-12-03 2022-01-11 Workday, Inc. Spreadsheet with unit parsing
US10394947B2 (en) 2015-12-03 2019-08-27 Workday, Inc. Spreadsheet with unit based math
US10613700B2 (en) * 2016-10-31 2020-04-07 Intuit Inc. Rendering user-interface elements based on variation metamodels
US11556758B2 (en) 2019-08-27 2023-01-17 International Business Machines Corporation Learning approximate translations of unfamiliar measurement units during deep question answering system training and usage
US11475339B2 (en) 2019-08-30 2022-10-18 International Business Machines Corporation Learning unfamiliar measurement units in a deep question answering system

Citations (71)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5020019A (en) * 1989-05-29 1991-05-28 Ricoh Company, Ltd. Document retrieval system
US5159552A (en) * 1987-04-23 1992-10-27 Oce-Nederland B.V. Method for checking the correct and consistent use of units or chemical formulae in a text processing system
US5337233A (en) * 1992-04-13 1994-08-09 Sun Microsystems, Inc. Method and apparatus for mapping multiple-byte characters to unique strings of ASCII characters for use in text retrieval
US5351190A (en) * 1990-10-17 1994-09-27 Canon Kabushiki Kaisha Communication apparatus and method establishing a language dependent sort order search
US5386564A (en) * 1993-02-24 1995-01-31 Hewlett-Packard Company Conversion of data and objects across classes in an object management system
US5657259A (en) * 1994-01-21 1997-08-12 Object Technology Licensing Corp. Number formatting framework
US5685000A (en) * 1995-01-04 1997-11-04 U S West Technologies, Inc. Method for providing a linguistically competent dialogue with a computerized service representative
US5744787A (en) * 1994-09-25 1998-04-28 Advanced Retail Systems Ltd. System and method for retail
US5761689A (en) * 1994-09-01 1998-06-02 Microsoft Corporation Autocorrecting text typed into a word processing document
US5765156A (en) * 1994-12-13 1998-06-09 Microsoft Corporation Data transfer with expanded clipboard formats
US5781904A (en) * 1989-02-27 1998-07-14 Apple Computer, Inc. User interface system and method for traversing a database
US5805911A (en) * 1995-02-01 1998-09-08 Microsoft Corporation Word prediction system
US5855007A (en) * 1995-11-15 1998-12-29 Jovicic; Neboisa Electronic coupon communication system
US5875443A (en) * 1996-01-30 1999-02-23 Sun Microsystems, Inc. Internet-based spelling checker dictionary system with automatic updating
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
US5896321A (en) * 1997-11-14 1999-04-20 Microsoft Corporation Text completion system for a miniature computer
US5895461A (en) * 1996-07-30 1999-04-20 Telaric, Inc. Method and system for automated data storage and retrieval with uniform addressing scheme
US5900004A (en) * 1995-06-07 1999-05-04 Microsoft Corporation Method and system for interactive formatting of word processing documents with deferred rule evaluation and format editing
US5920859A (en) * 1997-02-05 1999-07-06 Idd Enterprises, L.P. Hypertext document retrieval system and method
US5974413A (en) * 1997-07-03 1999-10-26 Activeword Systems, Inc. Semantic user interface
US6018761A (en) * 1996-12-11 2000-01-25 The Robert G. Uomini And Louise B. Bidwell Trust System for adding to electronic mail messages information obtained from sources external to the electronic mail transport process
US6028605A (en) * 1998-02-03 2000-02-22 Documentum, Inc. Multi-dimensional analysis of objects by manipulating discovered semantic properties
US6108674A (en) * 1994-06-28 2000-08-22 Casio Computer Co., Ltd. Image output devices which automatically selects and outputs a stored selected image in correspondence with input data
US6122647A (en) * 1998-05-19 2000-09-19 Perspecta, Inc. Dynamic generation of contextual links in hypertext documents
US6126306A (en) * 1991-09-11 2000-10-03 Ando; Shimon Natural language processing method for converting a first natural language into a second natural language using data structures
US6137911A (en) * 1997-06-16 2000-10-24 The Dialog Corporation Plc Test classification system and method
US6154738A (en) * 1998-03-27 2000-11-28 Call; Charles Gainor Methods and apparatus for disseminating product information via the internet using universal product codes
US6185576B1 (en) * 1996-09-23 2001-02-06 Mcintosh Lowrie Defining a uniform subject classification system incorporating document management/records retention functions
US6185550B1 (en) * 1997-06-13 2001-02-06 Sun Microsystems, Inc. Method and apparatus for classifying documents within a class hierarchy creating term vector, term file and relevance ranking
US6199046B1 (en) * 1997-07-29 2001-03-06 Adsura Pty Ltd. Method system and article of manufacture for performing real time currency conversion
US6272505B1 (en) * 1998-07-07 2001-08-07 Carlos De La Huerga Document modification based hyperlink limiting method and apparatus
US6292769B1 (en) * 1995-02-14 2001-09-18 America Online, Inc. System for automated translation of speech
US6308171B1 (en) * 1996-07-30 2001-10-23 Carlos De La Huerga Method and system for automated data storage and retrieval
US6311194B1 (en) * 2000-03-15 2001-10-30 Taalee, Inc. System and method for creating a semantic web and its applications in browsing, searching, profiling, personalization and advertising
US6311177B1 (en) * 1999-02-16 2001-10-30 International Business Machines Corporation Accessing databases when viewing text on the web
US20010042098A1 (en) * 1998-09-15 2001-11-15 Anoop Gupta Facilitating annotation creation and notification via electronic mail
US6323853B1 (en) * 1998-09-03 2001-11-27 Arendi As Method, system and computer readable medium for addressing handling from a computer program
US20020002590A1 (en) * 2000-03-09 2002-01-03 Tim King System and method for sending electronic mail and parcel delivery notification using recipient's identification information
US6338059B1 (en) * 1998-12-17 2002-01-08 International Business Machines Corporation Hyperlinked search interface for distributed database
US20020003898A1 (en) * 1998-07-15 2002-01-10 Andi Wu Proper name identification in chinese
US20020023136A1 (en) * 2000-06-15 2002-02-21 Silver Edward Michael Electronic mail (email) internet applicance methods and systems
US20020023113A1 (en) * 2000-08-18 2002-02-21 Jeff Hsing Remote document updating system using XML and DOM
US20020065891A1 (en) * 2000-11-30 2002-05-30 Malik Dale W. Method and apparatus for automatically checking e-mail addresses in outgoing e-mail communications
US20020091803A1 (en) * 2001-01-08 2002-07-11 Kokoro Imamura Multi-user management process enabling user privacy for use in a network entertainment center
US20020110225A1 (en) * 2001-01-02 2002-08-15 Gary Cullis Address book for a voice message delivery method and system
US20020133523A1 (en) * 2001-03-16 2002-09-19 Anthony Ambler Multilingual graphic user interface system and method
US20020169802A1 (en) * 2001-05-10 2002-11-14 International Business Machines Corporation System and method for improving the performance of a web application by building only requested web pages only in a requested human language
US20030002391A1 (en) * 2001-06-29 2003-01-02 Kevin Biggs System and method for customized time display
US6516321B1 (en) * 1996-07-30 2003-02-04 Carlos De La Huerga Method for database address specification
US6519557B1 (en) * 2000-06-06 2003-02-11 International Business Machines Corporation Software and method for recognizing similarity of documents written in different languages based on a quantitative measure of similarity
US6519603B1 (en) * 1999-10-28 2003-02-11 International Business Machine Corporation Method and system for organizing an annotation structure and for querying data and annotations
US6556984B1 (en) * 1999-01-19 2003-04-29 International Business Machines Corporation Hierarchical string matching using multi-path dynamic programming
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
US6571241B1 (en) * 1998-03-03 2003-05-27 Mazda Motor Corporation Multilingual patent information search system
US20030101204A1 (en) * 2001-03-24 2003-05-29 Watson Todd E. Method for converting units of measurement
US6618733B1 (en) * 2000-04-11 2003-09-09 Revelink Inc. View navigation for creation, update and querying of data objects and textual annotations of relations between data objects
US6622140B1 (en) * 2000-11-15 2003-09-16 Justsystem Corporation Method and apparatus for analyzing affect and emotion in text
US6625581B1 (en) * 1994-04-22 2003-09-23 Ipf, Inc. Method of and system for enabling the access of consumer product related information and the purchase of consumer products at points of consumer presence on the world wide web (www) at which consumer product information request (cpir) enabling servlet tags are embedded within html-encoded documents
US6629079B1 (en) * 1998-06-25 2003-09-30 Amazon.Com, Inc. Method and system for electronic commerce using multiple roles
US20030195937A1 (en) * 2002-04-16 2003-10-16 Kontact Software Inc. Intelligent message screening
US6636880B1 (en) * 2000-09-18 2003-10-21 International Business Machines Corporation Automatic conversion of units in a computer program
US6694307B2 (en) * 2001-03-07 2004-02-17 Netvention System for collecting specific information from several sources of unstructured digitized data
US6697824B1 (en) * 1999-08-31 2004-02-24 Accenture Llp Relationship management in an E-commerce application framework
US20040039990A1 (en) * 2002-03-30 2004-02-26 Xorbix Technologies, Inc. Automated form and data analysis tool
US6708189B1 (en) * 1997-09-30 2004-03-16 Desknet, Inc. Computer file transfer system
US6732361B1 (en) * 1999-07-28 2004-05-04 Xerox Corporation Generating combinations of offers and using action identifiers from the offers to obtain performance of combinations of actions
US20040133846A1 (en) * 2003-01-03 2004-07-08 Ramin Khoshatefeh Interactive system and method for graphical document generation
US6957385B2 (en) * 2001-01-05 2005-10-18 Microsoft Corporation Worldwide number format for a spreadsheet program module
US7013289B2 (en) * 2001-02-21 2006-03-14 Michel Horn Global electronic commerce system
US7051076B2 (en) * 2002-01-16 2006-05-23 Toshiba Tec Kabushiki Kaisha Automatically creating mailing address directory in an image communication apparatus
US7113976B2 (en) * 2001-01-30 2006-09-26 Canon Kabushiki Kaisha Communication apparatus and control method of the same

Family Cites Families (73)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4674065A (en) 1982-04-30 1987-06-16 International Business Machines Corporation System for detecting and correcting contextual errors in a text processing system
US4868750A (en) 1987-10-07 1989-09-19 Houghton Mifflin Company Collocational grammar system
NL8900587A (en) 1989-03-10 1990-10-01 Bso Buro Voor Systeemontwikkel METHOD FOR DETERMINING THE SEMANTIC RELATION OF LEXICAL COMPONENTS IN A TEXT
US5148366A (en) 1989-10-16 1992-09-15 Medical Documenting Systems, Inc. Computer-assisted documentation system for enhancing or replacing the process of dictating and transcribing
GB9009930D0 (en) 1990-05-02 1990-06-27 Int Computers Ltd Electronic spreadsheet
JP2943447B2 (en) 1991-01-30 1999-08-30 三菱電機株式会社 Text information extraction device, text similarity matching device, text search system, text information extraction method, text similarity matching method, and question analysis device
US5202828A (en) 1991-05-15 1993-04-13 Apple Computer, Inc. User interface system having programmable user interface elements
EP0601107A4 (en) 1991-08-30 1995-03-15 Trw Financial Systems Inc Method and apparatus for converting documents between paper medium and electronic media.
JP2980780B2 (en) 1991-09-24 1999-11-22 ゼネラル・エレクトリック・カンパニイ Method for measuring usage time of consumed energy and usage time meter recorder
US5283856A (en) 1991-10-04 1994-02-01 Beyond, Inc. Event-driven rule-based messaging system
US5541836A (en) 1991-12-30 1996-07-30 At&T Corp. Word disambiguation apparatus and methods
US5446891A (en) 1992-02-26 1995-08-29 International Business Machines Corporation System for adjusting hypertext links with weighed user goals and activities
US5432940A (en) 1992-11-02 1995-07-11 Borland International, Inc. System and methods for improved computer-based training
EP0820008A3 (en) 1992-12-01 2006-05-24 Microsoft Corporation A method and system for in-place interaction with embedded objects
US5596700A (en) 1993-02-17 1997-01-21 International Business Machines Corporation System for annotating software windows
US6272074B1 (en) 1993-09-23 2001-08-07 Oracle Corporation Method and apparatus for generating recurring events in a calendar/schedule system
US5623679A (en) 1993-11-19 1997-04-22 Waverley Holdings, Inc. System and method for creating and manipulating notes each containing multiple sub-notes, and linking the sub-notes to portions of data objects
KR970701888A (en) 1994-01-27 1997-04-12 워렌 리차드 보비 SOFTWARE NOTES
US5392386A (en) 1994-02-03 1995-02-21 Inter Hi-Tec Ag Method and apparatus for adding functionality to computer programs executing under graphical user interfaces
EP0702294A3 (en) 1994-09-13 1997-05-02 Sun Microsystems Inc Method and apparatus for diagnosing lexical errors
US5717923A (en) 1994-11-03 1998-02-10 Intel Corporation Method and apparatus for dynamically customizing electronic information to individual end users
US5617565A (en) 1994-11-29 1997-04-01 Hitachi America, Ltd. Broadcast interactive multimedia system
US5625783A (en) 1994-12-13 1997-04-29 Microsoft Corporation Automated system and method for dynamic menu construction in a graphical user interface
GB9426165D0 (en) 1994-12-23 1995-02-22 Anthony Andre C Method of retrieving and displaying data
JP2817646B2 (en) 1995-02-01 1998-10-30 日本電気株式会社 Document editing device
US5893073A (en) 1995-02-27 1999-04-06 Sun Microsystems, Inc. Method and apparatus for representing recurring events
US5781189A (en) 1995-05-05 1998-07-14 Apple Computer, Inc. Embedding internet browser/buttons within components of a network component system
US5708825A (en) 1995-05-26 1998-01-13 Iconovex Corporation Automatic summary page creation and hyperlink generation
US5794257A (en) 1995-07-14 1998-08-11 Siemens Corporate Research, Inc. Automatic hyperlinking on multimedia by compiling link specifications
US5640560A (en) 1995-08-02 1997-06-17 Microsoft Corporation CD-ROM content repurposing
US5752022A (en) 1995-08-07 1998-05-12 International Business Machines Corp. Method for creating a hypertext language for a distributed computer network
US5826025A (en) 1995-09-08 1998-10-20 Sun Microsystems, Inc. System for annotation overlay proxy configured to retrieve associated overlays associated with a document request from annotation directory created from list of overlay groups
US5872973A (en) 1995-10-26 1999-02-16 Viewsoft, Inc. Method for managing dynamic relations between objects in dynamic object-oriented languages
US5845077A (en) 1995-11-27 1998-12-01 Microsoft Corporation Method and system for identifying and obtaining computer software from a remote computer
US5822539A (en) 1995-12-08 1998-10-13 Sun Microsystems, Inc. System for adding requested document cross references to a document by annotation proxy configured to merge and a directory generator and annotation server
US5859636A (en) 1995-12-27 1999-01-12 Intel Corporation Recognition of and operation on text data
WO1997025798A1 (en) 1996-01-11 1997-07-17 Mrj, Inc. System for controlling access and distribution of digital property
US5946647A (en) 1996-02-01 1999-08-31 Apple Computer, Inc. System and method for performing an action on a structure in computer-generated data
US5802299A (en) 1996-02-13 1998-09-01 Microtouch Systems, Inc. Interactive system for authoring hypertext document collections
US5913214A (en) 1996-05-30 1999-06-15 Massachusetts Inst Technology Data extraction from world wide web pages
US5818447A (en) 1996-06-06 1998-10-06 Microsoft Corporation System and method for in-place editing of an electronic mail message using a separate program
US6151643A (en) 1996-06-07 2000-11-21 Networks Associates, Inc. Automatic updating of diverse software products on multiple client computer systems by downloading scanning application to client computer and generating software list on client computer
US6085201A (en) 1996-06-28 2000-07-04 Intel Corporation Context-sensitive template engine
US5802530A (en) 1996-07-01 1998-09-01 Sun Microsystems, Inc. Web document based graphical user interface
US5987480A (en) 1996-07-25 1999-11-16 Donohue; Michael Method and system for delivering documents customized for a particular user over the internet using imbedded dynamic content
US6061516A (en) 1996-08-13 2000-05-09 Hitachi, Ltd. Online application processing system
US6182029B1 (en) 1996-10-28 2001-01-30 The Trustees Of Columbia University In The City Of New York System and method for language extraction and encoding utilizing the parsing of text data in accordance with domain parameters
US5948061A (en) 1996-10-29 1999-09-07 Double Click, Inc. Method of delivery, targeting, and measuring advertising over networks
KR19980035431A (en) 1996-11-13 1998-08-05 김광호 How to Convert Multilingual Input Settings
US6292768B1 (en) 1996-12-10 2001-09-18 Kun Chun Chan Method for converting non-phonetic characters into surrogate words for inputting into a computer
JP3402100B2 (en) 1996-12-27 2003-04-28 カシオ計算機株式会社 Voice control host device
US6006279A (en) 1997-01-21 1999-12-21 Canon Information Systems, Inc. Plug-in module host framework
US5995756A (en) 1997-02-14 1999-11-30 Inprise Corporation System for internet-based delivery of computer applications
US5944787A (en) 1997-04-21 1999-08-31 Sift, Inc. Method for automatically finding postal addresses from e-mail addresses
US5877757A (en) 1997-05-23 1999-03-02 International Business Machines Corporation Method and system for providing user help information in network applications
US6088711A (en) 1997-07-01 2000-07-11 Microsoft Corporation Method and system for defining and applying a style to a paragraph
US6219698B1 (en) 1997-12-19 2001-04-17 Compaq Computer Corporation Configuring client software using remote notification
US6092074A (en) 1998-02-10 2000-07-18 Connect Innovations, Inc. Dynamic insertion and updating of hypertext links for internet servers
US6067087A (en) 1998-03-03 2000-05-23 Microsoft Corporation Method for building menus during idle times
US6052531A (en) 1998-03-25 2000-04-18 Symantec Corporation Multi-tiered incremental software updating
US6006265A (en) 1998-04-02 1999-12-21 Hotv, Inc. Hyperlinks resolution at and by a special network server in order to enable diverse sophisticated hyperlinking upon a digital network
US6173316B1 (en) 1998-04-08 2001-01-09 Geoworks Corporation Wireless communication device with markup language based man-machine interface
JP4036528B2 (en) 1998-04-27 2008-01-23 富士通株式会社 Semantic recognition system
US6112209A (en) 1998-06-17 2000-08-29 Gusack; Mark David Associative database model for electronic-based informational assemblies
US6121968A (en) 1998-06-17 2000-09-19 Microsoft Corporation Adaptive menus
US6199081B1 (en) 1998-06-30 2001-03-06 Microsoft Corporation Automatic tagging of documents and exclusion by content
US6167568A (en) 1998-06-30 2000-12-26 Sun Microsystems, Inc. Method and apparatus for implementing electronic software distribution
US6141005A (en) 1998-09-10 2000-10-31 International Business Machines Corporation Combined display of locale-sensitive calendars in a distributed computer enterprise environment
US6262728B1 (en) 1998-11-03 2001-07-17 Agilent Technologies, Inc. System and method for annotating a graphical user interface display in a computer-based system
JP2000242392A (en) 1999-02-12 2000-09-08 Dbm Korea:Kk Computer system for dynamic information display and method thereof
WO2000067117A2 (en) * 1999-04-30 2000-11-09 Peoplesoft, Inc. Multilingual components for application development providing locale sensitive and culturally appropriate presentation of data
AU4286199A (en) * 1999-05-31 2000-12-18 Eurosymbol Limited Computer system
US7421645B2 (en) * 2000-06-06 2008-09-02 Microsoft Corporation Method and system for providing electronic commerce actions based on semantically labeled strings

Patent Citations (72)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5159552A (en) * 1987-04-23 1992-10-27 Oce-Nederland B.V. Method for checking the correct and consistent use of units or chemical formulae in a text processing system
US5781904A (en) * 1989-02-27 1998-07-14 Apple Computer, Inc. User interface system and method for traversing a database
US5020019A (en) * 1989-05-29 1991-05-28 Ricoh Company, Ltd. Document retrieval system
US5351190A (en) * 1990-10-17 1994-09-27 Canon Kabushiki Kaisha Communication apparatus and method establishing a language dependent sort order search
US6126306A (en) * 1991-09-11 2000-10-03 Ando; Shimon Natural language processing method for converting a first natural language into a second natural language using data structures
US5337233A (en) * 1992-04-13 1994-08-09 Sun Microsystems, Inc. Method and apparatus for mapping multiple-byte characters to unique strings of ASCII characters for use in text retrieval
US5386564A (en) * 1993-02-24 1995-01-31 Hewlett-Packard Company Conversion of data and objects across classes in an object management system
US5657259A (en) * 1994-01-21 1997-08-12 Object Technology Licensing Corp. Number formatting framework
US6625581B1 (en) * 1994-04-22 2003-09-23 Ipf, Inc. Method of and system for enabling the access of consumer product related information and the purchase of consumer products at points of consumer presence on the world wide web (www) at which consumer product information request (cpir) enabling servlet tags are embedded within html-encoded documents
US6108674A (en) * 1994-06-28 2000-08-22 Casio Computer Co., Ltd. Image output devices which automatically selects and outputs a stored selected image in correspondence with input data
US5761689A (en) * 1994-09-01 1998-06-02 Microsoft Corporation Autocorrecting text typed into a word processing document
US5744787A (en) * 1994-09-25 1998-04-28 Advanced Retail Systems Ltd. System and method for retail
US5765156A (en) * 1994-12-13 1998-06-09 Microsoft Corporation Data transfer with expanded clipboard formats
US5685000A (en) * 1995-01-04 1997-11-04 U S West Technologies, Inc. Method for providing a linguistically competent dialogue with a computerized service representative
US5805911A (en) * 1995-02-01 1998-09-08 Microsoft Corporation Word prediction system
US6292769B1 (en) * 1995-02-14 2001-09-18 America Online, Inc. System for automated translation of speech
US5900004A (en) * 1995-06-07 1999-05-04 Microsoft Corporation Method and system for interactive formatting of word processing documents with deferred rule evaluation and format editing
US5855007A (en) * 1995-11-15 1998-12-29 Jovicic; Neboisa Electronic coupon communication system
US5875443A (en) * 1996-01-30 1999-02-23 Sun Microsystems, Inc. Internet-based spelling checker dictionary system with automatic updating
US5895461A (en) * 1996-07-30 1999-04-20 Telaric, Inc. Method and system for automated data storage and retrieval with uniform addressing scheme
US6516321B1 (en) * 1996-07-30 2003-02-04 Carlos De La Huerga Method for database address specification
US6308171B1 (en) * 1996-07-30 2001-10-23 Carlos De La Huerga Method and system for automated data storage and retrieval
US6185576B1 (en) * 1996-09-23 2001-02-06 Mcintosh Lowrie Defining a uniform subject classification system incorporating document management/records retention functions
US6018761A (en) * 1996-12-11 2000-01-25 The Robert G. Uomini And Louise B. Bidwell Trust System for adding to electronic mail messages information obtained from sources external to the electronic mail transport process
US5920859A (en) * 1997-02-05 1999-07-06 Idd Enterprises, L.P. Hypertext document retrieval system and method
US6185550B1 (en) * 1997-06-13 2001-02-06 Sun Microsystems, Inc. Method and apparatus for classifying documents within a class hierarchy creating term vector, term file and relevance ranking
US6137911A (en) * 1997-06-16 2000-10-24 The Dialog Corporation Plc Test classification system and method
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
US5974413A (en) * 1997-07-03 1999-10-26 Activeword Systems, Inc. Semantic user interface
US6438545B1 (en) * 1997-07-03 2002-08-20 Value Capital Management Semantic user interface
US6199046B1 (en) * 1997-07-29 2001-03-06 Adsura Pty Ltd. Method system and article of manufacture for performing real time currency conversion
US6708189B1 (en) * 1997-09-30 2004-03-16 Desknet, Inc. Computer file transfer system
US5896321A (en) * 1997-11-14 1999-04-20 Microsoft Corporation Text completion system for a miniature computer
US6028605A (en) * 1998-02-03 2000-02-22 Documentum, Inc. Multi-dimensional analysis of objects by manipulating discovered semantic properties
US6571241B1 (en) * 1998-03-03 2003-05-27 Mazda Motor Corporation Multilingual patent information search system
US6154738A (en) * 1998-03-27 2000-11-28 Call; Charles Gainor Methods and apparatus for disseminating product information via the internet using universal product codes
US6122647A (en) * 1998-05-19 2000-09-19 Perspecta, Inc. Dynamic generation of contextual links in hypertext documents
US6629079B1 (en) * 1998-06-25 2003-09-30 Amazon.Com, Inc. Method and system for electronic commerce using multiple roles
US6272505B1 (en) * 1998-07-07 2001-08-07 Carlos De La Huerga Document modification based hyperlink limiting method and apparatus
US20020003898A1 (en) * 1998-07-15 2002-01-10 Andi Wu Proper name identification in chinese
US6323853B1 (en) * 1998-09-03 2001-11-27 Arendi As Method, system and computer readable medium for addressing handling from a computer program
US20010042098A1 (en) * 1998-09-15 2001-11-15 Anoop Gupta Facilitating annotation creation and notification via electronic mail
US6338059B1 (en) * 1998-12-17 2002-01-08 International Business Machines Corporation Hyperlinked search interface for distributed database
US6556984B1 (en) * 1999-01-19 2003-04-29 International Business Machines Corporation Hierarchical string matching using multi-path dynamic programming
US6311177B1 (en) * 1999-02-16 2001-10-30 International Business Machines Corporation Accessing databases when viewing text on the web
US6732361B1 (en) * 1999-07-28 2004-05-04 Xerox Corporation Generating combinations of offers and using action identifiers from the offers to obtain performance of combinations of actions
US6697824B1 (en) * 1999-08-31 2004-02-24 Accenture Llp Relationship management in an E-commerce application framework
US6519603B1 (en) * 1999-10-28 2003-02-11 International Business Machine Corporation Method and system for organizing an annotation structure and for querying data and annotations
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
US20020002590A1 (en) * 2000-03-09 2002-01-03 Tim King System and method for sending electronic mail and parcel delivery notification using recipient's identification information
US6311194B1 (en) * 2000-03-15 2001-10-30 Taalee, Inc. System and method for creating a semantic web and its applications in browsing, searching, profiling, personalization and advertising
US6618733B1 (en) * 2000-04-11 2003-09-09 Revelink Inc. View navigation for creation, update and querying of data objects and textual annotations of relations between data objects
US6519557B1 (en) * 2000-06-06 2003-02-11 International Business Machines Corporation Software and method for recognizing similarity of documents written in different languages based on a quantitative measure of similarity
US20020023136A1 (en) * 2000-06-15 2002-02-21 Silver Edward Michael Electronic mail (email) internet applicance methods and systems
US20020023113A1 (en) * 2000-08-18 2002-02-21 Jeff Hsing Remote document updating system using XML and DOM
US6636880B1 (en) * 2000-09-18 2003-10-21 International Business Machines Corporation Automatic conversion of units in a computer program
US6622140B1 (en) * 2000-11-15 2003-09-16 Justsystem Corporation Method and apparatus for analyzing affect and emotion in text
US20020065891A1 (en) * 2000-11-30 2002-05-30 Malik Dale W. Method and apparatus for automatically checking e-mail addresses in outgoing e-mail communications
US20020110225A1 (en) * 2001-01-02 2002-08-15 Gary Cullis Address book for a voice message delivery method and system
US6957385B2 (en) * 2001-01-05 2005-10-18 Microsoft Corporation Worldwide number format for a spreadsheet program module
US20020091803A1 (en) * 2001-01-08 2002-07-11 Kokoro Imamura Multi-user management process enabling user privacy for use in a network entertainment center
US7113976B2 (en) * 2001-01-30 2006-09-26 Canon Kabushiki Kaisha Communication apparatus and control method of the same
US7013289B2 (en) * 2001-02-21 2006-03-14 Michel Horn Global electronic commerce system
US6694307B2 (en) * 2001-03-07 2004-02-17 Netvention System for collecting specific information from several sources of unstructured digitized data
US20020133523A1 (en) * 2001-03-16 2002-09-19 Anthony Ambler Multilingual graphic user interface system and method
US20030101204A1 (en) * 2001-03-24 2003-05-29 Watson Todd E. Method for converting units of measurement
US20020169802A1 (en) * 2001-05-10 2002-11-14 International Business Machines Corporation System and method for improving the performance of a web application by building only requested web pages only in a requested human language
US20030002391A1 (en) * 2001-06-29 2003-01-02 Kevin Biggs System and method for customized time display
US7051076B2 (en) * 2002-01-16 2006-05-23 Toshiba Tec Kabushiki Kaisha Automatically creating mailing address directory in an image communication apparatus
US20040039990A1 (en) * 2002-03-30 2004-02-26 Xorbix Technologies, Inc. Automated form and data analysis tool
US20030195937A1 (en) * 2002-04-16 2003-10-16 Kontact Software Inc. Intelligent message screening
US20040133846A1 (en) * 2003-01-03 2004-07-08 Ramin Khoshatefeh Interactive system and method for graphical document generation

Cited By (101)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8892495B2 (en) 1991-12-23 2014-11-18 Blanding Hovenweep, Llc Adaptive pattern recognition based controller apparatus and method and human-interface therefore
USRE43633E1 (en) 1994-02-16 2012-09-04 Sentius International Llc System and method for linking streams of multimedia data to reference material for display
USRE45085E1 (en) 1994-02-16 2014-08-19 Sentius International, Llc System and method for linking streams of multimedia data to reference material for display
US9535563B2 (en) 1999-02-01 2017-01-03 Blanding Hovenweep, Llc Internet appliance system and method
US7712024B2 (en) 2000-06-06 2010-05-04 Microsoft Corporation Application program interfaces for semantically labeling strings and providing actions based on semantically labeled strings
US7788602B2 (en) 2000-06-06 2010-08-31 Microsoft Corporation Method and system for providing restricted actions for recognized semantic categories
US7770102B1 (en) 2000-06-06 2010-08-03 Microsoft Corporation Method and system for semantically labeling strings and providing actions based on semantically labeled strings
US7716163B2 (en) 2000-06-06 2010-05-11 Microsoft Corporation Method and system for defining semantic categories and actions
US7032174B2 (en) 2001-03-27 2006-04-18 Microsoft Corporation Automatically adding proper names to a database
US20020143828A1 (en) * 2001-03-27 2002-10-03 Microsoft Corporation Automatically adding proper names to a database
US7778816B2 (en) 2001-04-24 2010-08-17 Microsoft Corporation Method and system for applying input mode bias
US7672985B2 (en) 2001-08-16 2010-03-02 Sentius International Corporation Automated creation and delivery of database content
US9165055B2 (en) 2001-08-16 2015-10-20 Sentius International, Llc Automated creation and delivery of database content
US8214349B2 (en) 2001-08-16 2012-07-03 Sentius International Llc Automated creation and delivery of database content
US10296543B2 (en) 2001-08-16 2019-05-21 Sentius International, Llc Automated creation and delivery of database content
US20050108195A1 (en) * 2002-05-07 2005-05-19 Microsoft Corporation Method, system, and apparatus for processing information based on the discovery of semantically labeled strings
US7707496B1 (en) 2002-05-09 2010-04-27 Microsoft Corporation Method, system, and apparatus for converting dates between calendars and languages based upon semantically labeled strings
US8326856B2 (en) * 2002-05-15 2012-12-04 International Business Machines Corporation Method and apparatus of automatic method signature adaptation for dynamic web service invocation
US20080228742A1 (en) * 2002-05-15 2008-09-18 Jiang-Jie Zhang Method and apparatus of automatic method signature adaptation for dynamic web service invocation
US7742048B1 (en) * 2002-05-23 2010-06-22 Microsoft Corporation Method, system, and apparatus for converting numbers based upon semantically labeled strings
US7707024B2 (en) 2002-05-23 2010-04-27 Microsoft Corporation Method, system, and apparatus for converting currency values based upon semantically labeled strings
US7827546B1 (en) 2002-06-05 2010-11-02 Microsoft Corporation Mechanism for downloading software components from a remote source for use by a local software application
US8706708B2 (en) 2002-06-06 2014-04-22 Microsoft Corporation Providing contextually sensitive tools and help content in computer-generated documents
US7716676B2 (en) 2002-06-25 2010-05-11 Microsoft Corporation System and method for issuing a message to a program
US8620938B2 (en) 2002-06-28 2013-12-31 Microsoft Corporation Method, system, and apparatus for routing a query to one or more providers
US7783614B2 (en) 2003-02-13 2010-08-24 Microsoft Corporation Linking elements of a document to corresponding fields, queries and/or procedures in a database
US7711550B1 (en) 2003-04-29 2010-05-04 Microsoft Corporation Methods and system for recognizing names in a computer-generated document and for providing helpful actions associated with recognized names
US7739588B2 (en) 2003-06-27 2010-06-15 Microsoft Corporation Leveraging markup language data for semantically labeling text strings and data and for providing actions based on semantically labeled text strings and data
US8442331B2 (en) 2004-02-15 2013-05-14 Google Inc. Capturing text from rendered documents using supplemental information
US8619147B2 (en) 2004-02-15 2013-12-31 Google Inc. Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device
US8799303B2 (en) 2004-02-15 2014-08-05 Google Inc. Establishing an interactive environment for rendered documents
US8521772B2 (en) 2004-02-15 2013-08-27 Google Inc. Document enhancement system and method
US8515816B2 (en) 2004-02-15 2013-08-20 Google Inc. Aggregate analysis of text captures performed by multiple users from rendered documents
US10635723B2 (en) 2004-02-15 2020-04-28 Google Llc Search engines and systems with handheld document data capture devices
US8447144B2 (en) 2004-02-15 2013-05-21 Google Inc. Data capture from rendered documents using handheld device
US8831365B2 (en) 2004-02-15 2014-09-09 Google Inc. Capturing text from rendered documents using supplement information
US9268852B2 (en) 2004-02-15 2016-02-23 Google Inc. Search engines and systems with handheld document data capture devices
US9116890B2 (en) 2004-04-01 2015-08-25 Google Inc. Triggering actions in response to optically or acoustically capturing keywords from a rendered document
US20100182631A1 (en) * 2004-04-01 2010-07-22 King Martin T Information gathering system and method
US20110019020A1 (en) * 2004-04-01 2011-01-27 King Martin T Adding information or functionality to a rendered document via association with an electronic counterpart
US8447111B2 (en) 2004-04-01 2013-05-21 Google Inc. Triggering actions in response to optically or acoustically capturing keywords from a rendered document
US8793162B2 (en) * 2004-04-01 2014-07-29 Google Inc. Adding information or functionality to a rendered document via association with an electronic counterpart
US8505090B2 (en) 2004-04-01 2013-08-06 Google Inc. Archive of text captures from rendered documents
US8781228B2 (en) 2004-04-01 2014-07-15 Google Inc. Triggering actions in response to optically or acoustically capturing keywords from a rendered document
US9143638B2 (en) 2004-04-01 2015-09-22 Google Inc. Data capture from rendered documents using handheld device
US9633013B2 (en) 2004-04-01 2017-04-25 Google Inc. Triggering actions in response to optically or acoustically capturing keywords from a rendered document
US9008447B2 (en) 2004-04-01 2015-04-14 Google Inc. Method and system for character recognition
US9514134B2 (en) 2004-04-01 2016-12-06 Google Inc. Triggering actions in response to optically or acoustically capturing keywords from a rendered document
US8620760B2 (en) 2004-04-01 2013-12-31 Google Inc. Methods and systems for initiating application processes by data capture from rendered documents
US9454764B2 (en) 2004-04-01 2016-09-27 Google Inc. Contextual dynamic advertising based upon captured rendered text
US8619287B2 (en) 2004-04-01 2013-12-31 Google Inc. System and method for information gathering utilizing form identifiers
US8621349B2 (en) 2004-04-01 2013-12-31 Google Inc. Publishing techniques for adding value to a rendered document
US8713418B2 (en) 2004-04-12 2014-04-29 Google Inc. Adding value to a rendered document
US9030699B2 (en) 2004-04-19 2015-05-12 Google Inc. Association of a portable scanner with input/output and storage devices
US8489624B2 (en) 2004-05-17 2013-07-16 Google, Inc. Processing techniques for text capture from a rendered document
US8799099B2 (en) 2004-05-17 2014-08-05 Google Inc. Processing techniques for text capture from a rendered document
US9275051B2 (en) 2004-07-19 2016-03-01 Google Inc. Automatic modification of web pages
EP1640876A3 (en) * 2004-09-24 2007-01-10 Microsoft Corporation Method, system, and apparatus for processing information based on the discovery of semantically labeled strings
EP1640876A2 (en) * 2004-09-24 2006-03-29 Microsoft Corporation Method, system, and apparatus for processing information based on the discovery of semantically labeled strings
US10769431B2 (en) 2004-09-27 2020-09-08 Google Llc Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device
US20060072823A1 (en) * 2004-10-04 2006-04-06 Canon Kabushiki Kaisha Image processing apparatus and image processing method
US8224131B2 (en) * 2004-10-04 2012-07-17 Canon Kabushiki Kaisha Image processing apparatus and image processing method
US8953886B2 (en) 2004-12-03 2015-02-10 Google Inc. Method and system for character recognition
US20110029504A1 (en) * 2004-12-03 2011-02-03 King Martin T Searching and accessing documents on private networks for use with captures from rendered documents
US8620083B2 (en) 2004-12-03 2013-12-31 Google Inc. Method and system for character recognition
US8874504B2 (en) 2004-12-03 2014-10-28 Google Inc. Processing techniques for visual capture data from a rendered document
US8531710B2 (en) 2004-12-03 2013-09-10 Google Inc. Association of a portable scanner with input/output and storage devices
US8903759B2 (en) 2004-12-03 2014-12-02 Google Inc. Determining actions involving captured information and electronic content associated with rendered documents
US7840589B1 (en) * 2005-05-09 2010-11-23 Surfwax, Inc. Systems and methods for using lexically-related query elements within a dynamic object for semantic search refinement and navigation
US7992085B2 (en) 2005-09-26 2011-08-02 Microsoft Corporation Lightweight reference user interface
US7788590B2 (en) 2005-09-26 2010-08-31 Microsoft Corporation Lightweight reference user interface
US8600196B2 (en) 2006-09-08 2013-12-03 Google Inc. Optical scanners, such as hand-held optical scanners
US10719898B2 (en) 2007-05-09 2020-07-21 RELX Inc. Systems and methods for analyzing documents
US9372923B2 (en) * 2007-05-09 2016-06-21 Lexisnexis Group Systems and methods for analyzing documents
US20080281860A1 (en) * 2007-05-09 2008-11-13 Lexisnexis Group Systems and methods for analyzing documents
US7895246B2 (en) * 2007-05-31 2011-02-22 Microsoft Corporation Collection bin for data management and transformation
US20080301137A1 (en) * 2007-05-31 2008-12-04 Microsoft Corporation Collection bin for data management and transformation
US9805429B2 (en) 2007-10-25 2017-10-31 Lexisnexis, A Division Of Reed Elsevier Inc. System and methods for analyzing documents
US20100169353A1 (en) * 2008-12-31 2010-07-01 Ebay, Inc. System and methods for unit of measurement conversion and search query expansion
US8504582B2 (en) * 2008-12-31 2013-08-06 Ebay, Inc. System and methods for unit of measurement conversion and search query expansion
US10191983B2 (en) 2008-12-31 2019-01-29 Paypal, Inc. System and methods for unit of measurement conversion and search query expansion
US8638363B2 (en) 2009-02-18 2014-01-28 Google Inc. Automatically capturing information, such as capturing information using a document-aware device
US9075779B2 (en) 2009-03-12 2015-07-07 Google Inc. Performing actions based on capturing information from rendered documents, such as documents under copyright
US8990235B2 (en) 2009-03-12 2015-03-24 Google Inc. Automatically providing content associated with captured information, such as information captured in real-time
US8447066B2 (en) 2009-03-12 2013-05-21 Google Inc. Performing actions based on capturing information from rendered documents, such as documents under copyright
US20110029443A1 (en) * 2009-03-12 2011-02-03 King Martin T Performing actions based on capturing information from rendered documents, such as documents under copyright
US20110054881A1 (en) * 2009-09-02 2011-03-03 Rahul Bhalerao Mechanism for Local Language Numeral Conversion in Dynamic Numeric Computing
US9454514B2 (en) * 2009-09-02 2016-09-27 Red Hat, Inc. Local language numeral conversion in numeric computing
US9081799B2 (en) 2009-12-04 2015-07-14 Google Inc. Using gestalt information to identify locations in printed information
US9323784B2 (en) 2009-12-09 2016-04-26 Google Inc. Image search using text-based elements within the contents of images
US9836460B2 (en) 2010-06-11 2017-12-05 Lexisnexis, A Division Of Reed Elsevier Inc. Systems and methods for analyzing patent-related documents
US9965540B1 (en) * 2012-06-18 2018-05-08 Ez-XBRL Solutions, Inc. System and method for facilitating associating semantic labels with content
US9684691B1 (en) 2012-08-30 2017-06-20 Ez-XBRL Solutions, Inc. System and method to facilitate the association of structured content in a structured document with unstructured content in an unstructured document
WO2014101183A1 (en) * 2012-12-31 2014-07-03 Nokia Corporation Method, apparatus, and system for providing information
US10146756B2 (en) * 2013-03-13 2018-12-04 Microsoft Technology Licensing, Llc Perspective annotation for numerical representations
US20140281874A1 (en) * 2013-03-13 2014-09-18 Microsoft Corporation Perspective annotation for numerical representations
US11947903B2 (en) * 2013-03-13 2024-04-02 Microsoft Technology Licensing, Llc Perspective annotation for numerical representations
US10325385B2 (en) * 2015-09-24 2019-06-18 International Business Machines Corporation Comparative visualization of numerical information
US20170091902A1 (en) * 2015-09-24 2017-03-30 International Business Machines Corporation Comparative visualization of numerical information
US20220391579A1 (en) * 2021-06-04 2022-12-08 Citrix Systems, Inc. Interpretation risk detection
US11620442B2 (en) * 2021-06-04 2023-04-04 Citrix Systems, Inc. Interpretation risk detection

Also Published As

Publication number Publication date
EP1361523A2 (en) 2003-11-12
JP2004038943A (en) 2004-02-05
US7325194B2 (en) 2008-01-29
CA2427797A1 (en) 2003-11-07
EP1361523A3 (en) 2006-12-20

Similar Documents

Publication Publication Date Title
US7325194B2 (en) Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings
US7707024B2 (en) Method, system, and apparatus for converting currency values based upon semantically labeled strings
US7739588B2 (en) Leveraging markup language data for semantically labeling text strings and data and for providing actions based on semantically labeled text strings and data
US20050108195A1 (en) Method, system, and apparatus for processing information based on the discovery of semantically labeled strings
JP5465171B2 (en) System and method for parsing documents
US9311410B2 (en) Subject matter context search engine
US7716255B2 (en) Modeling a data element
US7707496B1 (en) Method, system, and apparatus for converting dates between calendars and languages based upon semantically labeled strings
RU2328034C2 (en) Method and system of operations comparison with to semantic marks in electronic documents
US8489982B2 (en) Reusable data markup language
US7937408B2 (en) Layout information for data element
US7742048B1 (en) Method, system, and apparatus for converting numbers based upon semantically labeled strings
US7814101B2 (en) Term database extension for label system
US7333986B2 (en) Hierarchical database management system, hierarchical database management method, and hierarchical database management program
US7370028B2 (en) Method of and system for providing namespace based object to XML mapping
US20070050698A1 (en) Add-in tool and method for rendering financial data into spreadsheet compliant format
KR20040077530A (en) Method and system for enhancing paste functionality of a computer software application
US20060253466A1 (en) Data Mapping Editor Graphical User Interface
AU2005202103A1 (en) Programmable object model for namespace or schema library support in a software application
US7231598B1 (en) User interface for editing documents containing markup language
US7283994B2 (en) Merging of products into a database
JP2011008527A (en) System for preparing article based on analysis result of financial statement
JP4150593B2 (en) Method and system for realizing a maintenance environment for computer program code

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MOORE, THOMAS G.;ABBAR, MOHAMED A.;ARAYASANTIPARB, ATHAPAN;REEL/FRAME:012883/0167

Effective date: 20020506

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034541/0477

Effective date: 20141014

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Expired due to failure to pay maintenance fee

Effective date: 20200129