mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +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
|
||||
+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].
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user