thunlp / THULAC-Python

An Efficient Lexical Analyzer for Chinese
MIT License
2.02k stars 336 forks source link

Use time.process_time instead of time.clock #99

Open nasyxx opened 4 years ago

nasyxx commented 4 years ago

time.clock deprecated since version 3.3, and has been removed in version 3.8.

mymusise commented 3 years ago

Variate start is not used, I think start = time.clock() can be removed.