Soenneker.Utils.String.CosineSimilarity 3.0.719

Prefix Reserved
dotnet add package Soenneker.Utils.String.CosineSimilarity --version 3.0.719                
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.719                
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="3.0.719" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.CosineSimilarity --version 3.0.719                
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.719"                
#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=3.0.719

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

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 net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

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