Skip to content

Commit

Permalink
Merge pull request #19 from mardikark-gslab/spacy_version_check
Browse files Browse the repository at this point in the history
Updated the Spacy library version upper limit to 3.5.0
  • Loading branch information
asikowitz authored Aug 17, 2023
2 parents 47bfe54 + d9d0d3a commit fc290dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datahub-classify/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_long_description():
"schwifty>=2022.9.0",
"python-stdnum>=1.17",
"ipaddress>=1.0.23",
"spacy>=3.4.1,<=3.4.3",
"spacy>=3.4.1,<=3.5.0",
"phonenumbers>=8.12.56,<=8.13.0",
}

Expand Down
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 fc290dc

Please sign in to comment.