Soenneker.Utils.String.JaccardSimilarity 2.1.398

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

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

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.402 24 6/27/2024
2.1.401 26 6/27/2024
2.1.400 25 6/27/2024
2.1.399 67 6/22/2024
2.1.398 63 6/22/2024
2.1.397 67 6/22/2024
2.1.396 67 6/16/2024
2.1.395 64 6/15/2024
2.1.394 63 6/15/2024
2.1.393 66 6/15/2024
2.1.392 63 6/15/2024
2.1.391 63 6/15/2024
2.1.390 62 6/15/2024
2.1.389 62 6/15/2024
2.1.388 63 6/14/2024
2.1.387 57 6/14/2024
2.1.386 61 6/4/2024
2.1.385 66 6/4/2024
2.1.384 75 6/2/2024
2.1.383 72 6/1/2024
2.1.382 62 6/1/2024
2.1.381 66 6/1/2024
2.1.380 66 6/1/2024
2.1.379 66 6/1/2024
2.1.378 62 6/1/2024
2.1.377 65 6/1/2024
2.1.376 63 5/31/2024
2.1.375 68 5/31/2024
2.1.374 48 5/31/2024
2.1.373 66 5/31/2024
2.1.372 70 5/29/2024
2.1.371 61 5/29/2024
2.1.370 56 5/29/2024
2.1.369 83 5/29/2024
2.1.368 72 5/28/2024
2.1.367 64 5/28/2024
2.1.366 64 5/28/2024
2.1.365 58 5/28/2024
2.1.364 66 5/28/2024
2.1.363 60 5/27/2024
2.1.362 71 5/27/2024
2.1.361 61 5/27/2024
2.1.360 69 5/26/2024
2.1.359 77 5/26/2024
2.1.358 71 5/26/2024
2.1.357 75 5/26/2024
2.1.356 76 5/26/2024
2.1.355 71 5/26/2024
2.1.354 68 5/25/2024
2.1.353 71 5/25/2024
2.1.352 72 5/25/2024
2.1.351 72 5/25/2024
2.1.350 72 5/25/2024
2.1.349 77 5/25/2024
2.1.348 73 5/23/2024
2.1.347 65 5/23/2024
2.1.346 66 5/23/2024
2.1.345 72 5/23/2024
2.1.344 74 5/23/2024
2.1.343 71 5/23/2024
2.1.342 75 5/22/2024
2.1.341 74 5/22/2024
2.1.340 79 5/22/2024
2.1.339 76 5/22/2024
2.1.338 64 5/18/2024
2.1.337 67 5/18/2024
2.1.336 69 5/18/2024
2.1.335 73 5/17/2024
2.1.334 74 5/17/2024
2.1.333 75 5/17/2024
2.1.332 75 5/17/2024
2.1.331 70 5/16/2024
2.1.330 58 5/16/2024
2.1.329 73 5/16/2024
2.1.328 72 5/15/2024
2.1.327 53 5/15/2024
2.1.326 74 5/15/2024
2.1.325 69 5/13/2024
2.1.324 71 5/13/2024
2.1.323 65 5/13/2024
2.1.322 62 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 82 3/14/2024
2.1.246 90 3/13/2024
2.1.245 85 3/13/2024
2.1.244 81 3/13/2024
2.1.243 93 3/13/2024
2.1.242 79 3/13/2024
2.1.241 89 3/13/2024
2.1.240 95 3/13/2024
2.1.239 86 3/13/2024
2.1.238 83 3/13/2024
2.1.237 75 3/12/2024
2.1.236 91 3/12/2024
2.1.235 78 3/12/2024
2.1.234 77 3/12/2024
2.1.233 69 3/12/2024
2.1.232 84 3/12/2024
2.1.231 73 3/11/2024
2.1.230 85 3/11/2024
2.1.229 65 3/11/2024
2.1.228 64 3/11/2024
2.1.227 77 3/10/2024
2.1.226 66 3/10/2024
2.1.225 74 3/10/2024
2.1.224 85 3/9/2024
2.1.223 82 3/8/2024
2.1.222 84 3/8/2024
2.1.221 79 3/8/2024
2.1.220 75 3/8/2024
2.1.219 83 3/8/2024
2.1.218 77 3/8/2024
2.1.217 82 3/6/2024
2.1.216 88 3/6/2024
2.1.215 88 3/4/2024
2.1.214 79 3/4/2024
2.1.213 84 3/4/2024
2.1.212 87 3/4/2024
2.1.211 91 3/4/2024
2.1.210 84 3/3/2024
2.1.209 90 3/3/2024
2.1.208 85 3/3/2024
2.1.207 94 3/3/2024
2.1.206 84 3/2/2024
2.1.205 87 3/2/2024
2.1.204 88 3/2/2024
2.1.203 81 3/2/2024
2.1.202 88 3/2/2024
2.1.201 73 3/2/2024
2.1.200 77 3/2/2024
2.1.199 88 2/29/2024
2.1.198 85 2/29/2024
2.1.197 79 2/29/2024
2.1.196 80 2/29/2024
2.1.195 74 2/29/2024
2.1.194 80 2/29/2024
2.1.193 86 2/29/2024
2.1.192 92 2/27/2024
2.1.191 74 2/26/2024
2.1.190 74 2/26/2024
2.1.189 82 2/25/2024
2.1.188 82 2/25/2024
2.1.187 79 2/25/2024
2.1.186 79 2/25/2024
2.1.185 85 2/24/2024
2.1.184 83 2/24/2024
2.1.183 78 2/23/2024
2.1.182 66 2/23/2024
2.1.181 80 2/22/2024
2.1.180 87 2/22/2024
2.1.179 90 2/22/2024
2.1.178 94 2/22/2024
2.1.177 69 2/22/2024
2.1.176 91 2/22/2024
2.1.175 79 2/21/2024
2.1.174 94 2/21/2024
2.1.173 77 2/21/2024
2.1.172 85 2/21/2024
2.1.171 84 2/21/2024
2.1.170 84 2/21/2024
2.1.169 75 2/21/2024
2.1.168 78 2/20/2024
2.1.167 69 2/20/2024
2.1.166 70 2/20/2024
2.1.165 79 2/20/2024
2.1.164 85 2/20/2024
2.1.163 72 2/20/2024
2.1.162 81 2/20/2024
2.1.161 78 2/20/2024
2.1.160 73 2/19/2024
2.1.159 73 2/19/2024
2.1.158 69 2/19/2024
2.1.157 70 2/19/2024
2.1.156 74 2/17/2024
2.1.155 73 2/17/2024
2.1.154 66 2/17/2024
2.1.153 74 2/17/2024
2.1.152 76 2/17/2024
2.1.151 76 2/16/2024
2.1.150 70 2/16/2024
2.1.149 73 2/16/2024
2.1.148 74 2/16/2024
2.1.147 72 2/16/2024
2.1.146 77 2/16/2024
2.1.145 72 2/16/2024
2.1.144 70 2/16/2024
2.1.143 75 2/14/2024
2.1.142 75 2/14/2024
2.1.141 71 2/14/2024
2.1.140 76 2/14/2024
2.1.139 77 2/13/2024
2.1.138 90 2/13/2024
2.1.137 66 2/13/2024
2.1.136 64 2/13/2024
2.1.135 67 2/13/2024
2.1.134 92 2/13/2024
2.1.133 82 2/13/2024
2.1.132 92 2/12/2024
2.1.131 81 2/12/2024
2.1.130 69 2/12/2024
2.1.129 88 2/12/2024
2.1.128 92 2/11/2024
2.1.127 86 2/11/2024
2.1.126 72 2/11/2024
2.1.125 75 2/11/2024
2.1.124 87 2/11/2024
2.1.123 77 2/11/2024
2.1.122 78 2/10/2024
2.1.121 79 2/10/2024
2.1.120 90 2/10/2024
2.1.119 89 2/10/2024
2.1.118 78 2/9/2024
2.1.117 92 2/9/2024
2.1.116 88 2/9/2024
2.1.115 92 2/9/2024
2.1.114 87 2/9/2024
2.1.113 83 2/9/2024
2.1.112 74 2/9/2024
2.1.111 75 2/8/2024
2.1.110 89 2/8/2024
2.1.109 91 2/8/2024
2.1.108 81 2/8/2024
2.1.107 74 2/8/2024
2.1.106 88 2/8/2024
2.1.105 90 2/7/2024
2.1.104 82 2/7/2024
2.1.103 95 2/7/2024
2.1.102 84 2/7/2024
2.1.101 88 2/7/2024
2.1.100 90 2/7/2024
2.1.99 96 2/7/2024
2.1.98 86 2/6/2024
2.1.97 91 2/6/2024
2.1.96 85 2/6/2024
2.1.95 75 2/5/2024
2.1.94 77 2/5/2024
2.1.93 77 2/5/2024
2.1.92 78 2/4/2024
2.1.91 69 2/4/2024
2.1.90 75 2/4/2024
2.1.89 81 2/3/2024
2.1.88 78 2/3/2024
2.1.87 79 2/2/2024
2.1.86 83 1/31/2024
2.1.85 74 1/31/2024
2.1.84 72 1/31/2024
2.1.83 77 1/31/2024
2.1.82 79 1/31/2024
2.1.81 86 1/30/2024
2.1.80 70 1/30/2024
2.1.79 77 1/30/2024
2.1.78 75 1/29/2024
2.1.77 76 1/29/2024
2.1.76 75 1/29/2024
2.1.75 77 1/29/2024
2.1.74 77 1/29/2024
2.1.73 79 1/28/2024
2.1.72 79 1/28/2024
2.1.71 76 1/28/2024
2.1.70 80 1/28/2024
2.1.69 77 1/28/2024
2.1.68 80 1/28/2024
2.1.67 79 1/28/2024
2.1.66 75 1/27/2024
2.1.65 81 1/27/2024
2.1.64 74 1/27/2024
2.1.63 79 1/27/2024
2.1.62 78 1/27/2024
2.1.61 77 1/27/2024
2.1.60 72 1/27/2024
2.1.59 78 1/27/2024
2.1.58 75 1/26/2024
2.1.57 77 1/26/2024
2.1.56 78 1/26/2024
2.1.55 77 1/26/2024
2.1.54 77 1/26/2024
2.1.53 78 1/26/2024
2.1.52 77 1/26/2024
2.1.51 75 1/26/2024
2.1.50 76 1/25/2024
2.1.49 75 1/25/2024
2.1.48 78 1/25/2024
2.1.47 80 1/25/2024
2.1.46 79 1/25/2024
2.1.45 80 1/19/2024
2.1.44 77 1/19/2024
2.1.43 84 1/16/2024
2.1.42 83 1/16/2024
2.1.41 84 1/15/2024
2.1.40 90 1/15/2024
2.1.39 86 1/15/2024
2.1.38 88 1/15/2024
2.1.37 89 1/15/2024
2.1.36 85 1/15/2024
2.1.35 80 1/15/2024
2.1.34 86 1/14/2024
2.1.33 81 1/14/2024
2.1.32 86 1/14/2024
2.1.31 87 1/14/2024
2.1.30 90 1/13/2024
2.1.29 87 1/13/2024
2.1.28 89 1/13/2024
2.1.27 82 1/13/2024
2.1.26 102 1/12/2024
2.1.25 84 1/12/2024
2.1.24 83 1/12/2024
2.1.23 91 1/11/2024
2.1.22 94 1/11/2024
2.1.21 76 1/11/2024
2.1.20 88 1/9/2024
2.1.19 98 1/8/2024
2.1.18 84 1/8/2024
2.1.17 92 1/8/2024
2.1.16 96 1/7/2024
2.1.15 97 1/6/2024
2.1.14 93 1/5/2024
2.1.13 100 1/5/2024
2.1.12 95 1/5/2024
2.1.11 76 1/5/2024
2.1.10 93 1/5/2024
2.1.9 95 1/5/2024
2.1.8 104 1/1/2024
2.1.7 92 1/1/2024
2.1.6 89 1/1/2024
2.1.5 113 1/1/2024
2.1.4 95 1/1/2024
2.1.3 118 12/31/2023
2.1.2 85 12/31/2023
2.1.1 112 12/31/2023