Combining optional and sequential match of tokens in a sentence Matcher #13623
Unanswered
sidneyaraujomelo
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am trying to Match a sequence of tokens of indefinite length with an optional match among them, but I am not sure if this is possible using Matcher. Here's a simpler version of what I'm trying to achieve. I want to be able to match a sequence of nouns with or without commas between them, i.e., I want to be able to match, regardless of the sequence size:
Is that possible?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions