Soenneker.Utils.String.CosineSimilarity 3.0.934

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

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

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.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows 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
3.0.935 43 3/29/2025
3.0.934 441 3/25/2025
3.0.933 446 3/25/2025
3.0.932 91 3/21/2025
3.0.931 112 3/21/2025
3.0.930 127 3/18/2025
3.0.929 125 3/18/2025
3.0.928 55 3/15/2025
3.0.927 50 3/15/2025
3.0.926 136 3/12/2025
3.0.925 145 3/12/2025
3.0.924 151 3/11/2025
3.0.923 149 3/11/2025
3.0.922 153 3/11/2025
3.0.921 142 3/11/2025
3.0.920 140 3/11/2025
3.0.919 147 3/11/2025
3.0.918 190 3/7/2025
3.0.917 194 3/7/2025
3.0.916 100 3/2/2025
3.0.915 86 3/2/2025
3.0.914 88 3/2/2025
3.0.913 76 3/2/2025
3.0.912 86 3/2/2025
3.0.911 84 3/1/2025
3.0.910 72 3/1/2025
3.0.909 79 3/1/2025
3.0.908 75 3/1/2025
3.0.907 83 3/1/2025
3.0.906 83 3/1/2025
3.0.905 77 3/1/2025
3.0.904 77 3/1/2025
3.0.903 75 3/1/2025
3.0.902 86 3/1/2025
3.0.901 73 3/1/2025
3.0.900 88 2/25/2025
3.0.899 78 2/25/2025
3.0.898 80 2/25/2025
3.0.897 83 2/24/2025
3.0.896 78 2/24/2025
3.0.895 94 2/23/2025
3.0.894 93 2/23/2025
3.0.893 77 2/22/2025
3.0.892 89 2/22/2025
3.0.891 88 2/22/2025
3.0.890 79 2/22/2025
3.0.889 87 2/22/2025
3.0.888 85 2/22/2025
3.0.887 88 2/21/2025
3.0.886 85 2/21/2025
3.0.885 87 2/21/2025
3.0.884 88 2/21/2025
3.0.883 95 2/19/2025
3.0.882 85 2/19/2025
3.0.881 82 2/19/2025
3.0.880 94 2/18/2025
3.0.879 90 2/18/2025
3.0.878 86 2/18/2025
3.0.877 87 2/18/2025
3.0.876 86 2/18/2025
3.0.875 88 2/18/2025
3.0.874 81 2/14/2025
3.0.873 88 2/14/2025
3.0.872 92 2/13/2025
3.0.871 84 2/13/2025
3.0.870 84 2/12/2025
3.0.869 93 2/12/2025
3.0.868 84 2/12/2025
3.0.867 87 2/12/2025
3.0.866 80 2/11/2025
3.0.865 75 2/11/2025
3.0.864 86 2/11/2025
3.0.863 84 2/11/2025
3.0.862 102 2/11/2025
3.0.861 75 2/11/2025
3.0.860 84 2/11/2025
3.0.859 93 2/11/2025
3.0.858 93 2/11/2025
3.0.857 88 2/10/2025
3.0.856 83 2/10/2025
3.0.855 96 2/10/2025
3.0.854 87 2/10/2025
3.0.853 87 2/9/2025
3.0.852 84 2/8/2025
3.0.851 81 2/8/2025
3.0.850 89 2/8/2025
3.0.849 84 2/8/2025
3.0.848 76 2/8/2025
3.0.847 82 2/8/2025
3.0.846 85 2/7/2025
3.0.845 81 2/7/2025
3.0.844 89 2/7/2025
3.0.843 90 2/7/2025
3.0.842 86 2/7/2025
3.0.841 80 2/7/2025
3.0.840 82 2/7/2025
3.0.839 82 2/7/2025
3.0.838 87 2/7/2025
3.0.837 75 2/7/2025
3.0.836 87 2/6/2025
3.0.835 97 2/5/2025
3.0.834 86 2/5/2025
3.0.833 86 2/5/2025
3.0.832 93 2/5/2025
3.0.831 86 2/5/2025
3.0.830 86 2/5/2025
3.0.829 83 1/28/2025
3.0.828 68 1/28/2025
3.0.827 72 1/28/2025
3.0.826 75 1/27/2025
3.0.825 70 1/27/2025
3.0.824 69 1/27/2025
3.0.823 76 1/27/2025
3.0.822 70 1/27/2025
3.0.821 70 1/27/2025
3.0.820 71 1/27/2025
3.0.819 78 1/27/2025
3.0.818 78 1/26/2025
3.0.817 74 1/26/2025
3.0.816 77 1/25/2025
3.0.815 74 1/25/2025
3.0.814 74 1/25/2025
3.0.813 73 1/25/2025
3.0.812 72 1/24/2025
3.0.811 69 1/24/2025
3.0.810 75 1/24/2025
3.0.809 74 1/24/2025
3.0.808 83 1/23/2025
3.0.807 72 1/23/2025
3.0.806 75 1/21/2025
3.0.805 80 1/21/2025
3.0.804 85 1/21/2025
3.0.803 88 1/21/2025
3.0.802 87 1/21/2025
3.0.801 77 1/21/2025
3.0.800 81 1/21/2025
3.0.799 82 1/21/2025
3.0.798 72 1/21/2025
3.0.797 82 1/20/2025
3.0.796 75 1/20/2025
3.0.795 76 1/20/2025
3.0.794 81 1/20/2025
3.0.793 81 1/20/2025
3.0.792 77 1/20/2025
3.0.791 75 1/20/2025
3.0.790 80 1/20/2025
3.0.789 80 1/19/2025
3.0.788 75 1/19/2025
3.0.787 80 1/19/2025
3.0.786 68 1/19/2025
3.0.785 66 1/19/2025
3.0.784 73 1/18/2025
3.0.783 73 1/18/2025
3.0.782 72 1/18/2025
3.0.781 71 1/18/2025
3.0.780 78 1/17/2025
3.0.779 79 1/17/2025
3.0.778 77 1/17/2025
3.0.777 80 1/16/2025
3.0.776 78 1/16/2025
3.0.775 83 1/16/2025
3.0.774 74 1/16/2025
3.0.773 75 1/16/2025
3.0.772 85 1/15/2025
3.0.771 75 1/15/2025
3.0.770 75 1/15/2025
3.0.769 64 1/15/2025
3.0.768 46 1/15/2025
3.0.767 46 1/15/2025
3.0.766 44 1/15/2025
3.0.765 44 1/15/2025
3.0.764 54 1/14/2025
3.0.763 62 1/14/2025
3.0.762 71 1/14/2025
3.0.761 68 1/13/2025
3.0.760 64 1/13/2025
3.0.759 63 1/13/2025
3.0.758 66 1/12/2025
3.0.757 71 1/11/2025
3.0.756 78 1/11/2025
3.0.755 77 1/11/2025
3.0.754 77 1/11/2025
3.0.753 79 1/10/2025
3.0.752 81 1/10/2025
3.0.751 74 1/10/2025
3.0.750 75 1/10/2025
3.0.749 73 1/10/2025
3.0.748 101 1/3/2025
3.0.747 104 1/3/2025
3.0.746 90 1/3/2025
3.0.745 87 1/3/2025
3.0.744 88 1/2/2025
3.0.743 91 1/2/2025
3.0.742 82 1/2/2025
3.0.741 86 1/2/2025
3.0.740 103 1/1/2025
3.0.739 93 1/1/2025
3.0.738 92 1/1/2025
3.0.737 93 1/1/2025
3.0.736 106 1/1/2025
3.0.735 90 1/1/2025
3.0.734 108 1/1/2025
3.0.732 88 12/31/2024
3.0.731 89 12/31/2024
3.0.730 99 12/31/2024
3.0.729 97 12/31/2024
3.0.728 76 12/31/2024
3.0.727 83 12/31/2024
3.0.726 95 12/31/2024
3.0.725 86 12/31/2024
3.0.724 85 12/31/2024
3.0.723 85 12/28/2024
3.0.722 81 12/28/2024
3.0.721 84 12/27/2024
3.0.720 90 12/27/2024
3.0.719 82 12/24/2024
3.0.718 86 12/24/2024
3.0.717 89 12/24/2024
3.0.716 98 12/24/2024
3.0.715 93 12/24/2024
3.0.714 88 12/24/2024
3.0.713 83 12/24/2024
3.0.712 89 12/23/2024
3.0.711 87 12/23/2024
3.0.710 86 12/23/2024
3.0.709 84 12/23/2024
3.0.708 92 12/23/2024
3.0.707 86 12/23/2024
3.0.706 89 12/22/2024
3.0.705 88 12/22/2024
3.0.704 86 12/22/2024
3.0.703 94 12/22/2024
3.0.702 88 12/22/2024
3.0.701 90 12/21/2024
3.0.700 86 12/21/2024
3.0.699 93 12/21/2024
3.0.698 85 12/21/2024
3.0.697 85 12/21/2024
3.0.696 95 12/21/2024
3.0.695 100 12/21/2024
3.0.694 92 12/20/2024
3.0.693 91 12/20/2024
3.0.692 87 12/20/2024
3.0.691 93 12/20/2024
3.0.690 98 12/19/2024
3.0.689 87 12/19/2024
3.0.688 85 12/19/2024
3.0.687 87 12/19/2024
3.0.686 89 12/18/2024
3.0.685 88 12/18/2024
3.0.684 84 12/16/2024
3.0.683 85 12/16/2024
3.0.682 88 12/10/2024
3.0.681 86 12/10/2024
3.0.680 82 12/10/2024
3.0.679 89 12/9/2024
3.0.678 89 12/9/2024
3.0.677 84 12/9/2024
3.0.676 86 12/9/2024
3.0.675 91 12/7/2024
3.0.674 91 12/6/2024
3.0.673 88 12/6/2024
3.0.672 92 12/6/2024
3.0.671 89 12/6/2024
3.0.670 100 12/6/2024
3.0.668 93 12/6/2024
3.0.667 87 12/6/2024
3.0.666 95 12/6/2024
3.0.665 90 12/6/2024
3.0.664 91 12/6/2024
3.0.663 87 12/6/2024
3.0.661 94 12/6/2024
3.0.660 93 12/5/2024
3.0.659 92 12/5/2024
3.0.658 94 12/4/2024
3.0.657 89 12/4/2024
3.0.656 96 12/4/2024
3.0.655 95 12/4/2024
3.0.654 83 12/4/2024
3.0.653 90 12/3/2024
3.0.652 93 12/3/2024
3.0.651 96 12/3/2024
3.0.650 86 12/3/2024
3.0.649 87 12/3/2024
3.0.648 99 12/3/2024
3.0.647 85 12/3/2024
3.0.646 92 12/3/2024
3.0.645 86 12/2/2024
3.0.644 91 12/2/2024
3.0.643 93 12/2/2024
3.0.642 97 12/2/2024
3.0.641 94 12/2/2024
3.0.640 99 12/1/2024
3.0.639 91 12/1/2024
3.0.638 96 12/1/2024
3.0.637 100 12/1/2024
3.0.636 94 11/29/2024
3.0.635 89 11/29/2024
3.0.634 90 11/29/2024
3.0.633 93 11/21/2024
3.0.632 95 11/21/2024
3.0.631 87 11/21/2024
3.0.630 90 11/20/2024
3.0.629 90 11/20/2024
3.0.628 90 11/20/2024
3.0.627 86 11/20/2024
3.0.626 89 11/20/2024
3.0.625 99 11/20/2024
3.0.624 91 11/19/2024
3.0.623 97 11/19/2024
3.0.622 88 11/19/2024
3.0.621 85 11/19/2024
3.0.620 86 11/19/2024
3.0.619 97 11/19/2024
3.0.618 96 11/15/2024
3.0.617 94 11/14/2024
3.0.616 93 11/14/2024
3.0.615 90 11/14/2024
3.0.614 89 11/14/2024
3.0.613 91 11/14/2024
3.0.612 91 11/14/2024
3.0.611 96 11/14/2024
3.0.610 90 11/14/2024
3.0.609 103 11/14/2024
3.0.608 92 11/14/2024
3.0.607 91 11/14/2024
3.0.606 90 11/14/2024
2.1.605 97 11/13/2024
2.1.604 96 11/13/2024
2.1.603 102 11/13/2024
2.1.602 97 11/13/2024
2.1.601 96 11/12/2024
2.1.600 97 11/9/2024
2.1.599 96 11/9/2024
2.1.598 96 11/9/2024
2.1.597 91 11/8/2024
2.1.596 103 11/8/2024
2.1.595 89 11/8/2024
2.1.594 104 11/8/2024
2.1.593 91 11/8/2024
2.1.592 97 11/6/2024
2.1.591 103 11/1/2024
2.1.590 102 11/1/2024
2.1.589 101 11/1/2024
2.1.588 88 10/31/2024
2.1.586 104 10/29/2024
2.1.585 101 10/29/2024
2.1.584 86 10/29/2024
2.1.583 97 10/29/2024
2.1.582 88 10/28/2024
2.1.581 95 10/26/2024
2.1.580 95 10/26/2024
2.1.579 106 10/22/2024
2.1.578 84 10/22/2024
2.1.577 88 10/22/2024
2.1.576 86 10/22/2024
2.1.575 76 10/22/2024
2.1.574 88 10/22/2024
2.1.573 92 10/18/2024
2.1.572 95 10/17/2024
2.1.571 242 10/17/2024
2.1.570 88 10/15/2024
2.1.569 91 10/14/2024
2.1.568 95 10/12/2024
2.1.567 97 10/12/2024
2.1.566 100 10/11/2024
2.1.565 117 10/9/2024
2.1.564 91 10/9/2024
2.1.563 92 10/9/2024
2.1.562 94 10/9/2024
2.1.561 95 10/9/2024
2.1.560 95 10/8/2024
2.1.559 96 10/8/2024
2.1.558 79 10/8/2024
2.1.557 87 10/8/2024
2.1.556 96 10/3/2024
2.1.555 84 10/3/2024
2.1.554 82 10/3/2024
2.1.553 84 10/3/2024
2.1.552 92 10/2/2024
2.1.551 85 10/2/2024
2.1.550 105 10/2/2024
2.1.549 93 10/2/2024
2.1.548 95 10/1/2024
2.1.547 91 10/1/2024
2.1.546 97 10/1/2024
2.1.545 99 10/1/2024
2.1.544 111 9/29/2024
2.1.543 92 9/29/2024
2.1.542 89 9/29/2024
2.1.541 96 9/29/2024
2.1.540 101 9/27/2024
2.1.539 98 9/27/2024
2.1.538 100 9/27/2024
2.1.537 97 9/27/2024
2.1.536 93 9/27/2024
2.1.535 98 9/27/2024
2.1.534 107 9/27/2024
2.1.533 104 9/26/2024
2.1.532 103 9/26/2024
2.1.531 95 9/26/2024
2.1.530 100 9/26/2024
2.1.529 97 9/26/2024
2.1.528 92 9/26/2024
2.1.527 92 9/26/2024
2.1.526 92 9/26/2024
2.1.525 103 9/23/2024
2.1.524 96 9/23/2024
2.1.523 95 9/23/2024
2.1.522 91 9/23/2024
2.1.521 94 9/23/2024
2.1.520 101 9/23/2024
2.1.519 96 9/23/2024
2.1.518 90 9/23/2024
2.1.517 94 9/18/2024
2.1.516 92 9/18/2024
2.1.515 105 9/18/2024
2.1.514 98 9/18/2024
2.1.513 98 9/18/2024
2.1.512 96 9/17/2024
2.1.511 111 9/17/2024
2.1.510 107 9/17/2024
2.1.509 97 9/17/2024
2.1.508 95 9/17/2024
2.1.507 96 9/17/2024
2.1.506 92 9/17/2024
2.1.505 109 9/17/2024
2.1.504 108 9/16/2024
2.1.503 96 9/16/2024
2.1.502 109 9/16/2024
2.1.501 110 9/12/2024
2.1.500 103 9/12/2024
2.1.499 134 9/11/2024
2.1.498 121 9/11/2024
2.1.497 119 9/11/2024
2.1.496 120 9/11/2024
2.1.495 115 9/11/2024
2.1.494 115 9/10/2024
2.1.493 126 9/10/2024
2.1.492 107 9/10/2024
2.1.491 105 9/10/2024
2.1.490 112 9/10/2024
2.1.489 113 9/9/2024
2.1.487 131 9/9/2024
2.1.485 117 9/9/2024
2.1.484 113 9/9/2024
2.1.483 119 9/7/2024
2.1.482 119 9/7/2024
2.1.481 113 9/6/2024
2.1.479 112 9/6/2024
2.1.478 120 9/6/2024
2.1.477 127 9/5/2024
2.1.476 103 9/5/2024
2.1.475 122 9/5/2024
2.1.474 115 9/5/2024
2.1.473 124 9/5/2024
2.1.472 113 9/5/2024
2.1.471 119 9/5/2024
2.1.470 106 9/4/2024
2.1.469 97 9/4/2024
2.1.468 110 9/3/2024
2.1.467 98 9/3/2024
2.1.466 107 9/3/2024
2.1.465 106 9/3/2024
2.1.464 103 9/3/2024
2.1.463 107 9/3/2024
2.1.462 104 8/29/2024
2.1.461 96 8/29/2024
2.1.460 99 8/29/2024
2.1.459 113 8/26/2024
2.1.458 113 8/26/2024
2.1.457 129 8/21/2024
2.1.456 123 8/21/2024
2.1.455 122 8/21/2024
2.1.454 145 8/21/2024
2.1.453 127 8/20/2024
2.1.452 118 8/20/2024
2.1.451 117 8/20/2024
2.1.450 127 8/20/2024
2.1.449 126 8/20/2024
2.1.448 119 8/20/2024
2.1.447 127 8/19/2024
2.1.446 120 8/15/2024
2.1.445 129 8/15/2024
2.1.444 120 8/15/2024
2.1.443 113 8/14/2024
2.1.442 123 8/14/2024
2.1.441 130 8/13/2024
2.1.440 127 8/13/2024
2.1.439 96 8/7/2024
2.1.438 101 8/7/2024
2.1.437 96 8/7/2024
2.1.436 89 8/6/2024
2.1.435 101 8/1/2024
2.1.434 96 8/1/2024
2.1.432 86 7/25/2024
2.1.431 82 7/25/2024
2.1.430 88 7/25/2024
2.1.429 87 7/25/2024
2.1.428 92 7/25/2024
2.1.427 88 7/25/2024
2.1.426 100 7/25/2024
2.1.425 90 7/24/2024
2.1.423 115 7/20/2024
2.1.422 116 7/20/2024
2.1.421 114 7/20/2024
2.1.420 99 7/14/2024
2.1.419 93 7/14/2024
2.1.418 97 7/14/2024
2.1.417 91 7/14/2024
2.1.416 99 7/10/2024
2.1.415 102 7/10/2024
2.1.414 90 7/10/2024
2.1.413 111 7/10/2024
2.1.411 106 7/10/2024
2.1.410 86 7/10/2024
2.1.409 109 7/10/2024
2.1.408 98 7/10/2024
2.1.407 121 7/10/2024
2.1.405 116 7/10/2024
2.1.404 111 7/9/2024
2.1.402 94 7/9/2024
2.1.401 105 7/9/2024
2.1.400 95 7/9/2024
2.1.399 112 7/9/2024
2.1.398 112 7/9/2024
2.1.397 105 7/9/2024
2.1.396 112 7/9/2024
2.1.395 117 7/9/2024
2.1.394 106 7/8/2024
2.1.393 111 7/8/2024
2.1.392 116 7/8/2024
2.1.391 123 7/8/2024
2.1.390 99 7/8/2024
2.1.389 116 7/8/2024
2.1.388 108 7/7/2024
2.1.387 96 7/7/2024
2.1.386 124 7/3/2024
2.1.385 119 7/3/2024
2.1.384 111 7/3/2024
2.1.383 107 7/3/2024
2.1.382 113 7/3/2024
2.1.381 113 6/27/2024
2.1.380 99 6/27/2024
2.1.379 112 6/22/2024
2.1.378 105 6/22/2024
2.1.377 111 6/22/2024
2.1.376 120 6/16/2024
2.1.375 114 6/15/2024
2.1.374 114 6/15/2024
2.1.373 124 6/15/2024
2.1.372 120 6/15/2024
2.1.371 125 6/15/2024
2.1.370 116 6/15/2024
2.1.369 114 6/15/2024
2.1.368 115 6/15/2024
2.1.367 105 6/14/2024
2.1.366 111 6/14/2024
2.1.365 116 6/4/2024
2.1.364 130 6/4/2024
2.1.363 126 6/2/2024
2.1.362 129 6/1/2024
2.1.361 116 6/1/2024
2.1.360 118 6/1/2024
2.1.359 115 6/1/2024
2.1.358 128 6/1/2024
2.1.357 123 6/1/2024
2.1.356 123 6/1/2024
2.1.355 132 5/31/2024
2.1.354 116 5/31/2024
2.1.353 104 5/31/2024
2.1.352 116 5/31/2024
2.1.351 123 5/29/2024
2.1.350 112 5/29/2024
2.1.349 110 5/28/2024
2.1.348 116 5/28/2024
2.1.347 116 5/28/2024
2.1.346 113 5/28/2024
2.1.345 112 5/28/2024
2.1.344 116 5/27/2024
2.1.343 118 5/27/2024
2.1.342 107 5/27/2024
2.1.341 115 5/26/2024
2.1.340 126 5/26/2024
2.1.339 114 5/26/2024
2.1.338 122 5/26/2024
2.1.337 124 5/26/2024
2.1.336 119 5/26/2024
2.1.335 121 5/25/2024
2.1.334 123 5/25/2024
2.1.333 116 5/25/2024
2.1.332 120 5/25/2024
2.1.331 120 5/25/2024
2.1.330 120 5/25/2024
2.1.329 121 5/23/2024
2.1.328 122 5/23/2024
2.1.327 102 5/23/2024
2.1.326 123 5/23/2024
2.1.325 117 5/23/2024
2.1.324 124 5/23/2024
2.1.323 118 5/22/2024
2.1.322 120 5/22/2024
2.1.321 117 5/22/2024
2.1.320 112 5/22/2024
2.1.319 120 5/18/2024
2.1.318 117 5/18/2024
2.1.317 110 5/18/2024
2.1.316 115 5/18/2024
2.1.315 120 5/17/2024
2.1.314 148 5/17/2024
2.1.313 121 5/17/2024
2.1.312 114 5/16/2024
2.1.311 125 5/16/2024
2.1.310 139 5/15/2024
2.1.309 116 5/15/2024
2.1.308 131 5/15/2024
2.1.307 128 5/13/2024
2.1.306 122 5/13/2024
2.1.305 109 5/13/2024
2.1.304 138 4/30/2024
2.1.303 126 4/30/2024
2.1.302 121 4/30/2024
2.1.301 130 4/30/2024
2.1.300 120 4/29/2024
2.1.299 119 4/29/2024
2.1.298 108 4/29/2024
2.1.297 111 4/29/2024
2.1.296 112 4/28/2024
2.1.295 121 4/28/2024
2.1.294 125 4/28/2024
2.1.293 112 4/28/2024
2.1.292 122 4/28/2024
2.1.291 113 4/28/2024
2.1.290 119 4/28/2024
2.1.289 115 4/27/2024
2.1.288 148 4/27/2024
2.1.287 129 4/20/2024
2.1.286 128 4/20/2024
2.1.285 120 4/19/2024
2.1.284 112 4/19/2024
2.1.283 121 4/19/2024
2.1.282 122 4/19/2024
2.1.281 113 4/18/2024
2.1.280 125 4/13/2024
2.1.279 108 4/13/2024
2.1.278 120 4/13/2024
2.1.277 110 4/12/2024
2.1.276 106 4/12/2024
2.1.275 109 4/12/2024
2.1.274 108 4/12/2024
2.1.273 109 4/12/2024
2.1.272 115 4/12/2024
2.1.271 106 4/12/2024
2.1.270 108 4/12/2024
2.1.269 111 4/11/2024
2.1.268 118 4/10/2024
2.1.267 103 4/10/2024
2.1.266 104 4/10/2024
2.1.265 109 4/10/2024
2.1.264 107 4/10/2024
2.1.263 131 4/3/2024
2.1.262 113 4/3/2024
2.1.261 545 3/30/2024
2.1.260 125 3/29/2024
2.1.259 124 3/29/2024
2.1.258 119 3/25/2024
2.1.257 146 3/25/2024
2.1.256 122 3/25/2024
2.1.255 111 3/25/2024
2.1.254 123 3/25/2024
2.1.253 117 3/21/2024
2.1.252 112 3/21/2024
2.1.251 121 3/21/2024
2.1.250 113 3/20/2024
2.1.249 118 3/20/2024
2.1.248 141 3/19/2024
2.1.247 101 3/19/2024
2.1.246 111 3/19/2024
2.1.245 111 3/19/2024
2.1.244 111 3/19/2024
2.1.243 127 3/19/2024
2.1.242 126 3/18/2024
2.1.241 114 3/16/2024
2.1.240 110 3/16/2024
2.1.239 122 3/16/2024
2.1.238 124 3/15/2024
2.1.237 123 3/13/2024
2.1.236 127 3/13/2024
2.1.235 121 3/13/2024
2.1.234 118 3/13/2024
2.1.233 124 3/13/2024
2.1.232 129 3/13/2024
2.1.231 130 3/13/2024
2.1.230 126 3/13/2024
2.1.229 147 3/12/2024
2.1.228 124 3/12/2024
2.1.227 122 3/12/2024
2.1.226 131 3/12/2024
2.1.225 114 3/11/2024
2.1.224 115 3/11/2024
2.1.223 142 3/11/2024
2.1.222 115 3/11/2024
2.1.221 119 3/11/2024
2.1.220 130 3/10/2024
2.1.219 126 3/10/2024
2.1.218 123 3/10/2024
2.1.217 123 3/10/2024
2.1.216 136 3/9/2024
2.1.215 126 3/8/2024
2.1.214 129 3/8/2024
2.1.213 130 3/8/2024
2.1.212 117 3/8/2024
2.1.211 119 3/8/2024
2.1.210 113 3/8/2024
2.1.209 127 3/6/2024
2.1.208 130 3/6/2024
2.1.207 117 3/6/2024
2.1.206 120 3/4/2024
2.1.205 109 3/4/2024
2.1.204 130 3/4/2024
2.1.203 132 3/4/2024
2.1.202 110 3/4/2024
2.1.201 122 3/3/2024
2.1.200 132 3/3/2024
2.1.199 122 3/3/2024
2.1.198 127 3/3/2024
2.1.197 121 3/2/2024
2.1.196 118 3/2/2024
2.1.195 117 2/29/2024
2.1.194 113 2/29/2024
2.1.193 109 2/29/2024
2.1.192 123 2/29/2024
2.1.191 118 2/29/2024
2.1.190 106 2/29/2024
2.1.189 128 2/29/2024
2.1.188 126 2/29/2024
2.1.187 108 2/27/2024
2.1.186 117 2/26/2024
2.1.185 100 2/26/2024
2.1.184 113 2/25/2024
2.1.183 103 2/25/2024
2.1.182 111 2/25/2024
2.1.181 124 2/25/2024
2.1.180 120 2/25/2024
2.1.179 110 2/24/2024
2.1.178 110 2/23/2024
2.1.177 108 2/23/2024
2.1.176 112 2/22/2024
2.1.175 127 2/22/2024
2.1.174 126 2/22/2024
2.1.173 105 2/22/2024
2.1.172 113 2/22/2024
2.1.171 124 2/22/2024
2.1.170 131 2/21/2024
2.1.169 127 2/21/2024
2.1.168 109 2/21/2024
2.1.167 122 2/21/2024
2.1.166 147 2/21/2024
2.1.165 127 2/21/2024
2.1.164 112 2/21/2024
2.1.163 139 2/20/2024
2.1.162 114 2/20/2024
2.1.161 124 2/20/2024
2.1.160 121 2/20/2024
2.1.159 134 2/20/2024
2.1.158 116 2/20/2024
2.1.157 121 2/20/2024
2.1.156 120 2/20/2024
2.1.155 126 2/19/2024
2.1.154 109 2/19/2024
2.1.153 146 2/19/2024
2.1.152 103 2/19/2024
2.1.151 130 2/17/2024
2.1.150 142 2/17/2024
2.1.149 120 2/17/2024
2.1.148 128 2/17/2024
2.1.147 134 2/17/2024
2.1.146 119 2/16/2024
2.1.145 130 2/16/2024
2.1.144 107 2/16/2024
2.1.143 130 2/16/2024
2.1.142 114 2/16/2024
2.1.141 124 2/16/2024
2.1.140 126 2/16/2024
2.1.139 122 2/14/2024
2.1.138 127 2/14/2024
2.1.137 125 2/14/2024
2.1.136 129 2/14/2024
2.1.135 111 2/13/2024
2.1.134 125 2/13/2024
2.1.133 109 2/13/2024
2.1.132 129 2/13/2024
2.1.131 126 2/13/2024
2.1.130 121 2/13/2024
2.1.129 142 2/12/2024
2.1.128 120 2/12/2024
2.1.127 120 2/12/2024
2.1.126 124 2/12/2024
2.1.125 121 2/11/2024
2.1.124 122 2/11/2024
2.1.123 141 2/11/2024
2.1.122 133 2/11/2024
2.1.121 123 2/11/2024
2.1.120 115 2/11/2024
2.1.119 125 2/10/2024
2.1.118 139 2/10/2024
2.1.117 119 2/10/2024
2.1.116 129 2/10/2024
2.1.115 134 2/10/2024
2.1.114 124 2/9/2024
2.1.113 128 2/9/2024
2.1.112 122 2/9/2024
2.1.111 128 2/9/2024
2.1.110 129 2/9/2024
2.1.109 125 2/9/2024
2.1.108 128 2/9/2024
2.1.107 127 2/8/2024
2.1.106 124 2/8/2024
2.1.105 131 2/8/2024
2.1.104 126 2/8/2024
2.1.103 129 2/8/2024
2.1.102 125 2/7/2024
2.1.101 128 2/7/2024
2.1.100 132 2/7/2024
2.1.99 116 2/7/2024
2.1.98 128 2/7/2024
2.1.97 118 2/7/2024
2.1.96 119 2/7/2024
2.1.95 137 2/7/2024
2.1.94 124 2/6/2024
2.1.93 115 2/6/2024
2.1.92 118 2/6/2024
2.1.91 118 2/5/2024
2.1.90 116 2/5/2024
2.1.89 125 2/4/2024
2.1.88 108 2/4/2024
2.1.87 121 2/3/2024
2.1.86 121 2/3/2024
2.1.85 119 1/31/2024
2.1.84 110 1/31/2024
2.1.83 108 1/31/2024
2.1.82 98 1/31/2024
2.1.81 123 1/30/2024
2.1.80 113 1/30/2024
2.1.79 114 1/30/2024
2.1.78 109 1/29/2024
2.1.77 118 1/29/2024
2.1.76 106 1/29/2024
2.1.75 113 1/29/2024
2.1.74 106 1/29/2024
2.1.73 114 1/29/2024
2.1.72 111 1/28/2024
2.1.71 128 1/28/2024
2.1.70 112 1/28/2024
2.1.69 115 1/28/2024
2.1.68 111 1/28/2024
2.1.67 109 1/28/2024
2.1.66 111 1/27/2024
2.1.65 112 1/27/2024
2.1.64 114 1/27/2024
2.1.63 131 1/27/2024
2.1.62 127 1/27/2024
2.1.61 115 1/27/2024
2.1.60 102 1/27/2024
2.1.59 115 1/27/2024
2.1.58 117 1/26/2024
2.1.57 113 1/26/2024
2.1.56 118 1/26/2024
2.1.55 108 1/26/2024
2.1.54 115 1/26/2024
2.1.53 127 1/26/2024
2.1.52 112 1/25/2024
2.1.51 104 1/25/2024
2.1.50 119 1/25/2024
2.1.49 117 1/25/2024
2.1.48 113 1/25/2024
2.1.47 119 1/25/2024
2.1.46 119 1/19/2024
2.1.45 122 1/19/2024
2.1.44 128 1/19/2024
2.1.43 138 1/16/2024
2.1.42 128 1/16/2024
2.1.41 118 1/15/2024
2.1.40 128 1/15/2024
2.1.39 129 1/15/2024
2.1.38 126 1/15/2024
2.1.37 132 1/15/2024
2.1.36 124 1/15/2024
2.1.35 127 1/15/2024
2.1.34 131 1/14/2024
2.1.33 117 1/14/2024
2.1.32 131 1/13/2024
2.1.31 118 1/13/2024
2.1.30 117 1/13/2024
2.1.29 132 1/13/2024
2.1.28 127 1/12/2024
2.1.27 124 1/12/2024
2.1.26 123 1/12/2024
2.1.25 117 1/11/2024
2.1.24 127 1/11/2024
2.1.23 134 1/11/2024
2.1.22 130 1/9/2024
2.1.21 147 1/8/2024
2.1.20 126 1/8/2024
2.1.19 145 1/8/2024
2.1.18 154 1/7/2024
2.1.17 136 1/6/2024
2.1.16 138 1/5/2024
2.1.15 147 1/5/2024
2.1.14 140 1/5/2024
2.1.13 150 1/5/2024
2.1.12 142 1/5/2024
2.1.11 124 1/1/2024
2.1.10 111 1/1/2024
2.1.9 122 1/1/2024
2.1.8 110 1/1/2024
2.1.7 120 1/1/2024
2.1.6 148 12/31/2023
2.1.5 127 12/31/2023
2.1.4 141 12/31/2023
2.1.3 128 12/31/2023
2.1.2 107 12/31/2023
2.1.1 115 12/31/2023