This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# based on https://gist.github.com/thomwolf/13ca2b2b172b2d17ac66685aa2eeba62 | |
# support for --len adapted from https://gist.github.com/lhoestq/8f317e47c6f8b6bc50ef1275f655a3a3 | |
# support for --count-spaces Joachim Wagner 2020-06-17 | |
# support for --read-first Joachim Wagner 2020-06-18 | |
# requirements: pip install nlp psutil six | |
import os; import psutil; import timeit |