Soenneker.Utils.Strings.DiceCoefficient 3.0.357

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.Strings.DiceCoefficient --version 3.0.357
                    
NuGet\Install-Package Soenneker.Utils.Strings.DiceCoefficient -Version 3.0.357
                    
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="Soenneker.Utils.Strings.DiceCoefficient" Version="3.0.357" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.Strings.DiceCoefficient" Version="3.0.357" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.Strings.DiceCoefficient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Utils.Strings.DiceCoefficient --version 3.0.357
                    
#r "nuget: Soenneker.Utils.Strings.DiceCoefficient, 3.0.357"
                    
#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.
#addin nuget:?package=Soenneker.Utils.Strings.DiceCoefficient&version=3.0.357
                    
Install Soenneker.Utils.Strings.DiceCoefficient as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Strings.DiceCoefficient&version=3.0.357
                    
Install Soenneker.Utils.Strings.DiceCoefficient as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.Strings.DiceCoefficient

A utility library for comparing strings via the Dice Coefficient algorithm

Installation

dotnet add package Soenneker.Utils.Strings.DiceCoefficient

Why?

The Dice Coefficient is a powerful way to measure similarity between strings or other sequences. It's particularly effective for comparing text fragments, identifying duplicates, and matching approximate content. Here's why it stands out:

Pairwise Comparison:

It evaluates based on overlapping character pairs (bigrams), focusing on shared elements without considering their order.

Balanced by Size:

It considers both the number of matches and the total size of the compared strings, ensuring a fair similarity measure.

Suitable for Real-World Data:

Its sensitivity to shared sequences makes it effective for noisy or partially matching data.

Fast and Scalable:

It's computationally efficient, making it applicable for large datasets or repeated comparisons.

Usage

var text1 = "This is a test";
var text2 = "This is another test";

double result = DiceCoefficientStringUtil.CalculatePercentage(text1, text2); // 74.07
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.0.375 0 4/6/2025
3.0.374 0 4/6/2025
3.0.373 0 4/6/2025
3.0.372 0 4/6/2025
3.0.371 0 4/6/2025
3.0.370 28 4/6/2025
3.0.369 30 4/6/2025
3.0.368 37 4/5/2025
3.0.367 39 4/5/2025
3.0.366 43 4/5/2025
3.0.365 39 4/5/2025
3.0.364 39 4/5/2025
3.0.363 40 4/5/2025
3.0.362 42 4/5/2025
3.0.361 110 4/4/2025
3.0.360 109 4/1/2025
3.0.359 132 3/31/2025
3.0.358 133 3/31/2025
3.0.357 64 3/29/2025
3.0.356 450 3/25/2025
3.0.355 451 3/25/2025
3.0.354 97 3/21/2025
3.0.353 116 3/21/2025
3.0.352 127 3/18/2025
3.0.351 129 3/18/2025
3.0.350 59 3/15/2025
3.0.349 56 3/15/2025
3.0.348 135 3/12/2025
3.0.347 144 3/12/2025
3.0.346 141 3/11/2025
3.0.345 136 3/11/2025
3.0.344 151 3/11/2025
3.0.343 142 3/11/2025
3.0.342 147 3/11/2025
3.0.341 136 3/11/2025
3.0.340 143 3/11/2025
3.0.339 141 3/11/2025
3.0.338 193 3/7/2025
3.0.337 194 3/7/2025
3.0.336 104 3/2/2025
3.0.335 78 3/2/2025
3.0.334 76 3/2/2025
3.0.333 78 3/2/2025
3.0.332 83 3/2/2025
3.0.331 81 3/2/2025
3.0.330 90 3/1/2025
3.0.329 80 3/1/2025
3.0.328 80 3/1/2025
3.0.327 79 3/1/2025
3.0.326 76 3/1/2025
3.0.325 80 3/1/2025
3.0.324 86 3/1/2025
3.0.323 80 3/1/2025
3.0.322 82 3/1/2025
3.0.321 78 3/1/2025
3.0.320 75 3/1/2025
3.0.319 90 2/25/2025
3.0.318 89 2/25/2025
3.0.317 80 2/25/2025
3.0.316 79 2/24/2025
3.0.315 79 2/24/2025
3.0.314 99 2/23/2025
3.0.313 87 2/23/2025
3.0.312 82 2/22/2025
3.0.311 86 2/22/2025
3.0.310 83 2/22/2025
3.0.309 80 2/22/2025
3.0.308 83 2/21/2025
3.0.307 85 2/21/2025
3.0.306 90 2/21/2025
3.0.305 86 2/19/2025
3.0.304 90 2/19/2025
3.0.303 86 2/19/2025
3.0.302 90 2/18/2025
3.0.301 85 2/18/2025
3.0.300 93 2/18/2025
3.0.299 91 2/18/2025
3.0.298 89 2/18/2025
3.0.297 82 2/18/2025
3.0.296 87 2/14/2025
3.0.295 87 2/14/2025
3.0.294 91 2/13/2025
3.0.293 86 2/13/2025
3.0.292 85 2/12/2025
3.0.291 106 2/12/2025
3.0.290 97 2/12/2025
3.0.289 102 2/12/2025
3.0.288 99 2/12/2025
3.0.287 93 2/11/2025
3.0.286 86 2/11/2025
3.0.285 93 2/11/2025
3.0.284 95 2/11/2025
3.0.283 91 2/11/2025
3.0.282 91 2/11/2025
3.0.281 91 2/11/2025
3.0.280 100 2/11/2025
3.0.279 94 2/11/2025
3.0.278 88 2/11/2025
3.0.277 88 2/11/2025
3.0.276 80 2/11/2025
3.0.275 86 2/10/2025
3.0.274 93 2/10/2025
3.0.273 91 2/10/2025
3.0.272 95 2/10/2025
3.0.271 100 2/10/2025
3.0.270 95 2/10/2025
3.0.269 94 2/10/2025
3.0.268 92 2/9/2025
3.0.267 85 2/9/2025
3.0.266 90 2/8/2025
3.0.265 81 2/8/2025
3.0.264 85 2/8/2025
3.0.263 89 2/8/2025
3.0.262 81 2/8/2025
3.0.261 84 2/8/2025
3.0.260 83 2/8/2025
3.0.259 83 2/7/2025
3.0.258 82 2/7/2025
3.0.257 86 2/7/2025
3.0.256 85 2/7/2025
3.0.255 90 2/7/2025
3.0.253 84 2/7/2025
3.0.252 79 2/7/2025
3.0.251 79 2/7/2025
3.0.250 82 2/7/2025
3.0.249 85 2/6/2025
3.0.248 88 2/5/2025
3.0.247 97 2/5/2025
3.0.246 87 2/5/2025
3.0.245 84 2/5/2025
3.0.244 85 2/5/2025
3.0.243 90 2/5/2025
3.0.242 87 2/5/2025
3.0.241 99 1/28/2025
3.0.240 78 1/28/2025
3.0.239 93 1/28/2025
3.0.238 78 1/27/2025
3.0.237 88 1/27/2025
3.0.236 86 1/27/2025
3.0.235 71 1/27/2025
3.0.234 82 1/27/2025
3.0.233 80 1/27/2025
3.0.232 72 1/27/2025
3.0.231 89 1/27/2025
3.0.230 79 1/27/2025
3.0.229 91 1/26/2025
3.0.228 92 1/26/2025
3.0.227 79 1/26/2025
3.0.226 83 1/25/2025
3.0.225 82 1/25/2025
3.0.224 95 1/25/2025
3.0.223 84 1/25/2025
3.0.222 87 1/25/2025
3.0.221 84 1/25/2025
3.0.220 82 1/25/2025
3.0.219 79 1/25/2025
3.0.218 78 1/24/2025
3.0.217 78 1/24/2025
3.0.216 75 1/24/2025
3.0.215 83 1/24/2025
3.0.214 92 1/24/2025
3.0.213 82 1/24/2025
3.0.212 81 1/24/2025
3.0.211 89 1/24/2025
3.0.210 81 1/23/2025
3.0.209 85 1/23/2025
3.0.208 107 1/23/2025
3.0.207 83 1/21/2025
3.0.206 82 1/21/2025
3.0.205 84 1/21/2025
3.0.204 87 1/21/2025
3.0.203 86 1/21/2025
3.0.202 86 1/21/2025
3.0.201 87 1/21/2025
3.0.200 87 1/21/2025
3.0.199 87 1/21/2025
3.0.198 80 1/21/2025
3.0.197 84 1/20/2025
3.0.196 78 1/20/2025
3.0.195 84 1/20/2025
3.0.194 87 1/20/2025
3.0.193 82 1/20/2025
3.0.192 77 1/20/2025
3.0.191 85 1/20/2025
3.0.190 80 1/20/2025
3.0.189 86 1/20/2025
3.0.188 89 1/20/2025
3.0.187 91 1/20/2025
3.0.186 92 1/20/2025
3.0.185 85 1/20/2025
3.0.184 83 1/20/2025
3.0.183 79 1/19/2025
3.0.182 77 1/19/2025
3.0.181 86 1/19/2025
3.0.180 70 1/19/2025
3.0.179 78 1/19/2025
3.0.178 76 1/18/2025
3.0.177 81 1/18/2025
3.0.176 71 1/18/2025
3.0.175 79 1/17/2025
3.0.174 78 1/17/2025
3.0.173 87 1/17/2025
3.0.172 81 1/17/2025
3.0.171 75 1/17/2025
3.0.170 79 1/17/2025
3.0.169 74 1/16/2025
3.0.168 75 1/16/2025
3.0.167 81 1/16/2025
3.0.166 69 1/16/2025
3.0.165 70 1/16/2025
3.0.164 76 1/16/2025
3.0.163 85 1/16/2025
3.0.162 83 1/16/2025
3.0.161 80 1/16/2025
3.0.160 78 1/16/2025
3.0.159 83 1/15/2025
3.0.158 82 1/15/2025
3.0.157 73 1/15/2025
3.0.156 75 1/15/2025
3.0.155 73 1/15/2025
3.0.154 75 1/15/2025
3.0.153 61 1/15/2025
3.0.152 58 1/15/2025
3.0.151 56 1/15/2025
3.0.150 53 1/15/2025
3.0.149 54 1/15/2025
3.0.148 51 1/15/2025
3.0.147 66 1/14/2025
3.0.146 66 1/14/2025
3.0.145 71 1/14/2025
3.0.144 70 1/14/2025
3.0.143 67 1/14/2025
3.0.142 63 1/14/2025
3.0.141 62 1/14/2025
3.0.140 65 1/14/2025
3.0.139 71 1/13/2025
3.0.138 67 1/13/2025
3.0.137 67 1/13/2025
3.0.136 65 1/13/2025
3.0.135 73 1/12/2025
3.0.134 69 1/12/2025
3.0.133 80 1/11/2025
3.0.132 86 1/11/2025
3.0.131 75 1/11/2025
3.0.130 86 1/10/2025
3.0.129 80 1/10/2025
3.0.128 69 1/10/2025
3.0.127 70 1/10/2025
3.0.126 90 1/10/2025
3.0.125 78 1/10/2025
3.0.124 86 1/10/2025
3.0.123 81 1/10/2025
3.0.122 122 1/3/2025
3.0.121 125 1/3/2025
3.0.120 116 1/3/2025
3.0.119 92 1/3/2025
3.0.118 92 1/3/2025
3.0.117 94 1/2/2025
3.0.116 96 1/2/2025
3.0.115 96 1/2/2025
3.0.114 96 1/2/2025
3.0.113 96 1/2/2025
3.0.112 99 1/2/2025
3.0.111 105 1/1/2025
3.0.110 107 1/1/2025
3.0.109 104 1/1/2025
3.0.108 105 1/1/2025
3.0.107 105 1/1/2025
3.0.106 101 1/1/2025
3.0.105 96 1/1/2025
3.0.104 96 1/1/2025
3.0.103 105 1/1/2025
3.0.102 101 12/31/2024
3.0.101 103 12/31/2024
3.0.100 99 12/31/2024
3.0.99 110 12/31/2024
3.0.98 111 12/31/2024
3.0.97 111 12/31/2024
3.0.96 84 12/31/2024
3.0.95 81 12/31/2024
3.0.94 90 12/31/2024
3.0.93 85 12/31/2024
3.0.92 87 12/31/2024
3.0.91 86 12/31/2024
3.0.90 86 12/31/2024
3.0.89 87 12/31/2024
3.0.88 86 12/30/2024
3.0.87 83 12/28/2024
3.0.86 86 12/28/2024
3.0.85 90 12/27/2024
3.0.84 98 12/27/2024
3.0.83 86 12/24/2024
3.0.82 84 12/24/2024
3.0.81 89 12/24/2024
3.0.80 92 12/24/2024
3.0.79 83 12/24/2024
3.0.78 80 12/24/2024
3.0.77 85 12/24/2024
3.0.76 82 12/24/2024
3.0.75 95 12/24/2024
3.0.74 83 12/24/2024
3.0.73 84 12/24/2024
3.0.72 82 12/24/2024
3.0.71 92 12/23/2024
3.0.70 95 12/23/2024
3.0.69 86 12/23/2024
3.0.68 104 12/23/2024
3.0.67 87 12/23/2024
3.0.66 96 12/23/2024
3.0.65 85 12/22/2024
3.0.64 84 12/22/2024
3.0.63 90 12/22/2024
3.0.62 91 12/22/2024
3.0.61 86 12/22/2024
3.0.60 90 12/22/2024
3.0.59 91 12/22/2024
3.0.58 91 12/21/2024
3.0.57 80 12/21/2024
3.0.56 90 12/21/2024
3.0.55 94 12/21/2024
3.0.54 88 12/21/2024
3.0.53 86 12/21/2024
3.0.52 90 12/21/2024
3.0.51 92 12/21/2024
3.0.50 99 12/21/2024
3.0.49 95 12/21/2024
3.0.48 90 12/21/2024
3.0.47 91 12/21/2024
3.0.46 95 12/21/2024
3.0.45 91 12/20/2024
3.0.44 83 12/20/2024
3.0.43 102 12/20/2024
3.0.42 91 12/20/2024
3.0.41 89 12/20/2024
3.0.40 86 12/20/2024
3.0.39 92 12/20/2024
3.0.38 92 12/19/2024
3.0.37 87 12/19/2024
3.0.36 83 12/19/2024
3.0.35 85 12/19/2024
3.0.34 87 12/19/2024
3.0.33 94 12/19/2024
3.0.32 85 12/19/2024
3.0.31 100 12/18/2024
3.0.30 87 12/18/2024
3.0.29 94 12/18/2024
3.0.28 90 12/17/2024
3.0.27 84 12/17/2024
3.0.26 91 12/17/2024
3.0.25 85 12/17/2024
3.0.24 88 12/10/2024
3.0.23 90 12/10/2024
3.0.22 87 12/10/2024
3.0.21 88 12/9/2024
3.0.20 93 12/9/2024
3.0.19 89 12/9/2024
3.0.18 90 12/9/2024
3.0.17 95 12/9/2024
3.0.16 91 12/7/2024
3.0.15 98 12/6/2024
3.0.14 89 12/6/2024
3.0.13 87 12/6/2024
3.0.12 86 12/6/2024
3.0.11 105 12/6/2024
3.0.10 100 12/6/2024
3.0.9 93 12/6/2024
3.0.7 95 12/6/2024
3.0.6 91 12/6/2024
3.0.5 93 12/5/2024
3.0.4 94 12/5/2024
3.0.3 98 12/5/2024
3.0.2 96 12/4/2024
3.0.1 96 12/4/2024