Closed etherandrius closed 5 years ago
https://github.com/hnefatl/dissertation/blob/master/wordcount.py#L17
use "detex {path} | tr -cd '0-9A-Za-z \n' | wc -w" instead
Difference is 14,125 with texcount and 14,118 with detex.
Meh
https://github.com/hnefatl/dissertation/blob/master/wordcount.py#L17
use "detex {path} | tr -cd '0-9A-Za-z \n' | wc -w" instead