mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Update norm_exceptions.py (#3778)
* Update norm_exceptions.py Extended the Currency set to include Franc, Indian Rupee, Bangladeshi Taka, Korean Won, Mexican Dollar, and Egyptian Pound * Fix formatting [ci skip]
This commit is contained in:
parent
604acb6ace
commit
ed7be3f64c
|
@ -53,5 +53,11 @@ BASE_NORMS = {
|
|||
"US$": "$",
|
||||
"C$": "$",
|
||||
"A$": "$",
|
||||
"₺" : "$",
|
||||
"₺": "$",
|
||||
"₹": "$",
|
||||
"৳": "$",
|
||||
"₩": "$",
|
||||
"Mex$": "$",
|
||||
"₣": "$",
|
||||
"E£": "$",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user