Skip to content

Hangul pronunciation and romanisation based on Wiktionary ko-pron lua module

License

Notifications You must be signed in to change notification settings

kord123/ko_pron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information

Hangul pronunciation and romanisation module.

This is actally rewritten to python Wiktionary lua module ko-pron Current revision: https://en.wiktionary.org/w/index.php?title=Module_talk:ko-pron&oldid=49615051

Supported transformations:

  • Revised Romanisation (rr)
  • phonetic hangul (ph)
  • Yale romanisation (yr)
  • McCune-Reischauer (mr)
  • WT-revised Revised Romanisation (rrr)
  • IPA (ipa)

McCune-Reischauer, IPA, Revised Romanisation, phonetic hangul take into aacount changes in pronunciation like: "있다" is pronounced as "itta" etc.

Method "romanise" also accepts optional parameters. They are described in documentation of original lua module

Usage

from ko_pron import romanise

print(romanise("있다", "mr"))

Result: itta

Install locally

pip install -e .

Test coverage

Run tests with coverage

cd test
./coverage.sh

Run html tests after running tests

coverage html

Results

Name Stmts Miss Cover
/Users/andrey/Projects/ko_pron/ko_pron/__init__.py 2 0 100%
/Users/andrey/Projects/ko_pron/ko_pron/data.py 2 0 100%
/Users/andrey/Projects/ko_pron/ko_pron/ko_pron.py 186 23 88%
test_params.py 77 0 100%
test_pronunciation.py 11 0 100%
----------------------------------------------------- ----- ----- -----
TOTAL 278 23 92%

Links

GitHub

Original lua module

Optional parameters

About

Hangul pronunciation and romanisation based on Wiktionary ko-pron lua module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages