genienlp/decanlp/multiprocess
Giovanni Campagna ce5c1aa8df Use logger instead of print()
print() uses stdout by default, which has two problems:

- it is not flushed until later (so messages don't show, or don't show
  up in order with other loggers)
- it conflicts with stdin/stdout usage by `decanlp server --stdin`
2019-03-01 17:35:04 -08:00
..
__init__.py Add copyright notices to all files 2019-03-01 15:51:45 -08:00
distributed_data_parallel.py Use logger instead of print() 2019-03-01 17:35:04 -08:00
multiprocess.py Add copyright notices to all files 2019-03-01 15:51:45 -08:00