ListSpellChecker 1.0.0
See the version list below for details.
dotnet add package ListSpellChecker --version 1.0.0
NuGet\Install-Package ListSpellChecker -Version 1.0.0
<PackageReference Include="ListSpellChecker" Version="1.0.0" />
paket add ListSpellChecker --version 1.0.0
#r "nuget: ListSpellChecker, 1.0.0"
// Install ListSpellChecker as a Cake Addin #addin nuget:?package=ListSpellChecker&version=1.0.0 // Install ListSpellChecker as a Cake Tool #tool nuget:?package=ListSpellChecker&version=1.0.0
The List Spellchecker is written in C#. It searches for the next fitting word, depending on the letters and length of the word.
It is necessary to give it the word to check, a list of words to check to and cultureInfo. You can use any list of words from the internet, you just must put it into Listy<string> in the code. Output is a list of strings, ordered by its most likely fit.
SpellCheck.WordPropability(currentWord, wordsToCheck, wordCategorizationModel.CultureInfo);
If you got questions, don’t hesitate to ask.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.