MaartenGr / KeyBERT

Minimal keyword extraction with BERT

Home Page:https://MaartenGr.github.io/KeyBERT/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type of dataset

Hossein-1991 opened this issue · comments

Hi,

My question is kind of basic!
I would like to use keybert, but I don't know whether removing punctuations are helpful or not!
More deeply, are punctuations essential for text classification tasks?

It highly depends on the embedding model that you use. For most transformer-based models, it is important to keep the punctuations as they are part of the context.