Using "OR" condition on two different token attributes #12891
-
I am adding a banch of spacy matchers to my pipeline ("en_core_we_sm").
For example I can have those to two patterns:
and I would like to write them like this:
I would like to know if there is a way to work around this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OR-patterns are currently not supported. So we recommend making two separate patterns instead. |
Beta Was this translation helpful? Give feedback.
OR-patterns are currently not supported. So we recommend making two separate patterns instead.