LR-POR / cl-conllu

tool for working with conllu files in CL
Apache License 2.0
13 stars 5 forks source link

draw breaks with #55

Closed arademaker closed 5 years ago

arademaker commented 6 years ago

not using UD rels and postags but is should be an conllu valid file:

# text = In contrast to most other salt basins, internal layering makes visible the high degree of internal deformation found in the Santos Basin.
# sent_id = 0
2   In_contrast_to  in_contrast_to  prep    _   prep    10  vprep   _   TokenRange=0:7|compslots=psubj:10,objprep:7
4   most    most    qual    _   qual|superl 5   adjpre  _   TokenRange=3:4
5   other   other   adj _   adj|superl|novadj|badcoordadj   7   nadj    _   TokenRange=3:5|compslots=asubj:7
6   salt    salt    noun    _   noun|cn|sg|massn|sbst|ent   7   nnoun   _   TokenRange=5:6|compslots=u
7   basins  basin   noun    _   noun|cn|pl|physobj|artf|inst|container|ent  2   objprep _   TokenRange=3:7|compslots=u
8   internal    internal    adj _   adj 9   nadj    _   TokenRange=7:8|compslots=asubj:9,u
9   layering    layering    noun    _   noun|cn|sg  10  subj    _   TokenRange=7:9|compslots=u,u
10  makes   make    verb    _   verb|vfin|vpres|sg|vsubj|badnen|vchng   0   top _   TokenRange=0:22|compslots=subj:9,obj:14,comp:11
11  visible visible adj _   adj 10  comp    _   TokenRange=10:11|compslots=asubj:14,u,u
12  the the det _   det|sg|def|the|ingdet   14  ndet    _   TokenRange=11:12
13  high    high    adj _   adj|erest|nqual|lmeasadj    14  nadj    _   TokenRange=12:13|compslots=asubj:14,u
14  degree  degree  noun    _   noun|cn|sg|locnoun|meas|lmeas|abst|property|massn|state 10  obj _   TokenRange=11:22|compslots=u,nobj:15,u
15  of  of  prep    _   prep|pprefn|nonlocp 14  nobj    _   TokenRange=14:17|compslots=psubj:14,objprep:17
16  internal    internal    adj _   adj 17  nadj    _   TokenRange=15:16|compslots=asubj:17,u
17  deformation deformation noun    _   noun|cn|sg|evnt|chng|hapning    15  objprep _   TokenRange=15:17|compslots=u,u,u
18  found   find    verb    _   verb|ven|vpass|passen|sta|noptlo    14  nnfvp   _   TokenRange=17:22|compslots=u,obj:14,comp:19
19  in  in  prep    _   prep|staticp    18  comp    _   TokenRange=18:22|compslots=psubj:18,objprep:22
20  the the det _   det|sg|pl|def|the|ingdet    22  ndet    _   TokenRange=19:20
22  Santos_Basin    Santos_Basin    noun    _   noun|propn|sg|pl|sgpl|glom|physobj|artf|inst|notfnd|container|ent   19  objprep _   TokenRange=19:22
arademaker commented 5 years ago

related to #80

arademaker commented 5 years ago

note that this issue was closed because the error may be related to the invalid data (see tokens ids)