File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ Website: `pythainlp.org <https://pythainlp.org/>`_
1818 :maxdepth: 1
1919 :caption: Notes
2020
21- notes/*
21+ notes/installation
22+ notes/start
23+ notes/command
24+ notes/threadsafe
25+ notes/faq
26+ notes/license
2227
2328.. toctree ::
2429 :glob:
File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Development (pre-release) version::
99
1010 pip install --upgrade --pre pythainlp
1111
12- Some features (for example, named entity recognition) require additional optional dependencies. Install them using the extras syntax:
12+ Some features (for example, named entity recognition) require additional optional dependencies. Install them using the ` extras ` syntax:
1313
1414 pip install pythainlp[extra1,extra2,...]
1515
@@ -145,8 +145,8 @@ Runtime configurations
145145
146146 Configures PyThaiNLP to operate in read-only mode (0 = False, 1 = True).
147147
148- FAQ
149- ===
148+ Installation FAQ
149+ ================
150150
151151Q: How do I set environment variables on each executor node in a distributed environment?
152152
File renamed without changes.
You can’t perform that action at this time.
0 commit comments