Skip to content

Commit

Permalink
Updated the expected results with new spacy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mardikark-gslab committed Jul 19, 2023
1 parent 45755a9 commit d9d0d3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"General Manager": "Full_Name"
},
"2018-seattle-business-districts": {
"Address": "Street_Address",
"Address": "no_infotype",
"E-mail": "Email_Address"
},
"Customer_Segmentation": {
Expand Down Expand Up @@ -129,7 +129,7 @@
"Full_Name": "Full_Name"
},
"1-MB-Test": {
"First and Last Name": "no_infotype",
"First and Last Name": "Full_Name",
"SSN" :"US_Social_Security_Number",
"Credit Card Number" : "Credit_Debit_Card_Number"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"General Manager": 0.6
},
"2018-seattle-business-districts": {
"Address": 0.6,
"E-mail": 1.0
},
"Customer_Segmentation": {
Expand Down Expand Up @@ -129,6 +128,7 @@
"Full_Name": 0.9
},
"1-MB-Test": {
"First and Last Name": 0.7,
"SSN": 1.0,
"Credit Card Number": 1.0
},
Expand Down

0 comments on commit d9d0d3a

Please sign in to comment.