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 1ae6563..e36f660 100644 --- a/sentence.cpp +++ b/sentence.cpp
@@ -251,7 +251,7 @@ verbly::word sentence::generateStandardNoun(
251 251
252 if (selection.compact().getType() != verbly::filter::type::empty) 252 if (selection.compact().getType() != verbly::filter::type::empty)
253 { 253 {
254 condition &= std::move(selection); 254 condition &= (verbly::notion::fullHypernyms %= std::move(selection));
255 } else if (role == "Attribute") 255 } else if (role == "Attribute")
256 { 256 {
257 condition &= (verbly::notion::fullHypernyms %= (verbly::notion::wnid == 100024264)); // attribute 257 condition &= (verbly::notion::fullHypernyms %= (verbly::notion::wnid == 100024264)); // attribute