https://github.com/kermitt2/grobid
Raw File
Tip revision: 5b145364914d984ecbe6ec4afaaf57abd65b2a4a authored by Luca Foppiano on 28 March 2024, 03:23:45 UTC
revert delft to 0.3.3 in docker
Tip revision: 5b14536
mkdocs.yml
site_name: GROBID Documentation
repo_url: https://github.com/kermitt2/grobid/
repo_name: GitHub
theme: readthedocs
site_description: Documentation for GROBID
docs_dir: doc
plugins:
    - search
theme:
    name: readthedocs
nav:
  - Home: 'index.md'
  - About:
    - 'Introduction': 'Introduction.md'
    - 'How GROBID works': 'Principles.md'
    - 'References': 'References.md'
    - 'Licence': 'License.md'
  - User manual:
    - 'Run GROBID': 'Run-Grobid.md'
    - 'GROBID service': 'Grobid-service.md'
    - 'Build GROBID from source': 'Install-Grobid.md'
    - 'GROBID with containers': 'Grobid-docker.md'
    - 'GROBID batch mode': 'Grobid-batch.md'
    - 'GROBID configuration': 'Configuration.md'
    - 'Troubleshooting and known issues': 'Troubleshooting.md'
    - 'Java library': 'Grobid-java-library.md'
    - 'TEI encoding of results': 'TEI-encoding-of-results.md'
    - 'Coordinates of structures in the PDF': 'Coordinates-in-PDF.md'
    - 'Adding a consolidation service': 'Consolidation.md'
    - 'Training the GROBID models': 'Training-the-models-of-Grobid.md'
    - 'End-to-end evaluation': 'End-to-end-evaluation.md'
    - 'Frequently asked Questions': 'Frequently-asked-questions.md'
  - Benchmarking:
    - 'Description': 'Benchmarking.md'
    - 'PubMed Central': 'Benchmarking-pmc.md'
    - 'bioRxiv': 'Benchmarking-biorxiv.md'
    - 'PLOS': 'Benchmarking-plos.md'
    - 'eLife': 'Benchmarking-elife.md'
  - Annotation guidelines:
    - 'General principles': 'training/General-principles.md'
    - 'Segmentation model': 'training/segmentation.md'
    - 'Fulltext model': 'training/fulltext.md'
    - 'Header model': 'training/header.md'
    - 'Bibliographical references': 'training/Bibliographical-references.md'
    - 'Affiliation-address model': 'training/affiliation-address.md'
    - 'Date model': 'training/date.md'
  - Developer notes:
    - 'Notes for the Grobid Developers': 'Notes-grobid-developers.md'
    - 'Deep Learning models': 'Deep-Learning-models.md'
    - 'Recompiling CRF libraries': 'Recompiling-and-integrating-CRF-libraries.md'
back to top