mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
Update alpha docs note and fix typo
This commit is contained in:
parent
fbe105f1eb
commit
17b635eaab
|
@ -19,9 +19,12 @@ main.o-main.o-main--sidebar.o-main--aside
|
||||||
|
|
||||||
|
|
||||||
if ALPHA
|
if ALPHA
|
||||||
+infobox("⚠️ You are viewing the spaCy v2.0 alpha docs")
|
+infobox("⚠️ You are viewing the spaCy v2.0.0 alpha docs")
|
||||||
| This page is part of the alpha documentation for spaCy v2.0
|
strong This page is part of the alpha documentation for spaCy v2.0.
|
||||||
| and does not reflect the state of the latest stable release.
|
| It does not reflect the state of the latest stable release.
|
||||||
|
| Because v2.0 is still under development, the actual
|
||||||
|
| implementation may differ from the intended state described
|
||||||
|
| here.
|
||||||
| #[+a("#") See here] for more information on how to install
|
| #[+a("#") See here] for more information on how to install
|
||||||
| and test the new version. To read the official docs for
|
| and test the new version. To read the official docs for
|
||||||
| v1.x, #[+a("https://spacy.io/docs") go here].
|
| v1.x, #[+a("https://spacy.io/docs") go here].
|
||||||
|
|
|
@ -29,7 +29,7 @@ p
|
||||||
| into two tokens, "do" and "n't", while "U.K." should always
|
| into two tokens, "do" and "n't", while "U.K." should always
|
||||||
| remain one token.
|
| remain one token.
|
||||||
+item
|
+item
|
||||||
| #[strong Can a prefix, suffix or infixes be split off?]. For example
|
| #[strong Can a prefix, suffix or infixes be split off?] For example
|
||||||
| punctuation like commas, periods, hyphens or quotes.
|
| punctuation like commas, periods, hyphens or quotes.
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|
Loading…
Reference in New Issue
Block a user