vseloved / cl-nlp

Common Lisp NLP toolset
Other
219 stars 28 forks source link

Fix tabulate tests #19

Closed dmsurti closed 9 years ago

dmsurti commented 9 years ago
  1. Compute cumulative table if required.
  2. Compute max cell width for each column. This also takes into account cumulative flag.
  3. Modify test data to reflect minor changes in tabular output layout.
  4. Update test system.
vseloved commented 9 years ago

Thanks for these fixes: I was looking for a proper format directive, but had missed it! Also, I've cleaned up the code slightly.

dmsurti commented 9 years ago

Thanks for the clean up. Need to spend some time with RUTILS.