diff options
| -rw-r--r-- | sentence.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/sentence.cpp b/sentence.cpp index 3dabe58..d06ba10 100644 --- a/sentence.cpp +++ b/sentence.cpp | |||
| @@ -16,7 +16,7 @@ std::string sentence::generate() const | |||
| 16 | // Generate the form that the sentence should take. | 16 | // Generate the form that the sentence should take. |
| 17 | std::vector<verbly::token> actions { | 17 | std::vector<verbly::token> actions { |
| 18 | {"like", verbly::token(std::set<std::string>({"infinitive_phrase", "subjectless"}))}, | 18 | {"like", verbly::token(std::set<std::string>({"infinitive_phrase", "subjectless"}))}, |
| 19 | {"have", verbly::token(std::set<std::string>({"gerund_phrase", "subjectless"}))} | 19 | {"have", verbly::token(std::set<std::string>({"gerund_phrase", "subjectless", "past_participle"}))} |
| 20 | }; | 20 | }; |
| 21 | 21 | ||
| 22 | verbly::token form = actions[ | 22 | verbly::token form = actions[ |
