From bf3c1c7a48c00be7c7a926af2e0697ba1d1e90ec Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 7 Nov 2016 21:32:03 +0100 Subject: [PATCH] Add link to dependency parse workflow --- website/docs/usage/dependency-parse.jade | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/docs/usage/dependency-parse.jade b/website/docs/usage/dependency-parse.jade index 28ab62d77..92594ee04 100644 --- a/website/docs/usage/dependency-parse.jade +++ b/website/docs/usage/dependency-parse.jade @@ -28,9 +28,10 @@ p p | The best way to understand spaCy's dependency parser is interactively, - | through the displacy visualizer. If you want to know how to write rules - | that hook into some type of syntactic construction, just plug the - | sentence into the visualizer and see how spaCy annotates it. + | through the #[+a(DEMOS_URL + "/displacy") displaCy visualizer]. If you + | want to know how to write rules that hook into some type of syntactic + | construction, just plug the sentence into the visualizer and see how + | spaCy annotates it. +h(2, "navigating") Navigating the parse tree