Implement `shrink_windows` argument for Word2Vec. by M-Demay · Pull Request #3169 · piskvorky/gensim

Fixes #3159. The idea is to allow the user to use a window with fixed-size, contrary to the current default behaviour which is to pick the window size in [1, window] uniformly at random. We want th...