Info
Version: | 1.0.1 |
Author(s): | SA.Developer |
Last Update: | Monday, September 24, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ArabicTextManipulation |
Install
Install-Package ArabicTextManipulation
dotnet add package ArabicTextManipulation
paket add ArabicTextManipulation
ArabicTextManipulation Download (Unzip the "nupkg" after downloading)
The functions we have so far:
- AreEqual: where you pass two strings and some options where you can decide if you want to normalize the strings or remove diacritics before the process starts.
Also you can apply text cleaning to either source, targets or both before the process starts.
- FindSimilarity: this helps you to find the degree of similarity between a string and set of strings.
Helpful for spelling checks.