Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 504 Bytes

File metadata and controls

23 lines (15 loc) · 504 Bytes

fastText.Net

C# port of Facebook's FastText using .Net Core 2.1

Based on FastText v0.9.1

Building fastText.Net

Requirements: .Net Core 2.1 SDK

To build fastText.Net, use the following commands:

$ git clone https://github.com/omaremadeldin/fastText.Net.git
$ cd fastText.Net
$ dotnet build

Resources

You can find more information and resources at https://github.com/facebookresearch/fastText

License

fastText is BSD-licensed. Facebook also provide an additional patent grant.