Regex Matcher (from old wiki) #3983
Closed
chenlica
started this conversation in
archived-wiki
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.
-
From the page https://github.com/apache/texera/wiki/Regex-Matcher (may be dangling)
===
Author(s): Zuozhi Wang, Shuying Lai
Reviewer(s): Chen Li REVIEWED
Synopsys
Implement an operator to use an index-based method based on gram inverted index to support efficient regular expressions on large datasets. Our implementation is based on Russ Cox's algorithm and the corresponding open source implementation.
Status
As of 6/14/2016: FINISHED
Modules
Related Issues
#30 and #99
Description
Our approach has the following steps:
Presentation
[Presentation] (https://docs.google.com/presentation/d/1F3Xboeb_azHSjWbJ2Cl36kGHpIeo_6-lI24XwXjq_hA/edit?usp=sharing) (Team 3)
Initial Design Slides
Performance Test
Machine setting: Macbook Air (mid-2013), Intel Core i7 (4650U), SSD hard drive, 8GB memory.
\bmedic(ine|al|ation|are|aid)?\b("medicine" or "medical" or "medication" or "medicare" or "medicaid")\bmedic(ine|al|ation|are|aid)?\b("medicine" or "medical" or "medication" or "medicare" or "medicaid")TODOs
Beta Was this translation helpful? Give feedback.
All reactions