kre

kre is a Python package that extends the functionality of Python's build-in regular expression library, re, to Korean at the subcharacter level.

Try It

syllabare

syllabare is a Python package providing cross-representation regular expression functionality for any user-provided mapping from an input format to the pattern format. The name alludes to the original motivation of this project, which was to generalize kre to work for any syllabary.

Try It

Dinner

Dinner is a simple app I made for my children to order dinner in advance. Their orders are emailed to me so I know which ingredients to buy when I go shopping. Although my children need to log in to place a real order, you can view the app, see some of the foods I cook, and place fake orders without logging in.

Try It

Vowel Chart

This app takes produces a vowel space chart from a recording uploaded by the user. I made this to supplement phonetics instruction for some of the linguistics courses I taught.

Try It

Spectrogram

This app produces a spectrogram from a recording. Like the vowel chart app, this was made to support instruction in phonetics.

Try It