Sorry to slam you with messages. I'm reporting my progress in case someone comes by and happens to be able to help.
According to
opencog/nlp/sureal/surface-realization.scmIf the SetLink contains an interpretation it will just output the corresponding existing sentence. Otherwise it will callcreate-sentencewhich ultimately callssureal-matchwhich call C++ functiondo_sureal_match.The question then is, what are the requirements of do_sureal_match
in order to generate a sentence. Looking at the sureal unit tests I need no test using instances"likes@..."instead of"likes"`, so maybe that's why it doesn't work. I guess I could generate structure without instances. Yet the fuzzy pattern matcher will try to select as answers the syntactically most similar structures to the query, and so I don't see how my inferred structure could be handed to sureal then. Anyway, more to investigate...—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.