diff --git a/website/usage/_linguistic-features/_dependency-parse.jade b/website/usage/_linguistic-features/_dependency-parse.jade index 1ccd0c292..586e56b30 100644 --- a/website/usage/_linguistic-features/_dependency-parse.jade +++ b/website/usage/_linguistic-features/_dependency-parse.jade @@ -73,7 +73,7 @@ p +annotation-row(["shift", "ROOT", "shift", "VERB", "cars, liability, toward"], style) +annotation-row(["insurance", "compound", "liability", "NOUN", ""], style) +annotation-row(["liability", "dobj", "shift", "VERB", "insurance"], style) - +annotation-row(["toward", "prep", "liability", "NOUN", "manufacturers"], style) + +annotation-row(["toward", "prep", "shift", "NOUN", "manufacturers"], style) +annotation-row(["manufacturers", "pobj", "toward", "ADP", ""], style) +codepen("dcf8d293367ca185b935ed2ca11ebedd", 370)