Metadata-Version: 2.1
Name: cltk
Version: 1.0.0b8
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: 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: spacy (>=2.3.5,<3.0.0)
Requires-Dist: stanza (>=1.0.0,<2.0.0)
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

**Notice**: This Git branch (``dev``) contains the CLTK's upcoming major release (v. 1.0.0). See `<https://github.com/cltk/cltk/tree/master>`_ and `<https://docs.cltk.org/>`_ for the legacy code and docs.


|travis| |rtd| |codecov| |pypi| |zenodo| |binder|


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

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

.. |codecov| image:: https://codecov.io/gh/cltk/cltk/branch/dev/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/dev


The Classical Language Toolkit (CLTK) is a Python library offering natural language processing (NLP) for the languages of pre–modern Eurasia.


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

For the CLTK's latest pre-release version:

.. code-block:: bash

   $ pip install --pre cltk

Requirements:
   - Python version 3.7 or above
   - A Unix-like OS
   - To install from source, see `Development <https://dev.cltk.org/en/latest/includes/development.html>`_ in the docs.


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

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


Citation
========

.. code-block:: bibtex

   @Misc{johnsonetal2014,
    author = {Johnson, Kyle P. and Patrick Burns and John Stewart and Todd Cook},
    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>`_.

