Issues
- 0
[bug] Incorrect results for floating point numbers. `p.number_to_words(0.000001) != 'one hundred and six'`
#226 opened by xenova - 1
- 1
-ware suffixed nouns not pluralized correctly
#152 opened by edwardhpe - 0
- 1
Improving the formatting of the README, particularly the giant code block under SYNOPSIS
#219 opened by joshstephenson - 3
number_to_words, group==2 and 3 digit numbers
#217 opened by FredSRichardson - 0
- 2
Document that this is for English only
#209 opened by sveinbjornt - 7
import time is unacceptably slow
#212 opened by alonme - 3
more-itertools dependency needs to be at least v8.5
#215 opened by mertuygr - 3
Feature: currency mode
#213 opened by m-aciek - 3
Pyright incompatibility
#210 opened by Jeremiah-England - 3
7.2.0 failing tests
#208 opened by dvzrv - 1
How to force stop some groups in the string
#198 opened by ayrtondenner - 1
Please add the capability for converting casing
#200 opened by hosseinitabar - 1
Capitalized words are not inflected
#201 opened by mmlange - 1
"Guppy" -> "Guppys" instead of "Guppies" and others
#206 opened by Gheed0123 - 1
inflect/__init__.py::inflect.engine.compare test fails with pydantic-core >= 2.12
#204 opened by jhatler - 1
Is there words_to_numbers?
#202 opened by neomachiney - 1
Handle latin plurals
#203 opened by fsutter - 6
Dependency on `pydantic` requires Rust, which is not available on Cygwin. Pre-compiled wheels might also be not available on non-{windows,linux,mac} platforms
#195 opened by abravalheri - 2
TypeErrors (expected list, got tuple) with python 3.12
#207 opened by ncopa - 5
singular_noun on word ending in "s" removes s.
#159 opened by eykamp - 4
Copyright notice removed
#197 opened by jaraco - 1
- 1
Plural form of acronyms
#193 opened by lukasz-r - 8
- 0
Broken ordinal cases
#192 opened by jaraco - 2
ordinal: produces different results for decimal-as-string compared to decimal-as-float input
#178 opened by jayaddison - 0
Exception when processing special character strings
#185 opened by szelenka - 1
wrong `inflect.a`: "an BLT"
#180 opened by bancron - 4
- 1
- 2
6.0.2: FLAKE8-check failure
#177 opened by mtelka - 5
Incorrect indefinite article "an" returned when handling uncommon abbreviations
#136 opened by tonywu7 - 4
`engine.plural` raises unexpected `IndexError`
#172 opened by Harmon758 - 5
- 4
"Entity" gets pluralized to "Entitys"
#171 opened by fezzik1620 - 7
Failed to import: `Field` default cannot be set in `Annotated` for 'num_Annotated[str, FieldInfo(min_length=1, extra={})]'
#169 opened by cuihaoleo - 5
compare() fails on empty strings
#157 opened by Julian-O - 1
- 0
- 1
README join method fix
#162 opened by emilehickson - 1
Comparing words like "farm" and "farming"
#130 opened by Pikamander2 - 1
number_to_words() convert and replace all numbers in a sentence instead of giving back only converted numbers
#148 opened by jaykay9999 - 2
5.5.0: pytest is failing in one unit
#150 opened by kloczek - 1
5.3.0: sphinx warnings on generate man page
#132 opened by kloczek - 1
Recipe ingredients
#145 opened by jasonvriends - 3
provide py.typed marker file
#133 opened by davidism - 0
number_to_words crashes on strings 'st', 'nd' etc
#131 opened by Focus