NCATComp410 / comp410_fall_2024

COMP410fFall 2024 semester class project
MIT License
0 stars 0 forks source link

Add testing for CREDIT_CARD PII + bonus #34

Closed siblount closed 3 weeks ago

siblount commented 4 weeks ago

Added testing for the CREDIT_CARD PII type

Bonus: Updated type annotation for analyze_text to list[RecognizerResult] (from list[any])

Now we can get that wonderful auto-completion and code suggestions :D