beki commited on
Commit
292fc7e
1 Parent(s): bb6a44d

Update flair_recognizer.py

Browse files
Files changed (1) hide show
  1. flair_recognizer.py +7 -0
flair_recognizer.py CHANGED
@@ -95,6 +95,13 @@ class FlairRecognizer(EntityRecognizer):
95
  "PER": "PERSON",
96
  "LOC": "LOCATION",
97
  "ORG": "ORGANIZATION",
 
 
 
 
 
 
 
98
  # 'MISC': 'MISCELLANEOUS' # - Probably not PII
99
  }
100
 
 
95
  "PER": "PERSON",
96
  "LOC": "LOCATION",
97
  "ORG": "ORGANIZATION",
98
+ "NROP": "NRP",
99
+ "URL": "URL",
100
+ "US_ITIN": "US_ITIN",
101
+ "US_PASSPORT": "US_PASSPORT",
102
+ "IBAN_CODE": "IBAN_CODE",
103
+ "IP_ADDRESS": "IP_ADDRESS",
104
+ "EMAIL_ADDRESS": "EMAIL",
105
  # 'MISC': 'MISCELLANEOUS' # - Probably not PII
106
  }
107