We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efea21c commit 987ef5bCopy full SHA for 987ef5b
1 file changed
udapi/block/read/conllup.py
@@ -1,9 +1,8 @@
1
-""""Conllup is a reader block for the CoNLL-UPlus format.
+"""Conllup is a reader block for the CoNLL-UPlus format.
2
3
Columns which don't have standardize attributes in Udapi/CoNLL-U
4
are stored in MISC (as key=value pairs).
5
"""
6
-import json
7
import logging
8
import re
9
0 commit comments