|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": null,
"docs_url": null,
"requires_python": "<3.12,>=3.9",
"maintainer_email": null,
"keywords": "nlp, ai, nltk, latin, greek",
"author": "Kyle P. Johnson",
"author_email": "kyle@kyle-p-johnson.com",
"download_url": "https://files.pythonhosted.org/packages/f9/dd/3b29d531585c4523450928a92d6cc0ed96b2bdb30ddb6d032f13727ec10a/cltk-1.4.0.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.4.0",
"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": "ecaf578ced03b6e8d72e0e1b6e79b93af07ec8389d9a98a8f9cca531449ec2dc",
"md5": "8180b86e1300881203eefa77ac8fdaa1",
"sha256": "7f14822db7b676b457c3f3e133e5f7c2f96b4d13f66974b878bf854c0f7c5726"
},
"downloads": -1,
"filename": "cltk-1.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8180b86e1300881203eefa77ac8fdaa1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.9",
"size": 697055,
"upload_time": "2024-12-01T02:04:06",
"upload_time_iso_8601": "2024-12-01T02:04:06.182560Z",
"url": "https://files.pythonhosted.org/packages/ec/af/578ced03b6e8d72e0e1b6e79b93af07ec8389d9a98a8f9cca531449ec2dc/cltk-1.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f9dd3b29d531585c4523450928a92d6cc0ed96b2bdb30ddb6d032f13727ec10a",
"md5": "82bca682ecbef2b0c7caf5f4fd681de2",
"sha256": "90c7078dc64d93f39e3067c080b577e1371bbf8595d716d01fd0755079ce10c6"
},
"downloads": -1,
"filename": "cltk-1.4.0.tar.gz",
"has_sig": false,
"md5_digest": "82bca682ecbef2b0c7caf5f4fd681de2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.12,>=3.9",
"size": 626305,
"upload_time": "2024-12-01T02:04:10",
"upload_time_iso_8601": "2024-12-01T02:04:10.808641Z",
"url": "https://files.pythonhosted.org/packages/f9/dd/3b29d531585c4523450928a92d6cc0ed96b2bdb30ddb6d032f13727ec10a/cltk-1.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-01 02:04:10",
"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"
}