Skip to content

Commit 499a216

Browse files
committed
link conll-u format info
1 parent f756689 commit 499a216

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ this example is generated from the following input:
5656
The text content of Annodoc documents is in the simple [Markdown]
5757
format (with the option to include HTML), and the data for the
5858
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].
6161

6262
The final documents seen in the browser are a combination of (X)HTML
6363
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:
9292
* Liquid: <http://wiki.shopify.com/Liquid>
9393
* Stanford Dependency format: <http://nlp.stanford.edu/software/stanford-dependencies.shtml>
9494
* CoNLL-X format: <http://ilk.uvt.nl/conll/#dataformat>
95+
* CoNLL-U format: <http://universaldependencies.github.io/docs/format.html>
9596
* .ann standoff format: <http://brat.nlplab.org/standoff.html>
9697
* Git: <http://git-scm.com/>
9798
* GitHub: <http://github.com>
@@ -630,6 +631,11 @@ characters in the original definition):
630631
The current implementation of the visualization only uses the `ID`,
631632
`FORM`, `CPOSTAG`, `HEAD` and `DEPREL` attributes.
632633

634+
### CoNLL-U format
635+
636+
For information on the CoNNL-U format, please see
637+
<http://universaldependencies.github.io/docs/format.html>.
638+
633639
### Alternative visualization syntaxes
634640

635641
As an alternative to the `~~~` syntax, you can use the equivalent HTML
@@ -1014,6 +1020,7 @@ you are logged in to GitHub.
10141020
[Markdown]: http://daringfireball.net/projects/markdown/
10151021
[Stanford dependency]: http://nlp.stanford.edu/software/stanford-dependencies.shtml
10161022
[CoNLL-X]: http://ilk.uvt.nl/conll/#dataformat
1023+
[CoNLL-U]: http://universaldependencies.github.io/docs/format.html
10171024
[.ann standoff]: http://brat.nlplab.org/standoff.html
10181025
[SVG]: http://en.wikipedia.org/wiki/Scalable_Vector_Graphics
10191026
[Jekyll]: http://jekyllrb.com/

0 commit comments

Comments
 (0)