maximtrp / bitermplus

Biterm Topic Model (BTM): modeling topics in short texts
https://bitermplus.readthedocs.io/en/stable/
MIT License
77 stars 13 forks source link

Is it possible to contain only those words that occur in max 90% and min 10% of documents in function X, vocabulary, vocab_dict = btm.get_words_freqs() #13

Closed RashmiBatra closed 3 years ago

RashmiBatra commented 3 years ago

Hello there, Pl. ignore, Read the documentation and used max_df and min_df parametes to get the desired result. thank you.