File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
evaluators/presidio/langevals_presidio Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class PresidioEntities(BaseModel):
28
28
iban_code : bool = True
29
29
ip_address : bool = True
30
30
location : bool = False
31
- person : bool = True
31
+ person : bool = False
32
32
phone_number : bool = True
33
33
medical_license : bool = True
34
34
us_bank_number : bool = False
Original file line number Diff line number Diff line change @@ -272,16 +272,13 @@ export type Evaluators = {
272
272
entities : {
273
273
credit_card : boolean ;
274
274
crypto : boolean ;
275
- date_time : boolean ;
276
275
email_address : boolean ;
277
276
iban_code : boolean ;
278
277
ip_address : boolean ;
279
- nrp : boolean ;
280
278
location : boolean ;
281
279
person : boolean ;
282
280
phone_number : boolean ;
283
281
medical_license : boolean ;
284
- url : boolean ;
285
282
us_bank_number : boolean ;
286
283
us_driver_license : boolean ;
287
284
us_itin : boolean ;
@@ -894,16 +891,13 @@ social security numbers. It allows customization of the detection threshold and
894
891
default : {
895
892
credit_card : true ,
896
893
crypto : true ,
897
- date_time : true ,
898
894
email_address : true ,
899
895
iban_code : true ,
900
896
ip_address : true ,
901
- nrp : true ,
902
- location : true ,
903
- person : true ,
897
+ location : false ,
898
+ person : false ,
904
899
phone_number : true ,
905
900
medical_license : true ,
906
- url : true ,
907
901
us_bank_number : false ,
908
902
us_driver_license : false ,
909
903
us_itin : false ,
You can’t perform that action at this time.
0 commit comments