Soenneker.Utils.String.CosineSimilarity 3.0.633

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

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

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.  net9.0 was computed.  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. 
.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.928 0 3/15/2025
3.0.927 0 3/15/2025
3.0.926 123 3/12/2025
3.0.925 129 3/12/2025
3.0.924 142 3/11/2025
3.0.923 139 3/11/2025
3.0.922 144 3/11/2025
3.0.921 133 3/11/2025
3.0.920 131 3/11/2025
3.0.919 137 3/11/2025
3.0.918 188 3/7/2025
3.0.917 190 3/7/2025
3.0.916 98 3/2/2025
3.0.915 85 3/2/2025
3.0.914 87 3/2/2025
3.0.913 75 3/2/2025
3.0.912 84 3/2/2025
3.0.911 82 3/1/2025
3.0.910 71 3/1/2025
3.0.909 78 3/1/2025
3.0.908 73 3/1/2025
3.0.907 81 3/1/2025
3.0.906 81 3/1/2025
3.0.905 75 3/1/2025
3.0.904 76 3/1/2025
3.0.903 74 3/1/2025
3.0.902 85 3/1/2025
3.0.901 72 3/1/2025
3.0.900 87 2/25/2025
3.0.899 77 2/25/2025
3.0.898 79 2/25/2025
3.0.897 82 2/24/2025
3.0.896 76 2/24/2025
3.0.895 92 2/23/2025
3.0.894 92 2/23/2025
3.0.893 75 2/22/2025
3.0.892 87 2/22/2025
3.0.891 87 2/22/2025
3.0.890 77 2/22/2025
3.0.889 85 2/22/2025
3.0.888 83 2/22/2025
3.0.887 86 2/21/2025
3.0.886 84 2/21/2025
3.0.885 86 2/21/2025
3.0.884 86 2/21/2025
3.0.883 94 2/19/2025
3.0.882 84 2/19/2025
3.0.881 81 2/19/2025
3.0.880 93 2/18/2025
3.0.879 89 2/18/2025
3.0.878 85 2/18/2025
3.0.877 85 2/18/2025
3.0.876 84 2/18/2025
3.0.875 87 2/18/2025
3.0.874 80 2/14/2025
3.0.873 86 2/14/2025
3.0.872 91 2/13/2025
3.0.871 82 2/13/2025
3.0.870 83 2/12/2025
3.0.869 92 2/12/2025
3.0.868 83 2/12/2025
3.0.867 86 2/12/2025
3.0.866 79 2/11/2025
3.0.865 74 2/11/2025
3.0.864 84 2/11/2025
3.0.863 82 2/11/2025
3.0.862 94 2/11/2025
3.0.861 74 2/11/2025
3.0.860 83 2/11/2025
3.0.859 92 2/11/2025
3.0.858 92 2/11/2025
3.0.857 87 2/10/2025
3.0.856 82 2/10/2025
3.0.855 95 2/10/2025
3.0.854 86 2/10/2025
3.0.853 85 2/9/2025
3.0.852 82 2/8/2025
3.0.851 80 2/8/2025
3.0.850 87 2/8/2025
3.0.849 83 2/8/2025
3.0.848 75 2/8/2025
3.0.847 81 2/8/2025
3.0.846 83 2/7/2025
3.0.845 79 2/7/2025
3.0.844 88 2/7/2025
3.0.843 89 2/7/2025
3.0.842 85 2/7/2025
3.0.841 79 2/7/2025
3.0.840 81 2/7/2025
3.0.839 81 2/7/2025
3.0.838 86 2/7/2025
3.0.837 74 2/7/2025
3.0.836 85 2/6/2025
3.0.835 96 2/5/2025
3.0.834 85 2/5/2025
3.0.833 84 2/5/2025
3.0.832 92 2/5/2025
3.0.831 84 2/5/2025
3.0.830 84 2/5/2025
3.0.829 81 1/28/2025
3.0.828 66 1/28/2025
3.0.827 71 1/28/2025
3.0.826 74 1/27/2025
3.0.825 69 1/27/2025
3.0.824 68 1/27/2025
3.0.823 75 1/27/2025
3.0.822 69 1/27/2025
3.0.821 68 1/27/2025
3.0.820 70 1/27/2025
3.0.819 76 1/27/2025
3.0.818 77 1/26/2025
3.0.817 73 1/26/2025
3.0.816 76 1/25/2025
3.0.815 72 1/25/2025
3.0.814 73 1/25/2025
3.0.813 71 1/25/2025
3.0.812 70 1/24/2025
3.0.811 68 1/24/2025
3.0.810 74 1/24/2025
3.0.809 73 1/24/2025
3.0.808 82 1/23/2025
3.0.807 71 1/23/2025
3.0.806 74 1/21/2025
3.0.805 79 1/21/2025
3.0.804 84 1/21/2025
3.0.803 87 1/21/2025
3.0.802 86 1/21/2025
3.0.801 76 1/21/2025
3.0.800 80 1/21/2025
3.0.799 81 1/21/2025
3.0.798 71 1/21/2025
3.0.797 81 1/20/2025
3.0.796 74 1/20/2025
3.0.795 75 1/20/2025
3.0.794 80 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 77 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 98 12/31/2024
3.0.729 96 12/31/2024
3.0.728 75 12/31/2024
3.0.727 83 12/31/2024
3.0.726 94 12/31/2024
3.0.725 85 12/31/2024
3.0.724 84 12/31/2024
3.0.723 85 12/28/2024
3.0.722 80 12/28/2024
3.0.721 84 12/27/2024
3.0.720 89 12/27/2024
3.0.719 82 12/24/2024
3.0.718 85 12/24/2024
3.0.717 88 12/24/2024
3.0.716 97 12/24/2024
3.0.715 92 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 86 12/23/2024
3.0.710 86 12/23/2024
3.0.709 83 12/23/2024
3.0.708 91 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 93 12/22/2024
3.0.702 87 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 94 12/21/2024
3.0.695 99 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 97 12/19/2024
3.0.689 86 12/19/2024
3.0.688 85 12/19/2024
3.0.687 86 12/19/2024
3.0.686 88 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 85 12/10/2024
3.0.680 81 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 92 12/6/2024
3.0.667 86 12/6/2024
3.0.666 94 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 92 12/5/2024
3.0.659 91 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 89 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 86 12/3/2024
3.0.648 98 12/3/2024
3.0.647 84 12/3/2024
3.0.646 92 12/3/2024
3.0.645 85 12/2/2024
3.0.644 90 12/2/2024
3.0.643 92 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 90 12/1/2024
3.0.638 95 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 89 11/20/2024
3.0.629 89 11/20/2024
3.0.628 90 11/20/2024
3.0.627 85 11/20/2024
3.0.626 88 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 87 11/19/2024
3.0.621 85 11/19/2024
3.0.620 85 11/19/2024
3.0.619 96 11/19/2024
3.0.618 95 11/15/2024
3.0.617 93 11/14/2024
3.0.616 92 11/14/2024
3.0.615 89 11/14/2024
3.0.614 89 11/14/2024
3.0.613 91 11/14/2024
3.0.612 90 11/14/2024
3.0.611 96 11/14/2024
3.0.610 89 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 101 11/13/2024
2.1.602 97 11/13/2024
2.1.601 96 11/12/2024
2.1.600 96 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 88 11/8/2024
2.1.594 104 11/8/2024
2.1.593 90 11/8/2024
2.1.592 97 11/6/2024
2.1.591 103 11/1/2024
2.1.590 101 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 85 10/29/2024
2.1.583 96 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 105 10/22/2024
2.1.578 83 10/22/2024
2.1.577 88 10/22/2024
2.1.576 85 10/22/2024
2.1.575 76 10/22/2024
2.1.574 88 10/22/2024
2.1.573 91 10/18/2024
2.1.572 95 10/17/2024
2.1.571 180 10/17/2024
2.1.570 88 10/15/2024
2.1.569 91 10/14/2024
2.1.568 94 10/12/2024
2.1.567 96 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 93 10/9/2024
2.1.561 95 10/9/2024
2.1.560 94 10/8/2024
2.1.559 95 10/8/2024
2.1.558 79 10/8/2024
2.1.557 87 10/8/2024
2.1.556 95 10/3/2024
2.1.555 84 10/3/2024
2.1.554 81 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 91 9/29/2024
2.1.542 89 9/29/2024
2.1.541 95 9/29/2024
2.1.540 101 9/27/2024
2.1.539 97 9/27/2024
2.1.538 99 9/27/2024
2.1.537 97 9/27/2024
2.1.536 92 9/27/2024
2.1.535 97 9/27/2024
2.1.534 107 9/27/2024
2.1.533 104 9/26/2024
2.1.532 102 9/26/2024
2.1.531 95 9/26/2024
2.1.530 100 9/26/2024
2.1.529 96 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 93 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 104 9/18/2024
2.1.514 97 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 107 9/16/2024
2.1.503 96 9/16/2024
2.1.502 108 9/16/2024
2.1.501 109 9/12/2024
2.1.500 102 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 119 9/11/2024
2.1.495 115 9/11/2024
2.1.494 115 9/10/2024
2.1.493 125 9/10/2024
2.1.492 107 9/10/2024
2.1.491 104 9/10/2024
2.1.490 112 9/10/2024
2.1.489 112 9/9/2024
2.1.487 130 9/9/2024
2.1.485 116 9/9/2024
2.1.484 112 9/9/2024
2.1.483 118 9/7/2024
2.1.482 118 9/7/2024
2.1.481 113 9/6/2024
2.1.479 111 9/6/2024
2.1.478 119 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 118 9/5/2024
2.1.470 105 9/4/2024
2.1.469 97 9/4/2024
2.1.468 104 9/3/2024
2.1.467 98 9/3/2024
2.1.466 106 9/3/2024
2.1.465 106 9/3/2024
2.1.464 102 9/3/2024
2.1.463 106 9/3/2024
2.1.462 103 8/29/2024
2.1.461 96 8/29/2024
2.1.460 98 8/29/2024
2.1.459 112 8/26/2024
2.1.458 112 8/26/2024
2.1.457 128 8/21/2024
2.1.456 123 8/21/2024
2.1.455 121 8/21/2024
2.1.454 145 8/21/2024
2.1.453 127 8/20/2024
2.1.452 117 8/20/2024
2.1.451 117 8/20/2024
2.1.450 127 8/20/2024
2.1.449 125 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 119 8/15/2024
2.1.443 112 8/14/2024
2.1.442 123 8/14/2024
2.1.441 129 8/13/2024
2.1.440 127 8/13/2024
2.1.439 96 8/7/2024
2.1.438 100 8/7/2024
2.1.437 96 8/7/2024
2.1.436 89 8/6/2024
2.1.435 100 8/1/2024
2.1.434 95 8/1/2024
2.1.432 86 7/25/2024
2.1.431 82 7/25/2024
2.1.430 87 7/25/2024
2.1.429 86 7/25/2024
2.1.428 91 7/25/2024
2.1.427 87 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 113 7/20/2024
2.1.420 98 7/14/2024
2.1.419 93 7/14/2024
2.1.418 96 7/14/2024
2.1.417 90 7/14/2024
2.1.416 99 7/10/2024
2.1.415 101 7/10/2024
2.1.414 89 7/10/2024
2.1.413 110 7/10/2024
2.1.411 105 7/10/2024
2.1.410 86 7/10/2024
2.1.409 108 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 93 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 111 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 105 7/8/2024
2.1.393 110 7/8/2024
2.1.392 115 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 123 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 111 6/22/2024
2.1.378 105 6/22/2024
2.1.377 110 6/22/2024
2.1.376 119 6/16/2024
2.1.375 113 6/15/2024
2.1.374 113 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 115 6/15/2024
2.1.369 113 6/15/2024
2.1.368 114 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 125 6/2/2024
2.1.362 128 6/1/2024
2.1.361 115 6/1/2024
2.1.360 117 6/1/2024
2.1.359 114 6/1/2024
2.1.358 127 6/1/2024
2.1.357 123 6/1/2024
2.1.356 122 6/1/2024
2.1.355 132 5/31/2024
2.1.354 115 5/31/2024
2.1.353 103 5/31/2024
2.1.352 116 5/31/2024
2.1.351 122 5/29/2024
2.1.350 111 5/29/2024
2.1.349 109 5/28/2024
2.1.348 115 5/28/2024
2.1.347 115 5/28/2024
2.1.346 112 5/28/2024
2.1.345 111 5/28/2024
2.1.344 115 5/27/2024
2.1.343 117 5/27/2024
2.1.342 106 5/27/2024
2.1.341 114 5/26/2024
2.1.340 125 5/26/2024
2.1.339 114 5/26/2024
2.1.338 122 5/26/2024
2.1.337 123 5/26/2024
2.1.336 118 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 119 5/25/2024
2.1.330 119 5/25/2024
2.1.329 121 5/23/2024
2.1.328 121 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 119 5/18/2024
2.1.318 117 5/18/2024
2.1.317 110 5/18/2024
2.1.316 114 5/18/2024
2.1.315 119 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 138 5/15/2024
2.1.309 116 5/15/2024
2.1.308 131 5/15/2024
2.1.307 127 5/13/2024
2.1.306 121 5/13/2024
2.1.305 108 5/13/2024
2.1.304 137 4/30/2024
2.1.303 125 4/30/2024
2.1.302 120 4/30/2024
2.1.301 129 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 110 4/29/2024
2.1.296 112 4/28/2024
2.1.295 121 4/28/2024
2.1.294 124 4/28/2024
2.1.293 112 4/28/2024
2.1.292 121 4/28/2024
2.1.291 113 4/28/2024
2.1.290 118 4/28/2024
2.1.289 115 4/27/2024
2.1.288 147 4/27/2024
2.1.287 129 4/20/2024
2.1.286 127 4/20/2024
2.1.285 120 4/19/2024
2.1.284 111 4/19/2024
2.1.283 121 4/19/2024
2.1.282 121 4/19/2024
2.1.281 112 4/18/2024
2.1.280 125 4/13/2024
2.1.279 108 4/13/2024
2.1.278 119 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 114 4/12/2024
2.1.271 105 4/12/2024
2.1.270 107 4/12/2024
2.1.269 110 4/11/2024
2.1.268 118 4/10/2024
2.1.267 102 4/10/2024
2.1.266 103 4/10/2024
2.1.265 109 4/10/2024
2.1.264 106 4/10/2024
2.1.263 130 4/3/2024
2.1.262 113 4/3/2024
2.1.261 517 3/30/2024
2.1.260 124 3/29/2024
2.1.259 124 3/29/2024
2.1.258 118 3/25/2024
2.1.257 145 3/25/2024
2.1.256 121 3/25/2024
2.1.255 110 3/25/2024
2.1.254 123 3/25/2024
2.1.253 116 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 140 3/19/2024
2.1.247 100 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 125 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 122 3/13/2024
2.1.236 126 3/13/2024
2.1.235 121 3/13/2024
2.1.234 117 3/13/2024
2.1.233 123 3/13/2024
2.1.232 128 3/13/2024
2.1.231 129 3/13/2024
2.1.230 125 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 130 3/12/2024
2.1.225 114 3/11/2024
2.1.224 114 3/11/2024
2.1.223 141 3/11/2024
2.1.222 115 3/11/2024
2.1.221 118 3/11/2024
2.1.220 129 3/10/2024
2.1.219 125 3/10/2024
2.1.218 122 3/10/2024
2.1.217 122 3/10/2024
2.1.216 136 3/9/2024
2.1.215 126 3/8/2024
2.1.214 128 3/8/2024
2.1.213 129 3/8/2024
2.1.212 117 3/8/2024
2.1.211 119 3/8/2024
2.1.210 112 3/8/2024
2.1.209 126 3/6/2024
2.1.208 130 3/6/2024
2.1.207 116 3/6/2024
2.1.206 120 3/4/2024
2.1.205 108 3/4/2024
2.1.204 128 3/4/2024
2.1.203 130 3/4/2024
2.1.202 108 3/4/2024
2.1.201 120 3/3/2024
2.1.200 130 3/3/2024
2.1.199 120 3/3/2024
2.1.198 125 3/3/2024
2.1.197 120 3/2/2024
2.1.196 116 3/2/2024
2.1.195 117 2/29/2024
2.1.194 112 2/29/2024
2.1.193 109 2/29/2024
2.1.192 122 2/29/2024
2.1.191 118 2/29/2024
2.1.190 105 2/29/2024
2.1.189 128 2/29/2024
2.1.188 125 2/29/2024
2.1.187 107 2/27/2024
2.1.186 116 2/26/2024
2.1.185 99 2/26/2024
2.1.184 112 2/25/2024
2.1.183 103 2/25/2024
2.1.182 111 2/25/2024
2.1.181 123 2/25/2024
2.1.180 119 2/25/2024
2.1.179 109 2/24/2024
2.1.178 109 2/23/2024
2.1.177 107 2/23/2024
2.1.176 112 2/22/2024
2.1.175 126 2/22/2024
2.1.174 125 2/22/2024
2.1.173 104 2/22/2024
2.1.172 112 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 126 2/21/2024
2.1.164 112 2/21/2024
2.1.163 138 2/20/2024
2.1.162 113 2/20/2024
2.1.161 123 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 120 2/20/2024
2.1.156 119 2/20/2024
2.1.155 126 2/19/2024
2.1.154 108 2/19/2024
2.1.153 145 2/19/2024
2.1.152 102 2/19/2024
2.1.151 130 2/17/2024
2.1.150 141 2/17/2024
2.1.149 119 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 113 2/16/2024
2.1.141 123 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 124 2/14/2024
2.1.136 129 2/14/2024
2.1.135 110 2/13/2024
2.1.134 124 2/13/2024
2.1.133 108 2/13/2024
2.1.132 128 2/13/2024
2.1.131 125 2/13/2024
2.1.130 121 2/13/2024
2.1.129 141 2/12/2024
2.1.128 119 2/12/2024
2.1.127 120 2/12/2024
2.1.126 123 2/12/2024
2.1.125 120 2/11/2024
2.1.124 121 2/11/2024
2.1.123 140 2/11/2024
2.1.122 133 2/11/2024
2.1.121 123 2/11/2024
2.1.120 114 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 128 2/10/2024
2.1.115 134 2/10/2024
2.1.114 123 2/9/2024
2.1.113 127 2/9/2024
2.1.112 122 2/9/2024
2.1.111 128 2/9/2024
2.1.110 128 2/9/2024
2.1.109 124 2/9/2024
2.1.108 127 2/9/2024
2.1.107 125 2/8/2024
2.1.106 124 2/8/2024
2.1.105 130 2/8/2024
2.1.104 125 2/8/2024
2.1.103 128 2/8/2024
2.1.102 124 2/7/2024
2.1.101 128 2/7/2024
2.1.100 131 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 118 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 124 2/4/2024
2.1.88 107 2/4/2024
2.1.87 121 2/3/2024
2.1.86 121 2/3/2024
2.1.85 118 1/31/2024
2.1.84 110 1/31/2024
2.1.83 108 1/31/2024
2.1.82 97 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 108 1/29/2024
2.1.77 117 1/29/2024
2.1.76 106 1/29/2024
2.1.75 113 1/29/2024
2.1.74 105 1/29/2024
2.1.73 114 1/29/2024
2.1.72 111 1/28/2024
2.1.71 127 1/28/2024
2.1.70 111 1/28/2024
2.1.69 114 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 130 1/27/2024
2.1.62 126 1/27/2024
2.1.61 115 1/27/2024
2.1.60 101 1/27/2024
2.1.59 114 1/27/2024
2.1.58 117 1/26/2024
2.1.57 113 1/26/2024
2.1.56 117 1/26/2024
2.1.55 108 1/26/2024
2.1.54 115 1/26/2024
2.1.53 126 1/26/2024
2.1.52 111 1/25/2024
2.1.51 103 1/25/2024
2.1.50 118 1/25/2024
2.1.49 117 1/25/2024
2.1.48 112 1/25/2024
2.1.47 118 1/25/2024
2.1.46 118 1/19/2024
2.1.45 121 1/19/2024
2.1.44 127 1/19/2024
2.1.43 137 1/16/2024
2.1.42 127 1/16/2024
2.1.41 117 1/15/2024
2.1.40 127 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 126 1/15/2024
2.1.34 130 1/14/2024
2.1.33 117 1/14/2024
2.1.32 131 1/13/2024
2.1.31 117 1/13/2024
2.1.30 117 1/13/2024
2.1.29 132 1/13/2024
2.1.28 126 1/12/2024
2.1.27 123 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 144 1/8/2024
2.1.18 153 1/7/2024
2.1.17 135 1/6/2024
2.1.16 138 1/5/2024
2.1.15 146 1/5/2024
2.1.14 139 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 110 1/1/2024
2.1.9 122 1/1/2024
2.1.8 110 1/1/2024
2.1.7 119 1/1/2024
2.1.6 147 12/31/2023
2.1.5 126 12/31/2023
2.1.4 140 12/31/2023
2.1.3 128 12/31/2023
2.1.2 107 12/31/2023
2.1.1 115 12/31/2023