Yoav Goldberg

Results 4 issues of Yoav Goldberg

Hi, I am using Quick-Explorer and its fantastic! But now I would really like to have the same functionality also for the selected tag (one possible implementation: filter the current...

**Describe the bug** the following program results in different outputs on different invocations: ```python print(parser.parse("-34 cm / kg")[0].surface) ``` some runs print `-34 cm` and others print `-34 cm /...

bug
help wanted

This is an attempt to fix #212 Now the parsing behavior is consistent, but we cannot parse correctly some of the new test examples.

**Describe the bug** `5 and 6 kg` is parsed as `[Quantity(5.5, "Unit(name="kilogram", entity=Entity("mass"), uri=Kilogram)")]` **Expected behavior** * `between 5 and 6 kg` should parse as `[Quantity(5.5, "Unit(name="kilogram", entity=Entity("mass"), uri=Kilogram)")]` *...

bug