-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Description
Thank you very much for this project. It seems very useful.
I don't seem to be able to use the fasttext files, at least not the Russian or Turkish ones. When attempting to load them with fasttext, I get this error:
$ fasttext print-word-vectors ru.bin
terminate called after throwing an instance of 'std::invalid_argument'
what(): ru.bin has wrong file format!
Aborted
On closer inspection, the files are missing the fasttext magic number in their header. Fasttext binary files are expected to start with 0x2F4F16BA, and this one doesn't.
Were they created by some other software, or perhaps an older version of fasttext that had a different file format?
Thank you.
hafiz031
Metadata
Metadata
Assignees
Labels
No labels