TwentyNine
commited on
Commit
β’
19c3ccf
1
Parent(s):
a77af43
Added an example of an incorrect result to the demo code.
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ convert("γΏγ³γ γγ£γγγγͺγ«γ³γγγ€γ§")
|
|
78 |
# OK: 'tanto γγ£γγ or un paye'
|
79 |
# IDEAL: 'tanto GAKKO or un paye' or 'tanto GAKKOU or un paye'
|
80 |
|
81 |
-
convert("
|
82 |
-
#
|
83 |
-
# IDEAL: '
|
84 |
```
|
|
|
78 |
# OK: 'tanto γγ£γγ or un paye'
|
79 |
# IDEAL: 'tanto GAKKO or un paye' or 'tanto GAKKOU or un paye'
|
80 |
|
81 |
+
convert("γ»γ³οΎγγγ¦γ§γ’γ³γγ³οΎγγ€γ·γ¬γγ")
|
82 |
+
# WRONG: 'sekor hawean korsiren hine'
|
83 |
+
# IDEAL: 'sekor hawean kor i=siren hine'
|
84 |
```
|