Closed karrtikiyer closed 1 year ago
Hi @karrtikiyer. Spaczz's regex matching essentially just extends on the spaCy's docs own recommendations for applying regex to a full text. You can see the same ideas implemented in spaczz's RegexSearcher.match()
method. As of now, spaczz only captures the regex match start and end token positions and fuzzy counts. However, it would be relatively simple to capture additional regex information and return that as well.
I have to think about whether there is a consistent way I can work regex capture data into the spaczz API. I am planning on doing a feature overhaul/upgrade on spaczz in the near future so I will keep this request in mind.
Thanks a lot @gandersen101
I am able to get this regex working using below code.
And I get the matched sentence as output as expected. However I am unsure if there is way I can get access to the match capture
([\w\s]+)
&(.*$)
. Looking for any suggestions or advise. Once I get matched result/sentence, I would like to access the match capturesETL
andInformatica, Talend, Alteryx and Visualization tools like PowerBi, Tableau and Qlikview.