You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the packages and I am a little confused. My task is to find the similarity scores between sentences.
Can you provide a sample code how can we use this in python code to train and test?
The text was updated successfully, but these errors were encountered:
Hi. context2vec is not suitable for computing sentence similarity (at least not in a straight forward manner). I suggest you look for other alternatives, e.g. https://radimrehurek.com/gensim/models/doc2vec.html
Hi,
I am trying to use the packages and I am a little confused. My task is to find the similarity scores between sentences.
Can you provide a sample code how can we use this in python code to train and test?
The text was updated successfully, but these errors were encountered: