summary refs log tree commit diff stats
path: root/lib/word.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/word.h')
-rw-r--r--lib/word.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/word.h b/lib/word.h index 23ddb2b..db3242a 100644 --- a/lib/word.h +++ b/lib/word.h
@@ -28,6 +28,7 @@ namespace verbly {
28 virtual std::string base_form() const = 0; 28 virtual std::string base_form() const = 0;
29 29
30 std::list<std::string> rhyme_phonemes() const; 30 std::list<std::string> rhyme_phonemes() const;
31 bool starts_with_vowel_sound() const;
31 }; 32 };
32 33
33}; 34};