Skip to content

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

License

Notifications You must be signed in to change notification settings

NoorDigitalAgency/FastText.NetWrapper

 
 

Repository files navigation

Build status Nuget Supported platforms

FastText.NetWrapper

This is a cross-platform .NET Standard wrapper for Facebook's FastText library. The wrapper comes with bundled precompiled native binaries for all three platforms: Windows, Linux and MacOs.

Just add it to your project and start using it! No additional setup required. This library will unpack and call appropriate native binary depending on target platform.

Windows Requirements

Since this wrapper uses native C++ binaries under the hood, you will need to have Visual C++ Runtime Version 140 installed when running under Windows. Visit the MS Downloads page (https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) and select the appropriate redistributable.

FastText C-style API

If you are interested in using FastText with C-style API, here is my fork of the official library: https://github.com/olegtarasov/fastText.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%