summary refs log tree commit diff stats
path: root/lib/pronunciation.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-12-08 15:03:51 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2022-12-08 15:03:51 -0500
commit7ea3569e3894f19fbae6cfdb3406f2240570e3c1 (patch)
treee04caa4058baa9f0a9ff46771eef903be49ce3cb /lib/pronunciation.h
parent6816abc1e89fd955524d7c772477d6483d12cbf9 (diff)
downloadverbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.tar.gz
verbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.tar.bz2
verbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.zip
Added a bunch of stuff for making LINGO puzzles
Diffstat (limited to 'lib/pronunciation.h')
-rw-r--r--lib/pronunciation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pronunciation.h b/lib/pronunciation.h index cd241bd..210d61d 100644 --- a/lib/pronunciation.h +++ b/lib/pronunciation.h
@@ -148,6 +148,11 @@ namespace verbly {
148 148
149 static const field forms; 149 static const field forms;
150 150
151 static const field anaphones;
152
153 static const field merophones;
154 static const field holophones;
155
151 // Rhyming relationship 156 // Rhyming relationship
152 157
153 class rhymes_field { 158 class rhymes_field {