Skip to content

Python library for romanizing Korean text. Converts '안녕하세요' to 'annyeonghaseyo' and more.

License

Notifications You must be signed in to change notification settings

developer0hye/rotten-korean-romanizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rotten-korean-romanizer

Turn your Korean text into 💩a mangled mess💩 of Roman letters! This 😢half-baked😢 romanization tool is perfect for those who want their Korean to be 🤢barely recognizable🤢 in English.

⚠️ Warning: May cause linguistic indigestion and confused looks from actual Korean speakers. Use at your own risk! ⚠️

Installation

pip install rotten-korean-romanizer

Usage

Here's a simple example of how to use the rotten_korean_romanizer:

from rotten_korean_romanizer import romanize_text

# Romanize a Korean word
print(romanize_text("안녕하세요"))  # Output: annyeonghaseyo

# Romanize a sentence
print(romanize_text("한글을 로마자로 변환합니다"))  # Output: hangeuleul romajaro byeonhwanhabnida

# Romanize Korean text containing Hangul, emoji, and English characters
print(romanize_text("안녕하세요, 세계!🌍, Hello, world!")) # annyeonghaseyo, segye!🌍, Hello, world!

Acknowledgements

This project, rotten-korean-romanizer, was conceptualized and implemented with the assistance of AI language models, specifically OpenAI's ChatGPT and Anthropic's Claude. These AI models provided guidance on the algorithm design, code structure, and implementation details.

While the core logic and implementation were developed through interactions with AI, all code has been reviewed, tested, and refined by human developers to ensure accuracy, efficiency, and adherence to best practices.

We believe in transparency about the use of AI in software development. This acknowledgement serves to highlight the collaborative nature of modern software development, where AI tools can augment human creativity and problem-solving skills.

Please note that while AI assistance was invaluable in this project's creation, the final responsibility for the code, its functionality, and any potential issues lies with the human developers maintaining this repository.

We encourage users and contributors to approach this project with both appreciation for AI's capabilities and awareness of its limitations. Your feedback, contributions, and improvements are always welcome to make this tool more accurate and useful for the community.

About

Python library for romanizing Korean text. Converts '안녕하세요' to 'annyeonghaseyo' and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages