summary refs log tree commit diff stats
path: root/lib/verb_query.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/verb_query.h')
-rw-r--r--lib/verb_query.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/verb_query.h b/lib/verb_query.h index a07dc18..0ee5666 100644 --- a/lib/verb_query.h +++ b/lib/verb_query.h
@@ -11,6 +11,7 @@ namespace verbly {
11 verb_query& random(); 11 verb_query& random();
12 verb_query& except(const verb& _word); 12 verb_query& except(const verb& _word);
13 verb_query& rhymes_with(const word& _word); 13 verb_query& rhymes_with(const word& _word);
14 verb_query& rhymes_with(rhyme _r);
14 verb_query& has_pronunciation(); 15 verb_query& has_pronunciation();
15 verb_query& has_rhyming_noun(); 16 verb_query& has_rhyming_noun();
16 verb_query& has_rhyming_adjective(); 17 verb_query& has_rhyming_adjective();