Skip to content

Releases: londogard/summarize-kt

v1.2.0

18 May 16:07
Compare
Choose a tag to compare

✔️ Using the new Smile component for Kotlin
✔️ Updated Smile dependency to latest version
✔️ Extracted embeddings into https://github.com/londogard/embeddings-kt

v1.1.1

22 Feb 10:50
Compare
Choose a tag to compare

🐛 Incorrect default param using dimension=300 when our default dim should be 50.
🚀 Reduced build size by removing embeddings (these are downloaded through DownloadHelper)
🚀 Added overloadEmbedding param!

v1.1.0

21 Feb 15:53
dd42ff5
Compare
Choose a tag to compare

✔️ Cleaned & Updated API to be simpler and better.
✔️ Added Download Helper to automatically download & fix embeddings if missing
✔️ LightWordEmbeddings optimized for lower RAM & speed

v1.0.1

08 Feb 15:20
ce413b1
Compare
Choose a tag to compare

🚀 Word-Embedding Clustering Summarisation available with two variants, based on either Rossiello or Ghalandari's work.
🚀 README includes good examples on how to use

v1.0.1-beta

29 Nov 21:17
Compare
Choose a tag to compare

✔️ Working Build
✔️ Test working
✔️ Deps working

v1.0-beta

28 Nov 15:53
Compare
Choose a tag to compare

Includes TfIdf Summarizer.
This summarization method should work pretty good with any language.

Enjoy 🤗