ListSpellChecker 1.0.1

dotnet add package ListSpellChecker --version 1.0.1
NuGet\Install-Package ListSpellChecker -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ListSpellChecker" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ListSpellChecker --version 1.0.1
#r "nuget: ListSpellChecker, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ListSpellChecker as a Cake Addin
#addin nuget:?package=ListSpellChecker&version=1.0.1

// Install ListSpellChecker as a Cake Tool
#tool nuget:?package=ListSpellChecker&version=1.0.1

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.

ListSpellChecker.WordProbability(currentWord, ListOfWordsToCheck);

Or if you want to put it Culture dependent, then add the CultureInfo

ListSpellChecker.WordProbability(currentWord, ListOfWordsToCheck, wordCategorizationModel.CultureInfo);

If you got questions, don’t hesitate to ask or change: markus.rettenmeier@uffheba.software

Update 1.0.1 Corrected Spelling of my WordProbability πŸ˜„ and made the naming more homogeneous Fitted the Initialization to .NET 8.0

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
1.0.1 172 12/15/2023
1.0.0 126 12/2/2023