From b849e98358555e8fc18ce226d8b310bf45d72dce Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 16 May 2016 22:51:22 -0400 Subject: Added rhymes_with predicate based on rhymes rather than words --- lib/noun_query.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/noun_query.h') diff --git a/lib/noun_query.h b/lib/noun_query.h index 19fbc60..eb4a57c 100644 --- a/lib/noun_query.h +++ b/lib/noun_query.h @@ -11,6 +11,7 @@ namespace verbly { noun_query& random(); noun_query& except(const noun& _word); noun_query& rhymes_with(const word& _word); + noun_query& rhymes_with(rhyme _r); noun_query& has_pronunciation(); noun_query& has_rhyming_noun(); noun_query& has_rhyming_adjective(); -- cgit 1.4.1