CA2178584A1 - Number formatting framework - Google Patents

Number formatting framework

Info

Publication number
CA2178584A1
CA2178584A1 CA002178584A CA2178584A CA2178584A1 CA 2178584 A1 CA2178584 A1 CA 2178584A1 CA 002178584 A CA002178584 A CA 002178584A CA 2178584 A CA2178584 A CA 2178584A CA 2178584 A1 CA2178584 A1 CA 2178584A1
Authority
CA
Canada
Prior art keywords
numerical information
text
formatting
converting
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
CA002178584A
Other languages
French (fr)
Inventor
Mark E. Davis
John H. Jenkins
Sanjay J. Poonen
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.)
Object Technology Licensing Corp
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Publication of CA2178584A1 publication Critical patent/CA2178584A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/123Storage facilities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/126Character encoding
    • 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/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Abstract

A method and system for formatting numerical information. An object-based operating system provides various number formatting services. Some objects scan text and convert the text to numerical information, and convert non-text numerical information to text, and convert between different numerical formats and languages. The system provides a common ground from which application programs can speak a seemingly common numerical language without specifying the details of converting numerical information between systems of representation. The present system relieves application developers of the burden of handling details of numerical information, and provides ease of information transfer between monetary systems and cultures having differing languages. The system also provides for conversion between number formats to allow for easier processing and/or comprehension of the numerical information, and normalization and alignment of any textual representation of numeric information.

Description

`~ 12 1 785~4 ~ NUMBERFORMATTING FRAMEWORK AMENOED SH~ET
,~' 3~ COPYRIGHT NOTIFICATION -Portions of this patent application contain materials that are subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
Field of the Invention This invention generally relates to improvements in computer systems, and more particularly to a system and method for formatting numerical data.
Background of the Invention Computer systems today provide a wide range of efficiencies previously unavailable. The use of word processors, spreadsheets, database managers, finance managers, and other applications is enjoying unprecedented growth. This growth is global in nature. Presently, applications are typically designed as stand alone units which handle most, if not all, the processirlg related to the particular application.
Occasionally the application may call on a disk operating system to perform basic I/O, but the buL~< of processing is ~erformed by the application prograrn.
One of the most common types of data in computing is numerical data.
Virtually every application program requires processing and manipulation of data.
Because each application program handles numerical data internally, there is a wide variation in how numerical data is handled. This often creates incompatibilitiesbetween application programs. Another problem is a result of the shrin~ng globalculture. There are a wide variety of monetary systems in the world, which create a correspondingly wide variety of notations and grammars which are used to convey monetary information. This variety results in complications in transferring information between parts of the world because the numerical monetary information must be ay~ropriately reworked t~ be understood by the recipient of the information. A brief overview of the difficulties of handling different units for NDE2 SttEE'r ~- 2 t 7~`584 ~ -la-~' .
onetary and other uses is described in the EEE Transactions on Software Engineering, vol. Se-8, no. 6, November, 1982, New York, US, pages 605 611, N.H. Gehani, Databases and units of Measure. This document also discusses an approach for the conversion between values with different but equivalent units of measure within the realm of database technology using semantic data modeling to help enable a meaning-oriented database.
Other problems arise from the basic forrn in which numerical information is maintained. It is often the case that numbers begin as text, a form which can not be easily dealt with frorn a mathematical perspective. The numerical inforrnation has to be converted to a format which is easily handled, a form other than text. There are a wide variety of other numerical data inconsistencies beyond those considered above.
But there is clearly a recognition that numbers appearing in one setting are not easily used in another setting. Whether it be between application programs, between geographical areas, between one storage format and another, between monetary systems, or between number system formats, any time there are inconsistencies, inefficiencies are created. One approach to solving these problems in a non object-oriented framework manner is described in PCT International Publication WO-A-93 21591 (TCS). This document discloses an apparatus/method for performing numerical conversions by providing independent conversion routines (pipes) to perform a specific conversion while transferring data (this apparatus/method uses object-oriented programming methods). These pipes are modular in that new pipes can be added to the applications that use the pipes without modifying those applications. Thus, this invention enables the addition of new conversions by organizing the conversion routines into pipes independent from the applications that send and receive data through the pipes. Therefor, this invention enables the addition of new data conversion c~pability to a system of communicating applications without requiring the entire system of applications to be recompiled, linked and tested. Hence, new data conversion routines can be developed, tested,and incorporated into the system of applications without affecting already existing capabilities of that system. Howe~er, this document does not describe how conversions are performed within the pipes nor how an object-oriented framework could be designed to perform these conversions. Instead, it describes a means of ~ Ib ~ -? ~ 4~ AMENOE~ SHEEt converting data by using a plurality of prograrns (pipes) that allows future expansion by adding new pipes to a system of applications instead of modifying existing programming at the end of the pipes.
Therefore, there is a need to eliminate, or assist in eliminating, the inconsistencies of numerical information, or at least try to provide efficient systems and methods for converting numerical information from one numerical representation system to another.
S~cmmary of the Invention Accordingly, it is a primary object of the present invention to provide a systemand method for providing improved nurnber formatting.
It is another object of the present invention to provide tools for converting numerical information from one system to another.
It is yet another object of the present invention to provide tools for converting numerical inrormation and associated information from one system to another.
It is still another object of the present invention to provide conversion of numerical i~formation in one language to numerical information in another language.
The preferred embodiment is a system of objects which provide various number formatting services. Some objects scan text and convert the text to numerical information. Other objects convert non-text numerical information to text.
Conversion between numerical formats and languages is also supported. The system provides a common ground from which application programs can speak a seemingly common numerical language without concern about the details of converting numerical information between systems of representation. The present system relieves application developers of the burden of handling details of numerical information. The system also provide ease of information transfer between monetary systems and cultures having differing languages. The system also provides for conversion be~ween number formats to allow for easier processing and/or comprehension of the numerical information. These and other objects and advantages will become apparent from the discussion below.

WO95120198 ~ 1 ~ 8 5 8 4 PCT/US94/02628 than text. There are a wide variety of other numerical data inconsistencies bevond those considered above. But there is clearlv a recognition that numbers appearing in one setting are not easilv used in another setting. Whether it be between application programs, between geographical areas, between one storage format and another, between monetary systems, or between number svstem formats, any time there are inconsistencies, inefficiencies are created.
Therefore, there is a need to eliminate, or assist in eliminating, the inconsistencies of numerical information, or at least try to provide efficient systems and methods for converting numerical information from one system to another.

Summary of the Invention Accordingly, it is a primary object of the present invention to provide a svstem and method for providing improved number formatting.
It is another object of the present invention to provide tools for converting numerical information from one system to another.
It is yet another object of the present invention to provide tools for converting numerical information and associated information from one system to another.
It is still another object of the present invention to provide conversion of numerical information in one language to numerical information in another language.
The preferred embodiment is a system of objects which pro~ ide various number formatting services. Some objects scan text and convert the text to numerical information. Other objects convert non-text numerical information to text. Conversion between numerical formats and languages is also supported.
The svstem provides a common ground from which application programs can speak a seemingly common numerical language without concern about the details of converting numerical information between svstems of representation.
The present system relieves application developers of the burden of handling details of numerical information. The svstem also provide ease of information transfer between monetarv svstems and cultures having differing languages. The svstem also provides for conversion between number formats to allow for easier processing and/or comprehension of the numerical information. These and other objects and advantages will become apparent from the discussion below.
2 1 7 ~ 5~ ~ 4 PCI/US94/02628 Brief Description Of The Drawings Figure 1 illustrates a typical hardware configuration of a computer in accordance with a preferred embodiment;
Figure 2 is a Booch diagram illustrating the relationship between various classes used in number formatting in accordance with a preferred embodiment;
Figure 3 shows the overall text to number conversion process in accordance with a preferred embodiment;
Figure 4 shows the conversion of a number to text in accordance with a preferred embodiment;
Figure 5 shows conversion using two number formatters in accordance with a preferred embodiment;
Figure 6 illustrates two formatters using a best match algorithm in accordance with a preferred embodiment;
Figure 7 shows the two step conversion process between binarv and text in accordance with a preferred embodiment; and Figure 8 shows the ConversionResult object and the data which the object maintains in accordance with a preferred embodiment.

Detai~ed Description Of The Invention The detailed embodiments of the present invention are disclosed herein. It should be understood that the disclosed embodiments are merely exemplary of the invention, which may be embodied in various forms. Therefore, the details disclosed herein are not to be inLe~reLed as limiting, but merely as the basis for the claims and as a basis for teaching one skilled in the art how to make and/or use the invention. The history of object-oriented programming and the developments of frameworks is well-established in the literature. C++ and Smalltalk have been well-documented and will not be detailed here. Similarly, characteristics of objects, such as encapsulation, polymorphism and inheritance have been discussed at length in the literature andpatents. For an excellent survey of object oriented svstems, the reader is referred to "Object Oriented Design With Applications," by Grady Booch.
While manv object oriented svstems are designed to operate on top of a basic operating svstem performing rudimentary input and output, the present svstem is used to provide system level support for particular features. It should be kept in mind, however, that innovative objects disclosed herein may also appear in lavers above the system level in order to provide object support at different levels of the processing hierarchy. As used in the specification, claims and drawings, "numerical information"
may include any information related to numbers. This includes text representing numbers, symbols representing numbers, various number svstems, text associated with numbers, and svmbols associated with numbers. Numerical information could be anvinformation which conveys meaning relative to numbers. In general, it is conversion among this universe of information, as discussed explicitly herein, and known as5 conveying information regarding numbers, that the present invention is directed toward.
The invention is preferably practiced in the context of an operating system resident on a personal computer such as the IBM (~) PS/2 (~) or Apple (~) Macintosh computer. A representative hardware environment is depicted in Figure 1, which 10 illustrates a typical hardware configuration of a computer in accordance with the subject invention having a central processing unit 10, such as a conventional microprocessor, and a number of other units in~ercol~lected via a system bus 12. The computer shown in Figure 1 includes a Read Onlv Memory (ROM) 16, a Random Access Memory (RAM) 14, an I/O adapter 18 for connecting peripheral devices such as disk units 20 and other I/O peripherals represented by 21 to the system bus 12, a user interface adapter 22 for connecting a keyboard 24, a mouse 32, a speaker 28, a microphone 26, and/or other user interface devices such as a touch screen device (not shown) to the bus 12, a communication adapter 34 for connecting the workstation to a data processing network represented by 23. A display adapter 36 for connecting the bus to a display device 38.
The workstation has resident thereon an operating system such as the Apple System/7 operating system.
The present invention describes a set of classes that provide conversion services for numbers. Both text scanning to extract a number, and number formatting to convert a number to text, are handled by the same class. Number formats are provided for most numerical formats, and for different languages. Itis also possible to use number formatting classes to format such numbers as 2.99792458 x 108 and (1,234.56) correctly, where parenthesis are used to indicate negative numbers. Figure 2 provides an overview of the class relationships in the number formatting system. The number formatting classes use the TCanonicalNumberFormatter 202 and TCanonicalNumber 204 classes internallv.
The number formatting classes convert text to a TCanonicalNumber 204 and then, using a TCanonicalNumberFormatter 202, perform the further conversion to the binary level. Only people who create new number formatting classes will need to access the TCanonicalNumberFormatter '02, TCanonicalNumber 204, and their methods. Certain of the number formats are intended for specialized use, such as using Roman numerals in outlines or for numbering pages in prefaces. The base number format class is TNumberFormat 218, ~vhich is an , abstract base class. The following are the most important methods defining the protocol in this base class:
void TextToNumber (const TText& theText, TConversionResult& theAccuracy, long double& theNumber, TRange& theTextRangeToUse).
Figure 3 shows the overall text to number conversion process. This is the most common scanning method for converting a TText object into a number. It takes a TText as its input at 300, converts the text at 302, and returns the scanned number. Information on how well the text was parsed is returned in the TConversionResult 200, at step 304. The~TRange object is used to determine which portion of the text to convert; it defaults to the entire text.
There is also a family of methods such as:
long double TextToLongDouble (const TText& theText, TConversionResult&
theAccuracy, TRange& theTextRangeToUse);
double TextToDouble (const TText& theText, TConversionResult& the~ccuracy, TRange& theTextRangeToUse); and These methods provide a convenient means for using converted numbers in function calls and similar situations where the exact type of number is known.
void NumberToText (const long double, TText&, TConversionResult&).
Figure 4 shows the conversion of a number to text. This method handles 20 the conversion from an input number at 400, and converts the number to its textual representation at 402. A TConversionResult 200 is returned at 404 to indicate the success of the conversion; problems might arise, for example, from try~ing to write a number such as 1.618 in Roman numerals. (There are two reasons whv an exception is not thrown by NumberToText() to indicate an 25 incomplete conversion. One is that some number formats simplv do not support all kinds of numbers. Since it is possible to do at least part of the conversion--in this case, turning 1.618 into "I"--this is not an error and an exception is not thrown.) Again, overloaded forms exist for different number t,vpes.
0 virtual GCoordinate MaxWidth (long double minNum, long double maxNum, const TStyleSet& styleSet) = 0;
The method set forth directlv above, takes as input a range of numbers, and returns the maximum width a number in the range can take up when displaved using the stvleSet. This is a pure v irtual method that must be overridden in anv 35 derived classes.

virtual long MaxCharCount (long double minNum, long double maxNum) = 0;
This method, given a range of numbers, returns the maximum number of UniChar characters a number in the range can take up when converted to a TText. This is a pure virtual method that must be overridden in anv derived classes.
Plus and minus sis~ns Distinct formatting for positive and negative numerals is provided by appending text at the beginning or end of a formatted numeral. Certain methods are used to specify the text used on either side of a positive or negative numeral and related properties. The default behavior that these methods assume is that some text is appended before and after ever~;~ numeral to indicate its sign. This text may or may not be empty. Negative numerals always have the specified text appended; positive numerals may or may not--this is controlled bv the SetShowPlusSign(). Thus, the familiar behavior would be to append a minus sign at the beginning of negative numerals and nothing at the end. Positive numerals can be set apart by inserting a "+" at the beginning.
Not all number formatting classes need use this default behavior. Some, such as the TRomanFormat 230, ignore it by specif~ing empty strings for the prefix and suffix text. Others can override the methods in TNumberFormat 218 that set up the default behavior, as set forth below.
Boolean UsesStandardNegation() // defaults to always return TRUE
NormalizeSign(TStandardText& text, TConversionResult& result, Boolean& isNegative) / / appends the negative prefix and suffix text to / / text, updating result, if isNegative is TRUE
/ / appends the positive prefix and suffix text to / / text, updating result, if isNegative is FALSE
// and ::GetShowPlusSign() is TRUE
ConfirmSignPrefix (const TStandardText& text, TRange& range, TConversionResult& result, Boolean& negFlag) ConfirmSignSuffix (const TStandardText& text, TRange& range, TConversionResult& result, Boolean& negFlag) The default affixes for positive numbers are emptv strings, as is the default suffix for negative numbers. The default prefix for negative numbers, however, WO 9S/20198 2 1 7 ~ 5 8 4 PCT/US94/02628 is "-", which, despite appearances is not the minus sign/hyphen we all know and love from ASCII, but the visuallv identical version of the minus sign.

Out of Bounds Every number format has a numerical range associated with it over which it can produce valid results. For example, Roman numerals are generally not used to represent numbers below 1 and are only rarely used to represent numbers above 5000. There are five methods used in connection with the range for a number formatter: methods:
virtual Boolean IsValidNumber (long double) const;
// is the number between the minimum and maximum?
virtual long double GetMinNumber () const;
virtual long double GetMaxNumber () const;
virtual void SetMinNumber (long double);
virtual void SetMaxNumber (long double);
Figure 5 shows the number to text process using the number formatter. At step 500, if an unsuccessful attempt to turn an out of range number into text isdetected at 502, then an universal number formatter is used at 504. Each number formatter contains another number formatter to use in just such a situation. By default, this out of bounds number formatter is a TUniversalNumberFormatter, which is guaranteed to be able to handle nny number.
A similar situation exists for turning text into numbers, illustrated at Figure 6. Each number formatter attempts to turn text to a number bv itself, at 600. If it was unable to turn the entire text into a number, it will see what the out of bounds number format can do, at 602, 604, and returns the better match of thetwo (i.e., the one that used more of the original text), at 606. The process is reversed if converting in the other direction.
You can set the out of bounds number format used bv a number formatter with the method:
void AdoptOutOfBoundsNumberFormat (TNumberFormat ~);
Note that we re using adopt semantics here; the number format will assume responsibilitv for the storage of the adopted out of bounds format. It would be pretty meaningless to have an out of bounds number format with a smaller range than the number format initiallv emploved, so WO 95/20198 2 1 7 8 ~ û 4 PCT/US94/02628 AdoptOutOfBoundsNumberFormat() determines that the out of bounds number format has the larger range before adopting it.

TConversionResult 200, TNumeral 206, and TCanonicalNumber 204 TCanonicalNumber 204 The process of conversion between text and binary numerals falls algorithmically into two distinct parts: one part is primarily concerned with numerical formatting such as rounding, while the other handles the mechanics of writing systems. The TNumberFormatter class 218 formats numbers, as 10 shown in Figure 7, by dividing the process into two steps: conversion between a binary number and a standard intermediate form (a TCanonicalNumber 204) at 700; and conversion between the standard intermediate form and text at 702.

TConversionResult 200 TConversionResult could be implemented by two classes, TScanResult and TFormattingResult to provide more directed classes of conversion results.
The number formatting classes do not make heavy use of exceptions.
There are t~vo reasons for this. One reason is that mistakes are not really exceptional. A user sometimes types an ill-formed numeral and expects it to be converted to a binary number. It will also be common for a user to expect a binary number to be converted to text using an inappropriate format (e.g., writing 7~ using Roman numerals).
The other reason exceptions are not heavily relied upon is that e~ren if a full conversion is impossible, a partial conversion mav be possible, which is better than nothing. It may not be possible to write ~I in Roman numerals, but aclose approximation can be achieved by writing ~m. ~ Depending on the rounding options, thus notation mav correspond with the desired result.
The TConversionResult 200 class, as shown in Figure 8, exists to provide extensive information to a programmer regarding how successful a conversion was. It also convevs other information about a conversion which a programmer mav find helpful.
The information which can be obtained from a TConversionResult 200 is presented below.
virtual ParseConfidence GetConfidence() const;
A ParseConfidence 800 is a floating-point number bet-veen 0.0 and 1.0 that indicates an overall rating of the conversion. It could tvpicallv be used to indicate which number format might be a better one for a particular conversion:
// Given long double aNum, and number formats formatl, format2 TConversionResult resultl, result2;
5 TText textl, text2, theText;
formatl.NumberToText (aNum, textl, resultl);
format2.NumberToText(aNum, text2, result2);
// use the result of whichever conversion did the better job if (resultl.GetConfidence() > result2.GetConfidence()) theText = textl;
else theText = text2;
virtual unsigned long GetLengthUsed() const;
GetLengthUsed 802 indicates how man~v characters in a given text string were used in a conversion from text to a number. It can be used by text parsers to indicate where the next stage of the parsing should take place.
virtual Boolean GetSeparatorError() const;
GetSeparatorError 804 is used to indicate an error involving a digit separator in a conversion from text to a binar v number. For example, the numeral "1,23.45" is clearly intended to mean "123.45". In this instance, the conversion will take place, and GetSeparatorError() will return TRUE.
virtual Boolean GetIncompleteSign() const;
GetIncompleteSign 806 is used to indicate an error involving a plus or minus sign in a conversion from text to a binarv number. For example, if we have set negative numerals to be bracketed with parentheses, then "(123.45"
would seem to be a mistake for (123.45)". In this instance, the conversion will take place, and GetIncompleteSign() will return TRUE.
virtual Boolean GetValueOrderError() const;
GetValueOrderError 808 is used to indicate an error involving the order of digits in number formats which are sensitive to digit order--specificallv, Romannumerals. The string "IILCMM" would appear to be an attempt at writing a Roman numeral, but the order of the digits is incorrect. A Roman number formatter would do its best to turn this string into a binarv number and GetValueOrderError() would return TRUE.
virtual Boolean GetCanNormalize() const;
GetCanNormalize 810 returns TRUE if a text string can be turned into a binarv number and back into a text string in such a fashion that:

(a) no rounding would take place; and (b) appending a character at the end of the normalized string would leave us with a valid number.
For example, suppose a standard, American number formatter is emploved 5 which uses commas for digit separators and periods for decimal separators, with parentheses for the minus sign and at most four decimal places specified.
"123.45" could be normalized--it would become "123.45".
"1,23.45" could be normalized--it would become "123.45".
"12345.67" could be normalized--it would become "12,345.67".
"123.456789" could not be normalized--it would become "123.~567" and the "89" would be lost.
"(123.45" could not normalized--it would become "(123.45)"; appending a "6" would turn this into the invalid string "(123.45)6".
A proper, rational number formatter, would present the following results.
"3" could be normalized--it would become "3".
"3 1" could not be normalized--the rational number formatter would assume the denominator meant was "1" and turn the whole thing into "4". This counts as rounding.
"3 1/7" could be normalized--the rational number formatter vould normalize it to "3 1 /7".
virtual unsigned long GetIntegerBoundary() const;
Many number formatters are used to format non-integral values. Decimal tabbing requires information on where the separation between integer and fractional portions of a numeral takes place. GetlntegerBoundarv(),12 returns anindex into the text string generated bv a number to text conversion giving precisely this information.
virtual unsigned long GetDigitSequenceEnd() const;
Many number formats involve a numeral and some surrounding text. For example, it is not uncommon to see negative numbers indicated bv using parenthesis, as in "(S1,000)." It is therefore important to know where the numerical portion of a formatted numeral ends (particularlv if it has been normalized), so that editing of the text can take place starting at the proper point.
This information is returned bv GetDigitSequenceRange(TTextRange&) 71~.
virtual Boolean GetOutOfBoundsError() const;
Everv number formatter has a range of alues it can represent associated 21 785~4 with it. It also has an associated number formatter to use in case a number given it to convert is out of bounds. If a number formatter has to use its out-of-bounds formatter to convert a number to text, then GetOutOfBoundsError() 716 returns TRUE. In the following code fragment, for example, a different color is used to indicate an out-of-bounds number conversion.

TRGBColor theInBoundsColor(0.2,0,0);
TRGBColor theOutOfBoundsColor (0.25, 0.25, 0.25);
TConversionResult theResult;
theFormat->NumberToText ( aNum, numText, theResult);
if (theResult.GetOutOfBoundsError()) DrawNumber (numText, theOutOfBoundsColor);
else DrawNumber (numText, theInBoundsColor);
TNumerals 206 TNumerals 206 is a class that is used by the number format for the individual numeral char-value mapping, i.e. that the value of kDigitSeven is 7 in a U.S. decimal format and that kRomanNumeralTen has the value 10 using Roman numerals.
The main methods within TNumerals 206 for use in number formatting are:
virtual Boolean NumeralToValue (UniChar ch, long& value) = 0;
virtual Boolean ValueToNumeral (long value, UniChar& ch) = 0;
The TNumerals 206 object used by a particular TNumberFormat 218 defines what the numerals are for that instance of the object onlv. It would be perfectly possible to have an instance of a TNumberFormat 218 object that uses the letter "q" for 1 and "z" for 7. Developers writing their own number format objects should use the information derived from the object's TNumerals 206. An exceptional case would be a number formatter such as the TUniversalNumberFormat class, which is specificallv designed to handle any valid numerical digit.
There are currentlv four TNumerals 206 subclasses--TUnicodeNumerals 216 which uses the default numerical characteristics defined bv Unicode;
TSequentialNumerals 208 for a numeral set where the values are sequential;

W 095/20198 ~ 1 7 a 5 8 4 PCTrUS94/02628 TContiguousNumerals 210 where, in addition to the values being sequential, the characters representing them are also contiguous; and THvbridNumerals 214 for arbitrary sets of numeral-value pairs. A numeral-value pair is an association of a UniChar and its numerical value (e.g., "L" = ~0 in Roman numerals, '~" = 2 in 5 Greek) and is represented bv a TNumeralPair object.

TUnicodeNumerals 216 The TUnicodeNumerals 216 class will accept any of the digit v alues defined for text-to-binary conversions. Thus, the Latin-Arabic digit one, the 10 Arabic-Indic digit 1, the Devanagari digit 1, and so on, will all have the value 1.
To handle binarv-to-text conversions, the TUnicodeNumerals 216 object needs to know which set of digits to use. This is done with the methods void SetScript (TUnicode::ScriptName);
TUnicode::ScriptName GetScript (void);
The script can also be specified when a TUnicodeNumerals 216 object is constructed. (The default is TUnicode::kRoman.) When providing the UniChar that a certain value maps to, the TUnicodeNumerals 216 class uses the script information to determine which possible UniChar would be appropriate. Thus, with the script equal to TUnicode::kRoman, TUnicode::kGreek, or 20 TUnicode::kCyrillic, it would return TUnicode::kDigitOne for 1. If the script were TUnicode::kArabic, it would return TUnicode::kArabic_indicDigitOne, and so on.

THybridNumerals 214 A THybridNumerals 214 object contains two sets of numeral pairs. One set 25 of pairs is used for converting text to numbers only; this is the set of scanning pairs. Two different UniChar's can be associated with the same numerical value in this list (e.g., for Roman numbers, either "i" or "I" would be converted to 1).
Number pairs are added to the set of scanning pairs using the method AddScanningPair(). There is also a set of formatting pairs in uThich each 30 numerical value can be associated .~ith at most one UniChar. Ever! thing in the collection of formatting pairs is considered automatically to be in the set of scanning pairs. A number pair is added to the set of formatting pairs bv using the method AddFormattingPair().
Thus Roman numerals can be defined to use either "i" or "I" as being 35 equal to 1 in turning text to numbers but insist on using onlv "I" in turning WO 95/20198 ~ 1 7 8 5 8~ PCT/US94/02628 _ numbers to text.

TNumberFormat 218 subclasses TPositionalNumberFormat 220 A TPositionalNumberFormat 220 is used for integers written with a value-based system where the value of a digit depends partly on the digit itself and on where it is found in the numeral. The TPositionalNumber format defines a number of additional setter and getter methods to determine, for example, the rounding method to use (the rounding methods available are defined in CanonicalNumber.h), the number of digits to display, and so on. The most important of these include:

/ / The digit group separator is the text to use between / / groups of digits in a numeral / / Americans usually use ", ' as a digit group separator, // Europeans usually use "." A space is also popular.
virtual void GetDigitGroupSeparator (TText&) const;
virtual void SetDigitGroupSeparator (const TText&);
// how manv digits are in a group: in the West, 3 is // common (1,000,000), whereas in the Orient, 4 is often // used (1,0000,0000) virtual int GetSeparatorSpacing () const;
virtual void SetSeparatorSpacing (int);
// should we show integer separation?
/ / 1000000 (false) vs. 1,000,000 (true) virtual Boolean GetIntegerSeparatorOn () const;
virtual void SetIntegerSeparatorOn (Boolean);
// precision specifies how the formatted number (NumberToText) / / should be rounded.
// multiple is the increment v alue and rounding specifies // how to round in conversions.
virtual void GetPrecision (long double& multiple, ERoundRule& rounding) const;
virtual void SetPrecision (long double multiple, ERoundRule rounding);

21 78~84 // minInt is the minimum number of digits to displav / / when formatting a number as text. Also known as / / zero-padding.
virtual int GetMinIntegerDigits () const;
virtual void SetMinIntegerDigits (int);

TFloatingPointFormat 222 TFloatingPointFormats 222 are used for position-based numeral systems which extend the algorithm to include non-integers. A TFloatingPointFormat 222 could represent ~1, for example, as 3.14159265358979323846264338327950. The TFloatingPointFormat 222 includes special methods to specify such parameters as the number of decimal points to displav; these include:
/ / The decimal character is the character to put between // the "left" and "right" hand sides of the decimal // representation--Americans use "." and Europeans ","
virtual void GetDecimalSeparator (TText&) const;
virtual void SetDecimalSeparator (const TText&);

/ / Do we display a decimal point even for integers?
virtual Boolean GetDecimalWithInteger () const;
virtual void SetDecimalWithInteger (Boolean);

/ / Use the separator character in the fractional part?
virtual Boolean GetUseSeparatorForFraction () const;
virtual void SetUseSeparatorForFraction (Boolean);
/ / Use the separator character in the exponent?
virtual Boolean GetUseSeparatorForExponent () const;
virtual void SetUseSeparatorForExponent (Boolean);
virtual int GetMinFractionDigits () const;
virtual void SetMinFractionDigits (int);
virtual int GetMaxFractionDigits () const;
virtual void SetMaxFractionDigits (int);

TUniversalNumberFormat This is a special subclass of TFloatingPointFormat 22~, ~vhich has WO 95/20198 2 11 7B 5 84 PCT/US94,02628 a2lniversal range (and the class used as the default out-of-bounds number formatfor all other number formats). TUniversalNumberFormat can handle infinity, NaN's of various types (such as the results of division by zero). Its main purpose is to provide a default out-of-bounds format and guarantee that anv format will return something when asked to turn any binarv number into a numeral.

TRationalNumberFormat This is derived from TPositionalNumberFormat 220 and adds the capability of writing non-integral values as the ratio between two integers. There 10 are two special enum's within this class, one to specify a fraction's "propriety" and one to determine if a fraction is written numerator first (as is usuallv done in the West) or denominator first (as is traditionally done in China).
enum EFractionPropriety ~ kProperFraction, kImproperFraction ~;
enum EFractionDirection ( kNumeratorFirst, kDenominatorFirst ~;

Proper fractions are those whose numerator is less than their denominator (e.g.,"37) and improper or vulgar fractions are those whose numerator mav or may not be less than their denominator (e.g., 7 ). A character is also specified (usually TUnicode::kSpace) to use between the integral and fractional portion of a rational 20 number, and whether or not to make the numeral a superscript and the denominator a subscript. This character facilitates switching between "355/113"
and "355/113", for example.
Each rational number format requires information associated with formatting integers, however. This is specified by using the methods 25 virtual TNumberFormat* GetIntegerFormat() const;
virtual void AdoptIntegerFormat (TNumberFormat *);
The integer format defaults to a standard TPositionalNumberFormat 220, but can be overridden. This allows full control over the representation of the numeratorand denominator of a rational number and makes "III I/VII" as easv to write as - 30 22/7~.
For the sake of compatibilitv with older character set standards, a set of fractional numeral characters such as "2" and "3-" are also defined. There are also different characters that can be used to separate the numerator and denominator of a fraction, such as kSlash (i.e., "/") and kFractionSlash ("~').
The TRationalNumberFormat 224 object supports the use of these characters only in conversion from text to numbers. Because few fonts contain glyphs for the fraction characters, conversion from numbers to text will use the5 standard Arabic numeral characters and stvled text to represent fractions.
/ / construct TRationalNumberFormat TRationalNumberFormat~ rationalFormat;
/ / default base 10, kDigitZero..kDigitNine, so don't pass in numerals object / / conversion example TConversionResult parseResult;
TText testText("42 2/16");
long double num = rationalFormat->TextToLongDouble(testText, parseResult);
/ / num is now 42.125 rationalFormat->NumberToText(num, testText, parseResult);
/ / testText is now "42 8"
TOutlineNumberFormat This method is derived from TNumberFormat 218 and implements an outline-style numbering scheme of the sequence a, b, c, ..., z, aa, bb, cc, ..., zz, aaa, ...
// construct TOutlineNumberFormat TContiguousNumerals outlineNumerals(TUnicode::kLatinSmallLetterA, 1, 26);
// numerals are `a`..`z` with values starting at 1 TOutlineNumberFormat~ outlineFormat;
outlineFormat = new TOutlineNumberFormat(outlineNumerals, 26); //
numerals, base / / convert using TOutlineNumberFormat TConversionResult parseResult;
TText testText("cc");
long num = outlineFormat->TextToLong(testText, parseResult);
/ / num is now 29 outlineFormat->NumberToText(num, testText, parseResult); //back agam WO95/20198 ~ J ~B5 84 PCT/US94102628 Note: TOutlineNumberFormat is shown as element 228 in Figure 2.

TAdditiveNumb erFormat We are most familiar with a number svstem which is positional in 5 number, where the value of each symbol depends on its position. Othercommon number systems are additive in nature, where each symbol has an inherent value and the total value of a number is obtained by adding the value of each symbol, usually without regard for the order in which the symbols occur.
The most common instance used in America are the Roman numerals.
TAddiditiveNumberFormat 236 is derived from TNumberFormat 218 and handles simple additive numerical representations, where the values of differentnumerals are just added together to form the number; i.e. the number ~7 is represented as "u~" in classical Greek, where "~L" is used to represent 40 and "~"
represents 7. This class by itself is not very intelligent; it would accept "~llL~,"
"~ ," or "lC~;K" as 47 as readily as the correct "~." It is not much more sophisticated in turning numbers to text. Number systems with more sophisticated conversion algorithms or more sophisticated error checking would need to be represented by subclasses, as is done with Roman and Hebrew numerals.
TRomanNumberFormat 230 This method is derived from TAddiditiveNumberFormat 236 and handles Roman numerals. The support for Roman numerals is largelv intended for limited situations such as page numbers or numbers in an outline. The control of the case of Roman numerals is facilitated bv using the following:
enum ERomanNumeralCase ( kUpperCase, kLowerCase ~;
ERomanNumeralCase GetRomanNumeralCase() const;
void SetRomanNumeralCase (const ERomanNumeralCase);
Note that anv Roman number format will freelv accept either upper or lower case in scanning: "MCMXCII", "mcmxcii" and "mCmXcIi" will all become 1992. You do, however, explicitlv control whether upper or lower case letters are used when turning binarv numbers into numerals. There are a number of different systems for Roman numerals that differ among themselves in their use of the "subtractive principle," whereby ~ is represented as "IV" (5 - 1) rather than "IIII" (1+1+1+1).
TRomanFormat 230 has a special enum defined to control this behavior:

enum ERomanNumeralType ~ kShort, kNormalLong4Long8, kNormalLong4Short8, kNormalShort4Long8, kNormalShort4Short8, kLong ~;
The short system uses the subtractive principle as much as possible to make the Roman numeral as short as can be. The long system never uses the subtractive principle at all (and was the original system, favored by purists). The others vary in whether they use subtraction to represent 4's and 8's.
Number 4 6 8 9 1999 kShort IV VI ID~ IX IM
kNormalLong4Long8 IIII VI VIII D( MCMXCD~
kNormalLong4Short8 Im VI II>~ IX MCMXCIX
kNormalShort4Long8 IV VI VIII IX MCMXCD( kNormalShort4Short8 IV VI ID~ IX MCMXCD~
kLong IIII VI VIII VIIII MDCCCCL~
VIIII
There are also variations in the treatment of numbers greater than 5,000.
There is little consistency among ancient writers (because thev had trouble counting so high) and little need today (because better number svstems exist).
For the sake of compatibilitv with older character set standards, an embodiment 15 defines a set of Roman numeral characters in addition to their Latin letter counterparts. There is a Roman numeral "I" distinct from the letter "I", a Romannumeral "ii," and so forth in both upper- and lower-case forms.
The TRomanFormat 230 object supports the use of these characters only in conversion from text to numbers. Because few fonts will have gl~ phs for the 20 Roman numeral characters, conversion from numbers to text will not use the Roman numeral characters in Unicode, including the rare Roman numerals such as 5,000 (I)) and 10,000 (O), and the alternate form of 1,000 (~) which have no analogs in the alphabet. These characters can, however, be used in text-to-number conversions.
There is one final variation to consider: in some contexts, it is usual to use the letter "J" instead of the letter "I" as the last letter in a Roman numeral, thus writing 6 as "VJ" or "vj" rather than "VI" or "vi." This behavior can also be WO 95/20198 2 1 7 ~ ~ 8 4 PCTIUS94/02628 controlled (the default is tlot to terminate with "J").
Boolean GetTerminatesWithJ() const;
void SetTerminatesWithJ(const Boolean);
The use of an arbitrary THybridNumerals 214 object is not supported with TRomanFormat 230. There is no need to specify a THybridNumerals 214 object or base in the constructor for TRomanFormat 230. This behavior is overridden by subclassing TRomanFormat 230.

/ / construct TRomanNumberFormat TRomanNumberFormat~ romanFormat = new TRomanNumberFormat (TRomanNumberFormat::kUpperCase);

/ / conversion example TConversionResult parseResult;
long num = 1992;
TText testText;
romanFormat->NumberToText(num, testText, parseResult);
/ / testText is now "MCMXCII"
romanFormat->SetRomanNumeralCase(TRomanNumberFormat::kLowerCase);
romanFormat->NumberToText(num, testText, parseResult);
/ / testText is now "mcmxcii"
num = romanFormat->TextToLong(testText, parseResult); // num is now 1992 THebrewNumberFormat 232 Hebrew numerals are written using the Hebrew alphabet in a fashion similar to the ancient Greek numerals, where the first nine letters are assignedthe values 1 through 9, the next nine 10 through 90, and so on. The alue of a numeral is the total value of the letters making it up. This would ordinarily be30 represented by using a TAdditiveNumberFormat 236; but to avoid using portionsof the ineffable Name of God as numerals, 14 must be written as 9+~ ) not 10+4 (~'~) and 15 as 9+6 (~). This necessitates using a special object for Hebrew numerals. Hebrew does not distinguish between upper- and lower cases, and there are no alternate characters that might be used in turning numbers to 35 Hebrew numerals, so there are no complications bevond this one in the THebrewNumberFormat 232. There is no need to specifv a THvbridNumerals 214 2 1 7~584 object or base in the constructor for THebrewNumberFormat 232.
There is a variation of the Hebrew numeral svstem used in Jewish, medieval, mystical documents--the Cabala. THebrewNumberFormat 232 provides an interface for distinguishing cabalistic from standard Hebrew numerals.

THybridNumberFormat 234 This is derived from TAddiditiveNumberFormat 236 and adds the capability of having a threshold where numerals are used in a multiplicative instead of additive way; i.e. in the following example using Chinese numerals, the number 1729 would be represented as [1][1000][7][100~[2][10][9]
t~_t~) to signify 1't1000+7~100+2~10+9.
/ / construct THybridNumberFormat THybridNumerals chineseNumerals;
chineseNumerals.AddFormattingPair(TUnicode::kHanNumeralOne, 1);
// parameters are UniChar, long / / repeat for each numeral to add chineseNumerals.AddFormattingPair(TUnicode::kHanNumeralOne, 1000);
THybridNumberFormat~ chineseFormat;
chineseFormat= new THybridNumberFormat(chineseNumerals, 10, 10);
/ / parameters are numerals, / / base, threshold THanNumberFormat 226 The ancient civilizations of East Asia--such as Japan, Korea, Vietnam, and particularlv China--had a highly developed hybrid number system still in common use. These are supported by the THanNumberFormat 226 class, where "Han" is a comon name used in East Asia to refer to their civilizations.
As is the case with Roman numerals, there are a number of varying svstems used to write Han numerals. However, because the ancient Chinese were, unlike the Romans, skilled mathematicians, and because their empire was larger, more populous, more stable, and considerablv longer lasting, the variations in Han numerals have very large numbers, on the order of ten million or higher. There are also variations of Han numerals which are based on WO95/20l98 2~ ,7i858~ PCT/USg4/02628 Western numerals and are fullv positional, and where special shortened forms of numbers 21 through 39 are used (calendar numerals). These are supported bv an enum within the THanNumberFormat 226 class:
enum EHanNumberTvpe ( kHanCalendar, kHanStandard, kHanXiaDeng, kHanZhongDeng, kHanShangDeng, kHanWestern ~;
The standard system is the one in most frequent use and provides the uniform approach for writing numerals up to 99,999. There are three standard svstems for writing larger numbers, the xiadeng (low-level), hongdeng (mid-level), and s1langdeng (upper level) svstems. All three svstems use ten additional characters for representing numerals:
TUnicode:: Xiadeng value Zhongdeng Shangdeng value value ¦, kHanNumeralYi 105 1o8 1o8 kHanNumeralZhao lo6 1ol2 1ol6 kHanNumeralJing 107 1o16 1o32 kHanNumeralGai lo8 1o20 1o64~
kHanNumeralBu 109 1o24 1ol28*
kHanNumeralZi 109 1o24 1ol28 kHanNumeralRang lolo 1o28 1o256t ~ kHanNumeralGou loll 1o32 1o~12 j~ kHanNumeralJian 1ol2 1o36 1olO24 ~: I kHanNumeralZheng lol3 104 lo2048 ~ffl I kHanNumeralZai lol4 10~4 1o4096~
Most people familiar with the Han enumeration svstem should be able to work through the differences between the three svstems. For details on how these svstems work, please see From orle to -ero bv Georges Ifrah (New York:
Viking Penguin, Inc., ~1985), pp. 365 et seq.
The final wrinkle in the use of Han numerals is the promulgation of 20 simplified characters in the People's Republic of China. While these have largel!~
replaced the traditional forms within mainland China itself, the traditional forms 21 78584,~ -continue to be more common in Japan, Korea, Hong Kong, and Tai~ an and are the default forms used by the THanNumberFormat 226 class. As usual, however, either form will be read correctly bv the formatter, and an interface is provided for specifving which to use in formatting numbers as text:
enum EHanSimplification ~ kHanSimplified, kHanTraditional ~;
EHanSimplification GetHanSimplification() const;
void SetHanSimplification (const EHanSimplification);

Writing a new TNumberFormat 218 Developers who write their own TNumberFormat 218 objects will need to write the methods that convert text to and from the TCanonicalNumberFormatter 202 format. These conversions are done through two pure virtual methods listed below.
virtual void TextToCanonicalNumber (const TText&, const TRange~;, TCanonicalNumber&, TConversionResult&) = 0;
virtual void CanonicalNumberToText (const TCanonicalNumber&, TText&, TConversionResult&) = 0;
Developers who write their own TNumberFormat 218 objects should not find it necessary to override the NumberToText and TextToNumber methods, as 20 these methods merely call CanonicalNumberToText and TextToCanonicalNumber to create the canonical number format and use the appropriate TCanonicalNumberFormatter 202 and TCanonicalNumber 204 methods for the most efficient binary-canonical number format conversion.
Note that the TCanonicalNumberFormatter 202 used bv a 25 TNumberFormat 218is persistent. The number formatting classes defined by the present invention provide default values for the fields within TCanonicalNumberFormatter 202 and include setters and getters for these fields where appropriate. This means that developers writing their own TNumberFormat 218 objects do not need to worry about many of the details of 30 setting up a TCanonicalNumberFormatter 202 and TCanonicalNumber 204 but can concentrate on those details relevant to their needs. In particuiar, it will not be necessarv to override the methods that set and return the v alues for TCanonicalNumberFormatter 202 fields such as precision and rounding. These are handled bv the setters and getters in the TPositionalNumberFormat 220, 35 TFloatingPointFormat 222, and TRationalNumberFormat 224 objects.

WO95/20198 ~ ~ 7~5~ PCT/US94/02628 Using a Number Format The above interface is what one uses to convert between numbers and text, in the examples below using a TNumberFormat 218~ format.
TText testText;
long double num = 42;
TConversionResult parseResult; / / object for returning parse info format->NumberToText(num, testText, parseResult);
/ / testText now has the textual representation of the number, defined by format / / now convert from text back to number num = format->TextToLongDouble(testText, parseResult); // num is now 42 / / query TConversionResult object how exact the conversion was ParseConfidence confidence = parseResult.GetConfidence();
/ / confidence is a floating-point number where 1.0 is a perfect score unsigned long lengthUsed = parseResult.GetLengthUsed();
/ / lengthUsed returns how many Unichars were used from the input text // now convert just a part (the first UniChar) of a TText object num = format->TextToLongDouble(testText, parseResult, TRange(0,1));
/ / num is now most probably different, depending on what the textual representation of // the number 42 is in the number format `format`.

Manipulating a Number Format The following example uses a TFloatlngPointNumberFormat object to show some unique parameters that can be changed for that class of number format.
/ / first the default behavior long double num = 42125.67;
TText testText;
TConversionResult parseResult;
floatFormat->NumberToText(num, testText, parseResult);
// testText is now "42,125.67"

J~ 2 ~: ~9 : CC ITT EC.~I-- +49 89 :239944~.5: ~ 8 rPage: 24 ~ 1 7~ 5 ~ AI~EI'IDED SHEET

11 change rorrnat to include at most one decimal floatFormat~SetMax~ractionDigits~
flcatFcrrna~-~NumberToText(num, testText, parseRes~ll);
I ttestText is now "42,125.6"
t / c~ange ,orrnat to always inc~ude at least three decimals, eYen with traiiing zeros floatForrnat-~SetMinFraction~lgits(3~;
floatFormat-~SetMaxFractionDigits(6);
floatForrn~t-~Nun~berTo~ext(num, testText, parseResult) ~ ~ testText is now "42,12~.67~"
1/ change to not use the thousands separator floatFormat-~SetlntegerSeparatorOn(FALSE~;
I l inherited from TPositicnalNumberFormat floatFormat-~NumberT~Text(nurn, testText7 parseResut);
J / testText is now "421 25.67a"

Cons~ucffng Number Formats C)nce there is a user preferenoe mechanisrn in plac, one will be able to get theuse~s pre~erred formats and simply use the interface for TNumberFarmat 218 polymorphically for number conversion. There will also be predefine~i numbe~ ~ormats fcr di~rent language regions so you will rarely have to construct a number forrnat yoursclf. The follawin~ are the concrete number formatbng ~l-cses that are currently proYided. with ccde samples of how to cr~ate them. r~lote that some TNumbe~Format 218 obje~ts re~uire a TNumerals 206 and base in their constructoruhile athers do not.
See ~he section on auxiliary objects, above.

Claims (29)

Page: 25 Having thus described our invention, what we claim as new, and desire to secure by Letters Patent is:
1. An apparatus for formatting numerical information comprising: a processor (10) and a storage (14, 16) attached to the processor for storing information, said apparatus characterized by:
(a) a number formatter framework (Fig. 2) residing in said storage of said processor for creating and managing number formatting objects (200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236) that convert first numerical information to second numerical information, said first and second numerical information conveying meaning relative to numbers represented by the first and second numerical information, said framework comprised of a plurality of object oriented programming objects;
(b) said framework including at least one scanning object for converting a textual representation of number to a corresponding number (202);
(c) said framework including at least one text formatting object for converting at least one number to a corresponding textual representation of a number (402);
(d) said framework including at least one object for managing language-specific numeric information formatting (218, 220, 222, 224, 228, 236, 226, 230, 232, 234).
2. The apparatus of claim 1, including:
(a) at least one object of reconverting text to an intermediate canonical from (202, 204); and Page: 25A

(b) at least one object for converting an intermediate canonical form to at least one number (202, 204).
3 The apparatus of claim 1, including at least one object for converting said second numerical information into a proper display format (224).
4. The apparatus of claim 3, wherein said at least one object for converting said second numerical information includes means for providing a confidence indication (200,800).
5. The apparatus of claim 1, including:
(a) at least one object for converting at least one number to an intermediate canonical form (202, 204); and (b) at least one object for converting an intermediate canonical form to a text form (202, 204).
6. The apparatus of claim 1, including at least one object for formatting positive and negative numbers (218).
7. The apparatus of claim 1, including at least one object for managing out of bounds processing (Fig. 5, 504, Fig. 6, 604).
8. The apparatus of claim 1, including:
(a) a first number formatter for attempting a first conversion of numerical information (200, 602, 800); and (b) a second number formatter for performing a second conversion when said firstconversion results in an unsatisfactory confidence value (Fig. 5, Fig. 6,).
9. The apparatus of claim 1, including at least one object for mapping character-values (206).
10. The apparatus of claim 1, including display means for dynamically aligning any textual representation of numbers (220, 222).
11. The apparatus of claim 1, including at least one object for formatting numerical information in an additive format (230, 232, 234, 236).
12. The apparatus of claim 1, including at least one object for formatting numerical information in a positional format (220, 222, 224).
13. The apparatus of claim 1, including a universal number processing object means for processing any numerical information (504, 604).

Page: 27
14. The apparatus of claim 13, including a number formatter framework for creating and managing number formatting objects that convert a textual representation of numeric information into binary numeric information (Fig.
6).
15. The apparatus of claim 1, wherein said second numerical information is Roman numerical information and wherein said apparatus further comprises a display (38) for presenting said Roman numerical information.
16. The apparatus of claim 15, including language independent normalization (200) of said first numerical information.
17. A computer implemented method for formatting numerical information, comprising the steps of:
(a) receiving, by a number formatting framework (Fig. 2), numerical information (300, 400, 500, 600, 700) as a first machine readable numerical information the numerical information conveying meaning relative to numbers expressed by the first numerical information;
(b) converting said first machine readable numerical information to a second numerical information (Figs. 3, 4, 5, 6, 7);
(c) managing language-specific numeric information formatting (218, 220, 222, 224, 228, 236, 226, 230, 232, 234); and (d) managing conversion result information (Fig. 6).
18. The method of claim 17, further including the step of converting text to at least one number representation (302).
19. The method of claim 18, further including the steps of:
(a) converting text to an intermediate canonical form (202, 204); and (b) converting said intermediate canonical form to at least one number (202, 204).
20. The method of claim 17, including the step of providing a confidence indication (800).
21. The method of claim 17, including the step of converting at least one number to text (Fig. 4).
22. The method of claim 21, including the steps of (a) converting at least one number to an intermediate canonical form (202, 204); and (b) converting an intermediate canonical form to a textual form (202, 204).
23. The method of claim 17, including the step of formatting positive and negative numbers (218).
24. The method of claim 17, including the step of handling out of bounds processing (504, 604, Fig. 5, 6).
25. The method of claim 17, including the steps of:
(a) attempting a first conversion of numerical information (200, 602, 800); and (b) performing a second conversion in response to said first conversion not completing with a satisfactory confidence value (Fig. 5, 6).
26. The method of claim 17, including the step of dynamically aligning and displaying any textual representation of numeric information (220, 222).
27. The method of claim 17, including the step of mapping character values (206).
28. The method of claim 17, including the step of formatting numerical information in an additive format (230, 232, 234, 236).
29. The method of claim 17, including the step of formatting numerical information in an positional format (220, 222, 224).
CA002178584A 1994-01-21 1994-03-11 Number formatting framework Abandoned CA2178584A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US184,127 1994-01-21
US08/184,127 US5657259A (en) 1994-01-21 1994-01-21 Number formatting framework

Publications (1)

Publication Number Publication Date
CA2178584A1 true CA2178584A1 (en) 1995-07-27

Family

ID=22675654

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002178584A Abandoned CA2178584A1 (en) 1994-01-21 1994-03-11 Number formatting framework

Country Status (7)

Country Link
US (1) US5657259A (en)
EP (1) EP0803104B1 (en)
JP (1) JP3599740B2 (en)
AU (1) AU6587894A (en)
CA (1) CA2178584A1 (en)
DE (1) DE69419184T2 (en)
WO (1) WO1995020198A1 (en)

Families Citing this family (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5822720A (en) 1994-02-16 1998-10-13 Sentius Corporation System amd method for linking streams of multimedia data for reference material for display
US5624456A (en) * 1996-02-07 1997-04-29 Hellenkamp; Johann F. Automatic surgical device for cutting a cornea
US6119130A (en) * 1996-03-28 2000-09-12 Oracle Corporation Method and apparatus for providing schema evolution without recompilation
US5905979A (en) * 1996-07-02 1999-05-18 Electronic Data Systems Corporation Abstract manager system and method for managing an abstract database
US6032151A (en) * 1997-11-17 2000-02-29 Sun Microsystems, Inc. Database system employing polymorphic entry and entry matching
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
US7421645B2 (en) * 2000-06-06 2008-09-02 Microsoft Corporation Method and system for providing electronic commerce 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
US6636880B1 (en) * 2000-09-18 2003-10-21 International Business Machines Corporation Automatic conversion of units in a computer program
US6957385B2 (en) * 2001-01-05 2005-10-18 Microsoft Corporation Worldwide number format for a spreadsheet program module
US7117430B2 (en) * 2001-02-27 2006-10-03 Microsoft Corporation Spreadsheet error checker
US7032174B2 (en) * 2001-03-27 2006-04-18 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
US7130861B2 (en) 2001-08-16 2006-10-31 Sentius International Corporation 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
US7325194B2 (en) * 2002-05-07 2008-01-29 Microsoft Corporation Method, system, and apparatus for converting numbers between measurement systems based upon 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
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
US7281245B2 (en) 2002-06-05 2007-10-09 Microsoft Corporation Mechanism for downloading software components from a remote source for use by a local software application
US7356537B2 (en) 2002-06-06 2008-04-08 Microsoft Corporation Providing contextually sensitive tools and help content in computer-generated documents
US7003522B1 (en) 2002-06-24 2006-02-21 Microsoft Corporation System and method for incorporating smart tags in online content
US7716676B2 (en) 2002-06-25 2010-05-11 Microsoft Corporation System and method for issuing a message to a program
US20040001099A1 (en) * 2002-06-27 2004-01-01 Microsoft Corporation Method and system for associating actions with semantic labels in electronic documents
US7392479B2 (en) 2002-06-27 2008-06-24 Microsoft Corporation System and method for providing namespace related information
US7209915B1 (en) 2002-06-28 2007-04-24 Microsoft Corporation Method, system and apparatus for routing a query to one or more providers
US20040019856A1 (en) * 2002-07-25 2004-01-29 Bruce Hamilton Numeric coding method
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
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
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
US20050071756A1 (en) * 2003-09-23 2005-03-31 International Business Machines Corporation XML to numeric conversion method, system, article of manufacture, and computer program product
US7487515B1 (en) 2003-12-09 2009-02-03 Microsoft Corporation Programmable object model for extensible markup language schema validation
US7178102B1 (en) 2003-12-09 2007-02-13 Microsoft Corporation Representing latent data in an extensible markup language document
US7434157B2 (en) 2003-12-09 2008-10-07 Microsoft Corporation Programmable object model for namespace or schema library support in a software application
US7404195B1 (en) 2003-12-09 2008-07-22 Microsoft Corporation Programmable object model for extensible markup language markup in an application
US7509573B1 (en) 2004-02-17 2009-03-24 Microsoft Corporation Anti-virus security information in an extensible markup language document
US7788590B2 (en) 2005-09-26 2010-08-31 Microsoft Corporation Lightweight reference user interface
US7992085B2 (en) 2005-09-26 2011-08-02 Microsoft Corporation Lightweight reference user interface
US8077974B2 (en) 2006-07-28 2011-12-13 Hewlett-Packard Development Company, L.P. Compact stylus-based input technique for indic scripts
US8171402B2 (en) * 2006-11-10 2012-05-01 Research In Motion Limited Handheld electronic device including auto completion of punctuation in numerical entry, and associated method
US8086439B2 (en) * 2007-02-06 2011-12-27 Microsoft Corporation Translation of text into numbers
US8078658B2 (en) * 2008-02-01 2011-12-13 International Business Machines Corporation ASCII to binary decimal integer conversion in a vector processor
US9454514B2 (en) * 2009-09-02 2016-09-27 Red Hat, Inc. Local language numeral conversion in numeric computing
US8949783B2 (en) * 2010-06-30 2015-02-03 International Business Machines Corporation Method and system for lazy data serialization in computer communications
US8468021B2 (en) * 2010-07-15 2013-06-18 King Abdulaziz City For Science And Technology System and method for writing digits in words and pronunciation of numbers, fractions, and units
US9710227B2 (en) 2012-09-15 2017-07-18 John W. Ogilvie Formatting floating point numbers
US10268449B1 (en) * 2015-06-25 2019-04-23 EMC IP Holding Company LLC Natural order in API calls
US10984030B2 (en) 2017-03-20 2021-04-20 International Business Machines Corporation Creating cognitive intelligence queries from multiple data corpuses
US11080273B2 (en) 2017-03-20 2021-08-03 International Business Machines Corporation Image support for cognitive intelligence queries
US11182414B2 (en) 2017-03-20 2021-11-23 International Business Machines Corporation Search queries of multi-datatype databases
US11100100B2 (en) 2017-03-20 2021-08-24 International Business Machines Corporation Numeric data type support for cognitive intelligence queries

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3860908A (en) * 1974-02-04 1975-01-14 Honeywell Inf Systems Rom multiple code conversion apparatus
US4415766A (en) * 1980-06-06 1983-11-15 Alephtran Technology N.V. Recognizer/converter for arabic and other language codes
US5055998A (en) * 1984-12-10 1991-10-08 Wang Laboratories, Inc. Intermediate spreadsheet structure
US5257369A (en) * 1990-10-22 1993-10-26 Skeen Marion D Apparatus and method for providing decoupling of data exchange details for providing high performance communication between software processes
US5225833A (en) * 1989-10-20 1993-07-06 Digital Equipment Corporation Character encoding
US5050121A (en) * 1990-01-22 1991-09-17 Vaughan H W Communication system which uses characters that represent binary-coded decimal numbers
US5299304A (en) * 1991-04-16 1994-03-29 International Business Machines Corporation Method and apparatus for identifying multiple stage document format transformations
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
AU3975493A (en) * 1992-04-14 1993-11-18 Teknekron Communications Systems, Inc. Method for converting a first data collection to a second data collection

Also Published As

Publication number Publication date
AU6587894A (en) 1995-08-08
DE69419184T2 (en) 1999-12-23
WO1995020198A1 (en) 1995-07-27
JP3599740B2 (en) 2004-12-08
EP0803104B1 (en) 1999-06-16
DE69419184D1 (en) 1999-07-22
JPH09508726A (en) 1997-09-02
US5657259A (en) 1997-08-12
EP0803104A1 (en) 1997-10-29

Similar Documents

Publication Publication Date Title
EP0803104B1 (en) Number formatting framework
US5055998A (en) Intermediate spreadsheet structure
US7711542B2 (en) System and method for multilanguage text input in a handheld electronic device
US20080148290A1 (en) Accessing a platform independent input method editor from an underlying operating system
US7299240B1 (en) Method for translating computer data from one record structure to another
US6055365A (en) Code point translation for computer text, using state tables
EP0268069A2 (en) Method of forming a message file in a computer
CN102033617A (en) Multilanguage text input in a handheld electronic device
US20020069049A1 (en) Dynamic determination of language-specific data output
US20050251519A1 (en) Efficient language-dependent sorting of embedded numerics
JP2740335B2 (en) Table reader with automatic cell attribute determination function
CN100390783C (en) Method and system for case conversion
CN1117332C (en) Multiple inner code converting system
JP2707565B2 (en) Document display device
Carpenter Using ANNOTATE Macros As Shortcuts
Rannenberg et al. The X/Open internationalization model
Terry Unix standards and the native language system
Yoshioka et al. Character internationalization in databases: a case study
JPH0635930A (en) System and method of processing table data
JPH05257658A (en) Automatic data generation system
CN117055945A (en) Dynamic template file exporting method based on java development
CN116719878A (en) LabVIEW-based data analysis method, system, equipment and medium
JPH03144735A (en) Language processing system for interpreter
Liu et al. Distributed multilingual applications of the OSI architecture
JPS62202259A (en) Documentation device

Legal Events

Date Code Title Description
FZDE Dead