Diff of /docs/tutorials/index.md [000000] .. [cad161]

Switch to unified view

a b/docs/tutorials/index.md
1
# Tutorials
2
3
We provide step-by-step guides to get you started. We cover the following use-cases:
4
5
<!-- --8<-- [start:tutorials] -->
6
7
=== card {: href=/tutorials/spacy101 }
8
9
    :fontawesome-regular-file-code:
10
    **Spacy representations**
11
12
    ---
13
    Learn the basics of how documents are represented with spaCy.
14
15
=== card {: href=/tutorials/matching-a-terminology }
16
17
    :fontawesome-solid-book:
18
    **Matching a terminology**
19
20
    ---
21
    Extract phrases that belong to a given terminology.
22
23
=== card {: href=/tutorials/qualifying-entities }
24
25
    :fontawesome-regular-square-check:
26
    **Qualifying entities**
27
28
    ---
29
    Ensure extracted concepts are not invalidated by linguistic modulation.
30
31
=== card {: href=/tutorials/detecting-dates }
32
33
    :fontawesome-regular-calendar:
34
    **Detecting dates**
35
36
    ---
37
    Detect and parse dates in a text.
38
39
=== card {: href=/tutorials/multiple-texts }
40
41
    :fontawesome-regular-copy:
42
    **Processing multiple texts**
43
44
    ---
45
    Improve the inference speed of your pipeline
46
47
=== card {: href=/tutorials/reason }
48
49
    :fontawesome-regular-hospital:
50
    **Detecting hospitalisation reason**
51
52
    ---
53
    Identify spans mentioning the reason for hospitalisation or tag entities as the reason.
54
55
=== card {: href=/tutorials/endlines }
56
57
    ↵ **Detecting false endlines**
58
59
    ---
60
    Classify each line end and add the `excluded` attribute to these tokens.
61
62
=== card {: href=/tutorials/aggregating-results }
63
64
    :fontawesome-solid-calculator:
65
    **Aggregating results**
66
67
    ---
68
    Aggregate the results of your pipeline at the document level.
69
70
=== card {: href=/advanced-tutorials/fastapi }
71
72
    :fontawesome-solid-server:
73
    **FastAPI**
74
75
    ---
76
    Deploy your pipeline as an API.
77
78
=== card {: href=/tutorials/visualization }
79
80
    :fontawesome-solid-eye:
81
    **Visualization**
82
83
    ---
84
    Quickly visualize the results of your pipeline as annotations or tables.
85
86
=== card {: href=/tutorials/make-a-training-script }
87
88
    :fontawesome-solid-flask:
89
    **Deep learning tutorial**
90
91
    ---
92
    Learn how EDS-NLP handles training deep-neural networks.
93
94
=== card {: href=/tutorials/training }
95
96
    :fontawesome-solid-brain:
97
    **Training API**
98
99
    ---
100
    Learn how to quicky train a deep-learning model with `edsnlp.train`.
101
102
=== card {: href=/tutorials/tuning }
103
104
    :fontawesome-solid-gears:
105
    **Hyperparameter Tuning**
106
107
    ---
108
    Learn how to tune hyperparameters of a model with `edsnlp.tune`.
109
110
111
<!-- --8<-- [end:tutorials] -->