andrewtavis / kwx

BERT, LDA, and TFIDF based keyword extraction in Python
BSD 3-Clause "New" or "Revised" License
67 stars 10 forks source link

Adding LDA key-phrase extraction #20

Open andrewtavis opened 3 years ago

andrewtavis commented 3 years ago

This issue is for discussing and eventually implementing key-phrase extraction for LDA in kwx. It would be best to first collect code snippets and documentation links for how to best implement this with gensim based LDA models, and then from there work on an implementation can begin :)

Thanks for your interest in contributing!