simscore


Namesimscore JSON
Version 28.8.1 PyPI version JSON
download
home_pagehttps://github.com/sairamarava/MITS_AIBIRDS
SummaryThis software is being developed at the Madanapalle Institute of Technology & Science.
upload_time2024-08-29 08:33:53
maintainerNone
docs_urlNone
authorSai Ram Reddy Shabeena Kamuluri Tejashri Kothapalli
requires_python>=3.5
licenseGPLv3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MITS_AIBIRDS

MITS_AIBIRDS is a repository for SIMS (Similarity Score)Python package that provides easy-to-use functions for calculating various similarity scores, including Jaccard, Overlap, and Hamming Distance. These scores can be useful in a wide range of applications, such as text analysis, bioinformatics, and data science.

## Features

- **Jaccard Similarity**: Measures the similarity between two sets by dividing the size of the intersection by the size of the union.
- **Overlap Similarity**: Calculates the overlap between two sets by dividing the size of the intersection by the size of the smaller set.
- **Hamming Distance**: Measures the number of positions at which the corresponding elements are different between two strings of equal length.

## Installation

You can install the package using pip:

```bash
pip install mits_aibirds

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sairamarava/MITS_AIBIRDS",
    "name": "simscore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sai Ram Reddy Shabeena Kamuluri Tejashri Kothapalli",
    "author_email": "sairamrdya@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/72/ad/4b7784fc9e36b0a92022f9ae5764cf12d01ea70d77364272620c4380c4ca/simscore-28.8.1.tar.gz",
    "platform": null,
    "description": "# MITS_AIBIRDS\r\n\r\nMITS_AIBIRDS is a repository for SIMS (Similarity Score)Python package that provides easy-to-use functions for calculating various similarity scores, including Jaccard, Overlap, and Hamming Distance. These scores can be useful in a wide range of applications, such as text analysis, bioinformatics, and data science.\r\n\r\n## Features\r\n\r\n- **Jaccard Similarity**: Measures the similarity between two sets by dividing the size of the intersection by the size of the union.\r\n- **Overlap Similarity**: Calculates the overlap between two sets by dividing the size of the intersection by the size of the smaller set.\r\n- **Hamming Distance**: Measures the number of positions at which the corresponding elements are different between two strings of equal length.\r\n\r\n## Installation\r\n\r\nYou can install the package using pip:\r\n\r\n```bash\r\npip install mits_aibirds\r\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "This software is being developed at the Madanapalle Institute of Technology & Science.",
    "version": "28.8.1",
    "project_urls": {
        "Homepage": "https://github.com/sairamarava/MITS_AIBIRDS"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3b181f14bc82675cc0fb0af4c8fef9b8a4ab657e327ca8ae8983bc03d61123f",
                "md5": "bcc079e6a8e460d2aea159e3252a03e7",
                "sha256": "d4d604d26707f712ed6edad5dda85a88f5b9fb9f28ea5421d3daf2ae3b96552f"
            },
            "downloads": -1,
            "filename": "simscore-28.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcc079e6a8e460d2aea159e3252a03e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 3961,
            "upload_time": "2024-08-29T08:33:49",
            "upload_time_iso_8601": "2024-08-29T08:33:49.334321Z",
            "url": "https://files.pythonhosted.org/packages/f3/b1/81f14bc82675cc0fb0af4c8fef9b8a4ab657e327ca8ae8983bc03d61123f/simscore-28.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72ad4b7784fc9e36b0a92022f9ae5764cf12d01ea70d77364272620c4380c4ca",
                "md5": "44d3f4c6a1172bdb0a32883141f6811e",
                "sha256": "d563bdfe227680e20589f84388063c18ca98cada78bbed3a879b880e243ae6b8"
            },
            "downloads": -1,
            "filename": "simscore-28.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "44d3f4c6a1172bdb0a32883141f6811e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 3644,
            "upload_time": "2024-08-29T08:33:53",
            "upload_time_iso_8601": "2024-08-29T08:33:53.011348Z",
            "url": "https://files.pythonhosted.org/packages/72/ad/4b7784fc9e36b0a92022f9ae5764cf12d01ea70d77364272620c4380c4ca/simscore-28.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 08:33:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sairamarava",
    "github_project": "MITS_AIBIRDS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "simscore"
}
        
Elapsed time: 0.56812s