summaryrefslogtreecommitdiff
path: root/textproc/py-conllu/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-conllu/pkg-descr')
-rw-r--r--textproc/py-conllu/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-conllu/pkg-descr b/textproc/py-conllu/pkg-descr
new file mode 100644
index 000000000000..69b4d6a8ef1e
--- /dev/null
+++ b/textproc/py-conllu/pkg-descr
@@ -0,0 +1,11 @@
+CoNLL-U format parser for Python.
+
+The conllu library is a lightweight, dependency-free parser for the
+CoNLL-U format. It provides a simple API to parse CoNLL-U formatted
+strings into Python data structures.
+
+CoNLL is a family of plain text file formats to annotate natural language.
+
+CoNLL-U is a plain text file format used by the Universal Dependencies project
+to annotate natural language, with each sentence's words or tokens represented
+by a line of 10 tab-separated fields.