FastText.NetWrapper icon indicating copy to clipboard operation
FastText.NetWrapper copied to clipboard

.NET Standard wrapper for fastText library. Now works on Windows, Linux and MacOs!

Results 7 FastText.NetWrapper issues
Sort by recently updated
recently updated
newest added

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_

bug

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...

enhancement
help wanted

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()

Could not install package 'FastText.Native.Linux 1.0.115'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the package does not contain any assembly references or content...

I get a native library exception when trying to load pre-trained models downloaded from the Fasttext site e.g. the [language identification](https://fasttext.cc/docs/en/language-identification.html) model, lid.176.bin Wrote a simple unit test ``` [Fact]...