Metadata-Version: 1.1
Name: estnltk
Version: 1.4
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
Description: 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.
        
        The project is funded by EKT (Eesti Keeletehnoloogia Riiklik Programm,
        https://www.keeletehnoloogia.ee/).
        
        Installation
        ------------
        
        ``python -m pip install estnltk``
        
        Find more details in the `installation
        tutorial <http://estnltk.github.io/estnltk/1.4/tutorials/installation.html>`__.
        
        Documentation
        -------------
        
        Release 1.4 documentation is available at
        http://estnltk.github.io/estnltk/1.4/index.html. For previous versions
        refer to http://estnltk.github.io/estnltk.
        
        Additional educational materials on estnltk are available on the web
        page of the NLP course taught at the University of Tartu:
        https://courses.cs.ut.ee/2015/pynlp/fall.
        
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 :: 2.7
Classifier: Programming Language :: Python :: 3.4
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
