From 696acb0f9239e26495df3e1ce48cb8e26e35e6df Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 24 Nov 2018 15:20:57 +0100 Subject: [PATCH] Fix typo [ci skip] --- website/usage/_linguistic-features/_dependency-parse.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)