Skip to content

louis1001/hangul-practice-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hangul Practice (iOS)

An app to practice your Hangul reading. Something I needed for my own study, and hope that it help someone else.


  • It has a dataset of the most common korean words. https://github.com/uniglot/korean-word-ipa-dictionary
  • Picks a random word from the dataset and shows it.
  • Breaks down the word into characters so you can see them individually. (using this port I made of a Hangul processing library)
  • Checks if the devices dictionaries have definition for the word, and shows it to you.
  • Fetches the translation from google translate
  • Allows playback of the word using iOS' speech synthesizer. (Siri)

Caveats

The pronunciation guide is not correct. Or it most likely isn't. You should not rely on it, and it's better if you talk to someone who knows the language to check your pronunciation. The play button is only meant as a guide to help you remember what sound a particular character makes.

Releases

No releases published

Packages

No packages published

Languages