From ce4e45d0bbda863b00d24f1603016dee28831db6 Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 29 May 2017 22:15:06 +0200 Subject: [PATCH] Update 101 intro --- website/docs/usage/spacy-101.jade | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/website/docs/usage/spacy-101.jade b/website/docs/usage/spacy-101.jade index f3ce0ad83..052942672 100644 --- a/website/docs/usage/spacy-101.jade +++ b/website/docs/usage/spacy-101.jade @@ -2,9 +2,16 @@ include ../../_includes/_mixins ++aside("Help us improve the docs") + | Did you spot a mistake or come across explanations that + | are unclear? We always appreciate improvement + | #[+a(gh("spaCy") + "/issues") suggestions] or + | #[+a(gh("spaCy") + "/pulls") pull requests]. You can find a "Suggest + | edits" link at the bottom of each page that points you to the source. + +h(2, "whats-spacy") What's spaCy? -+grid ++grid.o-no-block +grid-col("half") +grid-col("half") @@ -52,8 +59,8 @@ p +row +cell #[strong Dependency Parsing] +cell - | Assigning syntactic dependency labels, i.e. the relations between - | individual tokens. + | Assigning syntactic dependency labels, describing the relations + | between individual tokens, like subject or object. +cell #[+procon("pro")] +row @@ -374,6 +381,8 @@ p | on GitHub, which we use to tag bugs and feature requests that are easy | and self-contained. We also appreciate contributions to the docs – whether | it's fixing a typo, improving an example or adding additional explanations. + | You'll find a "Suggest edits" link at the bottom of each page that points + | you to the source. p | Another way of getting involved is to help us improve the