### Start GROBID Service with Gradle Source: https://github.com/grobidorg/grobid/blob/master/doc/Upgrading.md Use this command to start the GROBID service using Gradle. Ensure you have Gradle installed and the project is set up. ```bash ./gradlew :grobid-service:run ``` -------------------------------- ### Grobid Home Configuration Example Source: https://github.com/grobidorg/grobid/blob/master/doc/Grobid-java-library.md Example of configuring the path to the grobid-home directory in a Maven project's properties file. Ensure this path matches your local Grobid installation. ```properties grobid_example.pGrobidHome=/Users/lopez/grobid/grobid-home ``` -------------------------------- ### Example Licence with Date and Paragraphs Source: https://github.com/grobidorg/grobid/blob/master/grobid-home/schemas/doc/Grobid_doc.html This example demonstrates using the 'notBefore' attribute to specify the start date of a license and includes paragraph elements for a more detailed description of the license terms and its addition date. ```xml

The Creative Commons Attribution 3.0 Unported (CC BY 3.0) Licence applies to this document.

The licence was added on January 1, 2013.

``` -------------------------------- ### Install JEP Library using Script Source: https://github.com/grobidorg/grobid/blob/master/doc/Deep-Learning-models.md Execute the provided installation script to install the correct version of the JEP native library. This script should be run from the GROBID root directory. ```shell ./grobid-home/scripts/install_jep_lib.sh ``` -------------------------------- ### Date Range Example Source: https://github.com/grobidorg/grobid/blob/master/grobid-home/schemas/doc/Grobid_doc.html An example illustrating a date range using the 'from' and 'to' attributes to specify the start and end dates of an event. ```xml 28 May through 1 June 1863 ``` -------------------------------- ### Start Model Training Source: https://github.com/grobidorg/grobid/blob/master/doc/Grobid-service.md Initiates the training process for a specified model. Use this to start a new training job and obtain a token for tracking. ```bash curl -v -X POST -d "model=date" -d "type=holdout" localhost:8070/api/modelTraining ``` -------------------------------- ### Start GROBID Service with Docker Source: https://github.com/grobidorg/grobid/blob/master/doc/Upgrading.md Use this command to start the GROBID service using a Docker container. This is a convenient way to run GROBID without local installation. ```bash docker run ... grobid/grobid:0.9.0-full ``` -------------------------------- ### Example of with Dedication and Preface Source: https://github.com/grobidorg/grobid/blob/master/grobid-home/schemas/doc/Grobid_doc.html Shows how to structure front matter with a dedication and a preface, including a head for the preface. ```xml

To our three selves

Author's Note

All the characters in this book are purely imaginary, and if the author has used names that may suggest a reference to living persons she has done so inadvertently. ...

``` -------------------------------- ### Example of Ruby Text Annotation in Japanese Source: https://github.com/grobidorg/grobid/blob/master/grobid-home/schemas/doc/Grobid_doc.html This example demonstrates the use of and elements to provide character-by-character pronunciation guides in hiragana for Japanese words. The 'place' attribute on specifies placement relative to the base text. ```xml

だい とう りょう

``` -------------------------------- ### Ruby Annotation Example (Japanese) Source: https://github.com/grobidorg/grobid/blob/master/grobid-home/schemas/doc/Grobid_doc.html Demonstrates the element for glossing Japanese text with hiragana phonetics. Use this for East Asian languages requiring phonetic guides. ```xml

入学試験 にゅうがくしけん

``` -------------------------------- ### Example of Application Information Source: https://github.com/grobidorg/grobid/blob/master/grobid-home/schemas/doc/Grobid_doc.html This snippet demonstrates how to document an application's involvement with a document, including its identifier, version, and associated document parts. It shows the use of