small typo on docs

This commit is contained in:
Martino Mensio 2017-11-17 16:20:22 +01:00
parent 7d5afadf5e
commit ce1aade41e

View File

@ -29,7 +29,7 @@ p
| #[strong Text:] The original noun chunk text.#[br] | #[strong Text:] The original noun chunk text.#[br]
| #[strong Root text:] The original text of the word connecting the noun | #[strong Root text:] The original text of the word connecting the noun
| chunk to the rest of the parse.#[br] | 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] | #[strong Root head text:] The text of the root token's head.#[br]
+table(["Text", "root.text", "root.dep_", "root.head.text"]) +table(["Text", "root.text", "root.dep_", "root.head.text"])