diff --git a/website/docs/usage/dependency-parse.jade b/website/docs/usage/dependency-parse.jade index 92594ee04..597e73c71 100644 --- a/website/docs/usage/dependency-parse.jade +++ b/website/docs/usage/dependency-parse.jade @@ -28,8 +28,8 @@ p p | The best way to understand spaCy's dependency parser is interactively, - | through the #[+a(DEMOS_URL + "/displacy") displaCy visualizer]. If you - | want to know how to write rules that hook into some type of syntactic + | through the #[+a(DEMOS_URL + "/displacy", true) 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.