Skip to content

Instantly share code, notes, and snippets.

@suryak-cs
Created March 18, 2021 10:16
Embed
What would you like to do?
import lexnlp.extract.en.pii
def extract_pii(input_string):
return list(lexnlp.extract.en.pii.get_pii(input_string))
@suryak-cs
Copy link
Author

lexnlp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment