Soenneker.Utils.String.CosineSimilarity 3.0.1003

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.1003
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.1003
                    
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.1003" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.String.CosineSimilarity" Version="3.0.1003" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.String.CosineSimilarity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Utils.String.CosineSimilarity --version 3.0.1003
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.1003"
                    
#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.
#addin nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.1003
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.1003
                    
Install as a Cake Tool

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