Skip to content

Releases: mrgambal/elasticsearch-ukrainian-lemmatizer

Build for ElasticSearch 5.6.16

22 Mar 13:45
Compare
Choose a tag to compare

The release for the latest ES in v5.6.x branch.

The new version of the VESUM dictionary [ES 2.4.6]

22 Mar 09:12
Compare
Choose a tag to compare
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]

22 Mar 09:07
Compare
Choose a tag to compare
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]

27 Jan 21:58
Compare
Choose a tag to compare

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

02 Dec 11:50
Compare
Choose a tag to compare

The release consists mostly of subtle changes, yet they make our life better, don't they?

Build for ElasticSearch 2.4.6

07 Nov 17:50
Compare
Choose a tag to compare

Next release for the latest ES in v2.4.x branch.

Build for ElasticSearch 2.3.5

07 Nov 17:16
Compare
Choose a tag to compare

Excellent news! The plugin has gotten smaller (only 3.8 MB !) and builds became faster.

Build for ElasticSearch 2.3.3

06 Nov 17:40
Compare
Choose a tag to compare

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

16 Mar 12:04
Compare
Choose a tag to compare

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]

27 Feb 23:31
Compare
Choose a tag to compare

This particular release addresses an issue with non-Unicode based OSes (like Windows) and a problem with testing in gradle.