rust-bert icon indicating copy to clipboard operation
rust-bert copied to clipboard

"Extract" Keywords from text

Open felippemr opened this issue 3 years ago • 1 comments

👋 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!

felippemr avatar Mar 16 '22 23:03 felippemr

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.

guillaume-be avatar Apr 04 '22 17:04 guillaume-be