pt-lemmatizer


Namept-lemmatizer JSON
Version 2.1.18 PyPI version JSON
download
home_page
SummaryA NLP package for Portuguese Lemmatization.
upload_time2023-06-08 22:21:40
maintainer
docs_urlNone
authorNaomi Lago
requires_python
license
keywords python portuguese lemmatizer nlp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
This NLP package for Portuguese lemmatization is a powerful and advanced tool that can accurately transform words into their base forms or lemmas, taking into account the specific grammatical rules and variations of the Portuguese language. It is designed to handle various types of text input and supports multiple output formats, making it a versatile tool for applications such as information retrieval, machine translation, sentiment analysis, and text classification. Additionally, the package is customizable and user-friendly, allowing users to specify their own dictionaries and rules for lemmatization and providing features for error correction and word sense disambiguation.
Whether you are a researcher, developer, or linguist working with Portuguese text data, this NLP package can help you save time and improve the accuracy and quality of your analyses. With its advanced algorithms and techniques in NLP, you can trust that this tool will provide high-quality results and make the lemmatization process more efficient.

*_A lemma is a word that stands at the head of a definition in a dictionary._* [Wikipedia](https://simple.wikipedia.org/wiki/Lemma_(linguistics)#:~:text=A%20lemma%20is%20a%20word,you%20find%20in%20the%20dictionary.)
### Example
```
from pt_lemmatizer import Lemmatizer

l = Lemmatizer()
l.lemmatize('apagou')  #all words must be unidecoded and lowercased
>> 'apagar'
l.lemmatize('nasalaram')
>> 'nasalar'




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pt-lemmatizer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,portuguese,lemmatizer,nlp",
    "author": "Naomi Lago",
    "author_email": "<info@naomilago.com>",
    "download_url": "https://files.pythonhosted.org/packages/cb/07/26a7569d9e5d97f22fb551567d10daa97545a15538945c9892433ba3ab84/pt_lemmatizer-2.1.18.tar.gz",
    "platform": null,
    "description": "\nThis NLP package for Portuguese lemmatization is a powerful and advanced tool that can accurately transform words into their base forms or lemmas, taking into account the specific grammatical rules and variations of the Portuguese language. It is designed to handle various types of text input and supports multiple output formats, making it a versatile tool for applications such as information retrieval, machine translation, sentiment analysis, and text classification. Additionally, the package is customizable and user-friendly, allowing users to specify their own dictionaries and rules for lemmatization and providing features for error correction and word sense disambiguation.\nWhether you are a researcher, developer, or linguist working with Portuguese text data, this NLP package can help you save time and improve the accuracy and quality of your analyses. With its advanced algorithms and techniques in NLP, you can trust that this tool will provide high-quality results and make the lemmatization process more efficient.\n\n*_A lemma is a word that stands at the head of a definition in a dictionary._* [Wikipedia](https://simple.wikipedia.org/wiki/Lemma_(linguistics)#:~:text=A%20lemma%20is%20a%20word,you%20find%20in%20the%20dictionary.)\n### Example\n```\nfrom pt_lemmatizer import Lemmatizer\n\nl = Lemmatizer()\nl.lemmatize('apagou')  #all words must be unidecoded and lowercased\n>> 'apagar'\nl.lemmatize('nasalaram')\n>> 'nasalar'\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A NLP package for Portuguese Lemmatization.",
    "version": "2.1.18",
    "project_urls": null,
    "split_keywords": [
        "python",
        "portuguese",
        "lemmatizer",
        "nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da02ef62c6ad2f2bee479f65814f0609667333f1b7d35702ab1c3f23f1882c9f",
                "md5": "8f1eef9845a8e9cef91cf49bd901de5b",
                "sha256": "68583822696a6f6049df958d57bb51697be65f9188e69af4c23f513c86095e29"
            },
            "downloads": -1,
            "filename": "pt_lemmatizer-2.1.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f1eef9845a8e9cef91cf49bd901de5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2508392,
            "upload_time": "2023-06-08T22:21:37",
            "upload_time_iso_8601": "2023-06-08T22:21:37.801583Z",
            "url": "https://files.pythonhosted.org/packages/da/02/ef62c6ad2f2bee479f65814f0609667333f1b7d35702ab1c3f23f1882c9f/pt_lemmatizer-2.1.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb0726a7569d9e5d97f22fb551567d10daa97545a15538945c9892433ba3ab84",
                "md5": "fd49e844c3d913db3bf4f857fa038e48",
                "sha256": "e498cc48ef4561f8344d7ec512bb1f049f825c7ea6eebcf63e6fe750b07a0c51"
            },
            "downloads": -1,
            "filename": "pt_lemmatizer-2.1.18.tar.gz",
            "has_sig": false,
            "md5_digest": "fd49e844c3d913db3bf4f857fa038e48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2427267,
            "upload_time": "2023-06-08T22:21:40",
            "upload_time_iso_8601": "2023-06-08T22:21:40.489418Z",
            "url": "https://files.pythonhosted.org/packages/cb/07/26a7569d9e5d97f22fb551567d10daa97545a15538945c9892433ba3ab84/pt_lemmatizer-2.1.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-08 22:21:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pt-lemmatizer"
}
        
Elapsed time: 0.08832s