mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user