Releases: londogard/summarize-kt
Releases · londogard/summarize-kt
v1.1.1
🐛 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
✔️ 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
🚀 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
✔️ Working Build
✔️ Test working
✔️ Deps working
v1.0-beta
Includes TfIdf Summarizer.
This summarization method should work pretty good with any language.
Enjoy 🤗