Soenneker.Utils.String.CosineSimilarity 2.1.476

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.String.CosineSimilarity --version 2.1.476                
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 2.1.476                
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.CosineSimilarity" Version="2.1.476" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.CosineSimilarity --version 2.1.476                
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 2.1.476"                
#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.CosineSimilarity as a Cake Addin
#addin nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=2.1.476

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

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

A utility library for comparing strings via Cosine Similarity

Installation

dotnet add package Soenneker.Utils.String.CosineSimularity

Why?

Imagine you have two sentences or documents. Cosine similarity helps you figure out how similar they are by looking at the -words- they share. Here's why it's handy:

Easy to Understand:

Cosine similarity is easy to understand. It's a number between 0 and 1 that represents how similar two documents are. The closer to 1, the more similar they are.

Not Bothered by Length:

Whether a text is long or short doesn't throw off cosine similarity. It cares more about the words and their relationships than the total number of words.

Meaning, Not Just Frequency:

It focuses on the meaning of words, not just how often they show up. So, even if one document has a lot more words than another, they might still be considered similar if they share important terms.

Efficient for Big Tasks:

When you're dealing with lots of documents or a ton of text, cosine similarity is efficient. It doesn't get bogged down by complicated calculations, making it a practical choice for large datasets.

Usage

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

double result = CosineSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 75
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.
  • .NETStandard 2.1

    • No dependencies.

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
3.0.633 35 11/21/2024
3.0.632 35 11/21/2024
3.0.631 30 11/21/2024
3.0.630 63 11/20/2024
3.0.629 61 11/20/2024
3.0.628 62 11/20/2024
3.0.627 57 11/20/2024
3.0.626 62 11/20/2024
3.0.625 74 11/20/2024
3.0.624 63 11/19/2024
3.0.623 73 11/19/2024
3.0.622 65 11/19/2024
3.0.621 62 11/19/2024
3.0.620 64 11/19/2024
3.0.619 73 11/19/2024
3.0.618 71 11/15/2024
3.0.617 70 11/14/2024
3.0.616 63 11/14/2024
3.0.615 66 11/14/2024
3.0.614 63 11/14/2024
3.0.613 65 11/14/2024
3.0.612 66 11/14/2024
3.0.611 71 11/14/2024
3.0.610 66 11/14/2024
3.0.609 76 11/14/2024
3.0.608 65 11/14/2024
3.0.607 64 11/14/2024
3.0.606 63 11/14/2024
2.1.605 68 11/13/2024
2.1.604 67 11/13/2024
2.1.603 74 11/13/2024
2.1.602 62 11/13/2024
2.1.601 69 11/12/2024
2.1.600 74 11/9/2024
2.1.599 73 11/9/2024
2.1.598 72 11/9/2024
2.1.597 66 11/8/2024
2.1.596 77 11/8/2024
2.1.595 67 11/8/2024
2.1.594 81 11/8/2024
2.1.593 65 11/8/2024
2.1.592 69 11/6/2024
2.1.591 77 11/1/2024
2.1.590 73 11/1/2024
2.1.589 76 11/1/2024
2.1.588 66 10/31/2024
2.1.586 78 10/29/2024
2.1.585 78 10/29/2024
2.1.584 64 10/29/2024
2.1.583 74 10/29/2024
2.1.582 67 10/28/2024
2.1.581 74 10/26/2024
2.1.580 74 10/26/2024
2.1.579 80 10/22/2024
2.1.578 64 10/22/2024
2.1.577 69 10/22/2024
2.1.576 64 10/22/2024
2.1.575 56 10/22/2024
2.1.574 67 10/22/2024
2.1.573 76 10/18/2024
2.1.572 80 10/17/2024
2.1.571 112 10/17/2024
2.1.570 73 10/15/2024
2.1.569 75 10/14/2024
2.1.568 76 10/12/2024
2.1.567 83 10/12/2024
2.1.566 84 10/11/2024
2.1.565 104 10/9/2024
2.1.564 79 10/9/2024
2.1.563 78 10/9/2024
2.1.562 77 10/9/2024
2.1.561 82 10/9/2024
2.1.560 79 10/8/2024
2.1.559 81 10/8/2024
2.1.558 64 10/8/2024
2.1.557 73 10/8/2024
2.1.556 81 10/3/2024
2.1.555 69 10/3/2024
2.1.554 68 10/3/2024
2.1.553 69 10/3/2024
2.1.552 78 10/2/2024
2.1.551 68 10/2/2024
2.1.550 87 10/2/2024
2.1.549 77 10/2/2024
2.1.548 81 10/1/2024
2.1.547 79 10/1/2024
2.1.546 83 10/1/2024
2.1.545 85 10/1/2024
2.1.544 93 9/29/2024
2.1.543 75 9/29/2024
2.1.542 74 9/29/2024
2.1.541 81 9/29/2024
2.1.540 86 9/27/2024
2.1.539 83 9/27/2024
2.1.538 84 9/27/2024
2.1.537 83 9/27/2024
2.1.536 77 9/27/2024
2.1.535 83 9/27/2024
2.1.534 93 9/27/2024
2.1.533 89 9/26/2024
2.1.532 88 9/26/2024
2.1.531 81 9/26/2024
2.1.530 86 9/26/2024
2.1.529 72 9/26/2024
2.1.528 78 9/26/2024
2.1.527 76 9/26/2024
2.1.526 78 9/26/2024
2.1.525 89 9/23/2024
2.1.524 78 9/23/2024
2.1.523 81 9/23/2024
2.1.522 77 9/23/2024
2.1.521 78 9/23/2024
2.1.520 85 9/23/2024
2.1.519 82 9/23/2024
2.1.518 78 9/23/2024
2.1.517 80 9/18/2024
2.1.516 77 9/18/2024
2.1.515 87 9/18/2024
2.1.514 79 9/18/2024
2.1.513 81 9/18/2024
2.1.512 83 9/17/2024
2.1.511 96 9/17/2024
2.1.510 93 9/17/2024
2.1.509 83 9/17/2024
2.1.508 78 9/17/2024
2.1.507 82 9/17/2024
2.1.506 78 9/17/2024
2.1.505 90 9/17/2024
2.1.504 84 9/16/2024
2.1.503 79 9/16/2024
2.1.502 91 9/16/2024
2.1.501 95 9/12/2024
2.1.500 88 9/12/2024
2.1.499 106 9/11/2024
2.1.498 109 9/11/2024
2.1.497 107 9/11/2024
2.1.496 106 9/11/2024
2.1.495 103 9/11/2024
2.1.494 103 9/10/2024
2.1.493 111 9/10/2024
2.1.492 96 9/10/2024
2.1.491 92 9/10/2024
2.1.490 100 9/10/2024
2.1.489 94 9/9/2024
2.1.487 116 9/9/2024
2.1.485 104 9/9/2024
2.1.484 100 9/9/2024
2.1.483 102 9/7/2024
2.1.482 104 9/7/2024
2.1.481 101 9/6/2024
2.1.479 98 9/6/2024
2.1.478 104 9/6/2024
2.1.477 111 9/5/2024
2.1.476 91 9/5/2024
2.1.475 110 9/5/2024
2.1.474 103 9/5/2024
2.1.473 104 9/5/2024
2.1.472 101 9/5/2024
2.1.471 105 9/5/2024
2.1.470 91 9/4/2024
2.1.469 85 9/4/2024
2.1.468 92 9/3/2024
2.1.467 84 9/3/2024
2.1.466 88 9/3/2024
2.1.465 94 9/3/2024
2.1.464 89 9/3/2024
2.1.463 92 9/3/2024
2.1.462 91 8/29/2024
2.1.461 84 8/29/2024
2.1.460 85 8/29/2024
2.1.459 99 8/26/2024
2.1.458 94 8/26/2024
2.1.457 114 8/21/2024
2.1.456 109 8/21/2024
2.1.455 108 8/21/2024
2.1.454 131 8/21/2024
2.1.453 113 8/20/2024
2.1.452 105 8/20/2024
2.1.451 102 8/20/2024
2.1.450 116 8/20/2024
2.1.449 114 8/20/2024
2.1.448 105 8/20/2024
2.1.447 113 8/19/2024
2.1.446 102 8/15/2024
2.1.445 117 8/15/2024
2.1.444 107 8/15/2024
2.1.443 101 8/14/2024
2.1.442 111 8/14/2024
2.1.441 115 8/13/2024
2.1.440 115 8/13/2024
2.1.439 86 8/7/2024
2.1.438 86 8/7/2024
2.1.437 83 8/7/2024
2.1.436 77 8/6/2024
2.1.435 86 8/1/2024
2.1.434 84 8/1/2024
2.1.432 76 7/25/2024
2.1.431 71 7/25/2024
2.1.430 71 7/25/2024
2.1.429 74 7/25/2024
2.1.428 76 7/25/2024
2.1.427 75 7/25/2024
2.1.426 82 7/25/2024
2.1.425 77 7/24/2024
2.1.423 102 7/20/2024
2.1.422 103 7/20/2024
2.1.421 100 7/20/2024
2.1.420 83 7/14/2024
2.1.419 79 7/14/2024
2.1.418 83 7/14/2024
2.1.417 77 7/14/2024
2.1.416 85 7/10/2024
2.1.415 88 7/10/2024
2.1.414 76 7/10/2024
2.1.413 95 7/10/2024
2.1.411 92 7/10/2024
2.1.410 73 7/10/2024
2.1.409 94 7/10/2024
2.1.408 81 7/10/2024
2.1.407 106 7/10/2024
2.1.405 97 7/10/2024
2.1.404 98 7/9/2024
2.1.402 82 7/9/2024
2.1.401 93 7/9/2024
2.1.400 80 7/9/2024
2.1.399 100 7/9/2024
2.1.398 98 7/9/2024
2.1.397 92 7/9/2024
2.1.396 97 7/9/2024
2.1.395 104 7/9/2024
2.1.394 93 7/8/2024
2.1.393 97 7/8/2024
2.1.392 96 7/8/2024
2.1.391 109 7/8/2024
2.1.390 86 7/8/2024
2.1.389 103 7/8/2024
2.1.388 94 7/7/2024
2.1.387 80 7/7/2024
2.1.386 109 7/3/2024
2.1.385 99 7/3/2024
2.1.384 97 7/3/2024
2.1.383 94 7/3/2024
2.1.382 100 7/3/2024
2.1.381 100 6/27/2024
2.1.380 86 6/27/2024
2.1.379 97 6/22/2024
2.1.378 92 6/22/2024
2.1.377 97 6/22/2024
2.1.376 106 6/16/2024
2.1.375 99 6/15/2024
2.1.374 99 6/15/2024
2.1.373 105 6/15/2024
2.1.372 108 6/15/2024
2.1.371 110 6/15/2024
2.1.370 100 6/15/2024
2.1.369 98 6/15/2024
2.1.368 101 6/15/2024
2.1.367 92 6/14/2024
2.1.366 97 6/14/2024
2.1.365 106 6/4/2024
2.1.364 117 6/4/2024
2.1.363 112 6/2/2024
2.1.362 115 6/1/2024
2.1.361 102 6/1/2024
2.1.360 105 6/1/2024
2.1.359 100 6/1/2024
2.1.358 114 6/1/2024
2.1.357 109 6/1/2024
2.1.356 107 6/1/2024
2.1.355 119 5/31/2024
2.1.354 102 5/31/2024
2.1.353 90 5/31/2024
2.1.352 101 5/31/2024
2.1.351 107 5/29/2024
2.1.350 97 5/29/2024
2.1.349 96 5/28/2024
2.1.348 102 5/28/2024
2.1.347 102 5/28/2024
2.1.346 99 5/28/2024
2.1.345 99 5/28/2024
2.1.344 102 5/27/2024
2.1.343 104 5/27/2024
2.1.342 93 5/27/2024
2.1.341 102 5/26/2024
2.1.340 106 5/26/2024
2.1.339 99 5/26/2024
2.1.338 109 5/26/2024
2.1.337 110 5/26/2024
2.1.336 105 5/26/2024
2.1.335 108 5/25/2024
2.1.334 109 5/25/2024
2.1.333 103 5/25/2024
2.1.332 107 5/25/2024
2.1.331 100 5/25/2024
2.1.330 106 5/25/2024
2.1.329 106 5/23/2024
2.1.328 107 5/23/2024
2.1.327 87 5/23/2024
2.1.326 110 5/23/2024
2.1.325 104 5/23/2024
2.1.324 112 5/23/2024
2.1.323 102 5/22/2024
2.1.322 106 5/22/2024
2.1.321 105 5/22/2024
2.1.320 99 5/22/2024
2.1.319 106 5/18/2024
2.1.318 104 5/18/2024
2.1.317 96 5/18/2024
2.1.316 101 5/18/2024
2.1.315 106 5/17/2024
2.1.314 129 5/17/2024
2.1.313 109 5/17/2024
2.1.312 101 5/16/2024
2.1.311 112 5/16/2024
2.1.310 125 5/15/2024
2.1.309 102 5/15/2024
2.1.308 119 5/15/2024
2.1.307 114 5/13/2024
2.1.306 108 5/13/2024
2.1.305 93 5/13/2024
2.1.304 123 4/30/2024
2.1.303 112 4/30/2024
2.1.302 111 4/30/2024
2.1.301 118 4/30/2024
2.1.300 105 4/29/2024
2.1.299 108 4/29/2024
2.1.298 95 4/29/2024
2.1.297 97 4/29/2024
2.1.296 100 4/28/2024
2.1.295 110 4/28/2024
2.1.294 108 4/28/2024
2.1.293 102 4/28/2024
2.1.292 108 4/28/2024
2.1.291 102 4/28/2024
2.1.290 107 4/28/2024
2.1.289 103 4/27/2024
2.1.288 131 4/27/2024
2.1.287 118 4/20/2024
2.1.286 112 4/20/2024
2.1.285 106 4/19/2024
2.1.284 101 4/19/2024
2.1.283 110 4/19/2024
2.1.282 108 4/19/2024
2.1.281 102 4/18/2024
2.1.280 114 4/13/2024
2.1.279 93 4/13/2024
2.1.278 108 4/13/2024
2.1.277 99 4/12/2024
2.1.276 93 4/12/2024
2.1.275 96 4/12/2024
2.1.274 95 4/12/2024
2.1.273 96 4/12/2024
2.1.272 100 4/12/2024
2.1.271 96 4/12/2024
2.1.270 92 4/12/2024
2.1.269 100 4/11/2024
2.1.268 109 4/10/2024
2.1.267 93 4/10/2024
2.1.266 94 4/10/2024
2.1.265 100 4/10/2024
2.1.264 97 4/10/2024
2.1.263 121 4/3/2024
2.1.262 104 4/3/2024
2.1.261 421 3/30/2024
2.1.260 113 3/29/2024
2.1.259 115 3/29/2024
2.1.258 107 3/25/2024
2.1.257 136 3/25/2024
2.1.256 112 3/25/2024
2.1.255 99 3/25/2024
2.1.254 114 3/25/2024
2.1.253 108 3/21/2024
2.1.252 103 3/21/2024
2.1.251 112 3/21/2024
2.1.250 102 3/20/2024
2.1.249 107 3/20/2024
2.1.248 126 3/19/2024
2.1.247 89 3/19/2024
2.1.246 102 3/19/2024
2.1.245 100 3/19/2024
2.1.244 102 3/19/2024
2.1.243 118 3/19/2024
2.1.242 115 3/18/2024
2.1.241 105 3/16/2024
2.1.240 101 3/16/2024
2.1.239 113 3/16/2024
2.1.238 114 3/15/2024
2.1.237 113 3/13/2024
2.1.236 117 3/13/2024
2.1.235 112 3/13/2024
2.1.234 108 3/13/2024
2.1.233 112 3/13/2024
2.1.232 120 3/13/2024
2.1.231 117 3/13/2024
2.1.230 116 3/13/2024
2.1.229 136 3/12/2024
2.1.228 113 3/12/2024
2.1.227 112 3/12/2024
2.1.226 120 3/12/2024
2.1.225 103 3/11/2024
2.1.224 105 3/11/2024
2.1.223 130 3/11/2024
2.1.222 105 3/11/2024
2.1.221 109 3/11/2024
2.1.220 120 3/10/2024
2.1.219 116 3/10/2024
2.1.218 112 3/10/2024
2.1.217 113 3/10/2024
2.1.216 128 3/9/2024
2.1.215 119 3/8/2024
2.1.214 120 3/8/2024
2.1.213 122 3/8/2024
2.1.212 107 3/8/2024
2.1.211 110 3/8/2024
2.1.210 105 3/8/2024
2.1.209 117 3/6/2024
2.1.208 115 3/6/2024
2.1.207 107 3/6/2024
2.1.206 111 3/4/2024
2.1.205 98 3/4/2024
2.1.204 119 3/4/2024
2.1.203 120 3/4/2024
2.1.202 98 3/4/2024
2.1.201 109 3/3/2024
2.1.200 121 3/3/2024
2.1.199 111 3/3/2024
2.1.198 116 3/3/2024
2.1.197 109 3/2/2024
2.1.196 107 3/2/2024
2.1.195 106 2/29/2024
2.1.194 102 2/29/2024
2.1.193 99 2/29/2024
2.1.192 109 2/29/2024
2.1.191 107 2/29/2024
2.1.190 94 2/29/2024
2.1.189 118 2/29/2024
2.1.188 113 2/29/2024
2.1.187 99 2/27/2024
2.1.186 106 2/26/2024
2.1.185 86 2/26/2024
2.1.184 102 2/25/2024
2.1.183 94 2/25/2024
2.1.182 101 2/25/2024
2.1.181 112 2/25/2024
2.1.180 109 2/25/2024
2.1.179 99 2/24/2024
2.1.178 98 2/23/2024
2.1.177 97 2/23/2024
2.1.176 100 2/22/2024
2.1.175 112 2/22/2024
2.1.174 111 2/22/2024
2.1.173 90 2/22/2024
2.1.172 98 2/22/2024
2.1.171 105 2/22/2024
2.1.170 114 2/21/2024
2.1.169 114 2/21/2024
2.1.168 95 2/21/2024
2.1.167 108 2/21/2024
2.1.166 132 2/21/2024
2.1.165 110 2/21/2024
2.1.164 97 2/21/2024
2.1.163 123 2/20/2024
2.1.162 98 2/20/2024
2.1.161 108 2/20/2024
2.1.160 106 2/20/2024
2.1.159 119 2/20/2024
2.1.158 100 2/20/2024
2.1.157 105 2/20/2024
2.1.156 101 2/20/2024
2.1.155 111 2/19/2024
2.1.154 91 2/19/2024
2.1.153 128 2/19/2024
2.1.152 87 2/19/2024
2.1.151 113 2/17/2024
2.1.150 125 2/17/2024
2.1.149 103 2/17/2024
2.1.148 114 2/17/2024
2.1.147 120 2/17/2024
2.1.146 103 2/16/2024
2.1.145 115 2/16/2024
2.1.144 94 2/16/2024
2.1.143 117 2/16/2024
2.1.142 100 2/16/2024
2.1.141 110 2/16/2024
2.1.140 114 2/16/2024
2.1.139 107 2/14/2024
2.1.138 114 2/14/2024
2.1.137 111 2/14/2024
2.1.136 116 2/14/2024
2.1.135 97 2/13/2024
2.1.134 110 2/13/2024
2.1.133 95 2/13/2024
2.1.132 115 2/13/2024
2.1.131 116 2/13/2024
2.1.130 110 2/13/2024
2.1.129 127 2/12/2024
2.1.128 106 2/12/2024
2.1.127 105 2/12/2024
2.1.126 110 2/12/2024
2.1.125 106 2/11/2024
2.1.124 108 2/11/2024
2.1.123 127 2/11/2024
2.1.122 120 2/11/2024
2.1.121 111 2/11/2024
2.1.120 101 2/11/2024
2.1.119 112 2/10/2024
2.1.118 125 2/10/2024
2.1.117 105 2/10/2024
2.1.116 113 2/10/2024
2.1.115 119 2/10/2024
2.1.114 110 2/9/2024
2.1.113 112 2/9/2024
2.1.112 107 2/9/2024
2.1.111 113 2/9/2024
2.1.110 115 2/9/2024
2.1.109 111 2/9/2024
2.1.108 112 2/9/2024
2.1.107 113 2/8/2024
2.1.106 109 2/8/2024
2.1.105 111 2/8/2024
2.1.104 112 2/8/2024
2.1.103 105 2/8/2024
2.1.102 116 2/7/2024
2.1.101 120 2/7/2024
2.1.100 120 2/7/2024
2.1.99 107 2/7/2024
2.1.98 114 2/7/2024
2.1.97 106 2/7/2024
2.1.96 107 2/7/2024
2.1.95 128 2/7/2024
2.1.94 115 2/6/2024
2.1.93 106 2/6/2024
2.1.92 109 2/6/2024
2.1.91 110 2/5/2024
2.1.90 109 2/5/2024
2.1.89 117 2/4/2024
2.1.88 100 2/4/2024
2.1.87 114 2/3/2024
2.1.86 111 2/3/2024
2.1.85 111 1/31/2024
2.1.84 101 1/31/2024
2.1.83 101 1/31/2024
2.1.82 90 1/31/2024
2.1.81 116 1/30/2024
2.1.80 106 1/30/2024
2.1.79 107 1/30/2024
2.1.78 101 1/29/2024
2.1.77 110 1/29/2024
2.1.76 100 1/29/2024
2.1.75 106 1/29/2024
2.1.74 97 1/29/2024
2.1.73 105 1/29/2024
2.1.72 104 1/28/2024
2.1.71 120 1/28/2024
2.1.70 104 1/28/2024
2.1.69 106 1/28/2024
2.1.68 104 1/28/2024
2.1.67 100 1/28/2024
2.1.66 102 1/27/2024
2.1.65 105 1/27/2024
2.1.64 107 1/27/2024
2.1.63 123 1/27/2024
2.1.62 117 1/27/2024
2.1.61 108 1/27/2024
2.1.60 92 1/27/2024
2.1.59 107 1/27/2024
2.1.58 110 1/26/2024
2.1.57 103 1/26/2024
2.1.56 108 1/26/2024
2.1.55 101 1/26/2024
2.1.54 108 1/26/2024
2.1.53 119 1/26/2024
2.1.52 103 1/25/2024
2.1.51 96 1/25/2024
2.1.50 111 1/25/2024
2.1.49 110 1/25/2024
2.1.48 103 1/25/2024
2.1.47 111 1/25/2024
2.1.46 111 1/19/2024
2.1.45 112 1/19/2024
2.1.44 120 1/19/2024
2.1.43 130 1/16/2024
2.1.42 120 1/16/2024
2.1.41 106 1/15/2024
2.1.40 118 1/15/2024
2.1.39 121 1/15/2024
2.1.38 118 1/15/2024
2.1.37 123 1/15/2024
2.1.36 114 1/15/2024
2.1.35 117 1/15/2024
2.1.34 119 1/14/2024
2.1.33 109 1/14/2024
2.1.32 110 1/13/2024
2.1.31 108 1/13/2024
2.1.30 109 1/13/2024
2.1.29 123 1/13/2024
2.1.28 116 1/12/2024
2.1.27 116 1/12/2024
2.1.26 112 1/12/2024
2.1.25 110 1/11/2024
2.1.24 120 1/11/2024
2.1.23 127 1/11/2024
2.1.22 122 1/9/2024
2.1.21 139 1/8/2024
2.1.20 117 1/8/2024
2.1.19 137 1/8/2024
2.1.18 146 1/7/2024
2.1.17 128 1/6/2024
2.1.16 131 1/5/2024
2.1.15 139 1/5/2024
2.1.14 132 1/5/2024
2.1.13 143 1/5/2024
2.1.12 132 1/5/2024
2.1.11 116 1/1/2024
2.1.10 101 1/1/2024
2.1.9 113 1/1/2024
2.1.8 101 1/1/2024
2.1.7 112 1/1/2024
2.1.6 138 12/31/2023
2.1.5 117 12/31/2023
2.1.4 131 12/31/2023
2.1.3 120 12/31/2023
2.1.2 100 12/31/2023
2.1.1 108 12/31/2023