- New version that is compatible with ES 7.3.2.
- New version that is compatible with ES 5.1.1.
- New version that is compatible with ES 2.2.1.
- New version that is compatible with ES 1.5.
- Added tokenizer that is suitable for tokenizing Finnish text.
- Use 'fi_fi-x-morpho' as the default language, forcing use of morpho-dictionary.
- Allow configuring size of analysis-cache.
- Cache reads were made with read-lock, although they updated the access order, causing possible corruption.
- Pooling Voikko-instances for better multi-threaded performance.
- Handle unknown tokens correctly.
- Initial revision.