This document summarizes an article that presents an open-source lemmatizer called GATE DictLemmatizer. The lemmatizer currently supports lemmatization for English, German, Italian, French, Dutch, and Spanish. It uses a combination of automatically generated lemma dictionaries from Wiktionary and the Helsinki Finite-State Transducer Technology (HFST). An evaluation shows it achieves similar or better results than the TreeTagger lemmatizer for languages with HFST support, and still provides satisfactory results for languages without HFST support. The lemmatizer and tools to generate dictionaries are made freely available as open source.