-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
92 lines (88 loc) · 2.67 KB
/
Copy pathmkdocs.yml
File metadata and controls
92 lines (88 loc) · 2.67 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
site_name: NepaliKit
site_description: A comprehensive NLP library for the Nepali language
site_url: https://prabhashj07.github.io/nepalikit
site_author: Prabhash Kumar Jha
repo_url: https://github.com/prabhashj07/nepalikit
repo_name: prabhashj07/nepalikit
edit_uri: blob/main/docs/
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.expand
- navigation.indexes
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.keys
- toc:
permalink: true
nav:
- Home: index.md
- Installation: installation.md
- Quick Start: quickstart.md
- Usage:
- usage/index.md
- Tokenization: usage/tokenization.md
- Preprocessing: usage/preprocessing.md
- Normalization: usage/normalization.md
- Stemming: usage/stemming.md
- Lemmatization: usage/lemmatization.md
- POS Tagging: usage/pos_tagging.md
- Spell Checking: usage/spell_checking.md
- Transliteration: usage/transliteration.md
- Number Extraction: usage/number_extraction.md
- Stopwords: usage/stopwords.md
- Sentence Operations: usage/sentence_operations.md
- Training SentencePiece: usage/sentencepiece_training.md
- Examples:
- examples/index.md
- Basic Usage: examples/basic_usage.md
- Complete Pipeline: examples/complete_pipeline.md
- Preeti to Unicode: examples/preeti_to_unicode.md
- API Reference:
- api/index.md
- Tokenization: api/tokenization.md
- Preprocessing: api/preprocessing.md
- Normalization: api/normalizer.md
- Stemming: api/stemmer.md
- Lemmatizer: api/lemmatizer.md
- POS Tagging: api/pos_tagger.md
- Spell Checking: api/spell_checker.md
- Transliteration: api/transliteration.md
- Number Extraction: api/number_extractor.md
- Stopwords: api/stopwords.md
- Segmentation: api/segmentation.md
- SentencePiece Training: api/sentencepiece_training.md
- Utils: api/utils.md
- Contributing: contributing.md
- Changelog: changelog.md
- Future roadmap: future-roadmap.md