summary refs log tree commit diff stats
path: root/lib/noun_query.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/noun_query.h')
-rw-r--r--lib/noun_query.h1
1 files changed, 1 insertions, 0 deletions
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 {
11 noun_query& random(); 11 noun_query& random();
12 noun_query& except(const noun& _word); 12 noun_query& except(const noun& _word);
13 noun_query& rhymes_with(const word& _word); 13 noun_query& rhymes_with(const word& _word);
14 noun_query& rhymes_with(rhyme _r);
14 noun_query& has_pronunciation(); 15 noun_query& has_pronunciation();
15 noun_query& has_rhyming_noun(); 16 noun_query& has_rhyming_noun();
16 noun_query& has_rhyming_adjective(); 17 noun_query& has_rhyming_adjective();