Soenneker.Utils.String.JaccardSimilarity 2.1.504

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.String.JaccardSimilarity --version 2.1.504                
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 2.1.504                
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.String.JaccardSimilarity" Version="2.1.504" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.JaccardSimilarity --version 2.1.504                
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 2.1.504"                
#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 Soenneker.Utils.String.JaccardSimilarity as a Cake Addin
#addin nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=2.1.504

// Install Soenneker.Utils.String.JaccardSimilarity as a Cake Tool
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=2.1.504                

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.String.JaccardSimilarity

A utility library for comparing strings via the Jaccard similarity algorithm

Installation

dotnet add package Soenneker.Utils.String.JaccardSimilarity

Why?

Jaccard similarity is great for comparing sets of items, and it's often used for tasks like detecting similar documents or recommending content. It's useful because:

Set-Focused:

It works well when you care about what elements are present, not their order.

Scale Doesn't Matter:

It's not influenced by how big the sets are, just by what they share.

Efficient:

It's quick to calculate making it suitable for large datasets.

Handles Noise Well:

It stays reliable even if there's extra, less important information in the sets.

Usage

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

double result = JaccardSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 60
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
2.1.562 0 9/27/2024
2.1.561 0 9/27/2024
2.1.560 0 9/27/2024
2.1.559 0 9/27/2024
2.1.558 4 9/27/2024
2.1.557 8 9/27/2024
2.1.556 19 9/27/2024
2.1.555 29 9/26/2024
2.1.554 36 9/26/2024
2.1.553 32 9/26/2024
2.1.552 37 9/26/2024
2.1.551 33 9/26/2024
2.1.550 32 9/26/2024
2.1.549 36 9/26/2024
2.1.548 31 9/26/2024
2.1.547 67 9/23/2024
2.1.546 63 9/23/2024
2.1.545 67 9/23/2024
2.1.544 68 9/23/2024
2.1.543 64 9/23/2024
2.1.542 68 9/23/2024
2.1.541 67 9/23/2024
2.1.540 65 9/23/2024
2.1.539 89 9/18/2024
2.1.538 66 9/18/2024
2.1.537 69 9/18/2024
2.1.536 75 9/18/2024
2.1.535 64 9/18/2024
2.1.534 71 9/17/2024
2.1.533 66 9/17/2024
2.1.531 69 9/17/2024
2.1.530 72 9/17/2024
2.1.529 73 9/17/2024
2.1.528 81 9/17/2024
2.1.527 76 9/17/2024
2.1.526 73 9/16/2024
2.1.525 80 9/16/2024
2.1.524 85 9/12/2024
2.1.523 83 9/12/2024
2.1.522 91 9/12/2024
2.1.521 93 9/12/2024
2.1.520 91 9/11/2024
2.1.519 86 9/11/2024
2.1.517 80 9/11/2024
2.1.516 96 9/11/2024
2.1.515 80 9/10/2024
2.1.514 77 9/10/2024
2.1.513 78 9/10/2024
2.1.512 76 9/10/2024
2.1.511 78 9/10/2024
2.1.510 86 9/10/2024
2.1.509 74 9/9/2024
2.1.508 77 9/9/2024
2.1.507 85 9/9/2024
2.1.506 78 9/9/2024
2.1.505 78 9/9/2024
2.1.504 87 9/9/2024
2.1.503 87 9/7/2024
2.1.502 81 9/7/2024
2.1.501 87 9/6/2024
2.1.500 85 9/6/2024
2.1.499 85 9/6/2024
2.1.498 89 9/6/2024
2.1.497 83 9/5/2024
2.1.496 88 9/5/2024
2.1.495 79 9/5/2024
2.1.494 90 9/5/2024
2.1.493 80 9/5/2024
2.1.492 80 9/5/2024
2.1.491 88 9/5/2024
2.1.490 86 9/4/2024
2.1.489 84 9/4/2024
2.1.488 84 9/3/2024
2.1.487 82 9/3/2024
2.1.486 85 9/3/2024
2.1.485 87 9/3/2024
2.1.484 79 9/3/2024
2.1.483 87 8/29/2024
2.1.482 86 8/29/2024
2.1.481 79 8/29/2024
2.1.480 96 8/26/2024
2.1.479 83 8/26/2024
2.1.478 99 8/26/2024
2.1.477 104 8/21/2024
2.1.476 115 8/21/2024
2.1.475 105 8/21/2024
2.1.474 91 8/21/2024
2.1.473 115 8/20/2024
2.1.472 101 8/20/2024
2.1.471 99 8/20/2024
2.1.470 103 8/20/2024
2.1.469 100 8/20/2024
2.1.468 105 8/20/2024
2.1.467 107 8/19/2024
2.1.466 101 8/15/2024
2.1.465 106 8/15/2024
2.1.464 99 8/15/2024
2.1.463 106 8/14/2024
2.1.462 104 8/14/2024
2.1.461 98 8/14/2024
2.1.460 101 8/13/2024
2.1.459 89 8/7/2024
2.1.458 85 8/7/2024
2.1.457 87 8/7/2024
2.1.456 77 8/6/2024
2.1.455 73 8/6/2024
2.1.454 55 8/1/2024
2.1.453 62 8/1/2024
2.1.452 62 8/1/2024
2.1.450 80 7/25/2024
2.1.449 83 7/25/2024
2.1.448 76 7/25/2024
2.1.447 74 7/25/2024
2.1.446 85 7/25/2024
2.1.445 82 7/25/2024
2.1.444 81 7/24/2024
2.1.442 83 7/20/2024
2.1.441 82 7/20/2024
2.1.440 87 7/20/2024
2.1.439 79 7/14/2024
2.1.438 83 7/14/2024
2.1.437 79 7/14/2024
2.1.436 80 7/14/2024
2.1.435 75 7/14/2024
2.1.434 81 7/10/2024
2.1.433 82 7/10/2024
2.1.432 81 7/10/2024
2.1.431 79 7/10/2024
2.1.429 76 7/10/2024
2.1.428 53 7/10/2024
2.1.427 79 7/10/2024
2.1.426 86 7/10/2024
2.1.424 87 7/10/2024
2.1.423 83 7/9/2024
2.1.422 69 7/9/2024
2.1.421 66 7/9/2024
2.1.420 76 7/9/2024
2.1.419 85 7/9/2024
2.1.418 70 7/9/2024
2.1.417 69 7/9/2024
2.1.416 85 7/9/2024
2.1.415 87 7/8/2024
2.1.414 94 7/8/2024
2.1.413 95 7/8/2024
2.1.412 85 7/8/2024
2.1.411 97 7/8/2024
2.1.410 89 7/7/2024
2.1.409 84 7/7/2024
2.1.408 105 7/3/2024
2.1.407 92 7/3/2024
2.1.406 86 7/3/2024
2.1.405 89 7/3/2024
2.1.404 88 7/3/2024
2.1.403 73 7/3/2024
2.1.402 92 6/27/2024
2.1.401 94 6/27/2024
2.1.400 96 6/27/2024
2.1.399 91 6/22/2024
2.1.398 93 6/22/2024
2.1.397 95 6/22/2024
2.1.396 77 6/16/2024
2.1.395 88 6/15/2024
2.1.394 85 6/15/2024
2.1.393 89 6/15/2024
2.1.392 90 6/15/2024
2.1.391 85 6/15/2024
2.1.390 82 6/15/2024
2.1.389 84 6/15/2024
2.1.388 85 6/14/2024
2.1.387 79 6/14/2024
2.1.386 88 6/4/2024
2.1.385 88 6/4/2024
2.1.384 96 6/2/2024
2.1.383 97 6/1/2024
2.1.382 87 6/1/2024
2.1.381 91 6/1/2024
2.1.380 86 6/1/2024
2.1.379 91 6/1/2024
2.1.378 85 6/1/2024
2.1.377 86 6/1/2024
2.1.376 88 5/31/2024
2.1.375 92 5/31/2024
2.1.374 68 5/31/2024
2.1.373 86 5/31/2024
2.1.372 92 5/29/2024
2.1.371 80 5/29/2024
2.1.370 80 5/29/2024
2.1.369 105 5/29/2024
2.1.368 96 5/28/2024
2.1.367 88 5/28/2024
2.1.366 89 5/28/2024
2.1.365 77 5/28/2024
2.1.364 89 5/28/2024
2.1.363 83 5/27/2024
2.1.362 94 5/27/2024
2.1.361 86 5/27/2024
2.1.360 91 5/26/2024
2.1.359 98 5/26/2024
2.1.358 95 5/26/2024
2.1.357 101 5/26/2024
2.1.356 97 5/26/2024
2.1.355 92 5/26/2024
2.1.354 93 5/25/2024
2.1.353 92 5/25/2024
2.1.352 92 5/25/2024
2.1.351 91 5/25/2024
2.1.350 93 5/25/2024
2.1.349 98 5/25/2024
2.1.348 98 5/23/2024
2.1.347 88 5/23/2024
2.1.346 88 5/23/2024
2.1.345 94 5/23/2024
2.1.344 94 5/23/2024
2.1.343 91 5/23/2024
2.1.342 99 5/22/2024
2.1.341 95 5/22/2024
2.1.340 100 5/22/2024
2.1.339 100 5/22/2024
2.1.338 82 5/18/2024
2.1.337 84 5/18/2024
2.1.336 87 5/18/2024
2.1.335 94 5/17/2024
2.1.334 95 5/17/2024
2.1.333 95 5/17/2024
2.1.332 95 5/17/2024
2.1.331 92 5/16/2024
2.1.330 73 5/16/2024
2.1.329 90 5/16/2024
2.1.328 89 5/15/2024
2.1.327 72 5/15/2024
2.1.326 92 5/15/2024
2.1.325 84 5/13/2024
2.1.324 93 5/13/2024
2.1.323 86 5/13/2024
2.1.322 78 5/12/2024
2.1.321 112 4/30/2024
2.1.320 106 4/30/2024
2.1.319 107 4/30/2024
2.1.318 99 4/30/2024
2.1.317 96 4/29/2024
2.1.316 91 4/29/2024
2.1.315 93 4/29/2024
2.1.314 96 4/29/2024
2.1.313 87 4/28/2024
2.1.312 97 4/28/2024
2.1.311 93 4/28/2024
2.1.310 94 4/28/2024
2.1.309 94 4/28/2024
2.1.308 96 4/28/2024
2.1.307 90 4/28/2024
2.1.306 97 4/28/2024
2.1.305 94 4/27/2024
2.1.304 110 4/20/2024
2.1.303 93 4/20/2024
2.1.302 96 4/19/2024
2.1.301 95 4/19/2024
2.1.300 82 4/19/2024
2.1.299 87 4/19/2024
2.1.298 91 4/19/2024
2.1.297 94 4/18/2024
2.1.296 116 4/13/2024
2.1.295 110 4/13/2024
2.1.294 100 4/13/2024
2.1.293 104 4/13/2024
2.1.292 90 4/12/2024
2.1.291 91 4/12/2024
2.1.290 98 4/12/2024
2.1.289 97 4/12/2024
2.1.288 92 4/12/2024
2.1.287 100 4/12/2024
2.1.286 99 4/12/2024
2.1.285 93 4/12/2024
2.1.284 95 4/11/2024
2.1.283 99 4/10/2024
2.1.282 89 4/10/2024
2.1.281 96 4/10/2024
2.1.280 93 4/10/2024
2.1.279 95 4/10/2024
2.1.278 87 4/3/2024
2.1.277 102 4/2/2024
2.1.276 96 4/2/2024
2.1.275 75 4/2/2024
2.1.274 109 4/2/2024
2.1.273 86 4/2/2024
2.1.272 364 3/30/2024
2.1.271 100 3/29/2024
2.1.270 103 3/29/2024
2.1.269 99 3/25/2024
2.1.268 93 3/25/2024
2.1.267 98 3/25/2024
2.1.266 96 3/25/2024
2.1.265 97 3/25/2024
2.1.264 102 3/21/2024
2.1.263 98 3/21/2024
2.1.262 94 3/20/2024
2.1.261 94 3/20/2024
2.1.260 88 3/20/2024
2.1.259 91 3/20/2024
2.1.258 103 3/19/2024
2.1.257 114 3/19/2024
2.1.256 89 3/19/2024
2.1.255 103 3/19/2024
2.1.254 118 3/19/2024
2.1.253 111 3/19/2024
2.1.252 84 3/18/2024
2.1.251 107 3/16/2024
2.1.250 104 3/16/2024
2.1.249 120 3/16/2024
2.1.248 106 3/15/2024
2.1.247 104 3/14/2024
2.1.246 114 3/13/2024
2.1.245 110 3/13/2024
2.1.244 106 3/13/2024
2.1.243 115 3/13/2024
2.1.242 98 3/13/2024
2.1.241 108 3/13/2024
2.1.240 116 3/13/2024
2.1.239 104 3/13/2024
2.1.238 110 3/13/2024
2.1.237 98 3/12/2024
2.1.236 114 3/12/2024
2.1.235 100 3/12/2024
2.1.234 97 3/12/2024
2.1.233 89 3/12/2024
2.1.232 107 3/12/2024
2.1.231 102 3/11/2024
2.1.230 107 3/11/2024
2.1.229 88 3/11/2024
2.1.228 87 3/11/2024
2.1.227 99 3/10/2024
2.1.226 93 3/10/2024
2.1.225 96 3/10/2024
2.1.224 113 3/9/2024
2.1.223 109 3/8/2024
2.1.222 109 3/8/2024
2.1.221 105 3/8/2024
2.1.220 99 3/8/2024
2.1.219 109 3/8/2024
2.1.218 99 3/8/2024
2.1.217 103 3/6/2024
2.1.216 109 3/6/2024
2.1.215 112 3/4/2024
2.1.214 105 3/4/2024
2.1.213 108 3/4/2024
2.1.212 109 3/4/2024
2.1.211 115 3/4/2024
2.1.210 107 3/3/2024
2.1.209 116 3/3/2024
2.1.208 111 3/3/2024
2.1.207 115 3/3/2024
2.1.206 111 3/2/2024
2.1.205 109 3/2/2024
2.1.204 112 3/2/2024
2.1.203 105 3/2/2024
2.1.202 114 3/2/2024
2.1.201 97 3/2/2024
2.1.200 100 3/2/2024
2.1.199 108 2/29/2024
2.1.198 103 2/29/2024
2.1.197 100 2/29/2024
2.1.196 102 2/29/2024
2.1.195 96 2/29/2024
2.1.194 102 2/29/2024
2.1.193 103 2/29/2024
2.1.192 109 2/27/2024
2.1.191 94 2/26/2024
2.1.190 99 2/26/2024
2.1.189 105 2/25/2024
2.1.188 101 2/25/2024
2.1.187 102 2/25/2024
2.1.186 98 2/25/2024
2.1.185 106 2/24/2024
2.1.184 103 2/24/2024
2.1.183 99 2/23/2024
2.1.182 89 2/23/2024
2.1.181 104 2/22/2024
2.1.180 107 2/22/2024
2.1.179 109 2/22/2024
2.1.178 113 2/22/2024
2.1.177 93 2/22/2024
2.1.176 114 2/22/2024
2.1.175 100 2/21/2024
2.1.174 113 2/21/2024
2.1.173 97 2/21/2024
2.1.172 106 2/21/2024
2.1.171 105 2/21/2024
2.1.170 102 2/21/2024
2.1.169 97 2/21/2024
2.1.168 97 2/20/2024
2.1.167 90 2/20/2024
2.1.166 88 2/20/2024
2.1.165 102 2/20/2024
2.1.164 107 2/20/2024
2.1.163 96 2/20/2024
2.1.162 103 2/20/2024
2.1.161 97 2/20/2024
2.1.160 92 2/19/2024
2.1.159 91 2/19/2024
2.1.158 91 2/19/2024
2.1.157 94 2/19/2024
2.1.156 99 2/17/2024
2.1.155 95 2/17/2024
2.1.154 93 2/17/2024
2.1.153 93 2/17/2024
2.1.152 97 2/17/2024
2.1.151 95 2/16/2024
2.1.150 93 2/16/2024
2.1.149 96 2/16/2024
2.1.148 96 2/16/2024
2.1.147 96 2/16/2024
2.1.146 100 2/16/2024
2.1.145 97 2/16/2024
2.1.144 90 2/16/2024
2.1.143 95 2/14/2024
2.1.142 94 2/14/2024
2.1.141 94 2/14/2024
2.1.140 99 2/14/2024
2.1.139 94 2/13/2024
2.1.138 113 2/13/2024
2.1.137 86 2/13/2024
2.1.136 88 2/13/2024
2.1.135 93 2/13/2024
2.1.134 117 2/13/2024
2.1.133 101 2/13/2024
2.1.132 112 2/12/2024
2.1.131 104 2/12/2024
2.1.130 91 2/12/2024
2.1.129 112 2/12/2024
2.1.128 113 2/11/2024
2.1.127 107 2/11/2024
2.1.126 96 2/11/2024
2.1.125 97 2/11/2024
2.1.124 110 2/11/2024
2.1.123 102 2/11/2024
2.1.122 101 2/10/2024
2.1.121 101 2/10/2024
2.1.120 112 2/10/2024
2.1.119 112 2/10/2024
2.1.118 100 2/9/2024
2.1.117 114 2/9/2024
2.1.116 110 2/9/2024
2.1.115 114 2/9/2024
2.1.114 108 2/9/2024
2.1.113 92 2/9/2024
2.1.112 93 2/9/2024
2.1.111 98 2/8/2024
2.1.110 111 2/8/2024
2.1.109 116 2/8/2024
2.1.108 102 2/8/2024
2.1.107 98 2/8/2024
2.1.106 106 2/8/2024
2.1.105 113 2/7/2024
2.1.104 104 2/7/2024
2.1.103 114 2/7/2024
2.1.102 102 2/7/2024
2.1.101 113 2/7/2024
2.1.100 109 2/7/2024
2.1.99 121 2/7/2024
2.1.98 107 2/6/2024
2.1.97 100 2/6/2024
2.1.96 110 2/6/2024
2.1.95 88 2/5/2024
2.1.94 102 2/5/2024
2.1.93 104 2/5/2024
2.1.92 106 2/4/2024
2.1.91 89 2/4/2024
2.1.90 108 2/4/2024
2.1.89 109 2/3/2024
2.1.88 108 2/3/2024
2.1.87 107 2/2/2024
2.1.86 110 1/31/2024
2.1.85 84 1/31/2024
2.1.84 93 1/31/2024
2.1.83 96 1/31/2024
2.1.82 87 1/31/2024
2.1.81 94 1/30/2024
2.1.80 91 1/30/2024
2.1.79 100 1/30/2024
2.1.78 97 1/29/2024
2.1.77 98 1/29/2024
2.1.76 83 1/29/2024
2.1.75 100 1/29/2024
2.1.74 99 1/29/2024
2.1.73 104 1/28/2024
2.1.72 102 1/28/2024
2.1.71 83 1/28/2024
2.1.70 98 1/28/2024
2.1.69 95 1/28/2024
2.1.68 99 1/28/2024
2.1.67 101 1/28/2024
2.1.66 100 1/27/2024
2.1.65 102 1/27/2024
2.1.64 98 1/27/2024
2.1.63 103 1/27/2024
2.1.62 100 1/27/2024
2.1.61 95 1/27/2024
2.1.60 94 1/27/2024
2.1.59 85 1/27/2024
2.1.58 96 1/26/2024
2.1.57 100 1/26/2024
2.1.56 98 1/26/2024
2.1.55 96 1/26/2024
2.1.54 99 1/26/2024
2.1.53 101 1/26/2024
2.1.52 84 1/26/2024
2.1.51 83 1/26/2024
2.1.50 108 1/25/2024
2.1.49 94 1/25/2024
2.1.48 103 1/25/2024
2.1.47 103 1/25/2024
2.1.46 103 1/25/2024
2.1.45 100 1/19/2024
2.1.44 100 1/19/2024
2.1.43 108 1/16/2024
2.1.42 104 1/16/2024
2.1.41 103 1/15/2024
2.1.40 112 1/15/2024
2.1.39 105 1/15/2024
2.1.38 108 1/15/2024
2.1.37 113 1/15/2024
2.1.36 105 1/15/2024
2.1.35 87 1/15/2024
2.1.34 113 1/14/2024
2.1.33 103 1/14/2024
2.1.32 111 1/14/2024
2.1.31 108 1/14/2024
2.1.30 110 1/13/2024
2.1.29 110 1/13/2024
2.1.28 98 1/13/2024
2.1.27 109 1/13/2024
2.1.26 124 1/12/2024
2.1.25 92 1/12/2024
2.1.24 109 1/12/2024
2.1.23 98 1/11/2024
2.1.22 114 1/11/2024
2.1.21 84 1/11/2024
2.1.20 106 1/9/2024
2.1.19 104 1/8/2024
2.1.18 109 1/8/2024
2.1.17 115 1/8/2024
2.1.16 134 1/7/2024
2.1.15 123 1/6/2024
2.1.14 112 1/5/2024
2.1.13 121 1/5/2024
2.1.12 118 1/5/2024
2.1.11 84 1/5/2024
2.1.10 115 1/5/2024
2.1.9 115 1/5/2024
2.1.8 112 1/1/2024
2.1.7 100 1/1/2024
2.1.6 109 1/1/2024
2.1.5 134 1/1/2024
2.1.4 119 1/1/2024
2.1.3 122 12/31/2023
2.1.2 104 12/31/2023
2.1.1 117 12/31/2023