cltk


Namecltk JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttp://cltk.org
SummaryThe Classical Language Toolkit
upload_time2023-12-27 08:38:25
maintainer
docs_urlNone
authorKyle P. Johnson
requires_python>=3.9,<3.12
licenseMIT
keywords nlp ai nltk latin greek
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |circleci| |pypi| |twitter| |discord|


.. |circleci| image:: https://circleci.com/gh/cltk/cltk/tree/master.svg?style=svg
   :target: https://circleci.com/gh/cltk/cltk/tree/master

.. |rtd| image:: https://img.shields.io/readthedocs/cltk
   :target: http://docs.cltk.org/

.. |codecov| image:: https://codecov.io/gh/cltk/cltk/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/cltk/cltk

.. |pypi| image:: https://img.shields.io/pypi/v/cltk
   :target: https://pypi.org/project/cltk/

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3445585.svg
   :target: https://doi.org/10.5281/zenodo.3445585

.. |binder| image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/cltk/tutorials/master

.. |twitter| image:: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FCLTKorg&label=Follow%20%40CLTKorg
   :target: https://twitter.com/CLTKorg
   
.. |discord| image:: https://img.shields.io/discord/974033391542480936
   :target: https://discord.gg/ATUDJQX7cg
 
The Classical Language Toolkit (CLTK) is a Python library offering natural language processing (NLP) for pre-modern languages.


Installation
============

For the CLTK's latest version:

.. code-block:: bash

   $ pip install cltk

For more information, see `Installation docs <https://docs.cltk.org/en/latest/installation.html>`_ or, to install from source, `Development <https://docs.cltk.org/en/latest/development.html>`_.

Pre-1.0 software remains available on the `branch v0.1.x <https://github.com/cltk/cltk/tree/v0.1.x>`_ and docs at `<https://legacy.cltk.org>`_. Install it with ``pip install "cltk<1.0"``.


Documentation
=============

Documentation at `<https://docs.cltk.org>`_.


Citation
========

When using the CLTK, please cite `the following publication <https://aclanthology.org/2021.acl-demo.3>`_, including the DOI:

   Johnson, Kyle P., Patrick J. Burns, John Stewart, Todd Cook, Clément Besnier, and William J. B.  Mattingly. "The Classical Language Toolkit: An NLP Framework for Pre-Modern Languages." In *Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations*, pp. 20-29. 2021. 10.18653/v1/2021.acl-demo.3


The complete BibTeX entry:

.. code-block:: bibtex

   @inproceedings{johnson-etal-2021-classical,
       title = "The {C}lassical {L}anguage {T}oolkit: {A}n {NLP} Framework for Pre-Modern Languages",
       author = "Johnson, Kyle P.  and
         Burns, Patrick J.  and
         Stewart, John  and
         Cook, Todd  and
         Besnier, Cl{\'e}ment  and
         Mattingly, William J. B.",
       booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations",
       month = aug,
       year = "2021",
       address = "Online",
       publisher = "Association for Computational Linguistics",
       url = "https://aclanthology.org/2021.acl-demo.3",
       doi = "10.18653/v1/2021.acl-demo.3",
       pages = "20--29",
       abstract = "This paper announces version 1.0 of the Classical Language Toolkit (CLTK), an NLP framework for pre-modern languages. The vast majority of NLP, its algorithms and software, is created with assumptions particular to living languages, thus neglecting certain important characteristics of largely non-spoken historical languages. Further, scholars of pre-modern languages often have different goals than those of living-language researchers. To fill this void, the CLTK adapts ideas from several leading NLP frameworks to create a novel software architecture that satisfies the unique needs of pre-modern languages and their researchers. Its centerpiece is a modular processing pipeline that balances the competing demands of algorithmic diversity with pre-configured defaults. The CLTK currently provides pipelines, including models, for almost 20 languages.",
   }


License
=======

.. |year| date:: %Y

Copyright (c) 2014-|year| Kyle P. Johnson under the `MIT License <https://github.com/cltk/cltk/blob/master/LICENSE>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "http://cltk.org",
    "name": "cltk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.12",
    "maintainer_email": "",
    "keywords": "nlp,ai,nltk,latin,greek",
    "author": "Kyle P. Johnson",
    "author_email": "kyle@kyle-p-johnson.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/23/dbc88a514f745ac0e262af5459be08ffe6e5bfb1c5c06055b2d047364cc8/cltk-1.2.1.tar.gz",
    "platform": null,
    "description": "|circleci| |pypi| |twitter| |discord|\n\n\n.. |circleci| image:: https://circleci.com/gh/cltk/cltk/tree/master.svg?style=svg\n   :target: https://circleci.com/gh/cltk/cltk/tree/master\n\n.. |rtd| image:: https://img.shields.io/readthedocs/cltk\n   :target: http://docs.cltk.org/\n\n.. |codecov| image:: https://codecov.io/gh/cltk/cltk/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/cltk/cltk\n\n.. |pypi| image:: https://img.shields.io/pypi/v/cltk\n   :target: https://pypi.org/project/cltk/\n\n.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3445585.svg\n   :target: https://doi.org/10.5281/zenodo.3445585\n\n.. |binder| image:: https://mybinder.org/badge_logo.svg\n   :target: https://mybinder.org/v2/gh/cltk/tutorials/master\n\n.. |twitter| image:: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FCLTKorg&label=Follow%20%40CLTKorg\n   :target: https://twitter.com/CLTKorg\n   \n.. |discord| image:: https://img.shields.io/discord/974033391542480936\n   :target: https://discord.gg/ATUDJQX7cg\n \nThe Classical Language Toolkit (CLTK) is a Python library offering natural language processing (NLP) for pre-modern languages.\n\n\nInstallation\n============\n\nFor the CLTK's latest version:\n\n.. code-block:: bash\n\n   $ pip install cltk\n\nFor more information, see `Installation docs <https://docs.cltk.org/en/latest/installation.html>`_ or, to install from source, `Development <https://docs.cltk.org/en/latest/development.html>`_.\n\nPre-1.0 software remains available on the `branch v0.1.x <https://github.com/cltk/cltk/tree/v0.1.x>`_ and docs at `<https://legacy.cltk.org>`_. Install it with ``pip install \"cltk<1.0\"``.\n\n\nDocumentation\n=============\n\nDocumentation at `<https://docs.cltk.org>`_.\n\n\nCitation\n========\n\nWhen using the CLTK, please cite `the following publication <https://aclanthology.org/2021.acl-demo.3>`_, including the DOI:\n\n   Johnson, Kyle P., Patrick J. Burns, John Stewart, Todd Cook, Cl\u00e9ment Besnier, and William J. B.  Mattingly. \"The Classical Language Toolkit: An NLP Framework for Pre-Modern Languages.\" In *Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations*, pp. 20-29. 2021. 10.18653/v1/2021.acl-demo.3\n\n\nThe complete BibTeX entry:\n\n.. code-block:: bibtex\n\n   @inproceedings{johnson-etal-2021-classical,\n       title = \"The {C}lassical {L}anguage {T}oolkit: {A}n {NLP} Framework for Pre-Modern Languages\",\n       author = \"Johnson, Kyle P.  and\n         Burns, Patrick J.  and\n         Stewart, John  and\n         Cook, Todd  and\n         Besnier, Cl{\\'e}ment  and\n         Mattingly, William J. B.\",\n       booktitle = \"Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations\",\n       month = aug,\n       year = \"2021\",\n       address = \"Online\",\n       publisher = \"Association for Computational Linguistics\",\n       url = \"https://aclanthology.org/2021.acl-demo.3\",\n       doi = \"10.18653/v1/2021.acl-demo.3\",\n       pages = \"20--29\",\n       abstract = \"This paper announces version 1.0 of the Classical Language Toolkit (CLTK), an NLP framework for pre-modern languages. The vast majority of NLP, its algorithms and software, is created with assumptions particular to living languages, thus neglecting certain important characteristics of largely non-spoken historical languages. Further, scholars of pre-modern languages often have different goals than those of living-language researchers. To fill this void, the CLTK adapts ideas from several leading NLP frameworks to create a novel software architecture that satisfies the unique needs of pre-modern languages and their researchers. Its centerpiece is a modular processing pipeline that balances the competing demands of algorithmic diversity with pre-configured defaults. The CLTK currently provides pipelines, including models, for almost 20 languages.\",\n   }\n\n\nLicense\n=======\n\n.. |year| date:: %Y\n\nCopyright (c) 2014-|year| Kyle P. Johnson under the `MIT License <https://github.com/cltk/cltk/blob/master/LICENSE>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The Classical Language Toolkit",
    "version": "1.2.1",
    "project_urls": {
        "Documentation": "https://cltk.readthedocs.io/en/latest/",
        "Homepage": "http://cltk.org",
        "Repository": "https://github.com/cltk/cltk"
    },
    "split_keywords": [
        "nlp",
        "ai",
        "nltk",
        "latin",
        "greek"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aaf41b40f6f506089a95f51102d698b6cb8e0431a8ea40004e37dfae363765d8",
                "md5": "15e2bb6c7b4c3aaf87b2ad01a5c13590",
                "sha256": "f43563f326663ab045ae57b0a4087025a46488094affa933f22429c5d4139fbb"
            },
            "downloads": -1,
            "filename": "cltk-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15e2bb6c7b4c3aaf87b2ad01a5c13590",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.12",
            "size": 849761,
            "upload_time": "2023-12-27T08:38:23",
            "upload_time_iso_8601": "2023-12-27T08:38:23.240460Z",
            "url": "https://files.pythonhosted.org/packages/aa/f4/1b40f6f506089a95f51102d698b6cb8e0431a8ea40004e37dfae363765d8/cltk-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d023dbc88a514f745ac0e262af5459be08ffe6e5bfb1c5c06055b2d047364cc8",
                "md5": "914e2777cf92c175a908d538f4505cbc",
                "sha256": "36090f345d0d9af15e5087aa898ea5651d9d6648b69482a4d9551958c2784584"
            },
            "downloads": -1,
            "filename": "cltk-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "914e2777cf92c175a908d538f4505cbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.12",
            "size": 766945,
            "upload_time": "2023-12-27T08:38:25",
            "upload_time_iso_8601": "2023-12-27T08:38:25.862137Z",
            "url": "https://files.pythonhosted.org/packages/d0/23/dbc88a514f745ac0e262af5459be08ffe6e5bfb1c5c06055b2d047364cc8/cltk-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 08:38:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cltk",
    "github_project": "cltk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "tox": true,
    "lcname": "cltk"
}
        
Elapsed time: 0.16053s