ramsrigouthamg / Questgen.ai

Question generation using state-of-the-art Natural Language Processing algorithms
https://questgen.ai/
MIT License
910 stars 294 forks source link

Suggestion: Logging instead of print statements #6

Closed dk-crazydiv closed 3 years ago

dk-crazydiv commented 4 years ago

Awesome library! Beautifully written and easy-to-read code and well thought API/module design.

I have one request that if a mode debug:true in payload or logging could be introduced, then it's much neater to use in a for-loop. tqdm progress-bar breaks with print statements like _Sense2vecdistractors successful for word

ramsrigouthamg commented 4 years ago

Hi @dk-crazydiv ! Thanks a lot for taking a look at the library and providing suggestions. Will work on them.