dmmiller612 / bert-extractive-summarizer

Easy to use extractive text summarization with BERT
MIT License
1.38k stars 305 forks source link

Fixing the logging issue #62

Closed marcoboucas closed 2 years ago

marcoboucas commented 4 years ago

This fixes the issue #61 by moving the logging config to a if __name__ == "__main__" to avoid setting the config for projects using this module (very convenient module by the way, and useful !)