nielstron / quantulum3

Library for unit extraction - fork of quantulum for python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

negative spelled out numbers are not recognized as negative

yoavg opened this issue · comments

Describe the bug

from quantulum3 import parser
parser.parse("minus ten")
# returns 10 should return -10.