explosion / sense2vec

🦆 Contextually-keyed word vectors
https://explosion.ai/blog/sense2vec-reloaded
MIT License
1.62k stars 240 forks source link

Add keyphrases in custom model #144

Closed franespiga closed 2 years ago

franespiga commented 2 years ago

Hello, I have successfully trained a model using custom data as per the readme, but when I plug it in on the spacy pipeline or directly expose it to my users via de Streamlit app, only single keywords are returning results, but not 2+keywords or keyphrases.

I am certain that I have missed this option at some point in the process, if you could clarify how can I generate also the vectors for keyphrases of up to 3 terms, I would appreciate it.