summary refs log tree commit diff stats
path: root/lib/pronunciation.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-02-15 10:01:00 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-02-15 10:01:00 -0500
commite5d8d42eae6ce486678d87e33c1a7c26e2a6c1a1 (patch)
treeed93f2d04e5cc5a3c1764d2613a910504d81084d /lib/pronunciation.h
parent10edf7e99adddc2952d41fffd4de51a03bb70612 (diff)
downloadverbly-e5d8d42eae6ce486678d87e33c1a7c26e2a6c1a1.tar.gz
verbly-e5d8d42eae6ce486678d87e33c1a7c26e2a6c1a1.tar.bz2
verbly-e5d8d42eae6ce486678d87e33c1a7c26e2a6c1a1.zip
Added antogram and antophone querying
Diffstat (limited to 'lib/pronunciation.h')
-rw-r--r--lib/pronunciation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pronunciation.h b/lib/pronunciation.h index 210d61d..b3625bd 100644 --- a/lib/pronunciation.h +++ b/lib/pronunciation.h
@@ -149,6 +149,7 @@ namespace verbly {
149 static const field forms; 149 static const field forms;
150 150
151 static const field anaphones; 151 static const field anaphones;
152 static const field antophone;
152 153
153 static const field merophones; 154 static const field merophones;
154 static const field holophones; 155 static const field holophones;