Update alpha docs note and fix typo

This commit is contained in:
ines 2017-05-29 11:09:24 +02:00
parent fbe105f1eb
commit 17b635eaab
2 changed files with 7 additions and 4 deletions

View File

@ -19,9 +19,12 @@ main.o-main.o-main--sidebar.o-main--aside
if ALPHA
+infobox("⚠️ You are viewing the spaCy v2.0 alpha docs")
| This page is part of the alpha documentation for spaCy v2.0
| and does not reflect the state of the latest stable release.
+infobox("⚠️ You are viewing the spaCy v2.0.0 alpha docs")
strong This page is part of the alpha documentation for spaCy v2.0.
| 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
| and test the new version. To read the official docs for
| v1.x, #[+a("https://spacy.io/docs") go here].

View File

@ -29,7 +29,7 @@ p
| into two tokens, "do" and "n't", while "U.K." should always
| remain one token.
+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.
p