Info
Version: | 0.1.0 |
Author(s): | Robert Christen |
Last Update: | Friday, May 29, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/XLemmatizer |
Install
Install-Package XLemmatizer
dotnet add package XLemmatizer
paket add XLemmatizer
XLemmatizer Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Collections.Immutable(>= 1.7.1)
- System.Text.Json(>= 4.7.2)
Tags
API might change later.
A lemma is the canonical form of the word. For example, the words "run", "runs", "ran" and "running" can be lemmatized to "run"
XLemmatizer tokenizes and lemmatizes English sentences.
How to use:
1) Creates a new instance of Lemmatizer
2) Calls Lemmatize
It will return the list of tokens.