Releases: mrgambal/elasticsearch-ukrainian-lemmatizer
Build for ElasticSearch 5.6.16
The new version of the VESUM dictionary [ES 2.4.6]
Update the morfologik dictionary to v4.9.1 CHG: use the latest available dictionary version; CHG: update Gradle to v6.2.2, fix the warnings; CHG: bump version to 1.5.3.
The new version of the VESUM dictionary [ES 2.3.5]
Update the morfologik dictionary to v4.9.1 CHG: use the latest available dictionary version; CHG: update Gradle to v6.2.2, fix the warnings; CHG: bump version to 1.4.3.
Ad-hoc analysis [ES 2.4.6]
This marvelous release made the lemmatizer able to be used within the custom analysis settings on ad-hoc basis, using the approach described in the official documentation.
Aforesaid (and some additional improvements) also implies the fact that it is now feasible to feed an additional stopwords list to the lemmatizer. Curious reader may find the working example in test.sh.
Cosmetic changes
The release consists mostly of subtle changes, yet they make our life better, don't they?
Build for ElasticSearch 2.4.6
Next release for the latest ES in v2.4.x branch.
Build for ElasticSearch 2.3.5
Excellent news! The plugin has gotten smaller (only 3.8 MB !) and builds became faster.
Build for ElasticSearch 2.3.3
So this has finally happened: the plugin won't use that ugly CSV burden as it used to.
Current implementation uses the Morfologik project as an stemming engine. Moreover the most recent dictionary produced by those magnificent guys in Brown-Uk was included. Whenever you run into any of them (and especially @arysin), show your gratitude. 😉
Build for ElasticSearch 2.2.1
Made it available for ES v2.2.1.
Also gradle-wrapper has been added just for convenience purposes.
Unicode, tests and logging fixes [ES 2.1.2]
This particular release addresses an issue with non-Unicode based OSes (like Windows) and a problem with testing in gradle.