Adding Missing Words to Regular ExpressionsOpen Website

Published: 2018, Last Modified: 27 Jun 2023PAKDD (2) 2018Readers: Everyone
Abstract: Regular expressions (regexes) are patterns that are used in many applications to extract words or tokens from text. However, even hand-crafted regexes may fail to match all the intended words. In this paper, we propose a novel way to generalize a given regex so that it matches also a set of missing (previously non-matched) words. Our method finds an approximate match between the missing words and the regex, and adds disjunctions for the unmatched parts appropriately. We show that this method can not just improve the precision and recall of the regex, but also generate much shorter regexes than baselines and competitors on various datasets.
0 Replies

Loading