Metadata-Version: 2.1
Name: estnltk
Version: 1.6.5.5b0
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/3853dc1249d26ff36f0bb479b2b71f7785b28a71/README.md

Tutorials: 
https://github.com/estnltk/estnltk/tree/3853dc1249d26ff36f0bb479b2b71f7785b28a71/tutorials
https://github.com/estnltk/estnltk/blob/3853dc1249d26ff36f0bb479b2b71f7785b28a71/tutorials/basics_of_estnltk.ipynb

License: GNU General Public License v2.0

Note: this version (1.6.5.5) is a Linux-only pre-release of EstNLTK. Some of the tools available are still not stable.


