microsoft / LightLDA

Scalable, fast, and lightweight system for large-scale topic modeling
http://www.dmtk.io
MIT License
842 stars 235 forks source link

a word occurs too many times in all docs that int cannot handle. #59

Open CharlesMei opened 6 years ago

CharlesMei commented 6 years ago

when i dump the data, i get errors: terminate called after throwing an instance of 'std::out_of_range' what(): stoi I'm sure the max word_id is smaller than max_int, how should i solve the problem?