Metadata-Version: 1.0
Name: text-hr
Version: 0.11
Summary: Morphological/Inflection Engine for Croatian language, POS tagger, stopwords
Home-page: http://bitbucket.org/trebor74hr/text-hr/
Author: Robert Lujo
Author-email: trebor74hr@gmail.com
License: UNKNOWN
Description: 
        Morphological/Inflection Engine for Croatian language
        =====================================================
        
        Includes stopwords and Part-Of-Speech tagging engine (POS tagging) based on
        inverse inflection algorithm for detection.
        
        TAGS
        ----
        Croatian language, python, natural language processing (NLP),
        Part-of-speech (POS) tagging, stopwords, inverse inflection.
        
        OZNAKE
        ------
        Hrvatski jezik, Python biblioteka, morfologija,
        infleksija, obrnuta infleksija, prepoznavanje vrsta rijeci,
        racunalna obrada govornog jezika, zaustavne rijeci.
        
        Installation
        ============
        Installation instructions:
        - download zip
        - unzip
        - open shell
        - go to distribution directory
        - python setup.py install
        
        Usage
        =====
        Usage example - start python shell::
        
        > python
        >>> import text_hr
        >>> ...
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Natural Language :: Croatian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Text Processing :: Indexing
