Soenneker.Utils.String.JaccardSimilarity 2.1.408

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Soenneker.Utils.String.JaccardSimilarity --version 2.1.408
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 2.1.408
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.408" />
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.408
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 2.1.408"
#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.408

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

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.408 35 7/3/2024
2.1.407 29 7/3/2024
2.1.406 33 7/3/2024
2.1.405 32 7/3/2024
2.1.404 31 7/3/2024
2.1.403 17 7/3/2024
2.1.402 65 6/27/2024
2.1.401 68 6/27/2024
2.1.400 68 6/27/2024
2.1.399 68 6/22/2024
2.1.398 64 6/22/2024
2.1.397 68 6/22/2024
2.1.396 68 6/16/2024
2.1.395 65 6/15/2024
2.1.394 64 6/15/2024
2.1.393 67 6/15/2024
2.1.392 64 6/15/2024
2.1.391 64 6/15/2024
2.1.390 63 6/15/2024
2.1.389 63 6/15/2024
2.1.388 64 6/14/2024
2.1.387 58 6/14/2024
2.1.386 62 6/4/2024
2.1.385 67 6/4/2024
2.1.384 76 6/2/2024
2.1.383 73 6/1/2024
2.1.382 63 6/1/2024
2.1.381 67 6/1/2024
2.1.380 67 6/1/2024
2.1.379 67 6/1/2024
2.1.378 63 6/1/2024
2.1.377 66 6/1/2024
2.1.376 64 5/31/2024
2.1.375 69 5/31/2024
2.1.374 49 5/31/2024
2.1.373 67 5/31/2024
2.1.372 71 5/29/2024
2.1.371 62 5/29/2024
2.1.370 57 5/29/2024
2.1.369 84 5/29/2024
2.1.368 73 5/28/2024
2.1.367 65 5/28/2024
2.1.366 65 5/28/2024
2.1.365 59 5/28/2024
2.1.364 67 5/28/2024
2.1.363 61 5/27/2024
2.1.362 72 5/27/2024
2.1.361 62 5/27/2024
2.1.360 70 5/26/2024
2.1.359 78 5/26/2024
2.1.358 72 5/26/2024
2.1.357 76 5/26/2024
2.1.356 77 5/26/2024
2.1.355 72 5/26/2024
2.1.354 69 5/25/2024
2.1.353 72 5/25/2024
2.1.352 73 5/25/2024
2.1.351 73 5/25/2024
2.1.350 73 5/25/2024
2.1.349 78 5/25/2024
2.1.348 74 5/23/2024
2.1.347 66 5/23/2024
2.1.346 67 5/23/2024
2.1.345 73 5/23/2024
2.1.344 75 5/23/2024
2.1.343 72 5/23/2024
2.1.342 76 5/22/2024
2.1.341 75 5/22/2024
2.1.340 80 5/22/2024
2.1.339 77 5/22/2024
2.1.338 65 5/18/2024
2.1.337 68 5/18/2024
2.1.336 70 5/18/2024
2.1.335 74 5/17/2024
2.1.334 75 5/17/2024
2.1.333 76 5/17/2024
2.1.332 76 5/17/2024
2.1.331 71 5/16/2024
2.1.330 59 5/16/2024
2.1.329 74 5/16/2024
2.1.328 73 5/15/2024
2.1.327 54 5/15/2024
2.1.326 75 5/15/2024
2.1.325 70 5/13/2024
2.1.324 72 5/13/2024
2.1.323 66 5/13/2024
2.1.322 63 5/12/2024
2.1.321 94 4/30/2024
2.1.320 84 4/30/2024
2.1.319 89 4/30/2024
2.1.318 81 4/30/2024
2.1.317 80 4/29/2024
2.1.316 75 4/29/2024
2.1.315 73 4/29/2024
2.1.314 78 4/29/2024
2.1.313 72 4/28/2024
2.1.312 79 4/28/2024
2.1.311 75 4/28/2024
2.1.310 78 4/28/2024
2.1.309 78 4/28/2024
2.1.308 82 4/28/2024
2.1.307 74 4/28/2024
2.1.306 81 4/28/2024
2.1.305 77 4/27/2024
2.1.304 91 4/20/2024
2.1.303 72 4/20/2024
2.1.302 73 4/19/2024
2.1.301 73 4/19/2024
2.1.300 62 4/19/2024
2.1.299 68 4/19/2024
2.1.298 73 4/19/2024
2.1.297 70 4/18/2024
2.1.296 93 4/13/2024
2.1.295 86 4/13/2024
2.1.294 76 4/13/2024
2.1.293 81 4/13/2024
2.1.292 70 4/12/2024
2.1.291 69 4/12/2024
2.1.290 76 4/12/2024
2.1.289 75 4/12/2024
2.1.288 71 4/12/2024
2.1.287 79 4/12/2024
2.1.286 79 4/12/2024
2.1.285 74 4/12/2024
2.1.284 75 4/11/2024
2.1.283 80 4/10/2024
2.1.282 72 4/10/2024
2.1.281 73 4/10/2024
2.1.280 69 4/10/2024
2.1.279 74 4/10/2024
2.1.278 69 4/3/2024
2.1.277 80 4/2/2024
2.1.276 76 4/2/2024
2.1.275 51 4/2/2024
2.1.274 84 4/2/2024
2.1.273 64 4/2/2024
2.1.272 326 3/30/2024
2.1.271 82 3/29/2024
2.1.270 87 3/29/2024
2.1.269 79 3/25/2024
2.1.268 74 3/25/2024
2.1.267 80 3/25/2024
2.1.266 74 3/25/2024
2.1.265 73 3/25/2024
2.1.264 78 3/21/2024
2.1.263 79 3/21/2024
2.1.262 77 3/20/2024
2.1.261 75 3/20/2024
2.1.260 66 3/20/2024
2.1.259 71 3/20/2024
2.1.258 83 3/19/2024
2.1.257 97 3/19/2024
2.1.256 70 3/19/2024
2.1.255 84 3/19/2024
2.1.254 98 3/19/2024
2.1.253 94 3/19/2024
2.1.252 64 3/18/2024
2.1.251 90 3/16/2024
2.1.250 81 3/16/2024
2.1.249 97 3/16/2024
2.1.248 85 3/15/2024
2.1.247 84 3/14/2024
2.1.246 92 3/13/2024
2.1.245 87 3/13/2024
2.1.244 83 3/13/2024
2.1.243 95 3/13/2024
2.1.242 81 3/13/2024
2.1.241 91 3/13/2024
2.1.240 97 3/13/2024
2.1.239 88 3/13/2024
2.1.238 85 3/13/2024
2.1.237 77 3/12/2024
2.1.236 93 3/12/2024
2.1.235 80 3/12/2024
2.1.234 79 3/12/2024
2.1.233 71 3/12/2024
2.1.232 86 3/12/2024
2.1.231 75 3/11/2024
2.1.230 87 3/11/2024
2.1.229 67 3/11/2024
2.1.228 66 3/11/2024
2.1.227 79 3/10/2024
2.1.226 68 3/10/2024
2.1.225 76 3/10/2024
2.1.224 87 3/9/2024
2.1.223 85 3/8/2024
2.1.222 86 3/8/2024
2.1.221 81 3/8/2024
2.1.220 77 3/8/2024
2.1.219 85 3/8/2024
2.1.218 77 3/8/2024
2.1.217 82 3/6/2024
2.1.216 90 3/6/2024
2.1.215 90 3/4/2024
2.1.214 81 3/4/2024
2.1.213 86 3/4/2024
2.1.212 89 3/4/2024
2.1.211 93 3/4/2024
2.1.210 86 3/3/2024
2.1.209 92 3/3/2024
2.1.208 87 3/3/2024
2.1.207 96 3/3/2024
2.1.206 86 3/2/2024
2.1.205 89 3/2/2024
2.1.204 90 3/2/2024
2.1.203 83 3/2/2024
2.1.202 90 3/2/2024
2.1.201 75 3/2/2024
2.1.200 79 3/2/2024
2.1.199 90 2/29/2024
2.1.198 87 2/29/2024
2.1.197 81 2/29/2024
2.1.196 82 2/29/2024
2.1.195 76 2/29/2024
2.1.194 82 2/29/2024
2.1.193 88 2/29/2024
2.1.192 94 2/27/2024
2.1.191 78 2/26/2024
2.1.190 78 2/26/2024
2.1.189 86 2/25/2024
2.1.188 86 2/25/2024
2.1.187 83 2/25/2024
2.1.186 83 2/25/2024
2.1.185 89 2/24/2024
2.1.184 87 2/24/2024
2.1.183 82 2/23/2024
2.1.182 70 2/23/2024
2.1.181 84 2/22/2024
2.1.180 91 2/22/2024
2.1.179 94 2/22/2024
2.1.178 98 2/22/2024
2.1.177 73 2/22/2024
2.1.176 95 2/22/2024
2.1.175 83 2/21/2024
2.1.174 98 2/21/2024
2.1.173 81 2/21/2024
2.1.172 89 2/21/2024
2.1.171 88 2/21/2024
2.1.170 87 2/21/2024
2.1.169 79 2/21/2024
2.1.168 82 2/20/2024
2.1.167 73 2/20/2024
2.1.166 74 2/20/2024
2.1.165 83 2/20/2024
2.1.164 89 2/20/2024
2.1.163 76 2/20/2024
2.1.162 85 2/20/2024
2.1.161 82 2/20/2024
2.1.160 77 2/19/2024
2.1.159 77 2/19/2024
2.1.158 73 2/19/2024
2.1.157 74 2/19/2024
2.1.156 78 2/17/2024
2.1.155 77 2/17/2024
2.1.154 70 2/17/2024
2.1.153 78 2/17/2024
2.1.152 80 2/17/2024
2.1.151 79 2/16/2024
2.1.150 74 2/16/2024
2.1.149 77 2/16/2024
2.1.148 78 2/16/2024
2.1.147 74 2/16/2024
2.1.146 79 2/16/2024
2.1.145 76 2/16/2024
2.1.144 74 2/16/2024
2.1.143 77 2/14/2024
2.1.142 78 2/14/2024
2.1.141 74 2/14/2024
2.1.140 78 2/14/2024
2.1.139 79 2/13/2024
2.1.138 93 2/13/2024
2.1.137 69 2/13/2024
2.1.136 67 2/13/2024
2.1.135 70 2/13/2024
2.1.134 95 2/13/2024
2.1.133 85 2/13/2024
2.1.132 95 2/12/2024
2.1.131 84 2/12/2024
2.1.130 72 2/12/2024
2.1.129 91 2/12/2024
2.1.128 95 2/11/2024
2.1.127 89 2/11/2024
2.1.126 75 2/11/2024
2.1.125 78 2/11/2024
2.1.124 90 2/11/2024
2.1.123 80 2/11/2024
2.1.122 81 2/10/2024
2.1.121 82 2/10/2024
2.1.120 93 2/10/2024
2.1.119 92 2/10/2024
2.1.118 81 2/9/2024
2.1.117 95 2/9/2024
2.1.116 91 2/9/2024
2.1.115 95 2/9/2024
2.1.114 90 2/9/2024
2.1.113 86 2/9/2024
2.1.112 77 2/9/2024
2.1.111 78 2/8/2024
2.1.110 92 2/8/2024
2.1.109 94 2/8/2024
2.1.108 84 2/8/2024
2.1.107 77 2/8/2024
2.1.106 91 2/8/2024
2.1.105 93 2/7/2024
2.1.104 85 2/7/2024
2.1.103 98 2/7/2024
2.1.102 87 2/7/2024
2.1.101 91 2/7/2024
2.1.100 93 2/7/2024
2.1.99 99 2/7/2024
2.1.98 89 2/6/2024
2.1.97 94 2/6/2024
2.1.96 88 2/6/2024
2.1.95 78 2/5/2024
2.1.94 80 2/5/2024
2.1.93 80 2/5/2024
2.1.92 82 2/4/2024
2.1.91 72 2/4/2024
2.1.90 78 2/4/2024
2.1.89 84 2/3/2024
2.1.88 81 2/3/2024
2.1.87 82 2/2/2024
2.1.86 86 1/31/2024
2.1.85 78 1/31/2024
2.1.84 75 1/31/2024
2.1.83 80 1/31/2024
2.1.82 82 1/31/2024
2.1.81 89 1/30/2024
2.1.80 74 1/30/2024
2.1.79 81 1/30/2024
2.1.78 79 1/29/2024
2.1.77 80 1/29/2024
2.1.76 79 1/29/2024
2.1.75 80 1/29/2024
2.1.74 80 1/29/2024
2.1.73 82 1/28/2024
2.1.72 82 1/28/2024
2.1.71 79 1/28/2024
2.1.70 83 1/28/2024
2.1.69 80 1/28/2024
2.1.68 83 1/28/2024
2.1.67 82 1/28/2024
2.1.66 78 1/27/2024
2.1.65 84 1/27/2024
2.1.64 79 1/27/2024
2.1.63 82 1/27/2024
2.1.62 81 1/27/2024
2.1.61 80 1/27/2024
2.1.60 75 1/27/2024
2.1.59 81 1/27/2024
2.1.58 78 1/26/2024
2.1.57 80 1/26/2024
2.1.56 81 1/26/2024
2.1.55 80 1/26/2024
2.1.54 80 1/26/2024
2.1.53 81 1/26/2024
2.1.52 80 1/26/2024
2.1.51 78 1/26/2024
2.1.50 79 1/25/2024
2.1.49 78 1/25/2024
2.1.48 81 1/25/2024
2.1.47 83 1/25/2024
2.1.46 82 1/25/2024
2.1.45 83 1/19/2024
2.1.44 80 1/19/2024
2.1.43 87 1/16/2024
2.1.42 86 1/16/2024
2.1.41 87 1/15/2024
2.1.40 93 1/15/2024
2.1.39 89 1/15/2024
2.1.38 91 1/15/2024
2.1.37 92 1/15/2024
2.1.36 88 1/15/2024
2.1.35 83 1/15/2024
2.1.34 89 1/14/2024
2.1.33 84 1/14/2024
2.1.32 89 1/14/2024
2.1.31 90 1/14/2024
2.1.30 93 1/13/2024
2.1.29 90 1/13/2024
2.1.28 92 1/13/2024
2.1.27 85 1/13/2024
2.1.26 105 1/12/2024
2.1.25 87 1/12/2024
2.1.24 86 1/12/2024
2.1.23 92 1/11/2024
2.1.22 95 1/11/2024
2.1.21 80 1/11/2024
2.1.20 89 1/9/2024
2.1.19 99 1/8/2024
2.1.18 87 1/8/2024
2.1.17 95 1/8/2024
2.1.16 99 1/7/2024
2.1.15 102 1/6/2024
2.1.14 96 1/5/2024
2.1.13 103 1/5/2024
2.1.12 98 1/5/2024
2.1.11 79 1/5/2024
2.1.10 96 1/5/2024
2.1.9 98 1/5/2024
2.1.8 107 1/1/2024
2.1.7 95 1/1/2024
2.1.6 92 1/1/2024
2.1.5 116 1/1/2024
2.1.4 98 1/1/2024
2.1.3 118 12/31/2023
2.1.2 85 12/31/2023
2.1.1 112 12/31/2023