diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-08 15:03:51 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-08 15:03:51 -0500 |
| commit | 7ea3569e3894f19fbae6cfdb3406f2240570e3c1 (patch) | |
| tree | e04caa4058baa9f0a9ff46771eef903be49ce3cb /lib/pronunciation.cpp | |
| parent | 6816abc1e89fd955524d7c772477d6483d12cbf9 (diff) | |
| download | verbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.tar.gz verbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.tar.bz2 verbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.zip | |
Added a bunch of stuff for making LINGO puzzles
Diffstat (limited to 'lib/pronunciation.cpp')
| -rw-r--r-- | lib/pronunciation.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
| diff --git a/lib/pronunciation.cpp b/lib/pronunciation.cpp index 3aef815..093e11a 100644 --- a/lib/pronunciation.cpp +++ b/lib/pronunciation.cpp | |||
| @@ -18,6 +18,11 @@ namespace verbly { | |||
| 18 | const field pronunciation::prerhyme = field::stringField(object::pronunciation, "prerhyme", true); | 18 | const field pronunciation::prerhyme = field::stringField(object::pronunciation, "prerhyme", true); |
| 19 | const field pronunciation::rhyme = field::stringField(object::pronunciation, "rhyme", true); | 19 | const field pronunciation::rhyme = field::stringField(object::pronunciation, "rhyme", true); |
| 20 | 20 | ||
| 21 | const field pronunciation::anaphones = field::joinField(object::pronunciation, "anaphone_set_id", object::pronunciation); | ||
| 22 | |||
| 23 | const field pronunciation::merophones = field::selfJoin(object::pronunciation, "pronunciation_id", "merophony", "holophone_id", "merophone_id"); | ||
| 24 | const field pronunciation::holophones = field::selfJoin(object::pronunciation, "pronunciation_id", "merophony", "merophone_id", "holophone_id"); | ||
| 25 | |||
| 21 | const field pronunciation::rhymes_field::rhymeJoin = field::joinField(object::pronunciation, "rhyme", object::pronunciation); | 26 | const field pronunciation::rhymes_field::rhymeJoin = field::joinField(object::pronunciation, "rhyme", object::pronunciation); |
| 22 | const pronunciation::rhymes_field pronunciation::rhymes = {}; | 27 | const pronunciation::rhymes_field pronunciation::rhymes = {}; |
| 23 | 28 | ||
