blester125 / word-vectors

Easy loading of word vectors and a faster format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading on windows

blester125 opened this issue · comments

Current the readers fail on windows because the mmap library for windows doesn't have the port field and the mmap module doesn't have constants like mmap.PROT_READ

We need to have a way to swap between these these mmaps signatures for the different OSs

The issue still persists.