Hi everyone,
I ran into a Deprecation Warning in the function preprocesses_split_lines4(): "DeprecationWarning: Deprecated. Use gensim.models.KeyedVectors.load_word2vec_format instead."
The gensim word2vec import seems to be out of date. I tried to fix it with KeyedVectors, however then the (seemingly pre-trained ?) model "fw2v.bin" cannot be found. I could also not find this model anywhere on the web...
Any suggestions?
Thanks a lot in advance!