quantulum icon indicating copy to clipboard operation
quantulum copied to clipboard

Python library for information extraction of quantities from unstructured text

Results 17 quantulum issues
Sort by recently updated
recently updated
newest added

I am using Quantulum for my use case and its working really good. We want to expand now to non-English languages. How can we do it using quantulum.

I am getting an error to this line "from quantulum import parser" File "/usr/local/lib/python3.6/dist-packages/quantulum/parser.py", line 124 value = re.sub(ur'(?

Using the abbreviation 'hrs' for units of hours seems pretty common. Would be handy to add this as a symbol for hours so quantulum could parse it out without extra...

Hi excellent work - really useful However I wanted to add some additional units - eg 'cl' - how would I go about doing this, tried adding additional dict for...

[Here](https://github.com/marcolagi/quantulum/blob/28b697dfa997116c1aa3ef63a3ceb8725bffd24f/quantulum/classifier.py#L59) it seems to be trying to strip out unicode punctuation but \p{} is not a supported python regex feature, it just matches literal p Example case: >>> re.sub(ur'\p{P}+', '...

Hello, This is a really nice project and I am using it a lot! By the way, I found a problem. Parsing the string "404 a" should return "404 dimensionless"...

Hi This package was kinda broken, so I made a fork that should work for python 3 provided you do: git config --global core.autocrlf input pip install git+https://github.com/sohrabtowfighi/quantulum Let me...

Hi @marcolagi, @TuxMulder and I are using this amazing tool for some projects but wondered what's happening with development? Things appear to have stopped, and we've noticed a few issues...