You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Likely the presence of SUBJ_INDEF on the misc field, but it is expecting that values in that field are always of the form Key=Value, which is not the case.
debugger invoked on a SB-KERNEL::ARG-COUNT-ERROR in thread
#<THREAD "main thread" RUNNING {1001BB6A83}>:
error while parsing arguments to DESTRUCTURING-BIND:
too few elements in
("SUBJ_INDEF")
to satisfy lambda list
(NAME VALUE):
exactly 2 expected, but got 1
The text was updated successfully, but these errors were encountered:
GPPassos
added a commit
to GPPassos/cl-conllu
that referenced
this issue
Oct 5, 2017
white spaces, by replacing with underscore. (related to LR-POR#18)
(e.g. this line was being printed:
"conll:mnewdoc id a conll:MetadataKey ."
now it becomes:
"conll:mnewdoc_id a conll:MetadataKey .")
GPPassos
added a commit
to GPPassos/cl-conllu
that referenced
this issue
Oct 5, 2017
Likely the presence of
SUBJ_INDEF
on themisc
field, but it is expecting that values in that field are always of the formKey=Value
, which is not the case.The text was updated successfully, but these errors were encountered: