-
While cross encoders have shown better performance than using cosine similarity scores on sentence embeddings, there are no multilingual cross encoders, making this solution only viable for English. E…
-
Hi,
I installed EfficientWord-Net in Python 3.9 environment on windows laptop.
There have been few issues during installation which got resolved as mentioned below (for your information):
=…
-
OOV is our second big enemy. In best case, it makes context scorer harmlessly useless. Is being useless good?
Soundex and Double Metaphone matching methods are against OOV but they provide quite low …
-
First off, thank you for building sematch! This package has been incredibly valuable for me.
Suggestion / question - is there any reason why `WordNetSimilarity` is restricted to only nouns at the m…
-
**Is your feature request related to a problem? Please describe.**
In a workflow where I applied POS tagging to allow selecting (for instance) just nouns and verbs, then Bag of Words, Distances, Hier…
-
### Description of the new feature / enhancement
I really like the quick peek feature that the powertoys supply.
It would be great:
1. If it also works within a file dialog window
2. Compatibilit…
-
```
Rares' FuzzyJoin will run the following query with the default similarity
threshold 0.8f:
use dataverse fuzzyjoin;
for $i in dataset('DBLP')
for $j in dataset('CSX')
where similarity-jaccard(wo…
-
## 0. Paper
@inproceedings{gabor-etal-2017-exploring,
title = "Exploring Vector Spaces for Semantic Relations",
author = {G{\'a}bor, Kata and
Zargayouna, Ha{\"\i}fa and
Tell…
a1da4 updated
4 years ago
-
## 0. Paper
authors: Xinchi Chen, Xipeng Qiu, Jingxiang Jiang, Xuanjing Huang
paper: [arxiv](https://arxiv.org/abs/1511.06246)
## 1. What is it?
They proposed gaussian mixture embeddings for w…
a1da4 updated
3 years ago
-
I'm wondering why in the paper you linked "[Enriching Word Vectors with Subword Information](https://arxiv.org/pdf/1607.04606.pdf)" they compute the similarity between words as the cosine-similarity o…