Soenneker.Utils.String.JaccardSimilarity 2.1.272

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

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

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.312 0 4/28/2024
2.1.311 0 4/28/2024
2.1.310 0 4/28/2024
2.1.309 2 4/28/2024
2.1.308 25 4/28/2024
2.1.307 23 4/28/2024
2.1.306 27 4/28/2024
2.1.305 33 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 56 4/19/2024
2.1.299 62 4/19/2024
2.1.298 67 4/19/2024
2.1.297 64 4/18/2024
2.1.296 88 4/13/2024
2.1.295 81 4/13/2024
2.1.294 71 4/13/2024
2.1.293 76 4/13/2024
2.1.292 65 4/12/2024
2.1.291 64 4/12/2024
2.1.290 71 4/12/2024
2.1.289 70 4/12/2024
2.1.288 66 4/12/2024
2.1.287 74 4/12/2024
2.1.286 74 4/12/2024
2.1.285 70 4/12/2024
2.1.284 71 4/11/2024
2.1.283 76 4/10/2024
2.1.282 68 4/10/2024
2.1.281 69 4/10/2024
2.1.280 65 4/10/2024
2.1.279 70 4/10/2024
2.1.278 65 4/3/2024
2.1.277 76 4/2/2024
2.1.276 72 4/2/2024
2.1.275 47 4/2/2024
2.1.274 80 4/2/2024
2.1.273 60 4/2/2024
2.1.272 179 3/30/2024
2.1.271 78 3/29/2024
2.1.270 83 3/29/2024
2.1.269 75 3/25/2024
2.1.268 70 3/25/2024
2.1.267 76 3/25/2024
2.1.266 70 3/25/2024
2.1.265 69 3/25/2024
2.1.264 74 3/21/2024
2.1.263 75 3/21/2024
2.1.262 73 3/20/2024
2.1.261 72 3/20/2024
2.1.260 63 3/20/2024
2.1.259 67 3/20/2024
2.1.258 79 3/19/2024
2.1.257 93 3/19/2024
2.1.256 66 3/19/2024
2.1.255 80 3/19/2024
2.1.254 93 3/19/2024
2.1.253 90 3/19/2024
2.1.252 60 3/18/2024
2.1.251 86 3/16/2024
2.1.250 77 3/16/2024
2.1.249 93 3/16/2024
2.1.248 81 3/15/2024
2.1.247 78 3/14/2024
2.1.246 87 3/13/2024
2.1.245 83 3/13/2024
2.1.244 78 3/13/2024
2.1.243 91 3/13/2024
2.1.242 76 3/13/2024
2.1.241 85 3/13/2024
2.1.240 91 3/13/2024
2.1.239 82 3/13/2024
2.1.238 79 3/13/2024
2.1.237 71 3/12/2024
2.1.236 87 3/12/2024
2.1.235 74 3/12/2024
2.1.234 73 3/12/2024
2.1.233 65 3/12/2024
2.1.232 80 3/12/2024
2.1.231 69 3/11/2024
2.1.230 81 3/11/2024
2.1.229 61 3/11/2024
2.1.228 60 3/11/2024
2.1.227 73 3/10/2024
2.1.226 62 3/10/2024
2.1.225 70 3/10/2024
2.1.224 81 3/9/2024
2.1.223 78 3/8/2024
2.1.222 80 3/8/2024
2.1.221 75 3/8/2024
2.1.220 71 3/8/2024
2.1.219 79 3/8/2024
2.1.218 73 3/8/2024
2.1.217 78 3/6/2024
2.1.216 84 3/6/2024
2.1.215 84 3/4/2024
2.1.214 75 3/4/2024
2.1.213 80 3/4/2024
2.1.212 83 3/4/2024
2.1.211 87 3/4/2024
2.1.210 80 3/3/2024
2.1.209 86 3/3/2024
2.1.208 81 3/3/2024
2.1.207 90 3/3/2024
2.1.206 80 3/2/2024
2.1.205 83 3/2/2024
2.1.204 84 3/2/2024
2.1.203 77 3/2/2024
2.1.202 84 3/2/2024
2.1.201 69 3/2/2024
2.1.200 73 3/2/2024
2.1.199 83 2/29/2024
2.1.198 81 2/29/2024
2.1.197 75 2/29/2024
2.1.196 76 2/29/2024
2.1.195 71 2/29/2024
2.1.194 76 2/29/2024
2.1.193 82 2/29/2024
2.1.192 88 2/27/2024
2.1.191 70 2/26/2024
2.1.190 70 2/26/2024
2.1.189 78 2/25/2024
2.1.188 78 2/25/2024
2.1.187 75 2/25/2024
2.1.186 75 2/25/2024
2.1.185 81 2/24/2024
2.1.184 79 2/24/2024
2.1.183 74 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 67 1/27/2024
2.1.59 73 1/27/2024
2.1.58 70 1/26/2024
2.1.57 72 1/26/2024
2.1.56 74 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