Allegra-Cohen / grid

GNU General Public License v3.0
1 stars 3 forks source link

Problem with KeyedVectors #57

Closed kwalcock closed 1 year ago

kwalcock commented 1 year ago

In corpus.py, I needed to remove the no_header part because that named parameter no longer exists. Maybe something else needs to be substituted.

            self.model = KeyedVectors.load_word2vec_format(self.model_filename) # , no_header = False)