Phil Gooch
Phil Gooch
## About Adds missing li, dt, dd, caption elements to ensure font overrides in list items, definition list items, and table captions. # Checklist - [ x] Wrote documentation on...
- See https://github.com/philgooch/abbreviation-extraction/issues/25 - Reduces false positives by introducing short-form candidate casing and length constraint, and rewinding if candidate definition starts with an English preposition
Abbreviation expansions of the form `This Is A Term (TIAT)` are not always present in a document. You may also see glossary lists such as `TIAT This Is A Term`...
Input `9.7 million`, `7 million`, `4 thousand` etc Expected output: 9700000, 7000000, 4000 Actual output: 1000000, 1000000, 1000 I wonder if there is a straightforward fix for this?