-
Notifications
You must be signed in to change notification settings - Fork 154
/
_toc.yml
34 lines (34 loc) · 992 Bytes
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
format: jb-book
root: intro
parts:
- caption: The Building Blocks of spaCy 3
numbered: true
chapters:
- file: 01_01_install_and_containers
title: The Basics of spaCy
- file: 01_02_linguistic_annotations
title: spaCy Linguistic Annotations
- file: 01_03_word_vectors
title: Word Vectors and spaCy
- file: 01_04_pipelines
title: spaCy Pipelines
- caption: Rules-Based spaCy
numbered: true
chapters:
- file: 02_01_entityruler
title: How to use the spaCy EntityRuler
- file: 02_02_matcher
title: How to use the spaCy Matcher
- file: 02_03_phrase_matcher
title: How to use the spaCy PhraseMatcher
- file: 02_04_custom_component
title: Custom Components in spaCy
- file: 02_05_simple_regex
title: How to use RegEx in spaCy (Basic)
- file: 02_06_complex_regex
title: How to use RegEx in spaCy (Advanced)
- caption: Applied spaCy
numbered: true
chapters:
- file: 03_01_stock_analysis
title: Financial Analysis with spaCy 3