grobid-quantities icon indicating copy to clipboard operation
grobid-quantities copied to clipboard

GROBID extension for identifying and normalizing physical quantities.

Results 55 grobid-quantities issues
Sort by recently updated
recently updated
newest added

The alternative forms for percentages and fractions are not always treated correctly: - the forms `1:1000`, `one third` are not correctly parsed - normalisation of `100%` is converted as value...

Interval in the form of `X-Y %` are not correctly recognised in some cases (e.g. see `6-16` in the example, while `18-30` it is. We probably need more training data,...

"six out of ten" is converted to six + ten "X out of Y" should be converted to X/Y

bug

Hello! Can we access grobid-quantities via a Java API, just like we can access grobid via the Java API. I tried as below, but it did not work. ```java package...

question
addToDoc

I would like to know the minimum required to run grobid quantities. I have seen that it loads a number of models when I run it on my personal machine....

question
addToDoc

In this example, the raw value looks good but the parsed value is not very exciting. ![Screenshot from 2019-11-26 22-32-41](https://user-images.githubusercontent.com/2340795/69675821-d786c680-109f-11ea-8d40-48271692d192.png) [1001._0908.0054.pdf](https://github.com/kermitt2/grobid-quantities/files/3894162/1001._0908.0054.pdf)

bug
implemented

- [x] Request with text

task

In this case, the interval is between ambient pressure (0 atm) and 3.0 GPa. ``` The arrow in (a) shows the enhancement of Tc that occurs between ambient pressure and...

There are some cases where the unit is in the form `V^2/3`. In order to support this cases we need to understand when the `/` mark mean division between base...

enhancement

The text: `Before the 1920s the number of stages was usually 15 at most and the riders enjoyed at least one day of rest after each stage.` is labeled (correctly)...

bug