-
Notifications
You must be signed in to change notification settings - Fork 526
Open
Description
from: https://woordenlijst.org/zoeken/?leidraad=6-9
We schrijven een getal in één woord, tot en met het woord duizend. Na het woord duizend volgt een spatie.
in English:
A number is written as a single word, until "duizend". The word "duizend" is followed by a space.
The word "duizend" in num2words is not followed by a space. Example:
>>> num2words.num2words("2222", lang='nl')
'tweeduizendtweehonderdtweeëntwintig'
Expected behavior:
>>> num2words.num2words("2222", lang='nl')
'tweeduizend tweehonderdtweeëntwintig'
Happy to implement a fix myself later, no time now.
Metadata
Metadata
Assignees
Labels
No labels