Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ko_pron-1.3-py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page