summary refs log tree commit diff stats
path: root/lib/adjective_query.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-05-16 22:51:22 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-05-16 22:51:22 -0400
commitb849e98358555e8fc18ce226d8b310bf45d72dce (patch)
tree6be6c568791c985f2f9f3344a6a0f1f50a86af28 /lib/adjective_query.h
parente7299f7bf66df7e62bf36ef42ab7810086d088c5 (diff)
downloadverbly-b849e98358555e8fc18ce226d8b310bf45d72dce.tar.gz
verbly-b849e98358555e8fc18ce226d8b310bf45d72dce.tar.bz2
verbly-b849e98358555e8fc18ce226d8b310bf45d72dce.zip
Added rhymes_with predicate based on rhymes rather than words
Diffstat (limited to 'lib/adjective_query.h')
-rw-r--r--lib/adjective_query.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/adjective_query.h b/lib/adjective_query.h index 030a494..945e6bd 100644 --- a/lib/adjective_query.h +++ b/lib/adjective_query.h
@@ -11,6 +11,7 @@ namespace verbly {
11 adjective_query& random(); 11 adjective_query& random();
12 adjective_query& except(const adjective& _word); 12 adjective_query& except(const adjective& _word);
13 adjective_query& rhymes_with(const word& _word); 13 adjective_query& rhymes_with(const word& _word);
14 adjective_query& rhymes_with(rhyme _r);
14 adjective_query& has_pronunciation(); 15 adjective_query& has_pronunciation();
15 adjective_query& has_rhyming_noun(); 16 adjective_query& has_rhyming_noun();
16 adjective_query& has_rhyming_adjective(); 17 adjective_query& has_rhyming_adjective();