-
Notifications
You must be signed in to change notification settings - Fork 68
/
mkdocs.yml
53 lines (52 loc) · 1.53 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
46
47
48
49
50
51
52
53
site_name: PolyFuzz
extra_css: [style.css]
repo_url: https://github.com/MaartenGr/PolyFuzz
site_url: https://maartengr.github.io/PolyFuzz/
site_description: PolyFuzz performs string matching, grouping, and evaluation.
site_author: Maarten P. Grootendorst
nav:
- Home: index.md
- Getting Started:
- Quickstart: tutorial/quickstart/quickstart.md
- Models: tutorial/models/models.md
- Custom Models: tutorial/basematcher/basematcher.md
- Custom Grouper: tutorial/grouper/grouper.md
- Datasets: tutorial/datasets/datasets.md
- API:
- PolyFuzz: api/polyfuzz.md
- Linkage: api/linkage.md
- Metrics: api/metrics.md
- Models:
- BaseMatcher: api/models/base.md
- EditDistance: api/models/distance.md
- RapidFuzz: api/models/rapidfuzz.md
- TFIDF: api/models/tfidf.md
- Embeddings: api/models/embeddings.md
- Spacy: api/models/spacy.md
- SBERT: api/models/sbert.md
- Gensim: api/models/gensim.md
- USE: api/models/use.md
- CosineSimilarity: api/models/matches.md
- Releases: releases.md
plugins:
- mkdocstrings
- search
copyright: Copyright © 2022 , Maintained by <a href="https://github.com/MaartenGr/">Maarten Grootendorst</a>.
theme:
name: material
favicon: images/favicon.png
logo: images/logo.png
feature:
tabs: true
palette:
primary: white
accent: blue
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true