[cad161]: / docs / tutorials / index.md

Download this file

112 lines (68 with data), 2.5 kB

Tutorials

We provide step-by-step guides to get you started. We cover the following use-cases:

=== card {: href=/tutorials/spacy101 }

:fontawesome-regular-file-code:
**Spacy representations**

---
Learn the basics of how documents are represented with spaCy.

=== card {: href=/tutorials/matching-a-terminology }

:fontawesome-solid-book:
**Matching a terminology**

---
Extract phrases that belong to a given terminology.

=== card {: href=/tutorials/qualifying-entities }

:fontawesome-regular-square-check:
**Qualifying entities**

---
Ensure extracted concepts are not invalidated by linguistic modulation.

=== card {: href=/tutorials/detecting-dates }

:fontawesome-regular-calendar:
**Detecting dates**

---
Detect and parse dates in a text.

=== card {: href=/tutorials/multiple-texts }

:fontawesome-regular-copy:
**Processing multiple texts**

---
Improve the inference speed of your pipeline

=== card {: href=/tutorials/reason }

:fontawesome-regular-hospital:
**Detecting hospitalisation reason**

---
Identify spans mentioning the reason for hospitalisation or tag entities as the reason.

=== card {: href=/tutorials/endlines }

 **Detecting false endlines**

---
Classify each line end and add the `excluded` attribute to these tokens.

=== card {: href=/tutorials/aggregating-results }

:fontawesome-solid-calculator:
**Aggregating results**

---
Aggregate the results of your pipeline at the document level.

=== card {: href=/advanced-tutorials/fastapi }

:fontawesome-solid-server:
**FastAPI**

---
Deploy your pipeline as an API.

=== card {: href=/tutorials/visualization }

:fontawesome-solid-eye:
**Visualization**

---
Quickly visualize the results of your pipeline as annotations or tables.

=== card {: href=/tutorials/make-a-training-script }

:fontawesome-solid-flask:
**Deep learning tutorial**

---
Learn how EDS-NLP handles training deep-neural networks.

=== card {: href=/tutorials/training }

:fontawesome-solid-brain:
**Training API**

---
Learn how to quicky train a deep-learning model with `edsnlp.train`.

=== card {: href=/tutorials/tuning }

:fontawesome-solid-gears:
**Hyperparameter Tuning**

---
Learn how to tune hyperparameters of a model with `edsnlp.tune`.