The "last word" context wasn't carried forward within a segment after a number (digits or ordinal) was resolved. This resulted in phrases like the "sixth one" being transposed to the "6th 1". This is in English. This change fixes this so now:
alpha2digit("the sixth one", "en") --> "the 6th one"
The "last word" context wasn't carried forward within a segment after a number (digits or ordinal) was resolved. This resulted in phrases like the "sixth one" being transposed to the "6th 1". This is in English. This change fixes this so now:
alpha2digit("the sixth one", "en") --> "the 6th one"