nielstron / quantulum3

Library for unit extraction - fork of quantulum for python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle text without any measurement

LukasPoque opened this issue · comments

First of all, thx for this cool project. Especially in combination with pint to standardize the extracted values is this package 🔥

I have one problem so far. If I try to parse some text with no measurements in it, the parser.parse() method never returns. Is there a way to detect if there is any measurement in the text so I can just skip the parsing?

Would be cool if anyone has an idea :)

nevermind, my mistake
sorry for the issue, there is no issue :)