You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[x] Detecting the correct case from a suffix. Example: `1-le → ühele`
23
40
-[x] Numbers followed by a *-ne*/*-line* adjective. Example: `1-aastane → ühe aastane`
24
41
-[x] Detecting the correct case from upcoming words and their forms. Example: `1 sõbrale → ühele sõbrale; 1 sõbraga → ühe sõbraga`
25
42
-[x] Detecting the correct case from adpositions. Example: `üle 1 → üle ühe; 1 võrra → ühe võrra`
26
43
-[x] Detecting and converting Roman numerals. Example: `I → esimene`
27
-
-[x]Declining numbers in simple lists. Example: `1. ja 2. juunil → esimesel ja teisel juunil`
44
+
-[x]Detecting numbers in simple lists. Examples: `1. ja 2. juunil → esimesel ja teisel juunil`, `II, III või IV liigast → teisest, kolmandast või neljandast liigast`
28
45
-[x] Converting and declining audible symbols. Example: `% → protsent`
29
46
-[x] Converting and declining common abbreviations. Example: `jne → ja nii edasi`
30
47
-[x] Converting simple mathematic equations. Example: `1 + 1 = 2 → üks pluss üks võrdub kaks`
@@ -55,6 +72,15 @@ The script follows the rules of Estonian orthography. Internationally used forms
55
72
`</del>` bee`
56
73
-[ ] Censored words should not be interpreted as abbreviations. Example: `p***e → `<del>`punkt***ehk`</del>
57
74
-[ ] Detecting abbreviated *-ne*/*-line* adjectives. Example: `5 km vahemaa → `<del>`viis kilomeetrit`</del>` viie kilomeetrine vahemaa`
-[ ] Detection of which consonant combinations can be pronounced and which need to be spelled out letter by letter (`ERM` vs `ERR`). Useful for abbreviations and URLs.
60
79
-[ ] Handling unmapped use cases: post-processing to make sure that all information that remains in the output is readable for speech synthesis and potentially creating a more robust mode where everything is always converted but disregarding the correct form.
80
+
- Detecting and reading out brackets ('()', '[]', '{}') in a sentence. Example: `2. koht (hõbe) → Teine koht, sulgudes hõbe`
81
+
82
+
83
+
Accessibility mode:
84
+
-[x] Differentiating capital letters in alphanumeric codes. Example: `2KMc7hy → kaks, suur-täht-kaa, suur-täht-emm, tsee, seitse, haa, igrek`
85
+
-[x] Reading out exclamation and question marks. Example: `Appi! → Appi hüüumärk`
86
+
-[x] Reading out bracket endings. Example: `2. koht (hõbe) → Teine koht, sulgudes hõbe, sulu lõpp`
0 commit comments