There is an option to display the skipped sequence in suggestions. Is there any way to highlight those skipped terms. Marker tag just highlights the particular token.
Unless you put the start marker before the token with ‘skip’ in it, as far as I know.
I put marker before the token with skip. It’s highlighting only the token. Not the skipped terms.
This works (in the website UI):
<pattern> <token inflected="yes" skip="5">gaan</token> <token skip="5">bezig</token> <token>met</token> </pattern>