| Library | Client |
|---|---|
Contact: [email protected]
| Date | Author | Description |
|---|---|---|
| 2020-12-27 | numbworks | Created. |
| 2021-02-15 | numbworks | Updated paragraphs with the correct content. |
| 2021-09-24 | numbworks | Version numbers removed. |
| 2022-09-27 | numbworks | Updated to v3.0.0. |
| 2022-12-26 | numbworks | Updated to v3.7.0. |
| 2024-01-29 | numbworks | Updated to v4.0.0. |
From the documentation:
NW.NGramTextClassificationis a library to perform text classification tasks on the text snippets you provide.
NW.NGramTextClassificationClient(ngramtc) is a command-line application based on theNW.NGramTextClassificationlibrary.
I assume you are on Windows, but the library should compile without issues on Linux as well. Please:
- Install Git for Windows;
- Open
Windows Powershell(orWindows Terminalor similar) and type:
PS C:\> mkdir NW.NGramTextClassification
PS C:\> cd .\NW.NGramTextClassification\
PS C:\NW.NGramTextClassification> git clone https://github.com/numbworks/NW.NGramTextClassification.git- Open
NW.NGramTextClassification.slnwithVisual Studioor other IDE; - Done!
If you are a .NET developer and you want to use the library from within your projects, the binary packages are available on NuGet.
If you are an non-developer user, you can download the client from the Releases page on Github.