Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDF generation is broken #18

Open
fcbr opened this issue Feb 20, 2017 · 0 comments
Open

RDF generation is broken #18

fcbr opened this issue Feb 20, 2017 · 0 comments

Comments

@fcbr
Copy link
Contributor

fcbr commented Feb 20, 2017

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant