mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Add link to dependency parse workflow
This commit is contained in:
parent
418c084f12
commit
bf3c1c7a48
|
@ -28,9 +28,10 @@ p
|
||||||
|
|
||||||
p
|
p
|
||||||
| The best way to understand spaCy's dependency parser is interactively,
|
| The best way to understand spaCy's dependency parser is interactively,
|
||||||
| through the displacy visualizer. If you want to know how to write rules
|
| through the #[+a(DEMOS_URL + "/displacy") displaCy visualizer]. If you
|
||||||
| that hook into some type of syntactic construction, just plug the
|
| want to know how to write rules that hook into some type of syntactic
|
||||||
| sentence into the visualizer and see how spaCy annotates it.
|
| construction, just plug the sentence into the visualizer and see how
|
||||||
|
| spaCy annotates it.
|
||||||
|
|
||||||
+h(2, "navigating") Navigating the parse tree
|
+h(2, "navigating") Navigating the parse tree
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user