Hi,
I want to match the input sentence
How can I get out?
Using
:prepare
on that sentence I realized it detects the sequence
+get_out(4-5)
Now executing
:concepts get_out
is listing the concept
~moving_escape
, which seems close to what I want to match.
However, the input is not matched by
u: (~moving_escape)
What can I do to match concepts of sequences?