From ce1aade41e3f009339ee320f4e58a5647b9d0593 Mon Sep 17 00:00:00 2001 From: Martino Mensio Date: Fri, 17 Nov 2017 16:20:22 +0100 Subject: [PATCH] small typo on docs --- 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 b86ce5d0f..0b6cc53ba 100644 --- a/website/usage/_linguistic-features/_dependency-parse.jade +++ b/website/usage/_linguistic-features/_dependency-parse.jade @@ -29,7 +29,7 @@ p | #[strong Text:] The original noun chunk text.#[br] | #[strong Root text:] The original text of the word connecting the noun | chunk to the rest of the parse.#[br] - | #[strong Root dep:] Dependcy relation connecting the root to its head.#[br] + | #[strong Root dep:] Dependency relation connecting the root to its head.#[br] | #[strong Root head text:] The text of the root token's head.#[br] +table(["Text", "root.text", "root.dep_", "root.head.text"])