Add README
This commit is contained in:
parent
6585d0161b
commit
9da436b2f5
|
|
@ -0,0 +1,16 @@
|
|||
toki pona Rhyme Tables
|
||||
---
|
||||
|
||||
toki pona is a language that is spelled entirely phonetically, which means it's
|
||||
possible to determine which words rhyme based on text alone.
|
||||
|
||||
this repository contains a program to do just that, along with associated inputs
|
||||
and outputs for easy viewing.
|
||||
|
||||
- `gen_rhymes.py` - the program. invoke with `python gen_rhymes.py <dictionary>`
|
||||
- `nimi_pu_en_nimi_ku.txt` - rhymes among all pu and ku words
|
||||
- `nimi_pu_en_nimi_ku_lili_taso.txt` - rhymes among all pu and a few ku words
|
||||
- `nimi_pu.txt` - rhymes among only pu words
|
||||
- `dicts/nimi_pu.dict` - words from pu
|
||||
- `dicts/nimi_pu_en_nimi_ku.dict` - words from pu and ku
|
||||
- `dicts/nimi_pu_en_nimi_ku_lili_taso.dict` words from pu and some from ku
|
||||
Loading…
Reference in New Issue