Bruce Wilcox - Jan 19, 2017:
guessing its because you would need to do ‘_0 to get original form. the canonical form is unknown-word I expect.
Thank you Bruce for your quick response. But it does not work with original or canonical form.
I retrieved the match variable (_0) from a factset, like below.
@0 = ^query(direct_sv $usuario frequencia ?)
^reset(@0)
_0 = ^last(@0object)
And then I did the test with the statement IF.
if (pattern _0?~some_words)
concept: ~some_words (speak “take care”) <-example of a concept.