Skip to content

Implement detector to identify emails

Alexander Chueshev requested to merge implement-detector-emails into main

This MR implements DetectorRegexEmail that identifies emails in a given string. We implement DetectorRegexEmail using regex and following https://github.com/bigcode-project/bigcode-dataset/tree/main/pii

cc @mray2020

Ref #12 (closed)

Edited by Alexander Chueshev

Merge request reports