We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uroman is not working is chinese numbers
import uroman as ur uroman_instance = ur.Uroman() res = uroman_instance.romanize_string( '千', lcode='zh' ) print(res) # output: # <empty>
The text was updated successfully, but these errors were encountered:
Also the README example is not correct:
Example (Chinese): 三万一 → 31000
This 三万一 should be 30001, not 31000.
三万一
30001
31000
(31000 is 三万一千)
三万一千
Sorry, something went wrong.
No branches or pull requests
Uroman is not working is chinese numbers
The text was updated successfully, but these errors were encountered: