Releases: jaidevd/numerizer
Releases · jaidevd/numerizer
v0.2.4
Release v0.2.2
Bugfix release - includes correct parsing of parentheses.
Numerizer SpaCy Extension
This release adds the numerize function a spaCy extension - available on spacy Docs, Tokens and Spans.
Bugfix release
FIX: Replace each big prefix multiple times. (#9) If a big prefix (million, hundred, thousand) occurs more than once in a string, only its first occurence gets replaced with the corresponding number. Fixed that.