mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-12 17:22:25 +03:00
Merge 250e9ae096
into 41e07772dc
This commit is contained in:
commit
a4d20e3cbb
|
@ -84,7 +84,7 @@ def info(
|
|||
|
||||
|
||||
def info_spacy() -> Dict[str, Any]:
|
||||
"""Generate info about the current spaCy intallation.
|
||||
"""Generate info about the current spaCy installation.
|
||||
|
||||
RETURNS (dict): The spaCy info.
|
||||
"""
|
||||
|
|
|
@ -3,13 +3,13 @@ from ...attrs import LIKE_NUM
|
|||
_num_words = [
|
||||
"không", # Zero
|
||||
"một", # One
|
||||
"mốt", # Also one, irreplacable in niché cases for unit digit such as "51"="năm mươi mốt"
|
||||
"mốt", # Also one, irreplaceable in niché cases for unit digit such as "51"="năm mươi mốt"
|
||||
"hai", # Two
|
||||
"ba", # Three
|
||||
"bốn", # Four
|
||||
"tư", # Also four, used in certain cases for unit digit such as "54"="năm mươi tư"
|
||||
"năm", # Five
|
||||
"lăm", # Also five, irreplacable in niché cases for unit digit such as "55"="năm mươi lăm"
|
||||
"lăm", # Also five, irreplaceable in niché cases for unit digit such as "55"="năm mươi lăm"
|
||||
"sáu", # Six
|
||||
"bảy", # Seven
|
||||
"bẩy", # Also seven, old fashioned
|
||||
|
|
Loading…
Reference in New Issue
Block a user