FastText.NetWrapper
FastText.NetWrapper copied to clipboard
.NET Standard wrapper for fastText library. Now works on Windows, Linux and MacOs!
First of all, congratulations for your library. It's very nice. We are consuming your NuGet package from one of our microservices that is responsible of doing some AI staff. We...
Hi! In the .csproj file I changed the header from `` to `` and it all worked. I have no explanation for this. _Originally posted by @VZMDeadAngel in https://github.com/olegtarasov/FastText.NetWrapper/issues/26#issuecomment-906518029_
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...
Hello, I am trying to use the FastText.NetWrapper library on Mac. I saved the FastText file to usr/local/bin. I directly cloned the FastText.NetWrapper files via Github and tried to try...
I compiled Fasttext for ARM64 (Windows on macOS Parallel) but I always get a System.BadImageFormatException when I invoke CreateFastText()