<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://ulysseszh.github.io/feed/language.xml" rel="self" type="application/atom+xml" /><link href="https://ulysseszh.github.io/" rel="alternate" type="text/html" hreflang="en-US" /><updated>2026-04-19T16:48:01-07:00</updated><id>https://ulysseszh.github.io/feed/language.xml</id><title type="html"><![CDATA[Ulysses’ trip | Language]]></title><subtitle>Here we are at the awesome (awful) blog written by UlyssesZhan!</subtitle><author><name>UlyssesZhan</name><email>ulysseszhan@gmail.com</email></author><entry><title type="html"><![CDATA[I want to invent a better way to read numbers]]></title><link href="https://ulysseszh.github.io/language/2023/01/11/english-numbers.html" rel="alternate" type="text/html" title="I want to invent a better way to read numbers" /><published>2023-01-11T22:51:41-08:00</published><updated>2023-01-11T22:51:41-08:00</updated><id>https://ulysseszh.github.io/language/2023/01/11/english-numbers</id><content type="html" xml:base="https://ulysseszh.github.io/language/2023/01/11/english-numbers.html"><![CDATA[<p>First, play a simple game. Read the number 7777 in English. Here is what you read:</p>
<blockquote>
Seven thousand seven hundred and seventy-seven.
</blockquote>
<p class="no-indent">
There are 14 syllables while the original number has only 4 digits. This makes it very tedious to read numbers in English. Thus, I want to invent a better way to read numbers!
</p>
<h2 data-label="0.1" id="single-digit-numbers">Single-digit numbers</h2>
<p>First, let’s improve the first few numbers in English. They are</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Original word</th>
<th>Pronunciation (BE)</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>zero</td>
<td>/ˈzɪərəʊ/</td>
</tr>
<tr>
<td>1</td>
<td>one</td>
<td>/wʌn/</td>
</tr>
<tr>
<td>2</td>
<td>two</td>
<td>/tuː/</td>
</tr>
<tr>
<td>3</td>
<td>three</td>
<td>/θriː/</td>
</tr>
<tr>
<td>4</td>
<td>four</td>
<td>/fɔː/</td>
</tr>
<tr>
<td>5</td>
<td>five</td>
<td>/faɪv/</td>
</tr>
<tr>
<td>6</td>
<td>six</td>
<td>/sɪks/</td>
</tr>
<tr>
<td>7</td>
<td>seven</td>
<td>/ˈsevən/</td>
</tr>
<tr>
<td>8</td>
<td>eight</td>
<td>/eɪt/</td>
</tr>
<tr>
<td>9</td>
<td>nine</td>
<td>/naɪn/</td>
</tr>
<tr>
<td>10</td>
<td>ten</td>
<td>/ten/</td>
</tr>
<tr>
<td>11</td>
<td>eleven</td>
<td>/eˈlevən/</td>
</tr>
<tr>
<td>12</td>
<td>twelve</td>
<td>/twelv/</td>
</tr>
</tbody>
</table>
<p class="no-indent">
(I do not want to read 0 as /əʊ/ because it confuses with the letter O.) Here are several problems:
</p>
<ul>
<li>Some words have more than one syllable or end with a consonant, this makes it hard to pronounce them fast in continuous speech.</li>
<li>What do 10, 11, and 12 do here? They are not single-digit numbers and should not appear here.</li>
<li>Some of the words have strange spelling.</li>
<li><em>two</em> has the same pronunciation as <em>too</em>, and <em>four</em> has the same pronunciation as <em>for</em>, which may be confusing sometimes.</li>
</ul>
<p>I want to improve them as follows:</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
<th>Pronunciation</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>zoh</td>
<td>/zəʊ/</td>
</tr>
<tr>
<td>1</td>
<td>wah</td>
<td>/wɑː/</td>
</tr>
<tr>
<td>2</td>
<td>tue</td>
<td>/tjuː/</td>
</tr>
<tr>
<td>3</td>
<td>tee</td>
<td>/tiː/</td>
</tr>
<tr>
<td>4</td>
<td>foo</td>
<td>/fuː/</td>
</tr>
<tr>
<td>5</td>
<td>fah</td>
<td>/fɑː/</td>
</tr>
<tr>
<td>6</td>
<td>sou</td>
<td>/saʊ/</td>
</tr>
<tr>
<td>7</td>
<td>sah</td>
<td>/sɑː/</td>
</tr>
<tr>
<td>8</td>
<td>tay</td>
<td>/teɪ/</td>
</tr>
<tr>
<td>9</td>
<td>nye</td>
<td>/naɪ/</td>
</tr>
</tbody>
</table>
<p class="no-indent">
There are some advantages:
</p>
<ul>
<li>Most of the words have similar pronunciation as the original words, this makes it easy to remember them. The only exceptions are <em>sou</em> and <em>sah</em> because there too many single-syllable English words that start with /s/, and I have to avoid the existing words.</li>
<li>Each of the words contains only one simple syllable, which makes it easy to pronounce fast.</li>
<li>The spelling pretty much follows the pronunciation and avoids large discrepencies among accents.</li>
<li>The written length of the words are all the same (three letters), which makes it easier to sight-read.</li>
<li>The words are pretty distinguishable by their pronunciations so that they do not confuse when being said in a noisy environment.</li>
</ul>
<h2 data-label="0.2" id="positive-integers-smaller-than-1000">Positive integers smaller than 1000</h2>
<p>In English, the suffix <em>-ty</em> is used to get multiples of ten. This suffix will sound too similar to <em>tee</em> (3) in our improved words for digits. Therefore, I want to propose a new suffix <em>-ta</em>, pronounced as /tə/. The multiples of ten are then</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
<th>Pronunciation</th>
</tr>
</thead>
<tbody>
<tr>
<td>10</td>
<td>wahta</td>
<td>/ˈwɑːtə/</td>
</tr>
<tr>
<td>20</td>
<td>tueta</td>
<td>/ˈtjuːtə/</td>
</tr>
<tr>
<td>30</td>
<td>teeta</td>
<td>/ˈtiːtə/</td>
</tr>
<tr>
<td>40</td>
<td>foota</td>
<td>/ˈfuːtə/</td>
</tr>
<tr>
<td>50</td>
<td>fahta</td>
<td>/ˈfɑːtə/</td>
</tr>
<tr>
<td>60</td>
<td>souta</td>
<td>/ˈsaʊtə/</td>
</tr>
<tr>
<td>70</td>
<td>sahta</td>
<td>/ˈsɑːtə/</td>
</tr>
<tr>
<td>80</td>
<td>tayta</td>
<td>/ˈteɪtə/</td>
</tr>
</tbody>
</table>
<p>For numbers smaller than 100 and not multiples of 10, they are just the sum of the corresponding multiples of 10 and single-digit numbers. The two parts hyphenizes to represent the number. The numbers 11 etc. are then</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
<th>Pronunciation</th>
</tr>
</thead>
<tbody>
<tr>
<td>11</td>
<td>wahta-wah</td>
<td>/ˈwɑːtəˈwɑː/</td>
</tr>
<tr>
<td>12</td>
<td>wahta-tue</td>
<td>/ˈwɑːtəˈtjuː/</td>
</tr>
<tr>
<td>13</td>
<td>wahta-tee</td>
<td>/ˈwɑːtəˈtiː/</td>
</tr>
<tr>
<td>14</td>
<td>wahta-foo</td>
<td>/ˈwɑːtəˈfuː/</td>
</tr>
<tr>
<td>15</td>
<td>wahta-fah</td>
<td>/ˈwɑːtəˈfɑː/</td>
</tr>
</tbody>
</table>
<p>Now we can read all numbers smaller than 100.</p>
<p>For numbers starting from 100, English uses the word <em>hundred</em>, which is very long, and it is almost always followed by a useless word <em>and</em>. A better way to express numbers starting from 100 is just how we express those from 10. I want to propose a new suffix <em>-ha</em>, pronounced as /hə/, to represent multiples of hundred. The multiples of hundred are then</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
<th>Pronunciation</th>
</tr>
</thead>
<tbody>
<tr>
<td>100</td>
<td>wahha</td>
<td>/ˈwɑːhə/</td>
</tr>
<tr>
<td>200</td>
<td>tueha</td>
<td>/ˈtjuːhə/</td>
</tr>
<tr>
<td>300</td>
<td>teeha</td>
<td>/ˈtiːhə/</td>
</tr>
<tr>
<td>400</td>
<td>fooha</td>
<td>/ˈfuːhə/</td>
</tr>
<tr>
<td>500</td>
<td>fahha</td>
<td>/ˈfɑːhə/</td>
</tr>
<tr>
<td>600</td>
<td>souha</td>
<td>/ˈsaʊhə/</td>
</tr>
<tr>
<td>700</td>
<td>sahha</td>
<td>/ˈsɑːhə/</td>
</tr>
<tr>
<td>800</td>
<td>tayha</td>
<td>/ˈteɪhə/</td>
</tr>
<tr>
<td>900</td>
<td>nyeha</td>
<td>/ˈnaɪhə/</td>
</tr>
</tbody>
</table>
<p class="no-indent">
Hyphenization gives other numbers below 1000:
</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
</tr>
</thead>
<tbody>
<tr>
<td>101</td>
<td>wahha-wah</td>
</tr>
<tr>
<td>111</td>
<td>wahha-wahta-wah</td>
</tr>
</tbody>
</table>
<p>Sometimes we also benefits from just reading the digits. If the speaker know for sure that the audience will not confuse whether the number is a categorical data or a cardinal data, then the speaker can just read the digits. This makes the delivery of information about numbers really fast considering that now every digit only has one syllable.</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr>
<td>42</td>
<td>foota-tue</td>
<td>foo-tue</td>
</tr>
<tr>
<td>255</td>
<td>tueha-fahta-fah</td>
<td>tue-fah-fah</td>
</tr>
</tbody>
</table>
<h2 data-label="0.3" id="integers-starting-from-1000">Integers starting from 1000</h2>
<p>For numbers larger than 1000, just use how English deal with them, but use <em>thou</em>, <em>mill</em>, <em>bill</em>, etc. to replace the multi-syllable words <em>thousand</em>, <em>million</em>, <em>billion</em>, etc. Another way to do this is just reading digits.</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
<th>Shortcut</th>
<th>Shorter-cut</th>
</tr>
</thead>
<tbody>
<tr>
<td>1,001</td>
<td>wah thou wah</td>
<td>wah thou wah</td>
<td>wah-zoh-zoh-wah</td>
</tr>
<tr>
<td>1,984</td>
<td>wah thou nyeha-tayta-foo</td>
<td>wah thou nye-tay-foo</td>
<td>wah-nye-tay-foo</td>
</tr>
<tr>
<td>65,535</td>
<td>souta-fah thou fahha-teeta-fah</td>
<td>sou-fah thou fah-tee-fah</td>
<td>sou-fah-fah-tee-fah</td>
</tr>
<tr>
<td>20,031,108</td>
<td>tueta mill teeta-wah thou wahha-tay</td>
<td>tue-zoh mill tee-wah thou wah-zoh-tay</td>
<td>tue-zoh-zoh-tee-wah-wah-zoh-tay</td>
</tr>
</tbody>
</table>
<p class="no-indent">
(Actually, I do not think using <em>thou</em>, <em>mill</em>, etc. is a good idea because they coincide with existing English words and are hard to remember (for foreigners), but I cannot come up with a better idea.)
</p>
<h2 data-label="0.4" id="decimals">Decimals</h2>
<p>For decimals, just use how English deal with them. Use <em>dot</em> instead of <em>point</em> to tell the decimal point because it is easier to pronounce. Also, I propose that we read <em>dot</em> as /dɒ/ instead of /dɒt/ to pronounce it faster.</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
</tr>
</thead>
<tbody>
<tr>
<td>3.14</td>
<td>tee dot wah-foo</td>
</tr>
<tr>
<td>520.1314</td>
<td>fahha-tueta dot wah-tee-wah-foo</td>
</tr>
</tbody>
</table>
<h2 data-label="0.5" id="negative-numbers">Negative numbers</h2>
<p>For negative numbers, add <em>ne</em> (from the word <em>negative</em>), pronounced as /neɪ/, before the number.</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
<th>Pronunciation</th>
</tr>
</thead>
<tbody>
<tr>
<td>-100</td>
<td>ne wahha</td>
<td>/ˈneɪˈwɑːhə/</td>
</tr>
</tbody>
</table>
<h2 data-label="0.6" id="fractions">Fractions</h2>
<p>English use ordinal numerals to represent fractions, which is very non-intuitive and sometimes ambiguous. There are various ways to represent fractions in English that do not involve ordinal numerals. For example, a half can be represented as</p>
<blockquote>
<ul>
<li>1 in 2,</li>
<li>1 (divided) by 2,</li>
<li>1 over 2,</li>
<li>1 to 2 <em>(only used for ratios)</em>,</li>
<li>1 slash 2,</li>
</ul>
</blockquote>
<p class="no-indent">
etc., but none of them is a good way because they may be ambiguous. We need to invent a new word. I propose using the word <em>ci</em>, from the second syllable in the word <em>reciprocal</em>, pronounced as /sɪ/.
</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mfrac><mn>22</mn><mn>7</mn></mfrac></mrow><annotation encoding="application/x-tex">\frac{22}7</annotation></semantics></math></span></span></td>
<td>tueta-tue ci sah</td>
</tr>
<tr>
<td><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mfrac><mn>114</mn><mn>514</mn></mfrac></mrow><annotation encoding="application/x-tex">\frac{114}{514}</annotation></semantics></math></span></span></td>
<td>wahha-wahta-foo ci fahha-wahta-foo</td>
</tr>
<tr>
<td><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mo>−</mo><mfrac><mn>1</mn><mn>2</mn></mfrac></mrow><annotation encoding="application/x-tex">-\frac12</annotation></semantics></math></span></span></td>
<td>ne wah ci fah</td>
</tr>
</tbody>
</table>
<h2 data-label="0.7" id="scientific-notation">Scientific notation</h2>
<p>How do you read <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mn>1.234</mn><mo>×</mo><mn>1</mn><msup><mn>0</mn><mrow><mo>−</mo><mn>8</mn></mrow></msup></mrow><annotation encoding="application/x-tex">1.234\times10^{-8}</annotation></semantics></math></span></span>?</p>
<blockquote>
One point two three four times ten to the power of negative eight.
</blockquote>
<p class="no-indent">
That is very long! I propose that we write the number as 1.234e-8, and just pronounce how it looks (pronounce the <em>e</em> here as /iː/).
</p>
<table>
<thead>
<tr>
<th>Number</th>
<th>Word</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.234e-8</td>
<td>wah dot tue-tee-foo ee ne tay</td>
</tr>
</tbody>
</table>
<h2 data-label="0.8" id="ordinal-numerals">Ordinal numerals</h2>
<p>English uses the suffixes <em>-th</em>, <em>-st</em>, <em>-nd</em>, and <em>-rd</em> to represent ordinal numerals, which is actually a disaster…</p>
<ul>
<li><a href="https://english.stackexchange.com/q/36512/457522" target="_blank" rel="external">Do you like <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mo stretchy="false">(</mo><mi>n</mi><mo>+</mo><mn>1</mn><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">(n+1)</annotation></semantics></math></span></span>st or <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mo stretchy="false">(</mo><mi>n</mi><mo>+</mo><mn>1</mn><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">(n+1)</annotation></semantics></math></span></span>th?</a> (People surely have personal preferences over these two according to the answers, and there is no standard.)</li>
<li>You may know <a href="https://harrypotter.fandom.com/wiki/Platform_Nine_and_Three-Quarters" target="_blank" rel="external">Platform Nine and Three-Quarters</a> if you are a <cite>Harry Potter</cite> fan, but what is the ordinal of <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mn>9</mn><mfrac><mn>3</mn><mn>4</mn></mfrac></mrow><annotation encoding="application/x-tex">9\frac34</annotation></semantics></math></span></span>?</li>
<li>Because there are multiple suffixes, there is a disaster for non-native speakers to write ordinal numerals. You may <a href="https://www.google.com/search?q=21th" target="_blank" rel="external">Google “21th”</a> to see how many people have made the mistake.</li>
<li>How to ask a question w.r.t. an unknown ordinal numeral? <a href="https://english.stackexchange.com/q/21876/457522" target="_blank" rel="external">“The how many-th president is Barack Obama?”</a> (Most the answers in this link cannot generalize to other questions like “How many-th most beautiful person is Kat in the world?” or even weirder questions like “You love Kat the how many-th most in the world?”)</li>
</ul>
<p class="no-indent">
Therefore, we need to have a consistent way to turn any cardinal numeral into an ordinal numeral, and we need to invent a way to ask questions about ordinal numerals.
</p>
<p>I then want to use the word <em>ra</em> (abbreviation for <em>rank</em>, although this is an existing English meaning the hawk-headed sun god), pronounced as /rɑː/. Put the word <em>ra</em> before a number to represent the ordinal numeral.</p>
<table>
<thead>
<tr>
<th>Original word</th>
<th>Word</th>
</tr>
</thead>
<tbody>
<tr>
<td>first</td>
<td>ra wah</td>
</tr>
<tr>
<td>twentieth</td>
<td>ra tueta</td>
</tr>
<tr>
<td><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi></mrow><annotation encoding="application/x-tex">n</annotation></semantics></math></span></span>th</td>
<td>ra <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi></mrow><annotation encoding="application/x-tex">n</annotation></semantics></math></span></span></td>
</tr>
</tbody>
</table>
<p>To ask a question about an ordinal numeral, just convert the structure “ra + <em>num.</em> + <em>sth</em>” into “ra what + <em>sth</em>”, and form the rest of the sentence to get a question. If there is a definite article before <em>ra</em>, omit it in the question.</p>
<p>Example sentences:</p>
<blockquote>
<ul>
<li>The ra 21 century is the century of biology.</li>
<li>Kat wants a ra tue child.</li>
<li>The ra <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi></mrow><annotation encoding="application/x-tex">n</annotation></semantics></math></span></span> number in the Fibonacci sequence is <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>F</mi><mi>n</mi></msub></mrow><annotation encoding="application/x-tex">F_n</annotation></semantics></math></span></span>.</li>
<li>Students board Hogwarts Express at the ra <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mn>9</mn><mfrac><mn>3</mn><mn>4</mn></mfrac></mrow><annotation encoding="application/x-tex">9\frac34</annotation></semantics></math></span></span> platform on the ra wah day in September.</li>
<li>The ra ne wah element in an array is defined to be its last element. Generally, the ra <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mo>−</mo><mi>k</mi></mrow><annotation encoding="application/x-tex">-k</annotation></semantics></math></span></span> element in an array is defined to be its ra <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi><mo>−</mo><mi>k</mi></mrow><annotation encoding="application/x-tex">n-k</annotation></semantics></math></span></span> element, where <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi></mrow><annotation encoding="application/x-tex">n</annotation></semantics></math></span></span> is the length of the array.</li>
<li>In an arithmetic progression, the difference between the ra <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi><mo>+</mo><mn>1</mn></mrow><annotation encoding="application/x-tex">n+1</annotation></semantics></math></span></span> term and the ra <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi></mrow><annotation encoding="application/x-tex">n</annotation></semantics></math></span></span> term is the same for any <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi></mrow><annotation encoding="application/x-tex">n</annotation></semantics></math></span></span>.</li>
<li>Ra what president is Barack Obama?</li>
<li>Ra what most beautiful person is Kat in the world?</li>
<li>Ra what most do you love Kat in the world? / Ra what most in the world do you love Kat?</li>
</ul>
</blockquote>
<p>Although I invented a set of new rules for ordinal numerals, I do not delete the word <em>first</em> in English. The word <em>first</em> now means the frontmost thing in spatial or chronological order. The difference between being the first and being the ra wah appears when the things in order are uncountable or does not start from number 1. For example, we can say the first element in the interval <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mo stretchy="false">[</mo><mn>0</mn><mo separator="true">,</mo><mn>1</mn><mo stretchy="false">]</mo></mrow><annotation encoding="application/x-tex">[0,1]</annotation></semantics></math></span></span> is <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mn>0</mn></mrow><annotation encoding="application/x-tex">0</annotation></semantics></math></span></span> if we order the elements from the small to large, but there is no <em>ra wah</em> element in it. For another example, because indices start from 0 in programming languages, the first element in an array is the <em>ra zoh</em> element instead of the <em>ra wah</em> element.</p>
<p>The word <em>first</em> can also be used in the following circumstances:</p>
<ul>
<li>In the structure <em>first… next… then… last…</em> or other similar structures;</li>
<li>In collocations like <em>in the first place</em>, <em>first of all</em>, etc.</li>
</ul>
<p>Sometimes, we may use <em>firstly</em> instead of <em>first</em> when it is used as an adverb (the same thing applys to other ordinal numerals). I would like to just replace <em>firstly</em>, <em>secondly</em>, etc. with <em>ra wah</em>, <em>ra tue</em>, etc.</p>
<h2 data-label="0.9" id="numerical-prefixes">Numerical prefixes</h2>
<p>Here is another mess with English: numerical prefixes. Just look at how many <a href="https://en.wikipedia.org/wiki/Numeral_prefix" target="_blank" rel="external">systems of numerical prefixes we have in English</a>.</p>
<p>However, I do not have motivations to fix the numerical prefixes… After all, <a href="https://english.stackexchange.com/a/28374/457522" target="_blank" rel="external">people will invent their own</a>. Also, there is an advantage of using numerical prefixes different from normal numerals: they avoid ambiguity in oral speech.</p>]]></content><author><name>UlyssesZhan</name><email>ulysseszhan@gmail.com</email></author><category term="language" /><category term="imagination" /><summary type="html"><![CDATA[Reading numbers in English is a pain. I want to invent a better way to read numbers!]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://ulysseszh.github.io/assets/images/covers/2023-01-11-english-numbers.png" /><media:content medium="image" url="https://ulysseszh.github.io/assets/images/covers/2023-01-11-english-numbers.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>