dotnet-stop-words
1.1.0
Get list of common stop words in various languages in dotnet
Install-Package dotnet-stop-words -Version 1.1.0
dotnet add package dotnet-stop-words --version 1.1.0
<PackageReference Include="dotnet-stop-words" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotnet-stop-words --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotnet-stop-words
Get list of common stop words in various languages in dotnet. Based on the list of Alir3z4
Available languages
- Arabic
- Bulgarian
- Catalan
- Czech
- Danish
- Dutch
- English
- Finnish
- French
- German
- Hindi
- Hungarian
- Indonesian
- Malaysian
- Italian
- Norwegian
- Polish
- Portuguese
- Romanian
- Russian
- Slovak
- Spanish
- Swedish
- Turkish
- Ukrainian
- Vietnamese
Installation
Install-Package dotnet-stop-words -Version 1.0.4
or
dotnet add package dotnet-stop-words --version 1.0.4
or
paket add dotnet-stop-words --version 1.0.4
Usage
var testString = "Hello this is a test";
var newString = s.RemoveStopWords("en");
// newstring is now Hello
var stopWords = StopWords.GetStopWords("en");
// stopWords has a list of all englisch stop words
dotnet-stop-words
Get list of common stop words in various languages in dotnet. Based on the list of Alir3z4
Available languages
- Arabic
- Bulgarian
- Catalan
- Czech
- Danish
- Dutch
- English
- Finnish
- French
- German
- Hindi
- Hungarian
- Indonesian
- Malaysian
- Italian
- Norwegian
- Polish
- Portuguese
- Romanian
- Russian
- Slovak
- Spanish
- Swedish
- Turkish
- Ukrainian
- Vietnamese
Installation
Install-Package dotnet-stop-words -Version 1.0.4
or
dotnet add package dotnet-stop-words --version 1.0.4
or
paket add dotnet-stop-words --version 1.0.4
Usage
var testString = "Hello this is a test";
var newString = s.RemoveStopWords("en");
// newstring is now Hello
var stopWords = StopWords.GetStopWords("en");
// stopWords has a list of all englisch stop words
Release Notes
* Add hebrew
* Update Newtonsoft.Json
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
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.