* Automatically lemmatize `ambiguous_word` parameter because without it being a lemma, `wn.synsets(ambiguous_word)` breaks the system.
25.10.14
* Added corpus readers for SemEval-2007 coarse-grain WSD data and SemCor
17.01.15
* Official pyWSD version 1.0 announced.
15.05.14
* Added try-excepts to allow old NLTK Synset properties.
15.04.14
* Changed `Synset` properties to methods adhering to new `NLTK` version (see see http://goo.gl/hO79KO) * Added N-best results, `pywsd` now outputs ranked list of synsets (possible with normalized scores too), see test_wsd.py