diff options
Diffstat (limited to 'sentence.h')
-rw-r--r-- | sentence.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sentence.h b/sentence.h index abf6860..ecdf946 100644 --- a/sentence.h +++ b/sentence.h | |||
@@ -16,11 +16,9 @@ public: | |||
16 | 16 | ||
17 | private: | 17 | private: |
18 | 18 | ||
19 | verbly::filter parseSelrestrs(verbly::selrestr selrestr) const; | 19 | bool chooseSelrestr(std::set<std::string> selrestrs, std::set<std::string> choices) const; |
20 | 20 | ||
21 | bool requiresSelrestr(std::string restriction, verbly::selrestr selrestr) const; | 21 | verbly::word generateStandardNoun(std::string role, std::set<std::string> selrestrs) const; |
22 | |||
23 | verbly::word generateStandardNoun(std::string role, verbly::selrestr selrestrs) const; | ||
24 | 22 | ||
25 | verbly::token generateStandardNounPhrase( | 23 | verbly::token generateStandardNounPhrase( |
26 | const verbly::word& noun, | 24 | const verbly::word& noun, |