Skip to content
New issue

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

Bug fix release. #108

Merged
merged 21 commits into from
Mar 19, 2024
Merged

Bug fix release. #108

merged 21 commits into from
Mar 19, 2024

Conversation

rtxm
Copy link
Collaborator

@rtxm rtxm commented Mar 19, 2024

No description provided.

fquirin and others added 21 commits May 26, 2023 13:57
fixed a bug in German ordinal detection
[de] fix: False positive ordinal detection
Fixed a bug in the handling of the multipliers. Fixes #95
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.
Change fixes this so now:
`alpha2digits("the sixth one") --> "the 6th one"`
Carrying last word context forward in a segment
Refined handling of zero. Fixes #105, fixes #106.
@rtxm rtxm merged commit 2cbdb65 into release Mar 19, 2024
1 check passed
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.

4 participants