From 6585d0161bec46be61a6b0ca1fa006d62f3bc591 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Thu, 6 Mar 2025 17:04:10 -0600 Subject: [PATCH] orthographically --- gen_rhymes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_rhymes.py b/gen_rhymes.py index ce9890d..ab98727 100644 --- a/gen_rhymes.py +++ b/gen_rhymes.py @@ -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 = []