Releases: hfxunlp/GloVe-win
Version 0.7 with x86 and x64 support
Fix bug in shuffle.c
, sorry for that.
Version 0.6 with x86 and x64 support
Update pthreads-win32 to 2.10 from MinGW, build with nmake from VS2017.
Version 0.5 with x86 and x64 support
Update GCC to 7.1.0 for dev cpp release.
Version 0.4 with x86 and x64 support
Compiled with visual studio 2017(vs, target platform: win10) and dev cpp(devc) on Windows 10.
Version 0.3 with x86 and x64 support
This release correct the openmode for binary file, could work correctly on Windows 10, test passed.
Compiled with visual studio 2017(vs, target platform: win10) and dev cpp(devc) on Windows 10.
You could just use the vs files if you have your system components needed installed or devc files for more universal use.
Version 0.2 with x86 and x64 support
Compiled with visual studio 2015(vs) and dev cpp(devc) on Windows 10.
You could just use the vs files if you have your system components installed or devc files for more universal use.
Init compile
based on Stanford GloVe(https://github.com/stanfordnlp/GloVe) commit 10a89b7.