quantulum3
quantulum3 copied to clipboard
Library for unit extraction - fork of quantulum for python3
**Fixed issues:** Ensure compatablity to pypy
Using the current package installed from pypi (0.7.2), f I do something like: ``` from quantulum3 import parser parser.parse('it weighs four hundred and twenty kilograms.') ``` it is correctly parsed...
Is there any integration/conversion possible to [pint](https://github.com/hgrecco/pint) units and quantities?
Example: "W/m*k" is parsed as "watt per metre per kelvin" but should be parsed as "watt kelvin per metre" See [this issue](https://github.com/marcolagi/quantulum/issues/8) for details.
See [this issue](https://github.com/marcolagi/quantulum/issues/1) for details.
Even though a classifier is nice an cool ändern stuff, it may be worthwhile to include some general knowledge (for example that no two units of same dimension are in...
Pickles is insecure and the result is non-human readable so let's stop using it. - [x] include Version in serialized file **Possible Solution:** There seems to be a nice tutorial...
`50 cars` results in `50 dimensionless`. **Describe the solution you'd like** The result should be `50 car` This could be implemented per hand (with "car" as a unit) or by...
As i.e. `random` should not be interpreted as `rand ohm metre`, do assert that non symbolic units are separated by a space or hyphen, at least not by `''`