mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
added more currencies based on corpus data
This commit is contained in:
parent
30fd068d42
commit
37f19f5ed2
|
@ -3,7 +3,11 @@ from __future__ import unicode_literals
|
|||
|
||||
_exc = {
|
||||
"Rp": "$",
|
||||
"IDR": "$",
|
||||
"RMB": "$",
|
||||
"USD": "$",
|
||||
"AUD": "$",
|
||||
"GBP": "$",
|
||||
}
|
||||
|
||||
NORM_EXCEPTIONS = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user