Seeds for text classification appearing multiple times

Hi! This is currently expected behaviour because the pattern matcher just yields out every result – but you’re right that it’s not very practical and we probably want to change this and make “one match per example” the default behaviour.

In the meantime, check out this thread for more details and custom recipe scripts that let you modify the behaviour so that you only ever see an example once, even if it contains multiple matches:

1 Like