Soenneker.Utils.String.LongestCommonSequence 2.1.152

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.LongestCommonSequence --version 2.1.152
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 2.1.152
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.LongestCommonSequence" Version="2.1.152" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.LongestCommonSequence --version 2.1.152
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 2.1.152"
#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.LongestCommonSequence as a Cake Addin
#addin nuget:?package=Soenneker.Utils.String.LongestCommonSequence&version=2.1.152

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

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.LongestCommonSequence

A utility library for comparing strings via the Longest Common Sequence algorithm

Installation

dotnet add package Soenneker.Utils.String.LongestCommonSequence

Why?

Clarity in Similarity:

LCS gives a straightforward measure of similarity. The longer the common subsequence, the more similar the sequences.

Length-Flexible:

No bias for longer or shorter sequences. Focuses on shared elements, not sequence length.

Meaningful Over Quantity:

Emphasizes the meaning of elements, not just their frequency. Great for identifying shared meaningful content.

Efficient for Big Data:

Handles large datasets and extensive sequences efficiently. Practical for tasks involving substantial amounts of data.

Usage

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

double result = LcsStringUtil.CalculateSimilarityPercentage(text1, text2); // 70
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 89 4/30/2024
2.1.320 77 4/30/2024
2.1.319 75 4/30/2024
2.1.318 83 4/30/2024
2.1.317 79 4/29/2024
2.1.316 76 4/29/2024
2.1.315 71 4/29/2024
2.1.314 71 4/29/2024
2.1.313 70 4/29/2024
2.1.312 72 4/28/2024
2.1.311 69 4/28/2024
2.1.310 71 4/28/2024
2.1.309 71 4/28/2024
2.1.308 76 4/28/2024
2.1.307 70 4/28/2024
2.1.306 75 4/28/2024
2.1.305 69 4/28/2024
2.1.304 73 4/27/2024
2.1.303 94 4/20/2024
2.1.302 81 4/20/2024
2.1.301 72 4/19/2024
2.1.300 67 4/19/2024
2.1.299 70 4/19/2024
2.1.298 74 4/19/2024
2.1.297 76 4/19/2024
2.1.296 93 4/13/2024
2.1.295 84 4/13/2024
2.1.294 81 4/13/2024
2.1.293 77 4/12/2024
2.1.292 85 4/12/2024
2.1.291 79 4/12/2024
2.1.290 88 4/12/2024
2.1.289 71 4/12/2024
2.1.288 87 4/12/2024
2.1.287 96 4/12/2024
2.1.286 90 4/12/2024
2.1.285 78 4/11/2024
2.1.284 85 4/10/2024
2.1.283 73 4/10/2024
2.1.282 78 4/10/2024
2.1.281 78 4/10/2024
2.1.280 71 4/10/2024
2.1.279 91 4/3/2024
2.1.278 81 4/2/2024
2.1.277 79 4/2/2024
2.1.276 85 4/2/2024
2.1.275 92 4/1/2024
2.1.274 100 3/30/2024
2.1.273 94 3/29/2024
2.1.272 92 3/29/2024
2.1.271 114 3/25/2024
2.1.270 121 3/25/2024
2.1.269 123 3/25/2024
2.1.268 104 3/25/2024
2.1.267 126 3/21/2024
2.1.266 135 3/21/2024
2.1.265 130 3/21/2024
2.1.264 131 3/20/2024
2.1.263 132 3/20/2024
2.1.262 120 3/20/2024
2.1.261 129 3/19/2024
2.1.260 142 3/19/2024
2.1.259 112 3/19/2024
2.1.258 140 3/19/2024
2.1.257 126 3/19/2024
2.1.256 135 3/19/2024
2.1.255 145 3/18/2024
2.1.254 141 3/16/2024
2.1.253 147 3/16/2024
2.1.252 152 3/16/2024
2.1.251 111 3/15/2024
2.1.250 131 3/15/2024
2.1.249 122 3/14/2024
2.1.248 141 3/13/2024
2.1.247 136 3/13/2024
2.1.246 135 3/13/2024
2.1.245 146 3/13/2024
2.1.244 128 3/13/2024
2.1.243 139 3/13/2024
2.1.242 155 3/13/2024
2.1.241 139 3/13/2024
2.1.240 135 3/13/2024
2.1.239 128 3/12/2024
2.1.238 155 3/12/2024
2.1.237 124 3/12/2024
2.1.236 147 3/12/2024
2.1.235 170 3/12/2024
2.1.234 152 3/11/2024
2.1.233 167 3/11/2024
2.1.232 158 3/11/2024
2.1.231 150 3/11/2024
2.1.230 164 3/10/2024
2.1.229 165 3/10/2024
2.1.228 160 3/10/2024
2.1.227 164 3/10/2024
2.1.226 171 3/9/2024
2.1.225 185 3/9/2024
2.1.224 194 3/8/2024
2.1.223 148 3/8/2024
2.1.222 164 3/8/2024
2.1.221 137 3/8/2024
2.1.220 173 3/8/2024
2.1.219 178 3/8/2024
2.1.218 167 3/6/2024
2.1.217 171 3/6/2024
2.1.216 163 3/6/2024
2.1.215 187 3/4/2024
2.1.214 199 3/4/2024
2.1.213 189 3/4/2024
2.1.212 199 3/4/2024
2.1.211 173 3/4/2024
2.1.210 192 3/4/2024
2.1.209 165 3/3/2024
2.1.208 155 3/3/2024
2.1.207 181 3/3/2024
2.1.206 194 3/3/2024
2.1.205 193 3/2/2024
2.1.204 179 3/2/2024
2.1.203 192 3/2/2024
2.1.202 173 3/2/2024
2.1.201 190 3/2/2024
2.1.200 180 3/2/2024
2.1.199 188 3/2/2024
2.1.198 197 3/1/2024
2.1.197 171 2/29/2024
2.1.196 172 2/29/2024
2.1.195 194 2/29/2024
2.1.194 178 2/29/2024
2.1.193 159 2/29/2024
2.1.192 179 2/29/2024
2.1.191 206 2/29/2024
2.1.190 216 2/27/2024
2.1.189 195 2/26/2024
2.1.188 203 2/26/2024
2.1.187 208 2/25/2024
2.1.186 208 2/25/2024
2.1.185 186 2/25/2024
2.1.184 174 2/25/2024
2.1.183 217 2/24/2024
2.1.182 219 2/23/2024
2.1.181 232 2/23/2024
2.1.180 235 2/22/2024
2.1.179 191 2/22/2024
2.1.178 229 2/22/2024
2.1.177 200 2/22/2024
2.1.176 201 2/22/2024
2.1.175 200 2/22/2024
2.1.174 193 2/21/2024
2.1.173 226 2/21/2024
2.1.172 218 2/21/2024
2.1.171 199 2/21/2024
2.1.170 212 2/21/2024
2.1.169 198 2/21/2024
2.1.168 203 2/21/2024
2.1.167 205 2/20/2024
2.1.166 189 2/20/2024
2.1.165 205 2/20/2024
2.1.164 197 2/20/2024
2.1.163 231 2/20/2024
2.1.162 230 2/20/2024
2.1.161 196 2/20/2024
2.1.160 235 2/20/2024
2.1.159 213 2/19/2024
2.1.158 225 2/19/2024
2.1.157 210 2/19/2024
2.1.156 216 2/19/2024
2.1.155 223 2/19/2024
2.1.154 228 2/17/2024
2.1.153 235 2/17/2024
2.1.152 238 2/17/2024
2.1.151 189 2/17/2024
2.1.150 226 2/17/2024
2.1.149 206 2/16/2024
2.1.148 228 2/16/2024
2.1.147 219 2/16/2024
2.1.146 225 2/16/2024
2.1.145 208 2/16/2024
2.1.144 223 2/16/2024
2.1.143 207 2/16/2024
2.1.142 180 2/16/2024
2.1.141 221 2/14/2024
2.1.140 207 2/14/2024
2.1.139 204 2/14/2024
2.1.138 236 2/14/2024
2.1.137 209 2/13/2024
2.1.136 198 2/13/2024
2.1.135 190 2/13/2024
2.1.134 195 2/13/2024
2.1.133 217 2/13/2024
2.1.132 178 2/13/2024
2.1.131 234 2/13/2024
2.1.130 221 2/12/2024
2.1.129 248 2/12/2024
2.1.128 236 2/12/2024
2.1.127 251 2/11/2024
2.1.126 226 2/11/2024
2.1.125 217 2/11/2024
2.1.124 244 2/11/2024
2.1.123 231 2/11/2024
2.1.122 236 2/11/2024
2.1.121 234 2/11/2024
2.1.120 209 2/10/2024
2.1.119 222 2/10/2024
2.1.118 191 2/10/2024
2.1.117 241 2/10/2024
2.1.116 208 2/9/2024
2.1.115 231 2/9/2024
2.1.114 226 2/9/2024
2.1.113 219 2/9/2024
2.1.112 241 2/9/2024
2.1.111 211 2/9/2024
2.1.110 204 2/9/2024
2.1.109 224 2/8/2024
2.1.108 201 2/8/2024
2.1.107 199 2/8/2024
2.1.106 222 2/8/2024
2.1.105 189 2/8/2024
2.1.104 243 2/7/2024
2.1.103 219 2/7/2024
2.1.102 217 2/7/2024
2.1.101 224 2/7/2024
2.1.100 238 2/7/2024
2.1.99 245 2/7/2024
2.1.98 215 2/7/2024
2.1.97 236 2/6/2024
2.1.96 217 2/5/2024
2.1.95 235 2/5/2024
2.1.94 174 2/4/2024
2.1.93 223 2/4/2024
2.1.92 209 2/4/2024
2.1.91 213 2/3/2024
2.1.90 197 2/3/2024
2.1.89 207 2/2/2024
2.1.88 217 1/31/2024
2.1.87 243 1/31/2024
2.1.86 212 1/31/2024
2.1.85 191 1/31/2024
2.1.84 222 1/30/2024
2.1.83 213 1/30/2024
2.1.82 200 1/30/2024
2.1.81 222 1/29/2024
2.1.80 191 1/29/2024
2.1.79 212 1/29/2024
2.1.78 209 1/29/2024
2.1.77 210 1/29/2024
2.1.76 186 1/29/2024
2.1.75 194 1/29/2024
2.1.74 210 1/28/2024
2.1.73 228 1/28/2024
2.1.72 222 1/28/2024
2.1.71 210 1/28/2024
2.1.70 174 1/28/2024
2.1.69 223 1/28/2024
2.1.68 220 1/28/2024
2.1.67 211 1/27/2024
2.1.66 215 1/27/2024
2.1.65 191 1/27/2024
2.1.64 174 1/27/2024
2.1.63 238 1/27/2024
2.1.62 208 1/27/2024
2.1.61 195 1/27/2024
2.1.60 212 1/27/2024
2.1.59 202 1/26/2024
2.1.58 195 1/26/2024
2.1.57 230 1/26/2024
2.1.56 198 1/26/2024
2.1.55 236 1/26/2024
2.1.54 210 1/26/2024
2.1.53 220 1/26/2024
2.1.52 207 1/26/2024
2.1.51 177 1/25/2024
2.1.50 214 1/25/2024
2.1.49 233 1/25/2024
2.1.48 211 1/25/2024
2.1.47 215 1/25/2024
2.1.46 190 1/19/2024
2.1.45 222 1/19/2024
2.1.44 219 1/19/2024
2.1.43 254 1/16/2024
2.1.42 217 1/16/2024
2.1.41 240 1/15/2024
2.1.40 216 1/15/2024
2.1.39 201 1/15/2024
2.1.38 233 1/15/2024
2.1.37 214 1/15/2024
2.1.36 242 1/15/2024
2.1.35 241 1/14/2024
2.1.34 208 1/14/2024
2.1.33 212 1/14/2024
2.1.32 231 1/14/2024
2.1.31 194 1/13/2024
2.1.30 249 1/13/2024
2.1.29 236 1/13/2024
2.1.28 233 1/13/2024
2.1.27 216 1/13/2024
2.1.26 231 1/13/2024
2.1.25 235 1/12/2024
2.1.24 217 1/12/2024
2.1.23 226 1/11/2024
2.1.22 212 1/11/2024
2.1.21 242 1/11/2024
2.1.20 255 1/9/2024
2.1.19 238 1/8/2024
2.1.18 200 1/8/2024
2.1.17 229 1/8/2024
2.1.16 213 1/8/2024
2.1.15 229 1/5/2024
2.1.14 232 1/5/2024
2.1.13 254 1/5/2024
2.1.12 241 1/5/2024
2.1.11 193 1/5/2024
2.1.10 254 1/1/2024
2.1.9 245 1/1/2024
2.1.8 225 1/1/2024
2.1.7 267 1/1/2024
2.1.6 250 1/1/2024
2.1.5 242 1/1/2024
2.1.4 262 1/1/2024
2.1.3 224 1/1/2024
2.1.2 269 1/1/2024
2.1.1 249 1/1/2024