TwentyNine commited on
Commit
19c3ccf
β€’
1 Parent(s): a77af43

Added an example of an incorrect result to the demo code.

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- # OK: 'tanto γŒγ£γ“γ† or un paye'
83
- # IDEAL: 'tanto GAKKO or un paye' or 'tanto GAKKOU or un paye'
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
  ```