country-call


Namecountry-call JSON
Version 1.0.1.1 PyPI version JSON
download
home_page
SummaryIntroducing a powerful and easy-to-use Python library for country detection from ambiguous text, designed for developers and data scientists alike.
upload_time2023-03-31 21:27:41
maintainer
docs_urlNone
authorMd Shamim Hasan, Kazi Arman Rahat, Mukitul Islam, Anik Roy
requires_python
license
keywords country origin nlp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
#Change Log
    Date:01/04/23
    version:0.0.2

# Country Prediction
Our library utilizes state-of-the-art natural language processing algorithms to accurately identify the country mentioned within a given text, even when the reference is indirect or imprecise. With a robust set of features and customizable options, our library is the ideal solution for businesses and organizations that require fast and accurate country detection for their applications and projects. Save time and streamline your workflows with our intuitive and reliable country detection library.",

## How to use
function_1: To find only a country from text. 
**country_call.find_country(text)**
function_2: To find a list of countries from text. 
**country_call.find_countries(text)**


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "country-call",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "country,origin,nlp",
    "author": "Md Shamim Hasan, Kazi Arman Rahat, Mukitul Islam, Anik Roy",
    "author_email": "shihab18015@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7c/a1/494de6ac3291dd72356b317c53d593d1f4ec64f0e5cabc80f8899426694a/country_call-1.0.1.1.tar.gz",
    "platform": null,
    "description": "\r\n#Change Log\r\n    Date:01/04/23\r\n    version:0.0.2\r\n\r\n# Country Prediction\r\nOur library utilizes state-of-the-art natural language processing algorithms to accurately identify the country mentioned within a given text, even when the reference is indirect or imprecise. With a robust set of features and customizable options, our library is the ideal solution for businesses and organizations that require fast and accurate country detection for their applications and projects. Save time and streamline your workflows with our intuitive and reliable country detection library.\",\r\n\r\n## How to use\r\nfunction_1: To find only a country from text. \r\n**country_call.find_country(text)**\r\nfunction_2: To find a list of countries from text. \r\n**country_call.find_countries(text)**\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Introducing a powerful and easy-to-use Python library for country detection from ambiguous text, designed for developers and data scientists alike.",
    "version": "1.0.1.1",
    "split_keywords": [
        "country",
        "origin",
        "nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ca1494de6ac3291dd72356b317c53d593d1f4ec64f0e5cabc80f8899426694a",
                "md5": "178cf6e793adc8248ca171f5fce861b5",
                "sha256": "1eb3915487a5383ebfc631127a09c1962ef47a55845cf42b9c3a3b603e4dc6c9"
            },
            "downloads": -1,
            "filename": "country_call-1.0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "178cf6e793adc8248ca171f5fce861b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5107,
            "upload_time": "2023-03-31T21:27:41",
            "upload_time_iso_8601": "2023-03-31T21:27:41.465284Z",
            "url": "https://files.pythonhosted.org/packages/7c/a1/494de6ac3291dd72356b317c53d593d1f4ec64f0e5cabc80f8899426694a/country_call-1.0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-31 21:27:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "country-call"
}
        
Elapsed time: 0.08511s