Issue 39771 - New dictionary: Arabic, Roman and Hexadecimal Numbers
Summary: New dictionary: Arabic, Roman and Hexadecimal Numbers
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: spell checking (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-03 02:43 UTC by pseudo_daoist
Modified: 2013-02-24 20:42 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Hexadecimal numbers between 0 and Ox01FF (95.82 KB, application/x-compressed)
2005-01-03 02:55 UTC, pseudo_daoist
no flags Details
Roman Numerals between I and MMD (4.73 KB, application/x-compressed)
2005-01-03 02:56 UTC, pseudo_daoist
no flags Details
Arabic numbers between 0 and 1 000 000 (1.02 MB, application/x-compressed)
2005-01-03 02:58 UTC, pseudo_daoist
no flags Details
Hexadecimal Numbers (1.65 MB, application/x-compressed)
2005-01-03 03:07 UTC, pseudo_daoist
no flags Details
Hexadecimal Numbers (5.16 MB, application/x-compressed)
2005-01-03 03:29 UTC, pseudo_daoist
no flags Details
Everything in one zip file: The hexadecimal, Arabic, and Roman numeral dictionaries, python code, and readme.txt (7.94 MB, application/x-compressed)
2005-01-03 04:07 UTC, pseudo_daoist
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description pseudo_daoist 2005-01-03 02:43:23 UTC
Arabic.dic contains Arabic numbers between 0 and 1 000 000.

Roman.dic contains Roman numerals between 1 and 2 500.

Hexadecimal.dic contains Hexadecimal numbers between 0x0 and  0xf423f.

Hex_ffffff.dic contains numbers between 0000 and 28FC. Note:  these numbers lack
the 0x or Ux prefix that hexadecimal numbers require.

Hexadecimal_01FF contains hexadecimal numbers between 00000 and 01FFF. Note: 
these numbers lack the 0x or Ux prefix that hexadecimal numbers require.

Dictionary.py is the python script I used to generate the number lists.
Adjust the appropriate paramenters, and rerun this script, if you want a
different range.
Comment 1 pseudo_daoist 2005-01-03 02:55:33 UTC
Created attachment 20960 [details]
Hexadecimal numbers between 0 and Ox01FF
Comment 2 pseudo_daoist 2005-01-03 02:56:17 UTC
Created attachment 20961 [details]
Roman Numerals between I and MMD
Comment 3 pseudo_daoist 2005-01-03 02:58:42 UTC
Created attachment 20962 [details]
Arabic numbers between 0 and 1 000 000
Comment 4 pseudo_daoist 2005-01-03 03:07:56 UTC
Created attachment 20963 [details]
Hexadecimal Numbers
Comment 5 pseudo_daoist 2005-01-03 03:29:16 UTC
Created attachment 20964 [details]
Hexadecimal Numbers
Comment 6 pseudo_daoist 2005-01-03 04:07:29 UTC
Created attachment 20965 [details]
Everything in one zip file:  The hexadecimal, Arabic, and Roman numeral dictionaries, python code, and readme.txt