Soenneker.Utils.String.JaccardSimilarity 2.1.298

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.298
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 2.1.298
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.298" />
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.298
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 2.1.298"
#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.298

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

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.321 65 4/30/2024
2.1.320 73 4/30/2024
2.1.319 79 4/30/2024
2.1.318 74 4/30/2024
2.1.317 73 4/29/2024
2.1.316 68 4/29/2024
2.1.315 66 4/29/2024
2.1.314 71 4/29/2024
2.1.313 65 4/28/2024
2.1.312 72 4/28/2024
2.1.311 68 4/28/2024
2.1.310 71 4/28/2024
2.1.309 71 4/28/2024
2.1.308 75 4/28/2024
2.1.307 67 4/28/2024
2.1.306 74 4/28/2024
2.1.305 71 4/27/2024
2.1.304 86 4/20/2024
2.1.303 67 4/20/2024
2.1.302 68 4/19/2024
2.1.301 68 4/19/2024
2.1.300 57 4/19/2024
2.1.299 63 4/19/2024
2.1.298 68 4/19/2024
2.1.297 65 4/18/2024
2.1.296 89 4/13/2024
2.1.295 82 4/13/2024
2.1.294 72 4/13/2024
2.1.293 77 4/13/2024
2.1.292 66 4/12/2024
2.1.291 65 4/12/2024
2.1.290 72 4/12/2024
2.1.289 71 4/12/2024
2.1.288 67 4/12/2024
2.1.287 75 4/12/2024
2.1.286 75 4/12/2024
2.1.285 71 4/12/2024
2.1.284 72 4/11/2024
2.1.283 77 4/10/2024
2.1.282 69 4/10/2024
2.1.281 70 4/10/2024
2.1.280 66 4/10/2024
2.1.279 71 4/10/2024
2.1.278 66 4/3/2024
2.1.277 77 4/2/2024
2.1.276 73 4/2/2024
2.1.275 48 4/2/2024
2.1.274 81 4/2/2024
2.1.273 61 4/2/2024
2.1.272 212 3/30/2024
2.1.271 79 3/29/2024
2.1.270 84 3/29/2024
2.1.269 76 3/25/2024
2.1.268 71 3/25/2024
2.1.267 77 3/25/2024
2.1.266 71 3/25/2024
2.1.265 70 3/25/2024
2.1.264 75 3/21/2024
2.1.263 76 3/21/2024
2.1.262 74 3/20/2024
2.1.261 73 3/20/2024
2.1.260 64 3/20/2024
2.1.259 68 3/20/2024
2.1.258 80 3/19/2024
2.1.257 94 3/19/2024
2.1.256 67 3/19/2024
2.1.255 81 3/19/2024
2.1.254 94 3/19/2024
2.1.253 91 3/19/2024
2.1.252 61 3/18/2024
2.1.251 87 3/16/2024
2.1.250 78 3/16/2024
2.1.249 94 3/16/2024
2.1.248 82 3/15/2024
2.1.247 79 3/14/2024
2.1.246 88 3/13/2024
2.1.245 84 3/13/2024
2.1.244 79 3/13/2024
2.1.243 92 3/13/2024
2.1.242 77 3/13/2024
2.1.241 86 3/13/2024
2.1.240 92 3/13/2024
2.1.239 83 3/13/2024
2.1.238 80 3/13/2024
2.1.237 72 3/12/2024
2.1.236 88 3/12/2024
2.1.235 75 3/12/2024
2.1.234 74 3/12/2024
2.1.233 66 3/12/2024
2.1.232 81 3/12/2024
2.1.231 70 3/11/2024
2.1.230 82 3/11/2024
2.1.229 62 3/11/2024
2.1.228 61 3/11/2024
2.1.227 74 3/10/2024
2.1.226 63 3/10/2024
2.1.225 71 3/10/2024
2.1.224 82 3/9/2024
2.1.223 79 3/8/2024
2.1.222 81 3/8/2024
2.1.221 76 3/8/2024
2.1.220 72 3/8/2024
2.1.219 80 3/8/2024
2.1.218 74 3/8/2024
2.1.217 79 3/6/2024
2.1.216 85 3/6/2024
2.1.215 85 3/4/2024
2.1.214 76 3/4/2024
2.1.213 81 3/4/2024
2.1.212 84 3/4/2024
2.1.211 88 3/4/2024
2.1.210 81 3/3/2024
2.1.209 87 3/3/2024
2.1.208 82 3/3/2024
2.1.207 91 3/3/2024
2.1.206 81 3/2/2024
2.1.205 84 3/2/2024
2.1.204 85 3/2/2024
2.1.203 78 3/2/2024
2.1.202 85 3/2/2024
2.1.201 70 3/2/2024
2.1.200 74 3/2/2024
2.1.199 84 2/29/2024
2.1.198 82 2/29/2024
2.1.197 76 2/29/2024
2.1.196 77 2/29/2024
2.1.195 72 2/29/2024
2.1.194 77 2/29/2024
2.1.193 83 2/29/2024
2.1.192 89 2/27/2024
2.1.191 71 2/26/2024
2.1.190 71 2/26/2024
2.1.189 79 2/25/2024
2.1.188 79 2/25/2024
2.1.187 76 2/25/2024
2.1.186 76 2/25/2024
2.1.185 82 2/24/2024
2.1.184 80 2/24/2024
2.1.183 75 2/23/2024
2.1.182 63 2/23/2024
2.1.181 77 2/22/2024
2.1.180 84 2/22/2024
2.1.179 87 2/22/2024
2.1.178 91 2/22/2024
2.1.177 66 2/22/2024
2.1.176 88 2/22/2024
2.1.175 76 2/21/2024
2.1.174 91 2/21/2024
2.1.173 74 2/21/2024
2.1.172 82 2/21/2024
2.1.171 81 2/21/2024
2.1.170 81 2/21/2024
2.1.169 72 2/21/2024
2.1.168 75 2/20/2024
2.1.167 66 2/20/2024
2.1.166 67 2/20/2024
2.1.165 76 2/20/2024
2.1.164 82 2/20/2024
2.1.163 69 2/20/2024
2.1.162 78 2/20/2024
2.1.161 75 2/20/2024
2.1.160 70 2/19/2024
2.1.159 70 2/19/2024
2.1.158 66 2/19/2024
2.1.157 67 2/19/2024
2.1.156 71 2/17/2024
2.1.155 70 2/17/2024
2.1.154 63 2/17/2024
2.1.153 71 2/17/2024
2.1.152 73 2/17/2024
2.1.151 73 2/16/2024
2.1.150 67 2/16/2024
2.1.149 70 2/16/2024
2.1.148 71 2/16/2024
2.1.147 69 2/16/2024
2.1.146 74 2/16/2024
2.1.145 70 2/16/2024
2.1.144 68 2/16/2024
2.1.143 72 2/14/2024
2.1.142 72 2/14/2024
2.1.141 68 2/14/2024
2.1.140 73 2/14/2024
2.1.139 74 2/13/2024
2.1.138 87 2/13/2024
2.1.137 63 2/13/2024
2.1.136 61 2/13/2024
2.1.135 64 2/13/2024
2.1.134 89 2/13/2024
2.1.133 79 2/13/2024
2.1.132 89 2/12/2024
2.1.131 78 2/12/2024
2.1.130 66 2/12/2024
2.1.129 85 2/12/2024
2.1.128 89 2/11/2024
2.1.127 83 2/11/2024
2.1.126 70 2/11/2024
2.1.125 72 2/11/2024
2.1.124 84 2/11/2024
2.1.123 74 2/11/2024
2.1.122 76 2/10/2024
2.1.121 76 2/10/2024
2.1.120 87 2/10/2024
2.1.119 87 2/10/2024
2.1.118 75 2/9/2024
2.1.117 89 2/9/2024
2.1.116 86 2/9/2024
2.1.115 89 2/9/2024
2.1.114 84 2/9/2024
2.1.113 80 2/9/2024
2.1.112 70 2/9/2024
2.1.111 71 2/8/2024
2.1.110 85 2/8/2024
2.1.109 87 2/8/2024
2.1.108 77 2/8/2024
2.1.107 70 2/8/2024
2.1.106 83 2/8/2024
2.1.105 86 2/7/2024
2.1.104 78 2/7/2024
2.1.103 91 2/7/2024
2.1.102 80 2/7/2024
2.1.101 84 2/7/2024
2.1.100 86 2/7/2024
2.1.99 92 2/7/2024
2.1.98 82 2/6/2024
2.1.97 87 2/6/2024
2.1.96 81 2/6/2024
2.1.95 71 2/5/2024
2.1.94 73 2/5/2024
2.1.93 73 2/5/2024
2.1.92 74 2/4/2024
2.1.91 65 2/4/2024
2.1.90 71 2/4/2024
2.1.89 77 2/3/2024
2.1.88 74 2/3/2024
2.1.87 75 2/2/2024
2.1.86 78 1/31/2024
2.1.85 70 1/31/2024
2.1.84 69 1/31/2024
2.1.83 73 1/31/2024
2.1.82 75 1/31/2024
2.1.81 82 1/30/2024
2.1.80 66 1/30/2024
2.1.79 73 1/30/2024
2.1.78 71 1/29/2024
2.1.77 72 1/29/2024
2.1.76 71 1/29/2024
2.1.75 72 1/29/2024
2.1.74 72 1/29/2024
2.1.73 74 1/28/2024
2.1.72 74 1/28/2024
2.1.71 71 1/28/2024
2.1.70 75 1/28/2024
2.1.69 72 1/28/2024
2.1.68 75 1/28/2024
2.1.67 74 1/28/2024
2.1.66 70 1/27/2024
2.1.65 76 1/27/2024
2.1.64 69 1/27/2024
2.1.63 74 1/27/2024
2.1.62 73 1/27/2024
2.1.61 72 1/27/2024
2.1.60 68 1/27/2024
2.1.59 74 1/27/2024
2.1.58 71 1/26/2024
2.1.57 73 1/26/2024
2.1.56 75 1/26/2024
2.1.55 74 1/26/2024
2.1.54 74 1/26/2024
2.1.53 75 1/26/2024
2.1.52 74 1/26/2024
2.1.51 72 1/26/2024
2.1.50 73 1/25/2024
2.1.49 72 1/25/2024
2.1.48 75 1/25/2024
2.1.47 76 1/25/2024
2.1.46 76 1/25/2024
2.1.45 77 1/19/2024
2.1.44 74 1/19/2024
2.1.43 81 1/16/2024
2.1.42 80 1/16/2024
2.1.41 81 1/15/2024
2.1.40 87 1/15/2024
2.1.39 83 1/15/2024
2.1.38 85 1/15/2024
2.1.37 86 1/15/2024
2.1.36 82 1/15/2024
2.1.35 77 1/15/2024
2.1.34 83 1/14/2024
2.1.33 78 1/14/2024
2.1.32 83 1/14/2024
2.1.31 84 1/14/2024
2.1.30 87 1/13/2024
2.1.29 84 1/13/2024
2.1.28 86 1/13/2024
2.1.27 79 1/13/2024
2.1.26 99 1/12/2024
2.1.25 81 1/12/2024
2.1.24 79 1/12/2024
2.1.23 85 1/11/2024
2.1.22 90 1/11/2024
2.1.21 72 1/11/2024
2.1.20 82 1/9/2024
2.1.19 90 1/8/2024
2.1.18 81 1/8/2024
2.1.17 89 1/8/2024
2.1.16 93 1/7/2024
2.1.15 94 1/6/2024
2.1.14 90 1/5/2024
2.1.13 97 1/5/2024
2.1.12 92 1/5/2024
2.1.11 73 1/5/2024
2.1.10 90 1/5/2024
2.1.9 92 1/5/2024
2.1.8 101 1/1/2024
2.1.7 89 1/1/2024
2.1.6 86 1/1/2024
2.1.5 110 1/1/2024
2.1.4 92 1/1/2024
2.1.3 114 12/31/2023
2.1.2 82 12/31/2023
2.1.1 109 12/31/2023