Skip to content

Commit

Permalink
fix words in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cakimpei committed Jul 20, 2022
1 parent f3c5e65 commit c753ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ thap_ko.thap("waengwaeng, maeum | waeng'waeng, ma'eum")
# => "แว็นกแว็ง, แมอุม | แว็งแว็ง, มาอึม"
```

#### Chinese Tone Sandhi
#### Mandarin Tone Sandhi

For Standard Chinese, both transliteration systems specify that we should apply third tone sandhi rule to the Thai result. Wunsen will automatically apply it, but you can turn it off.
For Mandarin, both transliteration systems specify that we should apply third tone sandhi rule to the Thai result. Wunsen will automatically apply it, but you can turn it off.

```python
thap_zh_no_sandhi = ThapSap('zh', option={'sandhi': False})
Expand Down

0 comments on commit c753ac3

Please sign in to comment.