mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Use correct code block language
This commit is contained in:
parent
1a53fcc685
commit
fa1f2040a5
|
@ -26,7 +26,7 @@ p
|
||||||
| Direct downloads don't perform any compatibility checks and require the
|
| Direct downloads don't perform any compatibility checks and require the
|
||||||
| model name to be specified with its version (e.g., #[code en_core_web_sm-1.2.0]).
|
| model name to be specified with its version (e.g., #[code en_core_web_sm-1.2.0]).
|
||||||
|
|
||||||
+code.
|
+code(false, "bash").
|
||||||
python -m spacy download [model] [--direct]
|
python -m spacy download [model] [--direct]
|
||||||
|
|
||||||
+table(["Argument", "Type", "Description"])
|
+table(["Argument", "Type", "Description"])
|
||||||
|
@ -53,7 +53,7 @@ p
|
||||||
| either a Python package or a local directory. This will let you load
|
| either a Python package or a local directory. This will let you load
|
||||||
| models from any location via #[code spacy.load()].
|
| models from any location via #[code spacy.load()].
|
||||||
|
|
||||||
+code.
|
+code(false, "bash").
|
||||||
python -m spacy link [origin] [link_name] [--force]
|
python -m spacy link [origin] [link_name] [--force]
|
||||||
|
|
||||||
+table(["Argument", "Type", "Description"])
|
+table(["Argument", "Type", "Description"])
|
||||||
|
@ -84,7 +84,7 @@ p
|
||||||
| and generate #[+a("https://en.wikipedia.org/wiki/Markdown") Markdown]-formatted
|
| and generate #[+a("https://en.wikipedia.org/wiki/Markdown") Markdown]-formatted
|
||||||
| markup to copy-paste into #[+a(gh("spacy") + "/issues") GitHub issues].
|
| markup to copy-paste into #[+a(gh("spacy") + "/issues") GitHub issues].
|
||||||
|
|
||||||
+code.
|
+code(false, "bash").
|
||||||
python -m spacy info [--markdown]
|
python -m spacy info [--markdown]
|
||||||
python -m spacy info [model] [--markdown]
|
python -m spacy info [model] [--markdown]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user