mirror of https://github.com/explosion/spaCy.git
Added Turkish Lira symbol(₺) (#3576)
Added Turkish Lira symbol(₺) https://en.wikipedia.org/wiki/Turkish_lira
This commit is contained in:
parent
034a1f458b
commit
531c0869b2
|
@ -53,4 +53,5 @@ BASE_NORMS = {
|
|||
"US$": "$",
|
||||
"C$": "$",
|
||||
"A$": "$",
|
||||
"₺" : "$",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue