learntextvis / textkit

Command line tool for manipulating and analyzing text
MIT License
28 stars 6 forks source link

Switch to using default dict for counting words #26

Closed vlandham closed 8 years ago

vlandham commented 8 years ago

according to this post default dict is the fastest and least boiler-plate-y option and is available in python 2.4 and above.

So we should try using that for counts.