MIND-Lab / OCTIS

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)
MIT License
734 stars 106 forks source link

Add `saved_kv` parameter to eval metrics #127

Open searri opened 4 months ago

searri commented 4 months ago

Small change: adds the ability for embedding-related evaluation metrics to directly load saved gensim KeyedVector objects rather than needing them to be saved in a format understood by load_word2vec_format.