mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-28 02:04:07 +03:00
Generalise dependency parsing annotation specs beyond English (closes #657)
This commit is contained in:
parent
6a793251c8
commit
ddf5c5bb61
|
@ -65,11 +65,16 @@ p
|
||||||
|
|
||||||
+h(2, "dependency-parsing") Syntactic Dependency Parsing
|
+h(2, "dependency-parsing") Syntactic Dependency Parsing
|
||||||
|
|
||||||
p
|
+table(["Language", "Converter", "Scheme"])
|
||||||
| The parser is trained on data produced by the
|
+row
|
||||||
| #[+a("http://www.clearnlp.com") ClearNLP] converter. Details of the
|
+cell English
|
||||||
| annotation scheme can be found
|
+cell #[+a("http://www.clearnlp.com") ClearNLP]
|
||||||
| #[+a("http://www.mathcs.emory.edu/~choi/doc/clear-dependency-2012.pdf") here].
|
+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
|
+h(2, "named-entities") Named Entity Recognition
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user