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 = []