berts icon indicating copy to clipboard operation
berts copied to clipboard

Anahtar kelime çıkarma çalışması

Open cemhacievliyagil opened this issue 4 years ago • 1 comments

Merhaba bitirme projem için bir çalışma yapıyorum. Verilen texti en iyi temsil eden kelimeleri bulmaya çalışıyorum örneğin en iyi 3 kelime.. Bunla ilgili sizin modelinizi kullanmak istiyorum, nasıl ilerleyebilirim yardımcı olur musunuz ? Teşekkürler..

cemhacievliyagil avatar Jan 10 '22 15:01 cemhacievliyagil

Hi @cemhacievliyagil ,

when I understand it correctly, the problem can be re-phrased as "keyword extraction" from texts? You can e.g. use that library:

https://github.com/MaartenGr/KeyBERT#22-usage

and use a multilingual Sentence-BERT model for that (or look for a Turkish Sentence-BERT model). But if you would like to use our Turkish BERT models you can use the Flair wrapper for this KeyBERT model and pass one of our model identifiers to the TransformerDocumentEmbeddings, as it is shown here.

I hope this helps :hugs:

stefan-it avatar Jan 11 '22 16:01 stefan-it