Metadata-Version: 2.1
Name: estnltk
Version: 1.6.6b0
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: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
Requires-Dist: nltk (>=3.0.4)
Requires-Dist: regex (>=2015.07.19)
Requires-Dist: pandas (>=0.16.2)
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


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.6 release of EstNLTK 1.6.6b. For other platforms/Python versions, please use our Anaconda packages: https://anaconda.org/estnltk/estnltk


