XLemmatizer 0.1.0
Pre-release version. 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.
Install-Package XLemmatizer -Version 0.1.0
dotnet add package XLemmatizer --version 0.1.0
<PackageReference Include="XLemmatizer" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XLemmatizer --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XLemmatizer, 0.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- System.Collections.Immutable (>= 1.7.1)
- System.Text.Json (>= 4.7.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 148 | 5/29/2020 |