diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/adjective_query.cpp | 68 | ||||
| -rw-r--r-- | lib/adjective_query.h | 10 | ||||
| -rw-r--r-- | lib/adverb_query.cpp | 68 | ||||
| -rw-r--r-- | lib/adverb_query.h | 10 | ||||
| -rw-r--r-- | lib/data.cpp | 2 | ||||
| -rw-r--r-- | lib/frame_query.cpp | 2 | ||||
| -rw-r--r-- | lib/noun_query.cpp | 73 | ||||
| -rw-r--r-- | lib/noun_query.h | 10 | ||||
| -rw-r--r-- | lib/preposition.cpp | 2 | ||||
| -rw-r--r-- | lib/verb_query.cpp | 68 | ||||
| -rw-r--r-- | lib/verb_query.h | 10 | ||||
| -rw-r--r-- | lib/word.cpp | 41 | ||||
| -rw-r--r-- | lib/word.h | 17 |
13 files changed, 328 insertions, 53 deletions
| diff --git a/lib/adjective_query.cpp b/lib/adjective_query.cpp index a7f915c..2bea68f 100644 --- a/lib/adjective_query.cpp +++ b/lib/adjective_query.cpp | |||
| @@ -33,7 +33,7 @@ namespace verbly { | |||
| 33 | 33 | ||
| 34 | adjective_query& adjective_query::rhymes_with(const word& _word) | ||
