about summary refs log tree commit diff stats
path: root/sentence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sentence.cpp')
-rw-r--r--sentence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sentence.cpp b/sentence.cpp index ae485c0..812c0b9 100644 --- a/sentence.cpp +++ b/sentence.cpp
@@ -177,7 +177,7 @@ verbly::word sentence::generateStandardNoun(
177 177
178 if (selection.compact().getType() != verbly::filter::type::empty) 178 if (selection.compact().getType() != verbly::filter::type::empty)
179 { 179 {
180 condition &= std::move(selection); 180 condition &= (verbly::notion::fullHypernyms %= std::move(selection));
181 } else if (role == "Attribute") 181 } else if (role == "Attribute")
182 { 182 {
183 condition &= (verbly::notion::fullHypernyms %= (verbly::notion::wnid == 100024264)); // attribute 183 condition &= (verbly::notion::fullHypernyms %= (verbly::notion::wnid == 100024264)); // attribute