orthographically

This commit is contained in:
Leonora Tindall 2025-03-06 17:04:10 -06:00
parent f4101c76e7
commit 6585d0161b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import sys as trans
from pprint import pp
# We're taking advantage of the fact that toki pona pronounciation is very
# orderly. We can determine rhymes entirely lexically.
# orderly. We can determine rhymes entirely orthographically.
VOWELS = ["a", "e", "i", "o", "u"]
words = []