https://github.com/soenneker/soenneker.utils.string.needlemanwunsch
A utility library for comparing strings via the Needleman-Wunsch algorithm
https://github.com/soenneker/soenneker.utils.string.needlemanwunsch
comparison csharp dotnet dynamic fuzzy needleman needlemanwunsch needlemanwunschutil string utils wunsch
Last synced: 4 months ago
JSON representation
A utility library for comparing strings via the Needleman-Wunsch algorithm
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.string.needlemanwunsch
- Owner: soenneker
- License: mit
- Created: 2023-12-31T01:53:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-05T06:02:10.000Z (4 months ago)
- Last Synced: 2026-03-05T06:26:40.035Z (4 months ago)
- Topics: comparison, csharp, dotnet, dynamic, fuzzy, needleman, needlemanwunsch, needlemanwunschutil, string, utils, wunsch
- Language: C#
- Homepage: https://soenneker.com
- Size: 1.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.utils.string.needlemanwunsch/)
[](https://github.com/soenneker/soenneker.utils.string.needlemanwunsch/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.string.needlemanwunsch/)
[](https://github.com/soenneker/soenneker.utils.string.needlemanwunsch/actions/workflows/codeql.yml)
#  Soenneker.Utils.String.NeedlemanWunsch
### A utility library for comparing strings via the Needleman-Wunsch algorithm
## Installation
```
dotnet add package Soenneker.Utils.String.NeedlemanWunsch
```