Scrape cantonese syllables from CUHK Multi-function Chinese Character Database
Use the file characters.json or sounds.json.
Or generate the data yourself:
$ rake scrape
- Fork it ( https://github.com/siuying/cantonese-syllables/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request