Skip to main content

An explainable politeness styler for the Korean Language

Project description

Politely

Open in Streamlit Open In Colab Hits

Politely is an explainable politeness styler for the Korean language (work in progress)
image

Quick Start ๐Ÿš€

1๏ธโƒฃ Install politely

pip3 install politely

2๏ธโƒฃ Speak politely with Styler

from politely import Styler
styler = Styler()
print(styler("๋‚œ ๋‚ด ๋ชฉํ‘œ๋ฅผ ํ–ฅํ•ด ๋‹ฌ๋ ค.", 2))  # casual -> polite
print(styler("๋‚œ ๋‚ด ๋ชฉํ‘œ๋ฅผ ํ–ฅํ•ด ๋‹ฌ๋ ค.", 3))  # casual -> formal
print(styler("์ „ ์ œ ๋ชฉํ‘œ๋ฅผ ํ–ฅํ•ด ๋‹ฌ๋ ค์š”.", 1))  # polite -> casual
print(styler("์ „ ์ œ ๋ชฉํ‘œ๋ฅผ ํ–ฅํ•ด ๋‹ฌ๋ ค์š”.", 3))  # polite -> formal
์ „ ์ œ ๋ชฉํ‘œ๋ฅผ ํ–ฅํ•ด ๋‹ฌ๋ ค์š”.
์ „ ์ œ ๋ชฉํ‘œ๋ฅผ ํ–ฅํ•ด ๋‹ฌ๋ฆฝ๋‹ˆ๋‹ค.
๋‚œ ๋‚ด ๋ชฉํ‘œ๋ฅผ ํ–ฅํ•ด ๋‹ฌ๋ ค.
์ „ ์ œ ๋ชฉํ‘œ๋ฅผ ํ–ฅํ•ด ๋‹ฌ๋ฆฝ๋‹ˆ๋‹ค.
print(styler("์˜ค๋Š˜์ด ์–ด์ œ๋ณด๋‹ค ๋”์›Œ.", 2))  # casual -> polite
print(styler("์˜ค๋Š˜์ด ์–ด์ œ๋ณด๋‹ค ๋”์›Œ.", 3))  # casual -> formal
print(styler("์˜ค๋Š˜์ด ์–ด์ œ๋ณด๋‹ค ๋”์›Œ์š”.", 1))  # polite -> casual 
print(styler("์˜ค๋Š˜์ด ์–ด์ œ๋ณด๋‹ค ๋”์›Œ์š”.", 3))  # polite -> formal
์˜ค๋Š˜์ด ์–ด์ œ๋ณด๋‹ค ๋”์›Œ์š”.
์˜ค๋Š˜์ด ์–ด์ œ๋ณด๋‹ค ๋ฅ์Šต๋‹ˆ๋‹ค.
์˜ค๋Š˜์ด ์–ด์ œ๋ณด๋‹ค ๋”์›Œ.
์˜ค๋Š˜์ด ์–ด์ œ๋ณด๋‹ค ๋ฅ์Šต๋‹ˆ๋‹ค.

Coverage ๐Ÿ“ˆ

We have test-covered, and will test-cover, the following cases. Please feel free to contribute if you feel like you could cover more of these cases.

  • -ใ„ด๋Œ€์š”
  • -๊ฒŒ
  • -์–ด
  • -์ด์•ผ
  • -๋งˆ
  • -๋ด
  • -๋Œ€?
  • -์–ด?
  • -์‹œ์–ด?
  • -๋•Œ?
  • ๋™๋ชจ์Œ ํƒˆ๋ฝ
  • ใ„ท ๋ถˆ๊ทœ์น™
  • ใ…… ๋ถˆ๊ทœ์น™
  • ใ…Ž ๋ถˆ๊ทœ์น™
  • ์˜ค ๋ถˆ๊ทœ์น™
  • ๊ฐ€๋ผ ๋ถˆ๊ทœ์น™
  • ๋„ˆ๋ผ ๋ถˆ๊ทœ์น™
  • ์œผ ๋ถˆ๊ทœ์น™
  • ๋ฅด ๋ถˆ๊ทœ์น™
  • ์šฐ ๋ถˆ๊ทœ์น™
  • ใ…‚ ๋ถˆ๊ทœ์น™
  • ... (more to be added)

Hosting the interactive demo

You can either host the interactive demo locally (you first have to sign up for papago API to get your secrets)

export NAVER_CLIENT_ID = ...
export NAVER_CLIENT_SECRET = ...
# host the demo via streamlit
streamlit run main_deploy.py
Or just visit the demo we are hosting for you
image

What Politely can't ๐Ÿ™…

politely's Styler cannnot take contexts into account because its conjugation algorithm is fundamentally rule-based. The algorithm is nothing but a chain of glorified if-else's. As a consequence of this, Styler can't disambiguate context-dependent conjugations, like so:

# ๊ถŒ์œ  / ์ฒญ์œ ์˜ ์ฐจ์ด๋Š” ๋งฅ๋ฝ์— ์˜์กด
print(styler("์ €๋Š” ์“ฐ๋ ˆ๊ธฐ๋ฅผ ์ฃผ์›Œ์š”.", 3))
print(styler("์ž, ๊ฐ™์ด ์“ฐ๋ ˆ๊ธฐ๋ฅผ ์ฃผ์›Œ์š”.", 3))
์ €๋Š” ์“ฐ๋ ˆ๊ธฐ๋ฅผ ์ค์Šต๋‹ˆ๋‹ค.
์ž, ๊ฐ™์ด ์“ฐ๋ ˆ๊ธฐ๋ฅผ ์ค์Šต๋‹ˆ๋‹ค. (should be "์ž, ๊ฐ™์ด ์“ฐ๋ ˆ๊ธฐ๋ฅผ ์ฃผ์›์‹œ๋‹ค")
# ์ด๋ฅด + ์–ด -> ์ด๋ฅด๋Ÿฌ/์ผ๋Ÿฌ ๋˜ํ•œ ๋งฅ๋ฝ์— ์˜์กด
print(styler("ํ•˜์ง€ ๋ง๋ผ๊ณ  ์ผ๋ €๋‹ค.", 3))
print(styler("์ •์ƒ์— ์ด๋ฅด๋ €๋‹ค.", 3))
ํ•˜์ง€ ๋ง๋ผ๊ณ  ์ผ๋ €์Šต๋‹ˆ๋‹ค.
์ •์ƒ์— ์ผ๋ €์Šต๋‹ˆ๋‹ค. (should be "์ •์ƒ์— ์ด๋ฅด๋ €์Šต๋‹ˆ๋‹ค")

By whom? ๐Ÿ‘

  • funded by: Faculty of Oriental Studies at the University of Oxford
  • led & developed by: Jieun Kiaer (Associate Professor of Korean Language and Linguistics at the University of Oxford)
  • co-developed by: Research assistant Eu-Bin KIM (Msc. in Applied Linguistics at the University of Oxford, Bsc. in AI at the University of Manchester )

Project details


Download files

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

Source Distribution

politely-2.7.0.dev0.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

politely-2.7.0.dev0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file politely-2.7.0.dev0.tar.gz.

File metadata

  • Download URL: politely-2.7.0.dev0.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.23.0

File hashes

Hashes for politely-2.7.0.dev0.tar.gz
Algorithm Hash digest
SHA256 87680e93a623721f9548bb17fcb9051b11fac01df63cd2ce6c154b474c0cf29a
MD5 319975b755ce038b3523b892cda73187
BLAKE2b-256 9eb5b5661e9667e878664665fbb4ada3f781487855ed119671101a497ad0aa4a

See more details on using hashes here.

File details

Details for the file politely-2.7.0.dev0-py3-none-any.whl.

File metadata

File hashes

Hashes for politely-2.7.0.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 cf93acd1637871ae6097cee1af040f1dbf7608457b9028e1dbbe1a3d1d066bfc
MD5 0405ff9894945e3efad3b4ed09fd5c38
BLAKE2b-256 fcd8dfe1cb98fcbf8636a7c5d09c8953abc77f8f1b32c58978131ce6dc977602

See more details on using hashes here.

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