From ddf5c5bb61864320189ebc70dac3bc10e4ecde82 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 19 Dec 2016 13:42:44 +0100 Subject: [PATCH] Generalise dependency parsing annotation specs beyond English (closes #657) --- website/docs/api/annotation.jade | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/website/docs/api/annotation.jade b/website/docs/api/annotation.jade index 342928add..93511899b 100644 --- a/website/docs/api/annotation.jade +++ b/website/docs/api/annotation.jade @@ -65,11 +65,16 @@ p +h(2, "dependency-parsing") Syntactic Dependency Parsing -p - | The parser is trained on data produced by the - | #[+a("http://www.clearnlp.com") ClearNLP] converter. Details of the - | annotation scheme can be found - | #[+a("http://www.mathcs.emory.edu/~choi/doc/clear-dependency-2012.pdf") here]. ++table(["Language", "Converter", "Scheme"]) + +row + +cell English + +cell #[+a("http://www.clearnlp.com") ClearNLP] + +cell #[+a("http://www.mathcs.emory.edu/~choi/doc/clear-dependency-2012.pdf") CLEAR Style] + + +row + +cell German + +cell #[+a("https://github.com/wbwseeker/tiger2dep") TIGER] + +cell #[+a("http://www.ims.uni-stuttgart.de/forschung/ressourcen/korpora/TIGERCorpus/annotation/index.html") TIGER] +h(2, "named-entities") Named Entity Recognition