grobid icon indicating copy to clipboard operation
grobid copied to clipboard

A machine learning software for extracting information from scholarly documents

Results 227 grobid issues
Sort by recently updated
recently updated
newest added

This PR tries to show an error at startup when JEP is not correctly initialised: For example: ``` INFO [2022-08-09 14:23:57,617] org.grobid.core.jni.DeLFTModel: Loading DeLFT model for quantities with architecture BidLSTM_CRF......

enhancement

This PR provides the training data to improve the recognition related to error case #632. I've added in the guidelines a couple of additional sentences related to the author contribution...

enhancement

**Configuration** - Using the Docker Service both locally (Mac 2017, 8GB ram) and as a GCP Cloud Run Instance (4GB RAM, 80 threads) **Problem** - In both these cases, I...

Some improvements to be added to the grobid-core date model: - [x] (design/minor) move the date labels in TaggingLabels.java ~~- [ ] Add optional time information in the parsing phase...

enhancement

The pragmatic segmenter seems to modify the output string which makes the extraction of the sentence offsets more complicated. This PR makes two changes: - Implementation using a diff-based approach...

enhancement

In the following example https://arxiv.org/pdf/2103.12028v1.pdf there are cases of wrong sentence segmentations, with sentence offsets apparently shifted by a few characters, resulting in word cut. This happens whatever the selected...

bug

First re-flexion, identify piece of text as sub/superscript based on position, fonts, etc.

enhancement

This PR is implementing the styles italic, bold superscript and subscript in the output xml. See information at #160

enhancement

Right now, grobid follows the cascading like: `Segmentation->Header, Fulltext, Reference segmenter` And I want to also use: `Custom segmentation->Custom feature` Is it possible to combine both in one build? what...

question

In this thread we should collect all issues related to MacOS ARM. In general ARM is not yet supported. Please consider using Docker for the time being (https://grobid.readthedocs.io/en/latest/Grobid-docker/). Performances won't...

need help
macOS-specific