summary refs log tree commit diff stats
path: root/sentence.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-02-05 09:00:06 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-02-05 09:00:06 -0500
commit5875473eb27870fbc721fc7163ae885647c9945a (patch)
treed9e3364e72359321cd0348fe9d0f9b0a26e08d95 /sentence.h
parent1e48971c86341d0807be6cfc6ea740ff3a2acafe (diff)
downloadadvice-5875473eb27870fbc721fc7163ae885647c9945a.tar.gz
advice-5875473eb27870fbc721fc7163ae885647c9945a.tar.bz2
advice-5875473eb27870fbc721fc7163ae885647c9945a.zip
Updated verbly (flattened selrestrs)
Diffstat (limited to 'sentence.h')
-rw-r--r--sentence.h6
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
17private: 17private:
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,