rust-bert
rust-bert copied to clipboard
"Extract" Keywords from text
👋 How can I "extract" keywords from some text using this crate?
I was following this article for python and was wondering if I could do something similar using rust-bert.
I am a NLP noob trying to learn, so take this with a grain of salt. Thanks for the great work on this!
Hello @felippemr ,
The example linked in this article leverages KeyBERT which is not yet supported in this crate. I am planning on implementing sentence embeddings transformers over the next few weeks which seems to be at the basis of KeyBERT - so this feature may be implemented in the near future.