Yale-LILY / SummerTime

An open-source text summarization toolkit for non-experts. EMNLP'2021 Demo
https://arxiv.org/abs/2108.12738
Apache License 2.0
264 stars 30 forks source link

Inconsistent printing/logging #111

Open niansong1996 opened 2 years ago

niansong1996 commented 2 years ago

The printing and logging are slightly out-of-hand. We've got messages printed out everywhere, some from the models that we import and some from random places for debugging purposes.

We should regulate this more with the python logging package and add a hierarchy of logging levels (i.e., debug, info, warning, error, etc)