-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
45 lines (40 loc) · 1.29 KB
/
mkdocs.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
35
36
37
38
39
40
41
42
43
44
45
# Project information
site_name: "SeqAL"
site_description: "An active learning tool for sequence labeling"
site_author: "Xu Liang"
site_url: "https://tech-sketch.github.io/SeqAL/"
# Repository
repo_name: "tech-sketch/SeqAL"
repo_url: "https://github.com/tech-sketch/SeqAL"
# Copyright
copyright: "Copyright © 2021 - Xu Liang"
theme:
name: "material"
palette:
scheme: slate
primary: deep purple
accent: indigo
show_sidebar: true
# Extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# Page tree
nav:
- Home: index.md
- Installation: installation.md
- Introduction: TUTORIAL_1_Introduction.md
- Prepare Corpus: TUTORIAL_2_Prepare_Corpus.md
- Setup Active Learner: TUTORIAL_3_Active_Learner_Setup.md
- Prepare Data Pool: TUTORIAL_4_Prepare_Data_Pool.md
- Research and Annotation Mode: TUTORIAL_5_Research_and_Annotation_Mode.md
- Setup Query: TUTORIAL_6_Query_Setup.md
- Annotated Data: TUTORIAL_7_Annotated_Data.md
- Stopper: TUTORIAL_8_Stopper.md
- Output Labeled Data: TUTORIAL_9_Output_Labeled_Data.md
- Performance Recorder: TUTORIAL_10_Performance_Recorder.md
- Multiple Language: TUTORIAL_11_Multiple_Language_Support.md
- Performance: performance.md