swisscom / ai-research-keyphrase-extraction

EmbedRank: Unsupervised Keyphrase Extraction using Sentence Embeddings (official implementation)
Apache License 2.0
432 stars 88 forks source link

Key phrases in other languages. #26

Closed sejkko closed 5 years ago

sejkko commented 5 years ago

I was wondering if there is a list of requirements we need to make sure are fulfilled to be able to run this system to extract key phrases in other languages. It seems to me that at least the Stanford CoreNLP server should be called with an appropriate language model, and the trained model used by SENT2VEC should be set appropriately. Could you say more about this?

kamilbs commented 5 years ago

Yes you are totally right, in addition to the PosTagger and sent2vec , you also need to define rules to extract candidate phrases.