orthographically
This commit is contained in:
parent
f4101c76e7
commit
6585d0161b
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue