Skip to content

Tags: jaidevd/numerizer

Tags

v0.2.4

Toggle v0.2.4's commit message
RLS v0.2.4: Better handling of fractions, disabled unpreceded fractio…

…ns until needed

v0.2.3

Toggle v0.2.3's commit message
RLS v0.2.3: Fix incorrect andition

v0.2.2

Toggle v0.2.2's commit message
REL: Version 0.2.2

Bugfix release - correct parsing of parentheses in expressions

v0.2.1

Toggle v0.2.1's commit message
REL: Version 0.2.1

Bugfix release including:
* Fixing floats for large numbers
* Ensuring that numerizer works with any spacy model

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ENH: Numerizer as a spaCy extension (#10)

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.1.5

Toggle v0.1.5's commit message
Case insensitive loookups

v0.1.4

Toggle v0.1.4's commit message
First stable release