This release adds TylerKirby's [Greek Scansion module](https://github.com/kylepjohnson/cltk/blob/69e5a3d2d0430ab963167e1320a5a510c5ecc0f3/cltk/prosody/greek/scanner.py).
0.0.1.21
Improved enclitic handling for Latin's word tokenizer by Patrick J. Burns ( diyclassics ).
Original pull request: https://github.com/kylepjohnson/cltk/pull/84
0.0.1.20
This tagged release features a few point changes, most notably Tyler Kirby's Latin prosody scanner.
Also improvements to the PHI5 and TLG text cleaners, as well as an overhaul of what used to be the stopword generator, now refactored and living as `from cltk.utils.frequency`.
0.0.1.17
An overhaul of how the CLTK does lemmatization, now for Greek as well as Latin. Code for how lemma-headword dict is built for [Greek](https://github.com/cltk/greek_lexica_perseus/blob/master/transform_lemmata.py) and [Latin](https://github.com/cltk/latin_pos_lemmata_cltk/blob/master/transform_lemmata.py).
0.0.1.16
Added a word tokenizer specific to the Latin language. Mainly useful for separating enclitics -ve, -que, -ne from words. A Greek version is in the works.