Skip to content

Instantly share code, notes, and snippets.

@suryak-cs
Created March 18, 2021 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suryak-cs/4cb23ae26c44d6d0f33d35585f46b358 to your computer and use it in GitHub Desktop.
Save suryak-cs/4cb23ae26c44d6d0f33d35585f46b358 to your computer and use it in GitHub Desktop.
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