We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed46c28 commit b48cb11Copy full SHA for b48cb11
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [Introducing cosine similarity for word vectors](https://github.com/winkjs/wink-nlp/releases/tag/2.1.0)
2
+## Version 2.1.0 March 24, 2024
3
+
4
+### ✨ Features
5
+- You can now use `similarity.vector.cosine( vectorA, vectorB )` to compute similarity between two vectors on a scale of 0 to 1. 🤓
6
7
8
# [Word embeddings have arrived!](https://github.com/winkjs/wink-nlp/releases/tag/2.0.0)
9
## Version 2.0.0 March 24, 2024
10
0 commit comments