@@ -56,8 +56,8 @@ this example is generated from the following input:
56
56
The text content of Annodoc documents is in the simple [ Markdown]
57
57
format (with the option to include HTML), and the data for the
58
58
visualizations is represented in any of a number of supported
59
- annotation formats such as [ Stanford dependency] , [ CoNLL-X] , or
60
- [ .ann standoff] .
59
+ annotation formats such as [ Stanford dependency] , [ CoNLL-X] ,
60
+ [ CoNLL-U ] , or [ .ann standoff] .
61
61
62
62
The final documents seen in the browser are a combination of (X)HTML
63
63
and [ SVG] for the visualizations. The primary tools for generating the
@@ -92,6 +92,7 @@ For more information on these technologies, please see the following:
92
92
* Liquid: < http://wiki.shopify.com/Liquid >
93
93
* Stanford Dependency format: < http://nlp.stanford.edu/software/stanford-dependencies.shtml >
94
94
* CoNLL-X format: < http://ilk.uvt.nl/conll/#dataformat >
95
+ * CoNLL-U format: < http://universaldependencies.github.io/docs/format.html >
95
96
* .ann standoff format: < http://brat.nlplab.org/standoff.html >
96
97
* Git: < http://git-scm.com/ >
97
98
* GitHub: < http://github.com >
@@ -630,6 +631,11 @@ characters in the original definition):
630
631
The current implementation of the visualization only uses the ` ID ` ,
631
632
` FORM ` , ` CPOSTAG ` , ` HEAD ` and ` DEPREL ` attributes.
632
633
634
+ ### CoNLL-U format
635
+
636
+ For information on the CoNNL-U format, please see
637
+ < http://universaldependencies.github.io/docs/format.html > .
638
+
633
639
### Alternative visualization syntaxes
634
640
635
641
As an alternative to the ` ~~~ ` syntax, you can use the equivalent HTML
@@ -1014,6 +1020,7 @@ you are logged in to GitHub.
1014
1020
[ Markdown ] : http://daringfireball.net/projects/markdown/
1015
1021
[ Stanford dependency ] : http://nlp.stanford.edu/software/stanford-dependencies.shtml
1016
1022
[ CoNLL-X ] : http://ilk.uvt.nl/conll/#dataformat
1023
+ [ CoNLL-U ] : http://universaldependencies.github.io/docs/format.html
1017
1024
[ .ann standoff ] : http://brat.nlplab.org/standoff.html
1018
1025
[ SVG ] : http://en.wikipedia.org/wiki/Scalable_Vector_Graphics
1019
1026
[ Jekyll ] : http://jekyllrb.com/
0 commit comments