hippozhu

Results 1 issues of hippozhu

In line 166 and 167 `word_ids = np.array(cooccurrence.keys(), dtype=np.int32)` `values = np.array(cooccurrence.values(), dtype=np.float64)` gives > TypeError: int() argument must be a string, a bytes-like object or a number, not 'dict_keys'...