From be20f774b7be28a6c8b5359351dc1907d7ac7da8 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 19 Mar 2016 09:01:55 -0400 Subject: Added vowel sound identification --- lib/word.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/word.h') 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 { virtual std::string base_form() const = 0; std::list rhyme_phonemes() const; + bool starts_with_vowel_sound() const; }; }; -- cgit 1.4.1