Metadata-Version: 2.1
Name: cltk
Version: 1.0.16
Summary: The Classical Language Toolkit
Home-page: http://cltk.org
License: MIT
Keywords: nlp,ai,nltk,latin,greek
Author: Kyle P. Johnson
Author-email: kyle@kyle-p-johnson.com
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Religion
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Greek
Classifier: Natural Language :: Latin
Classifier: Natural Language :: Russian
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Linguistic
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: boltons (>=20.0.0,<21.0.0)
Requires-Dist: fasttext (>=0.9.1,<0.10.0)
Requires-Dist: gensim (>=3.8.1,<4.0.0)
Requires-Dist: gitpython (>=3.0,<4.0)
Requires-Dist: greek-accentuation (>=1.2.0,<2.0.0)
Requires-Dist: nltk (>=3.5,<4.0)
Requires-Dist: python-Levenshtein (>=0.12.0,<0.13.0)
Requires-Dist: requests (>=2.22.0,<3.0.0)
Requires-Dist: scikit-learn (>=0.24.2,<0.25.0)
Requires-Dist: spacy (>=2.3.5,<3.0.0)
Requires-Dist: stanza (==1.1.1)
Requires-Dist: stringcase (>=1.2,<2.0)
Requires-Dist: tqdm (>=4.41.1,<5.0.0)
Project-URL: Documentation, https://cltk.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/cltk/cltk
Description-Content-Type: text/x-rst

|travis| |pypi| |zenodo|


.. |travis| image:: https://travis-ci.org/cltk/cltk.svg?branch=master
   :target: https://travis-ci.org/cltk/cltk

.. |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


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>`_.


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

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


Citation
========

.. code-block:: bibtex

   @Misc{johnsonetal2014,
    author = {Johnson, Kyle P. and Patrick Burns and John Stewart and Todd Cook and Clément Besnier and William J. B. Mattingly},
    title = {CLTK: The Classical Language Toolkit},
    url = {https://github.com/cltk/cltk},
    year = {2014--2021},
   }


License
=======

.. |year| date:: %Y

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

