FastText.NetWrapper
FastText.NetWrapper copied to clipboard
Windows 32 bit native resource
I want to use this library and run it on 32 bit windows machines. In the embedded resources, there is only windows x64. (+mac and linux)
Would it be possible to have also a 32 bit embedded resource for windows?
+1
Hi! x32 support is possible, but will require compiling fastText library in 32 bit mode, running the tests and making sure that things work as expected overall. Unfortunately, I don't have time to add 32 bit support at this moment, since most projects are deployed in a 64 bit environment nowadays. You can try compiling https://github.com/olegtarasov/fastText in 32 bit mode yourself, adding it to the wrapper and then running unit tests to see if it works. If it does, I will add CI support and include 32 bit libraries in wrapper distribution.