sense2vec
sense2vec copied to clipboard
🦆 Contextually-keyed word vectors
I'd love to cite the package - any chance of providing a citation instruction on the repo?
Try to use Wikipedia Chinese corpus to Train sense2vec. But met a problem which is **The 'noun_chunks' syntax iterator is not implemented for language 'zh'.** Anyone know how to deal...
Hello, When using the demo with the word "Height", the sense "auto" and the year "2019" the results are amazing while running through spacy the results are completly different. example:...
Is there a way to get multiple most similar senses using array of senses? I believe current solution gives average to multiple senses. For example I want to get most...
Thanks so much for the great work and nice documentation! I have a question regarding using the sense2vec to find the similarity score between 2 sentences. For example, "What is...
I want to add my own sense2vec to my own spacy model, as you wrote in documentation, I add that to my current pipeline ``` [initialize.components] [initialize.components.sense2vec] data_path = "/path/to/s2v"...
I followed your step to train my own S2V for my corpus on my customized NER model, thill step 2 everything is fine,. corpusMODELV05.spacy is made and also corpusMODELV05-1.s2v but...
I am trying to use sense2vec with my text processing project to automatically generate rules for matching, and I am having problems with attempts to find synonyms of words specified...
Hi, When I follow this tutorial on how to combine Prodigy and the 2019 version of Sense2vec [](https://explosion.ai/blog/sense2vec-reloaded#annotation) I constantly get CLI message "killed" with no further description on what...
Hi, I am trying to built a sense2vec model with new data. I have made few changes in 01_parse.py. First, I have removed the default ner pipe coming with "en_core_web_lg"....