@@ -17,7 +17,9 @@ The latest on-development version can be accessed by building the source code.
17
17
On this on-development version, things can be broken.
18
18
19
19
ilo Token will now recognize "taso" as sentence starting particle along with
20
- other particle with similar function such as "kin" and "anu".
20
+ other particle with similar function such as "kin" and "anu". ilo Token will
21
+ also recognize "anu la" treating it similarly as "anu" as sentence starting
22
+ particle
21
23
22
24
ilo Token now performs proper verb negation: "mi toki ala" will translate to "I
23
25
do not communicate" instead of the grammatically awkward "I not communicate".
@@ -27,15 +29,17 @@ and "I may". Preverb translation is not yet implemented.
27
29
28
30
- Implement translation of "taso", "kin", and "anu" as sentence starting
29
31
particle.
32
+ - Implement translation of "anu la".
30
33
- Implement proper verb negation.
31
34
- Implement modal verb translation.
32
35
- Implement pagination. This also prevents browser crashes due to numerous
33
36
translation output.
34
37
- Reorder noun by perspective from third person then second then finally first.
35
38
- Number as english words e.g. "ten" instead of "10" are now used for small
36
39
numbers (&leq ; 20). Thanks soweli Eweke for the suggestion!
37
- - Added "Use hardcoded anu la translation" setting anticipating "anu la"
38
- translation which isn't implemented yet.
40
+ - Added "Use hardcoded anu la translation" setting anticipating "anu la" in case
41
+ it can be supplemented by defining "anu" as content word via the custom
42
+ dictionary.
39
43
40
44
</details >
41
45
0 commit comments