Skip to content

Releases: jaidevd/numerizer

Release v0.2.2

03 Jan 08:04
a6ba2f1
Compare
Choose a tag to compare

Bugfix release - includes correct parsing of parentheses.

Numerizer SpaCy Extension

03 Apr 04:30
3caeadf
Compare
Choose a tag to compare

This release adds the numerize function a spaCy extension - available on spacy Docs, Tokens and Spans.

Bugfix release

25 Mar 04:00
b179988
Compare
Choose a tag to compare
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.