Open johnrieth-zz opened 6 years ago
@johnrieth can you please share the modified source code or at least the compiled binary
I built FastText in VS 2017 CMake with minor fixes and looks like it works well! You can try it using my fork https://github.com/Axaprj/fastText
I have gotten fastText to work on Windows and used Visual Studio 2017 tools to build fastText. The image below shows my Visual Studio 2017 setup. I am not sure if the Clang/C2 (experimental) tool is necessary for building fastText. I am assuming it is because the instructions say clang is one of the compilers necessary. I tested building fastText using the x64_x86 and x86_x64 Cross Tools Command Prompt for VS 2017.
I have completed the Text classification tutorial. I had to change the code for two steps.