Anahtar kelime çıkarma çalışması
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..
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: