You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my work we have used tokens-regex, but I'm looking to use the lower-level CoreMapExpressionExtractor and to modify it to allow for matches that are either nested, or overlapping.
For my use case I want to see all possible matches, not just the largest or non-overlapping matches. I'm only using the result functionality of the language, not doing any annotating.
I would also like to expose the name of the ExtractFunc of the MatchedExpression.
I have changes checked in to a local branch where I expose the name, and allow for the Env of the CoreMapExpressionMatcher to allow for all the matches to be returned or not.
The text was updated successfully, but these errors were encountered:
On Mon, Oct 10, 2022 at 10:37 AM jrsperry ***@***.***> wrote:
In my work we have used tokens-regex, but I'm looking to use the
lower-level CoreMapExpressionExtractor and to modify it to allow for
matches that are either nested, or overlapping.
For my use case I want to see all possible matches, not just the largest
or non-overlapping matches. I'm only using the result functionality of
the language, not doing any annotating.
I would also like to expose the name of the ExtractFunc of the
MatchedExpression.
I have changes checked in to a local branch where I expose the name, and
allow for the Env of the CoreMapExpressionMatcher to allow for all the
matches to be returned or not. I'm getting access denied in pushing to a
new branch however.
—
Reply to this email directly, view it on GitHub
<#1307>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2AYWOUMKWTIHDVNHCQCR3WCRH4RANCNFSM6AAAAAARBRPMWU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
In my work we have used tokens-regex, but I'm looking to use the lower-level CoreMapExpressionExtractor and to modify it to allow for matches that are either nested, or overlapping.
For my use case I want to see all possible matches, not just the largest or non-overlapping matches. I'm only using the
result
functionality of the language, not doing any annotating.I would also like to expose the name of the
ExtractFunc
of theMatchedExpression
.I have changes checked in to a local branch where I expose the name, and allow for the Env of the CoreMapExpressionMatcher to allow for all the matches to be returned or not.
The text was updated successfully, but these errors were encountered: