-
### Expected Behaviour
>>> num2words(1.5, lang='fr', to='currency')
'un euro et **cinquante** centimes'
idem:
>>> num2words(1.50, lang='fr', to='currency')
'un euro et **cinquante** centimes'…
-
Bonjour.
Je suis reparti d'une situation bien propre avec **bash install.sh --v1**
C'est mieux mais il subsiste encore des erreurs :
```
Collecting pycparser (from cffi!=1.11.3,>=1.8->cryptography…
-
To do the audible warning messages the SME makes, it calls `vox_num2list`
This proc uses `num2words`
And this proc has an off-by-one that causes it to crash at (1)19%.
That crash then gets caught i…
-
Can we add support for Romanian language?
Thanks!
### Expected Behaviour
```bash
$ num2words 1001 -ro
o mie unu
```
### Actual Behaviour
No romanian language support
### Steps to reproduce
…
-
The test coverage for the num2words/lang_EN.py file is 57.81% and we need to increment this to at least 90%.
-
Dear,
I use num2words 0.5.6 to convert in fr (French)
Num2words write " DEUX MILLION", for convertion of 2 000 000 in French, and that is not correct. It must write "DEUX MILLIONS"
I need your …
-
**Is your feature request related to a problem? Please describe.**
Cents won't be parsed
when creating a spoken version, the currency code is needed by num2words
**Describe the solution you'd lik…
-
i.e.
"100 W" => "one hundred watts" / "100 watts"
"1 l" => "one litre" / "1 litre"
-
The *usage* section of the [Pypi project page](https://pypi.python.org/pypi/num2words) lists the result of `num2words(42, to='cardinal')` as the ordinal result
### Expected Behaviour
Text should…
-
### Summary
As far as I can tell nipype isn't compatible with networkx>=2, as running with networkx>=2 raises a "graph change during iteration" error. So perhaps this should be reflected in the ins…