UserWarning: [W036] The component 'matcher' does not have any patterns defined. stream = (eg for _, eg in pattern_matcher(stream))

Hello @ljvmiranda921 ,

In my case, as a quick test, I have a single sample in patterns.jsonl file:

{"label": "VEGETABLE", "pattern": "Lamb's lettuce"}

Which is valid according to this documentation (originally recommended in this case); but then I see such structure is not included in the documentation you recommend.

Could you please confirm if my pattern.jsonl file is OK to be used for the --patterns argument?

Thanks!