Skip to content

Fixing a lot of bugs, massive refactoring, added function to replace numbers in-place in sentences#67

Open
TurqW wants to merge 1 commit into
akshaynagpal:masterfrom
TurqW:for-upstream
Open

Fixing a lot of bugs, massive refactoring, added function to replace numbers in-place in sentences#67
TurqW wants to merge 1 commit into
akshaynagpal:masterfrom
TurqW:for-upstream

Conversation

@TurqW
Copy link
Copy Markdown

@TurqW TurqW commented Dec 30, 2021

numwords_to_sentences isn't perfect - it can't tell the difference between e.g. "one thousand, two hundred, and three" = 1203 and "four, seven, twelve, three" = "4, 7, 12, 3", currently the former would give "1203" and the latter would give "26". Good enough for my purposes, though, and considering the number of bugs in the old version...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant