FastText.NetWrapper 1.3.0

dotnet add package FastText.NetWrapper --version 1.3.0
NuGet\Install-Package FastText.NetWrapper -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FastText.NetWrapper" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastText.NetWrapper --version 1.3.0
#r "nuget: FastText.NetWrapper, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FastText.NetWrapper as a Cake Addin
#addin nuget:?package=FastText.NetWrapper&version=1.3.0

// Install FastText.NetWrapper as a Cake Tool
#tool nuget:?package=FastText.NetWrapper&version=1.3.0

Crossplatform .NET wrapper for Facebook's FastText library. Works on Windows, Linux and MacOs!

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FastText.NetWrapper:

Package Downloads
CherubNLP

.NET text analysis tool. Tokenize, Stemming and Lemmatization.

BotSharp.Plugin.MetaAI

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on FastText.NetWrapper:

Repository Stars
SciSharp/BotSharp
The AI Agent Framework in .NET
SciSharp/CherubNLP
Natural Language Processing in .NET Core
Version Downloads Last updated
1.3.0 43,456 11/20/2021
1.2.30-pre 556 11/19/2021
1.2.9-pre 546 11/19/2021
1.2.8-pre 489 11/19/2021
1.2.7-pre 451 11/19/2021
1.2.6-pre 500 11/19/2021
1.2.5 3,235 8/20/2021
1.2.4 8,181 4/8/2021
1.2.3 13,308 7/12/2020
1.2.2-preview 670 7/11/2020
1.2.1-preview 686 7/11/2020
1.2.0-preview 741 6/23/2020
1.1.2 814 7/11/2020
1.1.1 806 6/23/2020
1.1.0 828 6/18/2020
1.0.38 826 7/11/2020
1.0.37 6,115 3/9/2020
1.0.35 3,656 2/9/2020
1.0.34 2,342 8/24/2019
1.0.33 925 6/12/2019
1.0.32 944 6/10/2019
1.0.25 950 6/9/2019
1.0.24 958 6/9/2019
1.0.19 1,290 4/30/2019
1.0.18 961 4/25/2019
1.0.16 1,073 2/9/2019
1.0.15 957 2/8/2019
1.0.14 953 1/29/2019
1.0.13 1,026 1/22/2019
1.0.12 1,298 9/19/2018
1.0.11 1,400 4/14/2018
1.0.10 7,177 2/22/2018
1.0.9 1,346 2/18/2018
1.0.8 1,391 2/10/2018
1.0.5 1,280 2/3/2018
1.0.0 1,321 1/21/2018

Attention! We are deprecating some methods in 1.1 and replacing them with new API. Migration is really straightforward, but please be sure to read https://github.com/olegtarasov/FastText.NetWrapper/blob/master/README.md for guidance.