Metadata-Version: 2.1
Name: estnltk
Version: 1.6.8b0
Summary: Estnltk — open source tools for Estonian natural language processing
Home-page: https://github.com/estnltk/estnltk
Author: University of Tartu
Author-email: siim.orasmaa@gmail.com, alex.tk.fb@gmail.com, tpetmanson@gmail.com, swen@math.ut.ee
License: GPLv2
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
License-File: LICENSE
Requires-Dist: regex (>=2015.07.19)
Requires-Dist: python-crfsuite (>=0.8.3)
Requires-Dist: cached-property (>=1.2.0)
Requires-Dist: bs4
Requires-Dist: html5lib
Requires-Dist: lxml
Requires-Dist: networkx (==2.5)
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: nltk (>=3.0.4) ; python_version < "3.6"
Requires-Dist: matplotlib (==3.0.3) ; python_version < "3.6"
Requires-Dist: pandas (<1.0.0) ; python_version < "3.6"
Requires-Dist: conllu (==3.1.1) ; python_version == "3.5"
Requires-Dist: matplotlib (==3.3.4) ; python_version == "3.6"
Requires-Dist: ipython (<7.17.0) ; python_version == "3.6"
Requires-Dist: numpy (==1.19.4) ; python_version == "3.6"
Requires-Dist: pandas (<=1.1.5) ; python_version == "3.6"
Requires-Dist: matplotlib (>=3.3.4) ; python_version > "3.6"
Requires-Dist: ipython (>=7.17.0) ; python_version > "3.6"
Requires-Dist: pandas (>=1.1.5) ; python_version > "3.6"
Requires-Dist: nltk (>=3.4.1) ; python_version >= "3.6"
Requires-Dist: conllu (>=3.1.1) ; python_version >= "3.6"


Estnltk -- Open source tools for Estonian natural language processing
=====================================================================

Estnltk provides common natural language processing functionality such as paragraph, sentence and word tokenization,
morphological analysis, named entity recognition, etc. for the Estonian language.

More information: 
https://github.com/estnltk/estnltk/blob/master/README.md

Tutorials: 
https://github.com/estnltk/estnltk/blob/version_1.6/tutorials/basics_of_estnltk.ipynb
https://github.com/estnltk/estnltk/blob/version_1.6/tutorials/

License: GNU General Public License v2.0

Release note: this is a Linux-only Python 3.7 release of EstNLTK 1.6.8b. For other platforms/Python versions, please use our Anaconda packages: https://anaconda.org/estnltk/estnltk
    

