LR-POR / cl-conllu

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

Wilbur conflicts #40

Open GPPassos opened 6 years ago

GPPassos commented 6 years ago

After including Wilbur in cl-conllu.asd, it conflicted with rules.lisp, probably due to changes in the readtable. Replacing some symbols' names fixed the problem, but a better solution should be found.

Is it possible to isolate these changes to the readtable? (or perhaps even avoid them altogether, as we currently don't use them in rdf-wilbur.lisp)