I was looking for a way to search punctuation in the GNT and found that GRAMCORD morphology supports that.
I want to find instances in Mark where kai follows major punctuation.
@SJ finds the major punctuation
lemma:καί@C? finds instances of kai
But when I combine them like this lemma:καί@C? WITHIN 1 words @SJ I get zero results.
Can anybody verify this and tell me why it doesn't work?