nielstron / quantulum3

Library for unit extraction - fork of quantulum for python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent behavior when parsing spelled out numbers (ranges)

yoavg opened this issue · comments

Describe the bug
parser.parse("between 5 and 6") returns 5.5 with uncertainty 0.5
while
parser.parse("between five and six") returns 11

Expected behavior
parser.parse("between five and six") should return 5.5 with uncertainty 0.5

fixed by #203