Closed dan-zeman closed 1 year ago
cat *.conllu | udapy -HAMX layout=compact ud.ml.MarkFeatsBugs > bugs.html
makes a lot of vertical gaps between trees. Seems like there are empty tables at places where there would be trees if I did not filter them out by the -M switch. I suspect that the cause is the newly added process_bundle() in https://github.com/udapi/udapi-python/commit/2ad4922b5f9fe4196c5b67a00f42f45039f83c3a
process_bundle()
makes a lot of vertical gaps between trees. Seems like there are empty tables at places where there would be trees if I did not filter them out by the -M switch. I suspect that the cause is the newly added
process_bundle()
in https://github.com/udapi/udapi-python/commit/2ad4922b5f9fe4196c5b67a00f42f45039f83c3a