KeyBERT icon indicating copy to clipboard operation
KeyBERT copied to clipboard

Minimal keyword extraction with BERT

Results 82 KeyBERT issues
Sort by recently updated
recently updated
newest added

Hi Team, Firstof all , Kudos to your work !! The keyBERT model produces duplicate keywords such as "Optimize" and "Optiization". Could you please help me in resolving this issue?

I'm sure this has to be an environment issue, but I don't know where to look to even begin to address the issue. Even the smallest of demos seems to...

Hi, In my Python 3.8 environment I'm facing this issue when I try to import KeyBERT. Here is the full stack trace: ``` ImportError Traceback (most recent call last) in...

First of all, congratulations for your work, it is wonderful. I was wondering, how should I proceed if i wanted to fine tune the underlying BERT on texts that are...

Hey i just started working with KeyBERT so im fairly new to it. I just ran some tests and it works like a charm. I want to have keywords extracted...

With the given examples, the code works for five similar keywords; which parameter is required to get 100 keywords?

from tensorflow.python.keras.engine.keras_tensor import KerasTensor "KerasTensor " can not be found. Is it because python, tensorflow and the version of keras do not correspond?

**Thanks to keybert, I have used the keyword extraction feature and it is very powerful.** I would like to ask, if I want to match a document in my document...

Hi, Thanks for this great tool! As mentionned in this closed issue #48, @MaartenGr @sujithjoseph did you manage to deal with ONNX backend to support custom optimized ONNX models?

Hi, we have been using Keybert in for quite some time now, while currently its' deployed in AWS sagemaker GPU instance which is very costly . We want to move...