|
88 | 88 | <h4>From Numbers to Number Names</h4> |
89 | 89 | <p>We provide easy to configure, lightweight open source C++, Java, JavaScript, Python libraries |
90 | 90 | and a LibreOffice Spreadsheet extension for number to number name conversion, including cardinal and |
91 | | - ordinal numbers, ordinal indicators and money amounts with currencies in more than 30 languages |
| 91 | + ordinal numbers, ordinal indicators and money amounts with currencies in more than 40 languages |
92 | 92 | and numeral systems.</p> |
93 | 93 | <p>Join the Numbertext/LibreOffice development: please, check the Soros language tutorial in the integrated language module development environment, fix bugs or missing parts of the language modules, or create new modules based on the existing ones!</p> |
94 | 94 | </div> |
|
98 | 98 |
|
99 | 99 | <h4>Background</h4> |
100 | 100 |
|
101 | | - <p>NUMBERTEXT/MONEYTEXT functions and Soros programming language was developed in 2009 for generalization of BAHTTEXT spreadsheet function, a function of Microsoft Excel for number to Thai number name and currency conversion, standardized by ECMA–376 and ISO/IEC 29 500:2008 Office Open XML format.</p> |
| 101 | + <p>NUMBERTEXT/MONEYTEXT functions and Soros programming language was developed in 2009 for generalization of BAHTTEXT spreadsheet function, a function of Microsoft Excel for number to Thai number name and currency conversion, standardized by ECMA–376 and ISO/IEC 29 500:2008 Office Open XML format.</p> |
102 | 102 | <p>Soros programming language is based on regular expressions, just like its small interpreters (in Python: less, than 120 lines). Despite its simplicity, it can handle language variants, complex spelling functions and rules in a concise manner.</p> |
103 | 103 | </div> |
104 | 104 | </div> |
|
117 | 117 | <div class="col-md-3 col-sm-6"> |
118 | 118 | <div class="service"> <i class="fa fa-table"></i> |
119 | 119 | <h3>LibreOffice</h3> |
120 | | - <p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0-beta/@@download/file/numbertext-1.0b3.oxt">numbertext-1.0b3.oxt</a> |
121 | | - (<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0-beta">description</a>)</p> |
| 120 | + <p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a href="https://extensions.libreoffice.org/extensions/numbertext-1/1.0/@@download/file/numbertext-1.0.oxt">numbertext-1.0.oxt</a> |
| 121 | + (<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1.0">description</a>)</p> |
122 | 122 | </div> |
123 | 123 | </div> |
124 | 124 | <div class="col-md-3 col-sm-6"> |
125 | 125 | <div class="service"> <i class="fa fa-cogs"></i> |
126 | 126 | <h3>C++</h3> |
127 | | - <p>Source distribution (1.0 beta 3): <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.beta3/libnumbertext-1.0.2.tar.xz">libnumbertext-1.0.2.tar.xz</a> (<a href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0.beta3">installation</a>)</p> |
| 127 | + <p>Source distribution (1.0): <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0/libnumbertext-1.0.3.tar.xz">libnumbertext-1.0.3.tar.xz</a> (<a href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0">installation</a>)</p> |
128 | 128 | </div> |
129 | 129 | </div> |
130 | 130 | <div class="col-md-3 col-sm-6"> |
131 | 131 | <div class="service"> <i class="fa fa-coffee"></i> |
132 | 132 | <h3>Java</h3> |
133 | | - <p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.beta3/numbertext.jar">numbertext.jar</a> (1.0 beta 3). |
| 133 | + <p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0/numbertext.jar">numbertext.jar</a> (1.0). |
134 | 134 | Usage: java -jar numbertext.jar</p> |
135 | 135 | </div> |
136 | 136 | </div> |
137 | 137 | <div class="col-md-3 col-sm-6"> |
138 | 138 | <div class="service"><i class="fa fa-pencil"></i> |
139 | 139 | <h3>Python & JavaScript</h3> |
140 | | - <p>Interpreters: <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py">Soros.py</a> and <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js">Soros.js</a>. For usage, see source distribution (<a href="https://github.com/Numbertext/libnumbertext/archive/1.0.beta3.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.beta3.tar.gz">tar.gz</a>).</p> |
| 140 | + <p>Interpreters: <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py">Soros.py</a> and <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js">Soros.js</a>. For usage, see source distribution (<a href="https://github.com/Numbertext/libnumbertext/archive/1.0.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.tar.gz">tar.gz</a>).</p> |
141 | 141 | </div> |
142 | 142 | </div> |
143 | 143 | </div> |
|
0 commit comments