swisscom / ai-research-keyphrase-extraction

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

config.ini problem #16

Closed stevenzhang027 closed 5 years ago

stevenzhang027 commented 5 years ago

what does model_path_de in config.ini.template mean? in readme only one configuration ‘model_path’ is mentioned.

kamilbs commented 5 years ago

Hi, You can leave it empty, this is here in case you load the embedding_distributor with german language 'de' (if you have a sent2vec model trained on german) , but we'll clean the code to remove it. Thanks for pointing this out !