Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anahtar kelime çıkarma çalışması #40

Open
cemhacievliyagil opened this issue Jan 10, 2022 · 1 comment
Open

Anahtar kelime çıkarma çalışması #40

cemhacievliyagil opened this issue Jan 10, 2022 · 1 comment

Comments

@cemhacievliyagil
Copy link

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..

@stefan-it
Copy link
Collaborator

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 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants