mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +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
|
@ -54,4 +54,10 @@ BASE_NORMS = {
|
||||||
"C$": "$",
|
"C$": "$",
|
||||||
"A$": "$",
|
"A$": "$",
|
||||||
"₺": "$",
|
"₺": "$",
|
||||||
|
"₹": "$",
|
||||||
|
"৳": "$",
|
||||||
|
"₩": "$",
|
||||||
|
"Mex$": "$",
|
||||||
|
"₣": "$",
|
||||||
|
"E£": "$",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user